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

/**

  1. General
     - Variables
     - Transition
     - Shadow
     - Extra-outer

  2. Spacing
     - Padding
     - Margin

  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color
     - white-color, white-bg-color, white-border-color
     - Grey-color, Grey-bg-color, grey-border-color
     - Extra-color

  4. Pre-loader

  5. TooltipTop

  6. TopBar

  7. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - ttm-rt-contact(HeaderIcons - Search, Cart)
     - ttm-search-overlay

  8. Footer
     - FirstFooter
     - SecondFooter
     - menu-footer-services
     - mailchimp-inputbox
     - flicker-widget
     - Footer-nav-menu

  9. GoTop BUtton

  10. Page-Title-Row

  12. Inner-Pages
      - contact-us
      - error
      - portfolio
      - blog
      - team-member-details
      - element

**/

/* ===============================================
    General
------------------------*/

/** Variables **/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a:focus {
  text-decoration: none;
}

a:focus,
a:hover {
  color: #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 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.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;
  /* z-index: 1; */
}

/*  ===============================================
    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 ul {
  position: absolute;
  left: 100%;
  top: 0;
}

#site-header-menu #site-navigation .menu ul li>a {
  font-weight: 500;
  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: #e45d2d;
}

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

#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: #272d64;
  position: relative;
  z-index: 1;
}

.first-footer {
  background-color: #272d64;
}

/** Footer-nav-menu **/

.copyright {
  font-size: 13px;
  padding: 20px 0 20px;
  font-weight: 400;
  color: #272d64;
  line-height: 20px;
  background-color: #bfd1e5;
  font-family: "Roboto";
}

.copyright a {
  color: #272d64;
}

.copyright a:hover {
  color: #272d64;
  font-family: "Roboto";
  font-weight: bold;
}

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

#totop {
  font-weight: 900;
  color: #272d64;
  display: none;
  position: fixed;
  right: 34px;
  bottom: 34px;
  z-index: 999;
  height: 0;
  background-color: #bfd1e5;
  width: 0;
  font-size: 0;
  text-align: center;
  padding-top: 7px;
  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: 430px;
  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: 32px;
  font-weight: 600;
  color: #fff;
  max-width: 400px;
  line-height: 1.2;
  display: table;
  margin-bottom: 20px;
  font-family: "Nunito Sans", sans-serif;
}

.home-slide .item-slide .text {
  font-size: 20px;
  font-weight: 600;
  padding-left: 15px;
  position: relative;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
}

.home-slide .item-slide .text::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 14px;
  content: "";
  background: url(../images/paris/dec-0.png) center/100% no-repeat;
}

.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 50px;
  left: 0;
}

.home-slide.owl-carousel .owl-nav .owl-prev,
.home-slide.owl-carousel .owl-nav .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  border: 0px solid white;
  color: #272d64;
  background-color: #d7d9e3;
}

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

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

.img-box .img-1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: calc(100% - 87px);
}

.img-box .img-2 {
  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: #272d64;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  font-family: "Nunito Sans";
  font-weight: 600;
  padding-left: 15px;
  font-size: 20px;
}

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

.sect-title h1,
.sect-title .h1 {
  font-family: "Nunito Sans";
  font-size: 33px;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 0;
  position: relative;
  text-transform: none;
  color: #272d64;
}

.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: 220px;
  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);
}

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

.ttm-header-wrap {
  position: relative;
  background-color: #272d64;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 15;
}

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

.bloc-text {
  color: rgba(28, 28, 28, 0.8);
}

.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: "Nunito Sans";
  font-weight: bold;
  position: relative;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}

.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: 800;
  color: #fff;
  font-family: "Nunito Sans";
  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: #fff;
}

.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::before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #bfd1e5;
}

.text-foot.no-deco::before {
  display: none;
}

.text-foot {
  color: #fff;
  position: relative;
  padding-left: 24px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto";
}

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

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

.btn-1 {
  padding: 0px 20px;
  border-radius: 0px;
  line-height: 50px;
  height: 50px;
  border: 0px solid #272d64;
  background-color: #272d64;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-family: "Roboto";
  position: relative;
  text-align: center;
  min-width: 150px;
  font-size: 16px;
}

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

.btn-1:hover {
  color: #272d64;
  background-color: #bfd1e5;
  border-color: #bfd1e5;
}

.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: 15px 20px;
  line-height: 20px;
  background-color: #bfd1e5;
  color: #272d64;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  min-width: 150px;
  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: #fff;
  background-color: #272d64;
  border-color: #272d64;
}

.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: #272d64;
  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;
  padding: 50px 0;
  background-image: url(../images/b-1.jpg);
  background-size: cover;
  background-position: center center;
}

.avt-list {
  position: relative;
  padding: 40px 0;
  z-index: 2;
  padding-left: 100px;
  background-color: #800e77;
}

.avt-list::before {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #800e77;
  height: 100%;
  width: 50vw;
  content: "";
  z-index: 1;
}

.avt-list::after {
  position: absolute;
  left: -53px;
  top: 0;
  background-color: #800e77;
  height: 100%;
  z-index: 2;
  width: 200px;
  transform: skewX(-15deg);
  content: "";
}

.avt-list .item {
  position: relative;
  padding-left: 85px;
  color: white;
  position: relative;
  z-index: 4;
  margin-bottom: 40px;
}

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

.avt-list .item .title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}

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

  .col-lg-service {
    -ms-flex: 0 0 252px;
    flex: 0 0 252px;
    max-width: 252px;
  }

  .col-lg-service {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
  }
}

@media (min-width: 1200px) {
  .col-xl-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .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-form {
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
  }
}

.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: #e45d2d;
  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 #e45d2d;
  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: #e45d2d;
  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: 16px;
  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: #f5f5f5;
}

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

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

.map-box {
  height: 637px;
  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;
}

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

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

.item-cont .title {
  font-size: 20px;
  font-weight: 700;
  color: white;
  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: #1c1c1c;
  text-align: center;
}

.item-avt .title {
  font-size: 25px;
  color: #272d64;
  font-weight: 800;
  font-family: "Nunito Sans";
}

.item-avt .desc {
  font-family: "Roboto";
  opacity: 0.8;
}

.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: #e45d2d;
  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: 10px 0;
  color: #000;
  font-family: "Roboto";
  font-size: 15px;
}

.head-top .head-coord {
  display: flex;
  padding: 15px 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-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: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.head-top .head-coord .item .desc a {
  color: #272d64;
}

.head-top .head-coord .item .desc {
  color: #272d64;
  text-transform: none;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
}

.head-top .head-coord .item .title {
  color: #272d64;
}

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

.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 .item {
  padding: 35px 25px 35px;
  background-color: #f3f3f3;
  position: relative;
}

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

.tem-slide .nom {
  color: #272d64;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 5px;
  font-family: "Nunito Sans", sans-serif;
}

.tem-slide .date {
  color: #1c1c1c;
  opacity: 0.4;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  font-family: "Nunito Sans", sans-serif;
}

.tem-slide .text-1 {
  color: rgba(37, 37, 37, 0.8);
  font-weight: 400;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.3;
  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: #272d64;
  transition: all 0.5s;
  font-weight: bold;
  font-size: 16px;
}

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

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

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

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

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

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

.first-head {
  background-color: #e45d2d;
  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: #e45d2d;
  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: #f16522;
  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;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 373px;
  text-align: center;
  background-image: url(../images/paris/back-3.webp);
}

.avis-box img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.avis-box .title {
  font-size: 20px;
  font-family: "Nunito Sans";
  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: #272d64;
}

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

.google-avis-1 {
  position: relative;
  padding-left: 70px;
}

.google-avis-1 span {
  color: #a3a3a3;
}

.google-avis-1 img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.google-avis-1 i {
  color: #ffd800;
  margin-left: 5px;
  font-size: 16px;
  display: inline-block;
}

.cust-general-note i {
  color: #ffd800;
  margin-left: 5px;
  font-size: 16px;
  display: inline-block;
}

.cust-general-note span {
  font-weight: 600;
  font-style: normal;
}

.google-avis-1 i.empty {
  color: #cacaca;
}

.google-avis-1 .counter {
  color: #4285f4;
}

.social-link a {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  color: #272d64;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  border: 2px solid #272d64;
}

.social-link a i {
  line-height: inherit;
}

.social-link a:hover {
  background-color: #272d64;
  color: white;
}

.avantage-sect {
  background: url(../images/paris/back-2.jpeg) 100% top/50% auto no-repeat #f3f3f3;
  position: relative;
}

.avantage-sect::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  background: url(../images/paris/back-1.webp) right center/cover no-repeat;
}

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

.title-imo {
  display: inline-block;
  margin-left: auto;
  padding: 50px;
  font-family: "Nunito Sans";
  text-align: left;
  font-weight: 800;
  line-height: 1.2;
  background-color: #272d64;
  border-top: 15px solid #f3f3f3;
  border-left: 15px solid #f3f3f3;
  font-size: 35px;
  color: white;
}

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

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

.act-slide .item .img .date {
  position: absolute;
  left: 0;
  bottom: -21px;
  font-weight: bold;
  padding: 10px 20px;
  line-height: 23px;
  text-transform: uppercase;
  background-color: #272d64;
  color: white;
  z-index: 2;
}

.act-slide .item .img .date::before {
  position: absolute;
  left: calc(100% - 10px);
  height: 100%;
  width: 20px;
  transform: skewX(-10deg);
  content: "";
  background-color: #272d64;
  top: 0;
}

.act-slide .item .content {
  padding: 40px 35px 30px;
  padding-right: 0;
  background-color: white;
}

.act-slide.presta .item .content {
  padding: 25px 35px;
}

.act-slide .item .content .title {
  font-size: 20px;
  color: #272d64;
  font-weight: 800;
  font-family: "Nunito Sans";
  margin-bottom: 5px;
}

.act-slide.presta .item .content .desc {
  color: #1c1c1c;
  opacity: 0.8;
}

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

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

.parts-slide .item {
  text-align: center;
}

.act-slide.presta.owl-carousel .owl-nav .owl-prev,
.act-slide.presta.owl-carousel .owl-nav .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  border: 0px solid white;
  color: #272d64;
  background-color: #fdfdfd;
}

.act-slide.presta.owl-carousel .owl-nav .owl-prev:hover,
.act-slide.presta.owl-carousel .owl-nav .owl-next:hover {
  background-color: #272d64;
  color: #fff;
}

.parts-slide {
  margin-top: 50px;
  margin-bottom: 40px;
}

.parts-slide.owl-carousel .owl-nav .owl-prev,
.parts-slide.owl-carousel .owl-nav .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  border: 0px solid white;
  color: #272d64;
  background-color: #c8c8c8;

}

.parts-slide.owl-carousel .owl-nav .owl-prev:hover,
.parts-slide.owl-carousel .owl-nav .owl-next:hover {
  background-color: #272d64;
  color: #fff;
}

.act-sect {
  background: url(../images/paris/dec-1.webp) left 50px / auto no-repeat;
  background-color: #f3f3f3;
  padding-top: 75px;
  padding-bottom: 125px;
}

.footer-coord {
  position: relative;
  background-color: #fff;
  top: -75px;
  padding: 15px 0px;
  border-radius: 10px;
}

.footer-coord .item-ass {
  position: relative;
  line-height: 30px;
  font-size: 25px;
  padding: 0 60px;
  font-weight: bold;
  color: #272d64;
}

.footer-coord .item-ass:first-child:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  content: "";
  background-color: #1c1c1c;
  width: 2px;
}

.item-foot {
  padding: 30px 35px;
  background-color: #32386c;
}

.link-service a {
  display: block;
  line-height: 30px;
  position: relative;
  padding-left: 24px;
}

.link-service a:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  content: "";
  background-color: #bfd1e5;
}

.social-foot a {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  color: #bfd1e5;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  border: 2px solid #bfd1e5;
}

.social-foot a i {
  line-height: inherit;
}

.social-foot a:hover {
  background-color: #bfd1e5;
  color: #272d64;
}

.item-team {
  height: 233px;
  background-size: cover;
  cursor: pointer;
  background-position: center;
}

.item-team-desc {
  display: none;
}

.item-team-desc.active {
  display: block;
}

.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: #272d64;
  cursor: pointer;
}

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

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

.handle {
  transition: 0s;
}

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

@media (max-width: 580px) {
  .client {
    margin: 20px;
  }
}

@media (max-width: 499px) {
  .custres {
    margin-top: 20px;
  }
}

.bannerTeam {
  height: 300px;
  background-position: center;
  background-size: cover;
  background-image: url(/images/A-JOUR.png);

}

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

@media (min-width: 1500px) {
  .bannerTeam {
    background-position-y: -113px !important;
  }
}