/**
  * 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=Roboto: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: #1c1c1c;
    text-decoration: none;
}

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

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

strong {
    font-weight: 700;
}

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

img {
    max-width: 100%;
}

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

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

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

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

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


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


/** SiteBrand(logo) **/

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

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


/** SiteNavigation(Menu) **/

.site-navigation {
    position: relative;
}

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

#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    font-family: "Roboto";
    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: translate(0, 0);
}

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

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

#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: 700;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto';
}

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

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

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

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

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

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


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

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

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

.ttm-header-icons .ttm-header-cart-link a i,
.ttm-header-icons .ttm-header-search-link a i {
    font-weight: 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 {
    background-color: #1e1e1e;
    position: relative;
    z-index: 9;
}

.first-footer {
    background-color: #040505;
}


/** Footer-nav-menu **/

.copyright {
    font-size: 12px;
    padding: 20px 0 15px;
    font-weight: 400;
    color: #fff;
    background-color: #000;
    font-family: 'Roboto';
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #fff;
    font-family: 'Roboto';
}


/* ===============================================
    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;
}

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


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

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

.home-slide .item-slide {
    height: 502px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

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

.home-slide .item-slide .title {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
}

.home-slide .item-slide .text {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
}

.home-slide .item-slide .title span {
    font-size: 35px;
    font-weight: 500;
    display: block;
}

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

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

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

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

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

.home-slide.owl-carousel .owl-nav .owl-prev {
    padding-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 114px;
    font-size: 32px;
    border: 0px solid white;
    position: relative;
    color: #fff;
    position: relative;
    background-color: transparent;
}

.home-slide.owl-carousel .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 114px;
    padding-left: 15px;
    font-size: 32px;
    border: 0px solid white;
    position: relative;
    color: #fff;
    position: relative;
    background-color: transparent;
}

.home-slide.owl-carousel .owl-nav .owl-next:before {
    position: absolute;
    right: 0;
    top: -0px;
    border-right: 57px solid #e11457;
    border-top: 57px solid transparent;
    border-left: 57px solid transparent;
    border-bottom: 57px solid transparent;
    content: '';
}

.home-slide.owl-carousel .owl-nav .owl-next:hover:before {
    border-right: 57px solid #1a5b79;
}

.home-slide.owl-carousel .owl-nav .owl-prev:hover:before {
    border-left: 57px solid #1a5b79;
}

.home-slide.owl-carousel .owl-nav .owl-prev:before {
    position: absolute;
    left: 0;
    top: -0px;
    border-left: 57px solid #e11457;
    border-top: 57px solid transparent;
    border-right: 57px solid transparent;
    border-bottom: 57px solid transparent;
    content: '';
}

.home-slide.owl-carousel .owl-nav .owl-prev *,
.home-slide.owl-carousel .owl-nav .owl-next * {
    position: relative;
    z-index: 2;
}

.img-box {
    position: relative;
    max-width: 45%;
    padding: 25px 0 10px 25px;
    margin: 0 50px 20px 0;
}

.img-box::before {
    width: 252px;
    height: 252px;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    background-color: #e11457;
    z-index: 0;
}

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

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

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

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

.sect-title .sub-title {
    color: #1c1c1c;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    font-family: 'Roboto';
    font-weight: bold;
    padding: 6px 0;
    line-height: 16px;
    padding-left: 40px;
    font-size: 16px;
    text-transform: uppercase;
}

.sect-title .sub-title::before {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    height: 31px;
    width: 31px;
    background: url(../images/dom/dec-0.png) center/100% no-repeat;
}

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

.sect-title h1,
.sect-title .h1 {
    font-family: "Roboto";
    font-size: 35px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
    text-transform: none;
    color: #1c1c1c;
}

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

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

img {
    max-width: 100%;
}

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

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

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

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

.bloc-text,
.bloc-text p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(28, 28, 28, 0.8);
    line-height: 1.4;
    font-family: 'Roboto';
}

.bloc-text h2 {
    font-size: 20px;
    margin: 20px 0 20px;
    color: #1c1c1c;
    font-family: 'Roboto';
    font-weight: bold;
}

.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: #282828;
    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: #fff;
    font-family: 'Roboto';
    font-weight: bold;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
    line-height: 25px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.title-foot.text-center::before {
    display: none;
}

.title-foot::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 3px;
    background-color: #e11457;
    content: '';
}

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

.link-service li {
    margin-bottom: 10px;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto';
    position: relative;
}

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

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

.ban .title-ban {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    font-family: 'Roboto';
    display: inline-block;
    line-height: 1;
}

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

.diag-list {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto';
    text-align: justify;
    text-align-last: center;
}

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

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

.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 .img {
    position: absolute;
    left: 0;
    top: 7px;
}

.text-foot {
    position: relative;
    padding-left: 24px;
}

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

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

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

.btn-1 {
    padding: 0px 20px;
    line-height: 45px;
    height: 45px;
    border: 0px solid #e11457;
    background-color: #e11457;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-family: 'Roboto';
    text-align: center;
    min-width: 150px;
    font-size: 16px;
}

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

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

.btn-3 {
    padding: 0px 10px;
    border-radius: 0px;
    line-height: 45px;
    height: 45px;
    border: 0px solid #ffffff;
    background-color: #ffffff;
    color: #282828;
    display: inline-block;
    font-weight: 700;
    font-family: 'Roboto';
    text-align: center;
    min-width: 120px;
    font-size: 16px;
}

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

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

.btn-2 {
    padding: 0px 20px;
    line-height: 45px;
    height: 45px;
    background-color: #fce7ee;
    color: #e11457;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    min-width: 130px;
    font-family: 'Roboto';
    font-size: 16px;
    border: 0px solid #fff;
    border-radius: 0px;
}

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

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

.btn-22 {
    padding: 10px 25px;
    line-height: 16px;
    background-color: transparent;
    color: #f16522;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    font-family: 'Roboto';
    min-width: 130px;
    text-transform: uppercase;
    font-size: 16px;
    border: 2px solid #f16522;
    border-radius: 0px;
}

.btn-22>i {
    font-size: 16px;
    margin-top: -3px;
}

.btn-22:hover {
    color: #fff;
    background-color: #f16522;
    border-color: #f16522;
}

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

.paie-sect {
    padding: 60px 0 30px;
    background-size: 389px auto;
    background-position: -50px center;
    background-repeat: no-repeat;
    background-color: #1a5b79;
    background-image: url(../images/sud/d-3.png);
}

.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-family: 'Roboto';
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #1c1c1c;
}

.text-paie img {
    margin-top: -2px;
    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;
}

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

.avt-sect {
    position: relative;
    background-color: #1a5b79;
}

.deco-1 {
    position: relative;
}

.deco-1:before,
.avt-sect::before {
    position: absolute;
    top: -67px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    height: 134px;
    width: 134px;
    z-index: 2;
    background: url(../images/dom/dec-1.png) center/100% no-repeat;
}

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

.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 70px;
        flex: 0 0 70px;
        max-width: 70px;
    }
}

@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-coord {
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        max-width: 260px;
    }

    .col-xl-ass {
        -ms-flex: 0 0 230px;
        flex: 0 0 230px;
        max-width: 230px;
    }

    .col-xl-title {
        -ms-flex: 0 0 190px;
        flex: 0 0 190px;
        max-width: 190px;
    }

    .col-xl-btn {
        -ms-flex: 0 0 127px;
        flex: 0 0 127px;
        max-width: 127px;
    }
}

.item-presta {
    position: relative;
    background-color: white;
    border-radius: 10px;
    text-align: center;
}

.item-presta .img {
    position: relative;
    height: 215px;
    width: 248px;
    margin: 30px auto 60px;
    display: block;
    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: #e11457;
    opacity: 0.4;
    content: '';
    transition: 0.3s;
    z-index: 2;
}

.item-presta .img .icon {
    width: 71px;
    height: 71px;
    position: absolute;
    left: 50%;
    bottom: -40px;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    border: 2px dotted #e11457;
    border-radius: 50%;
    z-index: 4;
    transform: translateX(-50%);
}

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

.item-presta .title {
    font-size: 22px;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 20px;
}

.item-presta .link {
    color: #e11457;
    font-size: 16px;
    font-weight: 400;
}

.item-presta .content {
    padding: 0 0 35px;
}

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

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

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

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

.form-contact {}

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

.form-contact .form-control {
    font-size: 15px;
    line-height: 30px;
    font-family: 'Roboto';
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 15px 20px;
    color: #1c1c1c;
    height: 60px;
    border: 0px solid #242121;
    background-color: #f3f3f3;
}

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

.text-cont {
    line-height: 24px;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 400;
    text-align: center;
    font-family: 'Roboto';
}

.map-box {
    height: 400px;
    background-size: cover;
    background-position: center;
}

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

.item-act .img {
    height: 100%;
    min-height: 199px;
    background-size: cover;
    background-position: center;
}

.item-act .content {
    padding: 30px;
    padding-right: 15px;
    height: 100%;
}

.item-act .content .title {
    font-size: 25px;
    font-weight: bold;
    color: #1c1c1c;
    line-height: 1.2;
    margin-bottom: 5px;
}

.item-act .content .date {
    color: #1c1c1c;
    margin-bottom: 15px;
    opacity: 0.8;
}

.item-cont {
    position: relative;
    color: #fff;
    padding: 45px 0;
    font-family: 'Roboto';
    text-align: center;
    background-color: #f6f6f6;
}

.item-cont img {
    display: inline-block;
    margin-bottom: 20px;
}

.item-cont .title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 10px;
}

.item-cont .desc {
    font-size: 15px;
    font-family: 'Roboto';
}

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

.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;
    color: white;
    padding-left: 200px;
}

.item-avt.deco-right:before {
    position: absolute;
    right: -15px;
    height: 55px;
    background-color: white;
    opacity: 0.8;
    width: 1px;
    bottom: -25px;
    content: '';
}

.item-avt .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.item-avt .desc {
    opacity: 0.8;
    font-weight: 300;
}

.item-avt img {
    position: absolute;
    left: 73px;
    top: 50%;
    transform: translateY(-50%);
}

.presta-slide .owl-dots {
    position: relative;
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

.presta-slide .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 18px;
    height: 7px;
    border-radius: 5px;
    background-color: #e11457;
    opacity: 0.5;
    transition: 0.3s;
}

.presta-slide .owl-dots .owl-dot.active,
.presta-slide .owl-dots .owl-dot:hover {
    opacity: 1;
    width: 24px;
}

.item-contact {
    padding: 35px 0;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto';
    color: #1c1c1c;
    text-align: center;
    font-size: 16px;
    min-height: 250px;
    height: 100%;
}

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

.item-contact b {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Roboto';
    color: #1c1c1c;
}

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

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

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

.head-top {
    padding: 0x 0;
    color: #000;
    font-family: 'Roboto';
    font-size: 15px;
}

.head-top .head-coord {
    display: flex;
    padding: 30px 0;
    font-weight: 400;
    justify-content: flex-end;
    align-items: center;
}

.head-top .head-coord .item {
    color: #1c1c1c;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    padding: 15px;
    border: 1px solid #1a5b79;
    padding-left: 30px;
}

.head-top .head-coord .item.right-item {
    padding-left: 0;
    padding-right: 50px;
}

.head-top .head-coord .item.right-item img {
    left: auto;
    right: 0;
}

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

.head-top .head-coord .item .desc a {
    color: #1a5b79;
    font-weight: bold;
    font-size: 20px;
}

.head-top .head-coord .item .desc {
    color: #1c1c1c;
    text-transform: none;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
}

.head-top .head-coord .item .title {
    color: #1c1c1c;
}

.head-top .head-coord .item .title a:hover {
    color: #e11457;
}

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

.head-top a.space {
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 2;
    font-size: 14px;
    padding: 0 20px;
    background-color: #282828;
    display: inline-block;
}

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

.head-top .space-box {
    position: relative;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.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: 15px 5px;
}

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

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

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

.tem-slide .date {
    color: rgb(35, 35, 35);
    opacity: 0.8;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.tem-slide .text-1 {
    color: rgba(37, 37, 37, 0.8);
    font-weight: 400;
    height: 66px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
}

.tem-slide .star-tem .fa {
    font-size: 20px;
    color: #ffd800;
}

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

.tem-slide .link {
    color: #e11457;
    transition: all 0.5s;
    font-weight: bold;
    font-size: 16px;
}

.tem-slide .link img {
    filter: brightness(0);
    transition: all 0.25s;
}

.tem-slide .link:hover img {
    filter: none;
}

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

.title-1 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Roboto';
    color: #1a5b79;
}

.bg-red {
    background-color: #282828;
}

.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: "Roboto";
    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: "Roboto";
    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 #282828;
    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: #282828;
}

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

.coord-foot a {
    color: #282828;
}

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

.footer-coord {
    position: relative;
    top: -60px;
    background-color: #282828;
    padding: 30px 50px;
    border-radius: 15px;
}

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

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

.footer-coord .item .box span {
    opacity: 0.6;
}

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

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

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

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

.annonce-sect {
    background-size: cover;
    background-position: center;
    background-image: url(../images/bg-1.jpg);
}

.annonce-slide .item {
    position: relative;
    overflow: hidden;
    color: #1c1c1c;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.annonce-slide .owl-item {
    padding: 10px;
}

.annonce-slide .item .title {
    position: relative;
    line-height: 20px;
    padding: 16px 22px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.annonce-slide .item .img {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.annonce-slide .item .content {
    padding: 0 15px;
}

.annonce-slide .item .texte {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 10px 0 15px;
}

.annonce-slide .item .cat-list {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}

.annonce-slide .item .prix {
    line-height: 40px;
    height: 40px;
    border: 1px solid #282828;
    color: #1c1c1c;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
}

.annonce-slide .owl-dots {
    position: relative;
    display: block;
    padding: 15px 0;
    text-align: center;
}

.annonce-slide .owl-dot {
    display: inline-block;
    width: 24px;
    height: 7px;
    border-radius: 5px;
    margin: 0 5px;
    background-color: #282828;
    opacity: 0.5;
}

.annonce-slide .owl-dot:hover,
.annonce-slide .owl-dot.active {
    opacity: 1;
}

.text-ass {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
    color: #1c1c1c;
}

.text-ass span {
    font-weight: 500;
}

.ass-br {
    border-right: 1px solid #999999;
}

.item-foot {
    padding-left: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    position: relative;
}

.item-foot img {
    position: absolute;
    left: 0;
    top: 15px;
}

.item-foot a {
    color: white;
}

.item-foot .title {
    display: block;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.list-foot {
    display: block;
    padding-left: 0;
    margin-left: 0;
}

.list-foot li {
    display: block;
    border-bottom: 1px solid #a7a9ac;
}

.list-foot li a {
    line-height: 35px;
    color: #a7a9ac;
    display: block;
}

.list-foot li a:hover {
    color: white;
}

.eng-box {
    padding: 35px;
    background-color: #282828;
    color: white;
}

.eng-box .item {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 90% center;
}

.eng-box .item img {
    display: inline-block;
    margin-bottom: 15px;
}

.eng-box .item .title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.eng-box .item-eng {
    position: relative;
}

.eng-box .item-eng:not(:last-child):before {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 3px;
    background-color: white;
    transform: translateY(-50%);
    height: 32px;
    content: '';
}

.paie-box {
    padding: 60px 80px;
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    background-image: url(../images/back-1.jpg);
}

.footer-box {
    border-bottom: 1px solid #626262;
}

.footer-bg {
    background-image: url(../images/back-2.jpg);
    background-position: center;
    background-size: cover;
}

.contact-box {
    padding: 50px;
    background-color: #ffffff;
    top: -80px;
    position: relative;
    text-align: center;
    z-index: 3;
}

.ass-slide .owl-nav {
    position: absolute;
    left: -40px;
    top: 20%;
    width: calc(100% + 80px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ass-slide .owl-nav .owl-prev:hover,
.ass-slide .owl-nav .owl-next:hover {
    font-size: 32px;
    color: #1c1c1c;
}

.ass-slide .owl-nav .owl-prev,
.ass-slide .owl-nav .owl-next {
    font-size: 32px;
    color: #e11457;
}

.footer-sect {
    border-top: 10px solid #e11457;
}

.first-head {
    background-color: #e11457;
    line-height: 40px;
    color: white;
    text-transform: uppercase;
}

.first-head a {
    color: white;
}

.agence-sect {
    position: relative;
}

.agence-sect::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 235px;
    background-color: #e11457;
    content: '';
}

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

.list-agence-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-agence-title a {
    display: block;
    width: 20%;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    color: #b1b1b1;
    background-color: #f4f4f4;
}

.list-agence-title a:not(:last-child):before {
    position: absolute;
    right: 0px;
    height: 24px;
    top: 13px;
    width: 2px;
    background-color: #b7bbd6;
    content: '';
}

.list-agence-title a:hover,
.list-agence-title a.active {
    background-color: #f16522;
    color: white;
}

.list-agence-title a:hover::before,
.list-agence-title a.active::before {
    display: none;
}

.item-agence {
    background-color: white;
    padding: 45px;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.item-agence .title {
    font-size: 20px;
    color: #1c1c1c;
    font-weight: 600;
    margin-bottom: 15px;
}

.item-agence .desc {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #1c1c1c;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 16px;
    text-transform: uppercase;
}

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

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

.item-agence .map {
    height: 100%;
    min-height: 250px;
    background-size: cover;
    background-position: center;
}

.item-agence.active {
    display: block;
}

.form-newsletters {}

.form-newsletters input {
    display: block;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 15px 20px;
    background-color: white;
    color: #1c1c1c;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    height: 60px;
}

.form-newsletters input::placeholder {
    color: rgba(28, 28, 28, 0.3);
}

.form-newsletters button:hover {
    background-color: #e11457;
    color: white;
}

.item-eq {
    text-align: center;
    color: rgba(28, 28, 28, 0.8);
}

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

.desc-1 a,
.desc-1 {
    font-size: 16px;
    line-height: 22px;
    color: rgba(28, 28, 28, 0.8);
}

.item-w {
    position: relative;
    padding: 10px 0;
    padding-left: 100px;
}

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

.dec-1 {
    position: relative;
}

.dec-1::before {
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-47.5%);
    width: 282px;
    height: 528px;
    content: '';
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/sud/d-1.png);
}

.dec-1.dec-small::before {
    height: 368px;
    width: 184px;
}

.avis-box {
    background-size: cover;
    background-position: center;
    padding: 45px 30px;
    text-align: center;
    background-image: url(../images/sud/bg-1.jpg);
}

.avis-box img {
    margin-bottom: 15px;
}

.avis-box .title {
    font-size: 35px;
    color: white;
    margin-bottom: 10px;
    font-weight: bold;
}

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

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

.ass-slide.owl-carousel .owl-nav {
    width: calc(100% + 50px);
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.ass-slide.owl-carousel .owl-nav * {
    font-size: 32px;
    color: #1a5b79;
}

.ass-box {
    padding: 0 25px;
}

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

.act-slide .item .img {
    position: relative;
    min-height: 233px;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 28px;
}

.act-slide .item .content {
    padding: 30px 35px;
    color: #1c1c1c;
    height: 100%;
    background-color: white;
}

.act-slide .item .content .title {
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
}

.act-slide .item .content .desc {
    margin-bottom: 20px;
    font-size: 16px;
}

.act-slide .item .content .link {
    font-size: 16px;
    display: inline-block;
    color: #e11457;
    padding-bottom: 4px;
    border-bottom: 3px solid #e11457;
}

.act-slide .item .content .link:hover {
    color: #1a5b79;
    border-bottom: 3px solid #1a5b79;
}

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

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

.bloc-text ul {
    margin-left: 30px
}

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

@media (max-width: 575px) {
    #image-gallery .modal-dialog {
        padding: 15px !important;
    }
}

.btn-style-three.actu-b {
    padding: 5px 20px 5px !important
}

#commanderModal .btn,
.modal-footer button.btn-secondary {
    background-color: #e11457;
    cursor: pointer;
}

#commanderModal .btn:hover,
.modal-footer button.btn-secondary:hover {
    background-color: #e11457;
}

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

.handle {
    transition: 0s;
}

.galerie .item-gal {
    padding: 0;
    margin: 0px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    border: 2px solid #e11457;
    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;
}

.paiement-left {
    background-image: url(/images/slide-1.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
}

.paiement-right .desc {
    margin: 0px 0px 20px 0px;
}

.paiement-right a.btn-2 {
    padding: 0px 20px;
    line-height: 40px;
    height: 40px;
}

.paiement-right .sub-title {
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    font-family: 'Roboto';
    padding: 6px 0;
    line-height: 16px;
    padding-left: 40px;
    font-size: 16px;

}

.paiement-right .sub-title::before {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    height: 31px;
    width: 31px;
    background: url(../images/dom/dec-0.png) center/100% no-repeat;
}

.container-page .item {
    width: 230px;
    height: 200px;
    margin: 20px;
}

.container-page .item .img {
    height: 100%;
}

.container-page .item .content {
    background-color: #326c88;
    color: white;
    padding: 15px;
    text-align: center;
    margin-top: -39px;
    transition: all 0.25s ease;
}

.container-page .item .content a {
    color: #fff;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Roboto';
    font-size: 16px;
    text-transform: uppercase;
}

.container-page .item .icon {
    width: 100px;
    position: absolute;
    margin-left: 65px;
    margin-top: 40px;
}

.container-page .item:hover>.content {
    background-color: #e11457;
    transition: all 0.25s ease;

}

/* .container-page .item:hover > .content{
  color: #e11457;
  transition: all 0.25s ease;
} */

.item:hover {
    background-color: #e11457;
    transition: all 0.25s ease;
}

#prix_presta {
    display: none;
}