/* tamil */
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/catamaran/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPKba5bjdu2ui.woff2) format('woff2');
  unicode-range: U+0964-0965, U+0B82-0BFA, U+200C-200D, U+20B9, U+25CC;
}
/*FONT MinionPro*/
@font-face {
    font-family: 'MinionProBold';
    src: url(../fonts/MinionPro/Minion-Pro-Bold-Cond-Display.otf) format('otf'),
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MinionProMedium';
    src: url(../fonts/MinionPro/Minion-Pro-Medium-Cond-Display.otf) format('otf'),
    font-weight: medium;
    font-style: normal;
}
@font-face {
    font-family: 'MinionProMediumItalic';
    src: url(../fonts/MinionPro/Minion-Pro-Medium-Cond-Italic.otf) format('otf'),
    font-weight: medium;
    font-style: italic;
}
@font-face {
    font-family: 'MinionProSemiBoldItalic';
    src: url(../fonts/MinionPro/Minion-Pro-Semibold-Cond-Italic.otf) format('otf'),
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'MinionProBoldItalic';
    src: url(../fonts/MinionPro/Minion-Pro-Bold-Cond-Italic.ttf) format('ttf'),
    font-weight: bold !important;
    font-style: italic;
}
/*FONT MinionPro*/
body {
  line-height: 1.4;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: 'MinionProMedium';
  color: #3a3d47;
  font-size: 15px;
  font-weight: normal;
}
a {
  font-family: 'MinionProMedium';
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'MinionProBoldItalic';
  font-weight: bold;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

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

figure {
  margin: 0;
}

a {
  transition: all .3s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #28ABE3;
}

.btn-main {
  background: #28ABE3;
  border: 1px solid #28ABE3;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 40px;
  text-transform: uppercase;
  border-radius: 40px;
}

.btn-main:hover {
  color: #fff;
}

.btn-transparent {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  border-radius: 40px;
}

.btn-transparent:hover {
  color: #fff;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.section {
  padding: 100px 0;
}

.btn:focus {
  color: #ddd;
}
#home {
  position: relative;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0 0;
}

.section-xs {
  padding: 40px 0;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: preloader 800ms infinite ease-in-out;
  animation: preloader 800ms infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #28ABE3;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}

@keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #3498db;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
}

.title {
  overflow: hidden;
}
.mt-5-em {
    margin-top: 5em;
}
.wp-block-group {
    padding: 0 70px !important;
}
.border {
  height: 1.3px;
  margin: 20px auto 20px;
  position: relative;
  width: 80px;
  background: #28ABE3;
}

.bg-gray {
  background: #f9f9f9;
}

.header-bradcrumb {
  background: transparent;
}

.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
}

.header-bradcrumb a:hover {
  color: #28ABE3;
}

.colors-switcher {
  width: 100px;
  padding: 20px 18px 14px 20px;
  position: fixed;
  z-index: 1993;
  top: 90px;
  right: 0;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all .4s ease-in-out;
}

.colors-switcher #show-panel {
  position: absolute;
  left: -38px;
  top: 15px;
  width: 38px;
  height: 38px;
  z-index: 1992;
  display: block;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  cursor: pointer;
}

.colors-switcher #show-panel i {
  color: #3D3D3D;
  font-size: 20px;
  line-height: 38px;
  margin-left: 10px;
}

.colors-list {
  margin: 0;
  padding: 0;
}

.colors-list li {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 4px;
}

.colors-list li a {
  text-align: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  cursor: pointer;
}

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E;
}

.colors-switcher .colors-list li a:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E;
}

.colors-switcher .colors-list a.blue {
  background-color: #28ABE3;
}

.colors-switcher .colors-list a.light-blue {
  background-color: #69D2E7;
}

.colors-switcher .colors-list a.green {
  background-color: #5BB12F;
}

.colors-switcher .colors-list a.light-green {
  background-color: #BCCF02;
}

.colors-switcher .colors-list a.yellow {
  background-color: #FED136;
}

.slick-slide {
  outline: none;
}

.logo {
  margin-top: 10px;
  display: inline-block;
}

.single-page-header {
  background-size: cover;
  text-align: center;
  color: #fff;
  position: relative;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 70px;
}

.single-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.single-page-header h1 {
  font-size:3.5rem;
  margin: 0;
}

.single-page-header p {
  font-size:2.5rem;
  color: #fff;
}

/*=================================================================
  Navigation
==================================================================*/
header.navigation {
  transition: .2s all;
  background: transparent;
  height: 75px;
}
nav.navbar.navbar-expand-lg {
    padding: .5rem 0 !important;
}
.navigation .logo-default {
  display: none;
}

.navigation .navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  line-height: 26px;
  padding: 20px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: .2s ease-in-out 0s;
}

.navigation .navbar-light .navbar-nav .nav-item .nav-link:hover, .navigation .navbar-light .navbar-nav .nav-item .nav-link:active, .navigation .navbar-light .navbar-nav .nav-item .nav-link:focus {
  background: none;
  color: #28ABE3;
}

.navigation .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #28ABE3;
}

.nav-link, .nav-link:focus, .nav-link:visited {
  color: inherit;
}
/*highlight*/
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 15px;
  color: #fff !important;
}
.navbar-nav a.nav-link {
	color: #fff;
}
.navigation .current-menu-item a.nav-link {
    color: gray !important;
}
.navbar-nav a.nav-link:hover {
	color: gray !important;
}
/*highlight*/
.navbar-expand-lg .navbar-nav .nav-link:focus {
  outline:none;
}

.navbar-toggler-icon {
  display: list-item;
  width: 25px;
  height: 4px;
  background: #ccc;
  margin: 2px;
  list-style: none;
}

.navbar-toggler {
  border:1px solid #ccc;
}
.custom-logo-link {
    width: 160px;
	margin-top: -3px;
}
@media (min-width: 992px) {
/*.dropdown-toggle::after*/
.navigation ul.sub-menu {
    display: none!important;
}
.navigation .menu-item-has-children:hover ul.sub-menu {
    display: block!important;
}
.menu-item-has-children>.nav-link::after
{
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
}
@media (max-width: 991px) {
  .navigation .nav-link {
    padding: 10px !important;
  }
}

.navigation .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.navigation .dropdown-menu {
  position: absolute;
  background: white;
  color: black;	
  border-top: 2px solid #d6d6d6;
  border-radius: 0;
  top: 95%;
  padding: 0;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}

@media (max-width: 991px) {
  .navigation .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: unset;
            transform-origin: unset;
    text-align: center;
  }
}

.navigation .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

@media (max-width: 991px) {
  .navigation .dropdown-menu.show {
    display: block;
  }
}

.navigation .dropdown-item {
  color: rgba(255, 255, 255, 0.8);
  transition: .2s ease;
  padding: 0 10px;
  border-bottom: 1px solid #80808069;
}

.navigation .dropdown-item:hover {
  color: #fff;
  background: transparent;
  padding-left: 12px;
}

@media (max-width: 991px) {
  .navigation .navbar-light .navbar-nav .nav-item .nav-link {
    color: #000;
  }
  .navigation .logo-white {
    display: none;
  }
  .navigation .logo-default {
    display: block;
  }
  .navigation .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
}

.sticky-header {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  background: #133350 !important;
}

.windows .sticky-header {
  background: #132c46 !important;
}

.sticky-header .navbar-light .navbar-nav .nav-item .nav-link {
  color: #000;
}

.sticky-header .logo-white {
  display: none;
}

.sticky-header .logo-default {
  display: block;
}

.navbar-brand {
  height: auto;
  padding: 8px 0;
}

.navbar-brand h1 {
  margin: 0;
}

.hero-area {
  background-image: url("../images/slider/slider-bg-1.jpg");
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-area:before {
  content: '';
  background: rgba(0, 0, 0, 0.63);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-area .block {
  color: #fff;
}

.hero-area .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-area .block p {
  color: #fff;
  width: 50%;
  margin-bottom: 20px;
}

.hero-area .block .btn-main {
  margin-right: 8px;
}

.hero-area .block .btn-main:hover {
  opacity: .8;
}

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-area-video .block {
  color: #fff;
  text-align: center;
}

.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.hero-area-video .block .btn-main {
  margin-top: 20px;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.slider-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.banniere-top-hp {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 68px;
}

.slider-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}

.slider-item .container {
  /*position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
}

.slider-item h1 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
}

.slider-item p {
  color: #fff;
  margin-bottom: 20px;
}

.hero-slider {
  overflow-x: hidden;
}

.hero-slider .prevArrow {
  left: -100px;
}

.hero-slider .nextArrow {
  right: -100px;
}

.hero-slider:hover .prevArrow {
  left: 20px;
}

.hero-slider:hover .nextArrow {
  right: 20px;
}

/* slick style */
.slick-slide {
  outline: 0;
}

.slick-slide img {
  display: unset;
}

/* slick arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  background: rgba(40, 171, 227, 0.5);
  color: #fff;
  border: 0;
  line-height: 70px;
  font-size: 35px;
  transition: .2s ease;
  border-radius: 50%;
}

.slick-arrow::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  background: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  transition: .2s ease;
}

.slick-arrow::after {
  position: absolute;
  content: '';
  height: 1.3px;
  width: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  transition: .2s ease;
}

.slick-arrow:focus {
  outline: 0;
}

.slick-arrow:hover {
  background: #28ABE3;
}

.prevArrow {
  left: 0px;
}

.prevArrow::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 35px;
}

.prevArrow::after {
  right: 20px;
}

.nextArrow {
  right: 0px;
}

.nextArrow::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 35px;
}

.nextArrow::after {
  left: 20px;
}

/* /slick arrows */
/*=================================================================
  About us section
==================================================================*/
.about {
  padding: 100px 0;
  background: #fff;
}

.about .btn-about {
  background: #28ABE3;
}

.about h4 {
  margin-top: 30px;
}

.about .feature-list {
  margin-top: 10px;
}

.about .feature-list li {
  width: 48%;
  display: inline-block;
  color: #666;
  font-size: 13px;
  font-family: "Catamaran", sans-serif;
  margin-bottom: 5px;
  font-weight: 600;
}

.about .feature-list li i {
  color: #28ABE3;
  margin-right: 8px;
}

/*=================================================================
  About us 2 section
==================================================================*/
.about-2 {
  background: #F7F7F7;
}

.about-2 .checklist {
  padding-left: 30px;
}

.about-2 .checklist li {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
}

.about-2 .checklist li:before {
  position: absolute;
  margin-right: 12px;
  margin-left: -45px;
  content: "\f375";
  font-family: "themefisher-font";
  opacity: 1;
  border-radius: 50%;
  padding: 2px 8px;
  font-size: 20px;
}

/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  padding: 100px 0;
  background: url("../images/call-to-action/call-to-action-bg-2.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action h2 {
  line-height: 1.5;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .btn-main {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;
  background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action-2 h2 {
  line-height: 1.5;
}

.call-to-action-2 p {
  color: #fff;
}

.call-to-action-2 .btn-main {
  margin-top: 20px;
}

/*=================================================================
  Contact
  ==================================================================*/
.contact-us {
  padding: 100px 0 50px 0;
}

.contact-form {
  margin-bottom: 40px;
}

.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px;
  color: #0c0c0c;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border-radius: 0;
  width: 100%;
  padding-left: 15px;
  margin-bottom: 15px;
}

.contact-form label {
  display: initial;
  margin-bottom: 0;
}

.contact-form br {
  display: none;
}

.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #000;
  transition: all 0.5s;
}

.contact-form #contact-submit {
  border: 1px solid #f99e0b;
  padding: 15px;
  width: auto;
  margin: 0;
  background: #f99e0b;
  color: #000;
  border-radius: 0;
  transition: all 0.5s;
}

.contact-form #contact-submit:hover {
  background: #000;
  color: #f99e0b;
}

.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}

/*validation*/
.content-contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
  border: 1px solid red;
}

.content-contact textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid {
  border: 1px solid red;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  display: none;
}

.content-contact div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  position: absolute;
  border: none;
  right: 0;
  bottom: 65px;
  color: red;
  font-size: 15px;
  margin: 0;
}

.wpcf7-form.invalid div#form-captcha {
  border: 1px solid red;
}

.wpcf7-response-output {
  border: none !important;
  color: #44b232;
  font-size: 20px;
  margin: 0 !important;
  padding: 0 !important;
  float: right;
}

.contact-details .contact-short-info {
  margin-top: 15px;
  margin-left: 0;
}

.contact-details h2 {
  text-transform: uppercase;
}

.contact-details .contact-short-info li {
  margin-bottom: 6px;
  list-style: none;
}

.social-icon {
  margin-top: 20px;
}

.social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}

.social-icon ul li a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #dedede;
  text-align: center;
}

.social-icon ul li a:hover {
  background: #28ABE3;
  color: #fff;
  border: 1px solid #28ABE3;
}

.social-icon ul li a:hover i {
  color: #fff;
}

.social-icon ul li a i {
  color: #55606a;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}

.error {
  padding: 10px;
  color: #D8000C;
  border-radius: 2px;
  font-size: 14px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

#error, #success {
  display: none;
  margin-bottom: 10px;
}

.map {
  position: relative;
}

.map #map_canvas {
  height: 400px;
  color: white;
}

/*=================================================================
  Item counter section
==================================================================*/
.counters-item {
  padding-bottom: 30px;
  color: #444;
  position: relative;
}

.counters-item.kill-border:before {
  background: none;
}

.counters-item:before {
  background: #e5e5e5;
  content: "";
  margin-top: -27.5px;
  height: 55px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 50%;
}

.counters-item > div {
  margin: 6px 0;
}

.counters-item span {
  display: inline;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.counters-item i {
  font-size: 40px;
  display: inline-block;
  color: #28ABE3;
}

.counters-item h3 {
  font-size: 18px;
  margin: 0;
  color: #666;
}

/*=================================================================
  Pricing section
==================================================================*/
.pricing-table {
  padding: 100px 0;
  background: url("../images/pricing-bg.jpg");
  position: relative;
}

.pricing-table .title p {
  color: #fff;
}

.pricing-table:before {
  background: rgba(0, 0, 0, 0.62);
  position: absolute;
  z-index: 999;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pricing-table .container {
  position: relative;
  z-index: 999;
}

.pricing-table .pricing-item {
  padding: 40px 55px 65px;
  background: #fff;
  margin-bottom: 20px;
}

.pricing-table .pricing-item a.btn-main {
  text-transform: uppercase;
  margin-top: 20px;
}

.pricing-table .pricing-item li {
  font-weight: 400;
  padding: 10px 0;
  color: #666;
}

.pricing-table .pricing-item li i {
  margin-right: 6px;
}

.pricing-table .price-title {
  padding: 30px 0 20px;
}

.pricing-table .price-title > h3 {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 15px;
  text-transform: uppercase;
}

.pricing-table .price-title > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
}

.pricing-table .price-title .value {
  color: #28ABE3;
  font-size: 50px;
  padding: 10px 0;
}

/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
  margin-bottom: 40px;
  text-align: center;
}

.portfolio-filter button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: uppercase;
  background: #28ABE3;
  border: none;
  color: #fff;
  outline: none;
}

.portfolio-filter button.active {
  background: #28ABE3;
  color: #fff;
  border-radius: 50px;
}

.portfolio-block {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-block:before {
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: '';
}

.portfolio-block:hover:before {
  opacity: 1;
}

.portfolio-block:hover .caption h4 {
  top: 45%;
}

.portfolio-block:hover .caption {
  opacity: 1;
  top: 55%;
}

.portfolio-block .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.portfolio-block .caption h4 {
  font-size: 16px;
}

.portfolio-block .caption h4 a {
  color: #fff;
}

.portfolio-block .caption .search-icon {
  background: #28ABE3;
  color: #fff;
  display: inline-block;
  padding: 4px 13px;
  font-size: 25px;
  border-radius: 30px;
}

/*=================================================================
  Services section
==================================================================*/
.services {
  padding: 100px 0 130px;
}

.services .service-block.color-bg {
  background: #28ABE3;
  color: #fff;
}

.services .service-block.color-bg i, .services .service-block.color-bg h3, .services .service-block.color-bg p {
  color: #fff;
}

.services .service-block .service-icon {
  margin-bottom: 30px;
}

.services .service-block i {
  font-size: 75px;
  color: #28ABE3;
}

.services .service-block h3 {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.services .service-block p {
  font-size: 14px;
  color: #666;
}

/*=================================================================
  Services section 2
==================================================================*/
.service-2 .service-item {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 50px 20px;
  transition: all 0.3s ease 0s;
}

.service-2 .service-item:hover {
  box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}

.service-2 .service-item:hover i {
  background: #fff;
  color: #28ABE3;
}

.service-2 .service-item i {
  font-size: 30px;
  display: inline-block;
  background: #28ABE3 none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
}

/*=================================================================
  Our skills
==================================================================*/
.team-skills .progress-block {
  margin-top: 40px;
}

.team-skills .progress-block span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}

.team-skills .progress-block .progress {
  box-shadow: none;
  border-radius: 0;
  height: 10px;
}

.team-skills .progress-block .progress .progress-bar {
  background: #28ABE3;
  box-shadow: none;
}

.clients-logo-slider {
  margin-top: 50px;
}

/*=================================================================
  Step section
==================================================================*/
.development-steps .step {
  padding: 80px 20px;
}

.development-steps .step h4 {
  font-size: 20px;
  font-weight: 600;
}

.development-steps .step h4 i {
  font-size: 72px;
  font-weight: 500;
  margin-right: 10px;
}

.development-steps .step p {
  color: #cccccc;
  font-size: 14px;
  line-height: 22px;
}

.development-steps .step-1 {
  background-color: #f2f6f8;
}

.development-steps .step-1 h4 {
  color: #212121;
}

.development-steps .step-1 p {
  color: #838383;
}

.development-steps .step-2 {
  background-color: #28ABE3;
}

.development-steps .step-2 h4, .development-steps .step-2 p {
  color: #fff;
}

.development-steps .step-3 {
  background: #198dbf;
}

.development-steps .step-3 h4, .development-steps .step-3 p {
  color: #fff;
}

.development-steps .step-4 {
  background: #167da9;
}

.development-steps .step-4 h4, .development-steps .step-4 p {
  color: #fff;
}

/*=================================================================
  Our Team
  ==================================================================*/
.metier-liste.team {
    padding: 100px 150px !important;
    background: #F6F6F6;
}
.team .team-member {
  background: #fff;
}

.team .member-photo {
  overflow: hidden;
  position: relative;
}
.team .member-photo figure {
    width: 100%;
}
.team .member-photo .mask {
  background: rgba(40, 171, 227, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  top: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  height: 80px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all .3s ease;
}
.team .member-photo img {
    transition: all .6sease 0s;
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.team .member-photo:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.team .team-member .member-content {
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 0;
}
.team .team-member .member-content a {
    color: #000000;
}
.team .team-member .member-content a:hover {
		color: #f99e0b;
}

.team .team-member .member-content span {
  font-size: 14px;
  color: #555;
}

.team .team-member .member-content p {
  color: #777;
  margin-top: 10px;
  padding: 0 15px;
}

.team .member-photo .mask ul {
  text-align: center;
  position: relative;
  margin-top: 22px;
}

.team .member-photo .mask ul li {
  display: inline-block;
  margin-right: 7px;
}

.team .member-photo .mask ul li a {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}

.team .member-photo .mask ul li a::hover {
  background-color: #6cb670;
  border: 1px solid transparent;
}

.team .member-photo:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial {
  padding-top: 100px;
  background: #28ABE3;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 80px;
}

.testimonial:before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0;
  height: 150px;
  background-color: white;
}

.testimonial .item i {
  font-size: 60px;
  color: #fff;
  margin-bottom: 50px;
  display: inline-block;
}

.testimonial .item .client-details {
  padding-bottom: 30px;
}

.testimonial .item .client-details p {
  font-size: 17px;
  color: #fff;
  font-weight: 200;
  padding: 0 10%;
}

.testimonial .item .client-thumb img {
  display: inline-block;
  border-radius: 100%;
  width: 150px;
  height: auto;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog {
  padding-bottom: 110px;
  padding-top: 70px;
  background: #F6F6F6;
}

.post-item {
  background: #fff;
  margin-bottom: 20px;
}

.post-item .content {
  padding: 20px;
}

.post-item .content h3 a {
  color: #000;
}

.post-item .content p {
  color: #757575;
  font-size: 14px;
  margin: 10px 0;
}

.post-item .content .btn-main {
  padding: 12px 25px;
  margin: 15px 0;
}

/* 8.2.1 Blog Details */
.blog-details h3 {
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
}

/* 8.2.2 Post Content */
.post-content ul {
  margin-bottom: 20px;
}

.post-content ul li {
  color: #aaa;
}

.post-content ul li a {
  color: #aaa;
}

.post-content p {
  margin-bottom: 30px;
}

.post-content blockquote {
  border-left: 2px solid #28ABE3;
  padding: 40px 35px;
  margin-bottom: 30px;
  background: #eeeeee;
}

.post-content-share {
  margin-bottom: 100px;
}

.post-content-share li {
  height: 45px;
  width: 45px;
  border: 1px solid #ddd;
  text-align: center;
  background: #fff;
  transition: .3s ease;
  margin-right: 10px;
}

.post-content-share li a i {
  line-height: 45px;
  color: #000;
  transition: .3s ease;
}

.post-content-share li:hover {
  background: #28ABE3;
  border-color: #28ABE3;
}

.post-content-share li:hover i {
  color: #fff;
}

/* 8.2.3 Comment List */
.comment-list {
  padding-left: 0;
  margin-bottom: 70px;
}

.comment-list-item {
  padding: 25px 0;
  position: relative;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.comment-list-item:last-child {
  border: 0;
}

.comment-list-item-image {
  margin-right: 20px;
}

.comment-list-item-content h5 {
  color: #000;
  margin-bottom: 5px;
}

.comment-list-item-content h6 {
  color: #000;
  margin-bottom: 10px;
}

.comment-list-item-content p {
  margin-bottom: 5px;
}

.comment-list-item .comment-btn {
  position: absolute;
  top: 25px;
  right: 0;
  background: #fff;
  padding: 10px 30px;
  border: 1px solid #ddd;
  text-transform: capitalize;
  color: #000;
  font-size: 15px;
}

@media (max-width: 575px) {
  .comment-list-item .comment-btn {
    position: unset;
  }
}

.comment-list-item .comment-btn:hover {
  background: #28ABE3;
  color: #fff;
}

/* 8.2.4 Comment Form */
.comment-form {
  margin-top: 40px;
}

.comment-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-size: 14px;
  border-radius: 0;
  margin-bottom: 20px;
}

.comment-form textarea.form-control {
  height: 200px !important;
}

.comment-form .btn-primary {
  background: #28ABE3;
  border-radius: 0;
  padding: 10px 20px;
  border: 0;
}

/* 8.2.5 Widget Style */
.widget {
  margin-bottom: 30px;
}

.widget h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.widget-search {
  position: relative;
}

.widget-search .form-control {
  border: 1px solid #dedede;
  border-radius: 0;
  height: 50px;
}

.widget-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: #28ABE3;
  border: 0;
}

.widget-search-btn i {
  color: #fff;
}

.widget-categories-list {
  padding-left: 0px;
}

.widget-categories-list li {
  border-bottom: 1px solid #ddd;
}

.widget-categories-list li:last-child {
  border: 0;
}

.widget-categories-list li a {
  display: block;
  padding: 15px 0;
  color: #000;
  font-size: 15px;
  transition: .3s ease;
}

.widget-categories-list li a i {
  font-size: 10px;
  margin-right: 10px;
}

.widget-categories-list li a:hover {
  background: #28ABE3;
  color: #fff;
  padding-left: 20px;
}

.widget-post-list {
  padding-left: 0;
}

.widget-post-list-item {
  padding: 15px 0;
  display: flex;
}

.widget-post-image {
  margin-right: 10px;
  height: 90px;
  width: 130px;
  overflow: hidden;
}

.widget-post-image img {
  height: 90px;
  width: auto;
}

.widget-post-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
  transition: .3s ease;
  color: #000;
}

.widget-post-content h5:hover {
  color: #28ABE3;
}

/*=================================================================
  Single Blog Page
==================================================================*/
#blog-banner {
  padding-bottom: 100px;
  padding-top: 150px;
}

#blog-page {
  margin: 0 0 40px;
}

.post-meta {
  font-size: 13px;
  margin: 20px 0 0;
  padding: 0 20px 10px;
}

.post-meta a {
  color: #28ABE3;
}

.post-meta > span {
  color: #666;
  border-right: 1px solid #dedede;
  display: inline-block;
  font-size: 13px;
  margin: 10px 10px 0 0;
  padding-right: 10px;
}

.post-meta > span:last-child {
  border-right: 0;
}

.post-meta > span i {
  margin-right: 5px;
}

.post-excerpt {
  padding: 0 20px;
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt blockquote {
  line-height: 22px;
  margin: 20px 0;
  font-size: 16px;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}

.next-prev a {
  color: #000;
}

.next-prev a:hover {
  color: #28ABE3;
}

.next-prev .prev-post i {
  margin-right: 10px;
}

.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}

.social-profile ul li a i:hover {
  color: #28ABE3;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #28ABE3;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #28ABE3;
}

.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

/*=================================================================
  Footer section
==================================================================*/
.top-footer {
  background-color: #222222;
}

.top-footer h3.rs-name {
  text-transform: uppercase;
  margin-top: 9px;
}

.top-footer h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 15px 0;
}

.top-footer p {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  padding-right: 20px;
}

.top-footer li a {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: color .3s;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
}

.top-footer h3 i {
  font-size: 23px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.top-footer h3 a {
  color: #FFF;
}

.foot-rs-name {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0;
  border-right: 1px solid;
}

.foot-rs-address {
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
  padding: 0;
  border-right: 1px solid;
}

.foot-rs-mail {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0;
  border-right: 1px solid;
}

.foot-rs-phone {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0;
}

.footer-bottom {
  text-align: center;
  padding: 8px 0 0;
}

.footer-bottom h5 {
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 13px;
}

.footer-bottom h5 a{
  color:#3FA535;
}

.footer-bottom h6 {
  font-size: 16px;
  line-height: 15px;
  color: #000;
  font-weight: 400;
}

.footer-bottom a {
  color: #28ABE3;
}

.page-404 {
  display: flex;
  align-items: center;
  height: 100vh;
}

.page-404 h1 {
  font-size: 200px;
}

/*============================================================
	For Small Desktop
==============================================================*/
@media (min-width: 700px) and (max-width: 1090px) {
  .counters-item:before {
    display: none;
  }
}

@media (min-width: 980px) and (max-width: 1150px) {
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* home slider */
  #slitSlider .carousel-caption h2 {
    font-size: 60px;
  }
  /* about us */
  .feature-desc h3 {
    margin-top: 0;
  }
  /* our team */
  .team-mate {
    margin-bottom: 30px;
  }
  .mask ul {
    top: 85px;
  }
  .mask ul li {
    margin: 0 5px;
  }
  .team-mate > h4 {
    margin-bottom: 10px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul li {
    margin-right: 10px;
  }
  /* testimonial */
  .client-info {
    width: 55%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 15px 8px;
  }
  /* single blog page */
  .author-bio h5 {
    margin-left: 70px;
  }
}

/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
  .counters-item:before {
    display: none;
  }
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* navigation */
  .navbar-inverse .navbar-nav li a {
    padding: 20px 10px;
  }
  /* about us */
  .wrap-about {
    margin: 0 0 75px;
  }
  .about-content {
    margin: 0 auto;
    width: 60%;
  }
  /* fun facts */
  #counter {
    padding-bottom: 50px;
  }
  .counters-item {
    margin-bottom: 30px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }
  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }
  .skill-chart {
    margin: 0 auto 40px;
    width: 90%;
  }
  .skill-chart > h3 {
    margin: 15px 0;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 300px;
  }
  /* testimonial */
  .client-info {
    width: 75%;
  }
  /* latest posts */
  .note {
    margin-bottom: 30px;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px;
  }
  /* singla blog page */
  .author-social {
    margin-left: 0;
  }
}

/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/
@media only screen and (max-width: 767px) {
  .counters-item:before {
    display: none;
  }
  .clients-logo-slider {
    text-align: center;
  }
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* h1 font size home slider */
  h1 {
    font-size: 30px;
  }
  .carousel-caption img {
    width: 70%;
  }
  #slitSlider .carousel-caption h2 {
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  #slitSlider .carousel-caption h3 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  #slitSlider .carousel-caption a {
    font-size: 14px;
  }
  .wrap-about {
    margin: 0 auto 80px;
    width: 85%;
  }
  .feature-desc a {
    margin: 5px 5px 5px 0;
  }
  /* fun facts */
  /* services */
  #services .title {
    padding-bottom: 60px;
  }
  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 280px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 31px;
    width: 280px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul {
    text-align: center;
    margin-bottom: 10px;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 20px;
    width: 280px;
  }
  /* portfolio */
  .portfolio-filter ul li a {
    margin: 0 10px 10px 0;
    padding: 5px 10px;
  }
  /* testimonials */
  .sub-title h3 {
    font-size: 18px;
  }
  .client-info {
    width: 100%;
  }
  /* latest posts */
  #blog {
    padding-bottom: 0;
  }
  .note {
    margin-bottom: 30px;
  }
  .note .excerpt {
    padding: 0 20px 20px;
  }
  .all-post {
    margin: 20px 0 30px;
  }
  /* contact */
  .contact-info {
    margin: 0 0 30px;
  }
  #map-canvas {
    height: 250px;
  }
  /* footer */
  .social-icon ul li, .social-icon ul li:first-child {
    margin: 15px;
  }
  .social-icon ul li a {
    width: 50px;
    height: 50px;
  }
  .social-icon ul li a i {
    font-size: 24px;
    line-height: 50px;
  }
  .blog-title h1 {
    font-size: 28px;
  }
  /* blog page */
  #blog-page {
    margin: 0;
  }
  #blog-posts {
    margin: 0 0 40px;
  }
  .post-excerpt h3 {
    font-size: 20px;
  }
  .post-pagination ul li {
    margin: 0 10px 10px 0;
  }
  .tab-post-nav li a {
    padding: 8px 5px;
  }
  /* single blog page */
  .author-social {
    margin-left: 0;
  }
  .author-avatar {
    margin-right: 10px;
  }
  .title h2 {
    font-size: 32px;
  }
  .counter .counter-title h2 {
    font-size: 35px;
  }
  /* about us */
  .wrap-about {
    margin: 0 auto 75px;
    width: 70%;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  /* portfolio */
  .og-grid li {
    width: 245px;
  }
  /* skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 350px;
  }
  /* testimonials */
  .client-info {
    width: 74%;
  }
  /* latest posts */
  #blog {
    padding-bottom: 0;
  }
  .note {
    margin: 0 auto 30px;
    width: 75%;
  }
  /* contact */
  .contact-info {
    width: 100%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px 15px;
  }
}

/*# sourceMappingURL=maps/style.css.map */

/*============================================================
	Page metiers style
==============================================================*/
.text-bloc-shadow {
  background: #fff;
  padding:30px;
}

.left-bloc-shadow {
  -webkit-transform: translate(70px, 30px);
  -moz-transform: translate(70px, 30px);
  -ms-transform: translate(70px, 30px);
  -o-transform: translate(70px, 30px);
  transform: translate(70px, 30px);
    -webkit-box-shadow: -5px 9px 10px -5px rgb(0 0 0 / 21%);
    box-shadow: -5px 9px 10px -5px rgb(0 0 0 / 21%);
  position: relative;
  z-index: 9;
}

.right-bloc-shadow {
  -webkit-transform: translate(-70px, 30px);
  -moz-transform: translate(-70px, 30px);
  -ms-transform: translate(-70px, 30px);
  -o-transform: translate(-70px, 30px);
  transform: translate(-70px, 30px);
    -webkit-box-shadow: 5px 9px 10px -5px rgb(0 0 0 / 21%);
    box-shadow: 5px 9px 10px -5px rgb(0 0 0 / 21%);
    position: relative;
  z-index: 9;
}

.site-main {
    min-height: 600px;
    margin: 0 auto 2em;
}
.entry-content {
  margin-top: 0 !important;
  margin-bottom: 2px;
}

.bg-paralax-fluid {
  background-size: cover;
  text-align: center;
  position: relative;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-attachment: fixed;
  margin: 3rem 0;
}

.bg-paralax-fluid:before {
  background: rgb(0 0 0 / 50%);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.bg-paralax-fluid p {
  color:#fff;
}
@media only screen and (min-width: 768px) {
/*animation element*/

.animation-element {
  opacity: 0;
  position: relative;
}
/*animation element sliding left*/

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 20px, 0px);
  -webkit-transform: translate3d(-100px, 20px, 0px);
  -o-transform: translate(-100px, 20px);
  -ms-transform: translate(-100px, 20px);
  transform: translate3d(-100px, 20px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(70px, 20px, 0);
  -webkit-transform: translate3d(70px, 20px, 0);
  -o-transform: translate(70px, 20px);
  -ms-transform: translate(70px, 20px);
  transform: translate3d(70px, 20px, 0);
}

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 20px, 0px);
  -webkit-transform: translate3d(-100px, 20px, 0px);
  -o-transform: translate(-100px, 20px);
  -ms-transform: translate(-100px, 20px);
  transform: translate3d(100px, 20px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(-70px, 20px, 0);
  -webkit-transform: translate3d(-70px, 20px, 0);
  -o-transform: translate(-70px, 20px);
  -ms-transform: translate(-70px, 20px);
  transform: translate3d(-70px, 20px, 0);
}

}

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

.metier-liste .team-member {
  -webkit-box-shadow: 0 0 3px #f0f0f0;
  -moz-box-shadow: 0 0 3px #f0f0f0;
  box-shadow: 0 0 3px #f0f0f0;
}
.content-photos-realisation {
    display: table;
}
.slick-slide {
    height: 100vh!important;
}

/*make fullwidth */
.wp-block-cover, .wp-block-cover-image, .fullwidth {
    margin-left: calc(-50vw + 50% - 9px);
    width: 100vw!important;
}
.wp-block-columns.fullwidth {
    padding: 0 0 0 15px;
}
.pd-15 {
    padding: 0 15px;
}
/* add space in bottom section*/
.margin-big {
    margin-bottom: 5em!important;
}
/* Aerer un peu le titre des photos realisations*/
.content-realisation-image h3 {
    margin-top: 15px!important;
}
/*Ajuster le contenu du photo realisation voir plus*/
div#element_html2 {
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
}
/* ajuster le bouton X du popup photo realisation*/
.popupCloseButton {
    line-height: 25px!important;
}
/* Separateur*/
.wp-block-separator.is-style-default {
    border-top: none;
    border-bottom: none;
    max-width: 80px;
}
.pd-t-70 {
    padding-top:70px!important;
}
.text-bloc-shadow.left-bloc-shadow,
.text-bloc-shadow.right-bloc-shadow{
    max-width: 48%;
}
.margin-big .wp-block-column:not(:first-child) {
    margin-left: 2.3em;
}
.wp-block-columns.wp-contact label {
    width: 100%;
}
.wp-block-group.contact-us.wp-contact {
    padding: 0;
}
.coordonnees p {
    margin-bottom: 10px;
}
.mb-0{
    margin-bottom: 0;
}
.post, .page {
    margin: 0 0 0!important;
}
.pd-50 {
    padding: 0 20px 0 38px!important;
}
.wp-block-group.metier-liste.team.wp-block-cover {
    padding-bottom: 0!important;
}
.wp-block-webfactory-map.mymap {
    margin-top: 120px;
    margin-bottom: 40px;
}
/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1.5s!important;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s!important;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.navigation .dropdown-menu a {
    color: black!important;
}
.parallax {
    padding: 0 140px;
}
.bouton-devis a {
    color: #fff;
    background: #44b232;
    border: 1px solid #44b232;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 5px;
}
.bouton-devis a:hover {
    color: #44b232;
    background: #fff;
    border: 1px solid #44b232;
}
.bouton-devis {
    margin-top: 5%;
}

/*****************************banniere-home***************************/
html {
    overflow-x: hidden !important;
}
.display-none {
	display: none !important;
}
/*****************************banniere-home***************************/
/*****************************HEADER***************************/
.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#navigation {
    display: none !important;
}
.burger-thing {
	cursor: pointer;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-top: 5px;
    margin-right: 20px;
}
.burger-thing .burger-line {
    display: flex;
    width: 60px;
    height: 2px !important;
    margin-left: auto;
    margin-bottom: 10px;
    background: #a2a2a2;
}
.burger-thing .burger-line.first {
    height: 1.5px !important;
}
.burger-thing .burger-line.short {
    width: 40px;
}
.burger-thing .burger-line.third {
    background: #eaeaea;
}
/*modal-menu*/
.menu-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	background-color: #133350;
	justify-content: center;
	align-items: center;
}
.windows .menu-modal {
	background-color: #132c46 !important;
}
.ios .menu-modal {
	background-color: #132c46 !important;
}
.android .menu-modal {
	background-color: #132c46 !important;
}

.nav-modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	align-items: center;
}

ul.nav-modal {
	list-style: none;
	padding: 0;
}

li.li-nav-modal {
    margin: 15px 0;
    text-align: center;
}
li.li-nav-modal::after {
    position: relative;
    content: '';
    display: flex;
    width: 45px;
    height: 1.3px;
    background-color: #a2a2a2;
    margin: 0 auto;
    top: 10px;
}
a.link-nav-modal {
	font-family: 'MinionProBoldItalic' !important;
    font-size: 30px;
    color: #fff;
    font-style: italic;
    text-align: center;
    font-weight: bold;
}
.close-menu {
    position: absolute;
    top: -25px;
    right: 40px;
    cursor: pointer;
    font-size: 5rem;
    color: #a2a2a2;
}
/*****************************HEADER***************************/

/*****************************FOOTER***************************/
:lang(en-GB) .footer-fr{
    display: none !important;
}
:lang(en-GB) .footer-en {	
	display: block !important;
}
div#footer {
    background: #133350;
}

.windows div#footer {
    background: #132c46 !important;
}
.ios div#footer {
    background: #132c46 !important;
}
.android div#footer {
    background: #132c46 !important;
}

.content-col-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 60px 35px;
    margin-bottom: 50px;
}
.col-footer {
    display: flex;
    flex-direction: column;
	padding: 0 10px;
}

.col-footer.col-logo {
    width: 35%;
}

span.titre-footer {
    font-family: 'MinionProBoldItalic';
    color: #fff;
    font-size: 28px;
    font-style: italic;
    margin-bottom: 20px;
}
span.titre-footer::after {
    position: relative;
    content: '';
    display: flex;
    width: 45px;
    height: 1.3px;
    background-color: #a2a2a2;
    top: 5px;
    left: 2px;
}
.link-footer {
    font-family: 'MinionProMedium';
    font-size: 15px;
    color: #fff;
}

.copyright-footer {
    border-top: 1.3px solid #a2a2a2;
    width: 95%;
    margin: 0 auto;
}
.p-footer {
	font-family: 'MinionProMedium';
    text-align: center;
    color: #fff !important;
    font-size: 15px;
    padding: 15px 0;
}

/*****************************FOOTER***************************/

/*****************************HOME*******************************/
:lang(en-GB) .en, :lang(fr-FR) .fr {
    display: block !important;
}
:lang(fr-FR) .en {
	display: none;
}
:lang(en-GB) .fr {
    display: none;
}
a.navbar-brand.logo.fr {
    display: block;
}

.switch-language {
    position: absolute;
    bottom: 5%;
    left: 5%;
	color: #fff;
}
.switch-language .french, .english {
    font-family: 'MinionProBoldItalic';
    font-weight: bold;
    font-style: italic;
    color: #fff;
    padding: 0 4px;
}
:lang(fr-FR) a.french {
    color: #00b6eb;
}
:lang(en-GB) a.english {
    color: #00b6eb;
}


a:hover {
    color: #00b6eb !important;
}
a.link-article-equipe:hover {
    color: #00b6eb !important;
}
a:hover i.link-icon {
    color: #00b6eb !important;
}

.section-site {
    padding-top: 6em;
}
.wp-block-columns .wp-block-column {
    position: relative;
}
.txt-bleu {
	color: #133350 !important;
}
.windows .txt-bleu {
    color: #132c46 !important;
}
.ios .txt-bleu {
    color: #132c46 !important;
}
.android .txt-bleu {
    color: #132c46 !important;
}

.txt-blanc {
	color: #fff !important;
}
h2, h3, h4 {
	font-style: italic !important;
}
h2 {
 font-size: 35px;
}
h3 {
 font-size: 28px;
}
h4 {
 font-size: 17px;
}
p {
 color: #133350 !important;
}

.windows p {
    color: #132c46;
}
.ios p {
    color: #132c46;
}
.android p {
    color: #132c46;
}

h2.right-border {
    margin-right: 50px;
}
h2.right-border::before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    width: 2px;
    height: 60px;
    background-color: #a2a2a2;
}
.bottom-border::after {
    position: relative;
    content: '';
    display: flex;
    width: 60px;
    height: 1.3px;
    background-color: #a2a2a2;
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*LE Cabinet*/
div#cabinet h3 {
	position: relative;
	z-index: 99;
}
.wp-block-columns.content-col-cabinet {
    gap: 5em !important;
    width: 75%;
    margin: 0 auto 3em;
}
.img-cabinet-cover img {
    position: absolute;
    z-index: 999;
    right: 5px;
    transform: scale(1.5);
    bottom: 40px;
}
span.puce-bleu {
    position: absolute;
	color: #133350;
    font-size: 15px;
    font-style: italic;
    top: -10px;
    right: auto;
    left: -40px;
}
.windows span.puce-bleu {
	color: #132c46 !important;
}
.ios span.puce-bleu {
	color: #132c46 !important;
}
.android span.puce-bleu {
	color: #132c46 !important;
}
.wp-block-columns.content-excellence {
    border-top: 2px solid #a2a2a2;
    width: 90%;
    margin: 0 auto;
    padding-top: 3em;
}

#cabinet p {
    text-align: justify;
}
/*LE Cabinet*/
/*Expertise*/
.banner-expertise span.wp-block-cover__background {
    background-color: #133350 !important;
}
.windows .banner-expertise span.wp-block-cover__background {
    background-color: #132c46 !important;
}
.ios .banner-expertise span.wp-block-cover__background {
    background-color: #132c46 !important;
}
.android .banner-expertise span.wp-block-cover__background {
    background-color: #132c46 !important;
}

.titre-expertise {
	font-family: 'MinionProMedium';
    font-weight: normal;
    margin-left: 3.5em;
}
span.puce-blanc-big {
    position: absolute;
    font-style: italic;
    font-size: 70px;
    top: -30px;
    left: 0;
}
.titre-expertise::after {
    position: absolute;
    content: '';
    display: flex;
    width: 100%;
    height: 1px;
    background-color: #a2a2a2;
    left: 0;
    right: 0;
	top: 40px;
    margin: 0 auto;
}

.content-col-expertise {
    width: 95%;
    margin: 0 auto 1.75em;
}
.img-fleche-bas {
    position: absolute;
    top: -20px;
    right: 10px;
}

.img-expertise-cover img {
    position: absolute;
    bottom: 0;
}
.wp-block-column.col-different-expertise {
    margin-top: 20px;
}

.wp-block-columns.col-detail-expertise {
    margin-top: 35px;
}
h4.titre-detail-expertise {
	font-size: 15px;
    text-transform: uppercase;
	margin-bottom: 15px;
    line-height: 1.5;	
}
h4.titre-detail-expertise::after {
    position: absolute;
    content: '';
    display: flex;
    width: 100%;
    height: 1px;
    background-color: #a2a2a2;
    left: 0;
    right: 40px;
    top: 22px;
    margin: 0 auto;
}
span.puce-blanc {
    position: relative;
    font-size: 15px;
    font-style: italic;
    margin-right: 15px;
}
.text-detail-expertise {
    margin-left: 34px;
	color: #fff !important;
}
.col-logo-excellence {
    width: 80%;
    margin: 2em auto 2em;
}
/*Expertise*/
/*Équipe*/
.equipe-big {
    width: 70%;
    margin: 4em auto;
}
.content-reste-equipe {
    width: 95%;
    margin: 3em auto;
    gap: 0;
}
.content-col-equipe {
    padding: 30px;
}

.border-top::before {
    position: absolute;
    content: '';
    display: flex;
    width: 90%;
    height: 1px;
    background-color: #133350;
    left: 0;
    right: 0;
    top: -25px;
    margin: 0 auto;
}
.windows .border-top::before {
    background-color: #132c46 !important;
}
.ios .border-top::before {
    background-color: #132c46 !important;
}
.android .border-top::before {
    background-color: #132c46 !important;
}

.border-right {
    border-right: 1px solid #133350;
}

.windows .border-right {
    border-right: 1px solid #132c46 !important;
}
.ios .border-right {
    border-right: 1px solid #132c46 !important;
}
.android .border-right {
    border-right: 1px solid #132c46 !important;
}

.content-fonction-mail {
    display: flex;
    flex-direction: row;
}
h4.fonction {
    border-right: 2px solid #a2a2a2;
    padding-right: 15px;
}
a.link-mail {
    color: #133350 !important;
    font-size: 15px;
    font-style: italic;
    padding-left: 15px;
    margin-bottom: 13px !important;
    margin-top: -2px;
}

.windows a.link-mail {
    color: #132c46 !important;
}
.ios a.link-mail {
    color: #132c46 !important;
}
.android a.link-mail {
    color: #132c46 !important;
}



a.link-mail:hover {
    color: #00b6eb !important;
}

.p-equipe-right {
    max-width: 70%;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    font-style: italic;
}
p.p-equipe-right.bordered::after {
    position: relative;
    content: '';
    display: flex;
    width: 60px;
    height: 1px;
    background-color: #133350;
    top: 18px;
    left: 0;
}

.windows p.p-equipe-right.bordered::after {
    background-color: #132c46 !important;
}
.ios p.p-equipe-right.bordered::after {
    background-color: #132c46 !important;
}
.android p.p-equipe-right.bordered::after {
    background-color: #132c46 !important;
}

p.p-equipe-right.bordered {
    margin-bottom: 2em;
}
span.bottomed {
    font-style: normal;
    position: absolute;
    right: 0;
    padding-top: 15px;
}

a.link-article-equipe {
    color: #133350 !important;
    border-bottom: 1px solid #133350;
    padding-bottom: 2px;
}

.windows a.link-article-equipe {
    color: #132c46 !important;
    border-bottom: 1px solid #132c46 !important;
}
.ios a.link-article-equipe {
    color: #132c46 !important;
    border-bottom: 1px solid #132c46 !important;
}
.android a.link-article-equipe {
    color: #132c46 !important;
    border-bottom: 1px solid #132c46 !important;
}

 
#equipe p {
    text-align: justify;
}
/*Équipe*/
/*Références*/
.content-col-references.first-col {
    margin-top: 4em;
}
.content-col-references {
    width: 70%;
    margin: 2em auto;
    border-bottom: 1px solid #a2a2a2;
}
.wp-block-columns.col-references {
    margin-bottom: 1em;
}
.col-references strong {
    background: #133350;
    padding: 3px 7px;
    margin-right: 10px;
    color: #fff !important;
}

.windows .col-references strong  {
    background-color: #132c46 !important;
}
.ios .col-references strong  {
    background-color: #132c46 !important;
}
.android .col-references strong  {
    background-color: #132c46 !important;
}


.logo-references img {
    width: 80%;
    height: 75px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.logo-legal img {
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    display: block;
    width: 52%;
    height: auto;
    margin: 0 auto !important;
}
a.link-references {
    color: #133350;
    background: #fff;
    border: 1px solid #133350;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
    padding: 9px 15px;
	float: right;
}

.windows a.link-references {
    color: #132c46 !important;
    border: 1px solid #132c46 !important;
}
.ios a.link-references {
    color: #132c46 !important;
    border: 1px solid #132c46 !important;
}
.android a.link-references {
    color: #132c46 !important;
    border: 1px solid #132c46 !important;
}


a.link-references .link-icon {
    display: inline;
    position: relative;
    top: 2px;
}
a.link-references:hover {
    color: #fff !important;
    background: #133350;
}

.windows a.link-references:hover {
    background-color: #132c46 !important;
}
.ios a.link-references:hover {
    background-color: #132c46 !important;
}
.android a.link-references:hover {
    background-color: #132c46 !important;
}


a.link-references:hover i.link-icon {
    color: #fff !important;
}

/*Contact*/
div#contact {
    padding-top: 8em;
}

.content-col-contact {
    width: 85%;
    margin: 0 auto;
    gap: 3em;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	font-family: 'MinionProMedium';
    width: 100%;
    border: none;
    border-bottom: 1px solid #133350;
    border-radius: 0 !important;
}


.windows input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    border-bottom: 1px solid #132c46 !important;
}
.ios input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    border-bottom: 1px solid #132c46 !important;
}
.android input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    border-bottom: 1px solid #132c46 !important;
}


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus-visible {
    outline: none;
    border-bottom: 1px solid #0091ff;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required:focus-visible {
    outline: none;
    border-bottom: 1px solid #0091ff;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::-webkit-input-placeholder, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::-webkit-input-placeholder {
	font-family: 'MinionProMedium';
    color: #133350 !important;
    opacity: 1;
}

.windows input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::-webkit-input-placeholder, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::-webkit-input-placeholder {
    color: #132c46 !important;
}
.ios input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::-webkit-input-placeholder, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::-webkit-input-placeholder {
    color: #132c46 !important;
}
.android input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::-webkit-input-placeholder, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::-webkit-input-placeholder {
    color: #132c46 !important;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner {
	font-family: 'MinionProMedium';
    display: block;
    color: #133350;
    border: 1px solid #133350;
    font-size: 17px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    padding: 10px 20px;
}

.windows input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #132c46 !important;
    border: 1px solid #132c46 !important;
}
.ios input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #132c46 !important;
    border: 1px solid #132c46 !important;
}
.android input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #132c46 !important;
    border: 1px solid #132c46 !important;
}



input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    color: #fff;
    border: 1px solid #133350;
    background: #133350;
}

.windows input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    border: 1px solid #132c46 !important;
    background-color: #132c46 !important;
}
.ios input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    border: 1px solid #132c46 !important; 
    background-color: #132c46 !important;
}
.android input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    border: 1px solid #132c46 !important; 
    background-color: #132c46 !important;
}

/*Contact*/
/*********************/

/**Section Actualites**/
.banner-actus span.wp-block-cover__background {
    background-color: #133350 !important;
}
.windows .banner-actus span.wp-block-cover__background {
    background-color: #132c46 !important;
}
.ios .banner-actus span.wp-block-cover__background {
    background-color: #132c46 !important;
}
.android .banner-actus span.wp-block-cover__background {
    background-color: #132c46 !important;
}

.page-id-2235 .site-main {
    margin-bottom: 0;
}

.img-actualite-cover img {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 35%;
}

.actualites {
	position: relative;
    z-index: 999;
    width: 90%;
    margin: 4em auto;
}
.actualites .actus-block {
    padding: 0 30px;
	margin-bottom: 2em;
}
.actualites .image-content {
	height: 250px;
	overflow: hidden;
}
.actualites .background-figure {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}
.actualites .content-actus {
	padding: 15px 0;
}

.actualites .background-figure {
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}
.actualites .content-actus span.date {
	font-family: 'MinionProMedium';
    color: #fff;
    font-size: 16px;
	font-weight: lighter;
    font-style: normal !important;
	line-height: 2;
}
.actualites .content-actus .p-title {
	font-family: 'MinionProMedium';
    padding: 0;
    text-align: left;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #fff !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3 !important;
    overflow: hidden;
}
.actualites .content-actus .p-title a {
	font-family: 'MinionProMedium';
    padding: 0;
    text-align: left;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #fff !important;
}

.actualites .content-actus .specific-link a {
    color: #fff;
    font-size: 16px;
    font-style: italic;
}
.specific-link .link-icon {
	color: #fff;
    display: inline;
    position: relative;
    top: 2px;
}
.actualites .two-link {
    position: absolute;
    bottom: 0;
}

/*Actus-link-more-btn-specific-link*/
.actualites .text-actus, .actualites .actus-details-photos {
    display: none !important;
}

.actualites .voir-all-actus {
    text-align: center;
    margin: 0 auto;
}
.actualites a.voir-all-actus {
	font-family: 'MinionProMedium';
    display: block;
    color: #fff;
    border: 1px solid #fff;
    font-size: 17px;
    background: transparent;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    padding: 10px 20px;
}
.actualites a.voir-all-actus:hover {
    color: #133350 !important;
	background: #fff;
    border: 1px solid #fff;
}

.windows .actualites a.voir-all-actus:hover {
    color: #132c46 !important;
}
.ios .actualites a.voir-all-actus:hover {
    color: #132c46 !important;
}
.android .actualites a.voir-all-actus:hover {
    color: #132c46 !important;
}

/*Actualites details*/
.single.single-property {
    background: #133350;
}

.windows.single.single-property {
    background-color: #132c46 !important;
}
.ios.single.single-property {
    background-color: #132c46 !important;
}
.android.single.single-property {
    background-color: #132c46 !important;
}
.single.single-property .actualites-details {
    width: 95%;
    margin: 150px auto 4em;
    border-bottom: 2px solid #a2a2a2;
}
.single .entry-header, .single .post-thumbnail, .single .entry-content {
    width: 50%;
    margin: 0 auto 2em;
}

.actualites-details .entry-header .entry-title {
    color: #fff;
    font-size: 20px;
}
.actualites-details img.attachment-post-thumbnail {
    width: 100%;
    height: auto;
}

/*txt-actus*/
.actualites-details .text-actus,  .actualites-details .actus-details-photos {
    display: flex !important;
	color: #fff;
	font-size: 16px;
}
.actus-details-photos .img-2 {
    display: flex;
}
/*txt-actus*/
.actualites-details .specific-link a {
    color: #fff;
    font-size: 16px;
    font-style: italic;
}
span.edit-link {
    display: none;
}
h2.screen-reader-text {
    display: none;
}
.navigation.post-navigation {
    width: 100%;
    height: auto;
    margin: 0 auto 2em;
}
.actualites-details .nav-previous a, .nav-next a {
    color: #fff !important;
    font-style: italic;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4 !important;
    overflow: hidden;
}


/**End Actualites**/

/********************/








/*****************************HOME*******************************/