/*
 Theme Name:   PS Ayent
 Description:  PS Ayent site vitrine - responsive et mobile friendly
 Author:       Franck Gaudin
 Template:     proparty
 Version:      1.2.1
*/
@import url("../proparty/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.menu_main_nav_area .menu_main_nav {
  display: none !important; }

.menu_main_wrap .menu_main_nav .sub-menu li > a {
  line-height: 1.5em !important; }

.post_content h1, .post_content h2, .post_content h3, .post_content h4 {
  font-family: 'Open sans', sans-serif;
  line-height: 1.25em;
  margin: 0; }
.post_content h2 {
  font-size: 24px;
  font-weight: 700;
  padding-top: 1.25em;
  padding-bottom: 0.8em; }
.post_content h3 {
  font-size: 18px;
  font-weight: 700;
  padding-top: 1em;
  padding-bottom: 0.65em; }
.post_content p {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 1em;
  margin: 0; }

.carousel {
  position: relative;
  overflow: hidden !important;
  margin-bottom: 120px;
  color: #000;
  background: #fff;
  text-transform: uppercase;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.25); }
@media (min-width: 1024px) {
  .carousel {
    margin-bottom: 60px;
    max-height: 450px; } }
.carousel .card::after {
  clear: both;
  content: "";
  display: block; }
@media (min-width: 1024px) {
  .carousel .card {
    display: table; } }
.carousel .card-image {
  width: 100%; }
@media (min-width: 426px) {
  .carousel .card-image {
    padding: 20px 20px 0 20px; } }
@media (min-width: 1024px) {
  .carousel .card-image {
    display: table-cell;
    overflow: hidden;
    width: 60%;
    max-width: 655px;
    max-height: 450px;
    padding: 0; } }
.carousel .card-content {
  display: block;
  padding: 10px; }
@media (min-width: 426px) {
  .carousel .card-content {
    padding: 50px 20px; } }
@media (min-width: 1024px) {
  .carousel .card-content {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    padding: 0 50px; } }
.carousel .tag {
  display: inline-block;
  margin-bottom: 1em;
  color: inherit;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  text-transform: inherit; }
@media (min-width: 1024px) {
  .carousel .tag {
    margin-bottom: 1.5em; } }
.carousel .title {
  margin-bottom: 1em;
  color: inherit;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  text-transform: inherit; }
@media (min-width: 1024px) {
  .carousel .title {
    margin-bottom: 1.5em; } }
.carousel .button {
  margin-bottom: 1em;
  display: inline-block;
  color: #f03945;
  border: 2px solid #f03945;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 700; }
@media (min-width: 1024px) {
  .carousel .button {
    margin-bottom: 1.5em; } }
.carousel .button:hover {
  color: #fff;
  background: #f03945; }

.owl-item {
  display: block;
  float: left; }

.owl-controls {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 30px;
  width: 100%;
  text-align: center; }
@media (min-width: 1024px) {
  .owl-controls {
    top: initial;
    bottom: -6px;
    width: 60%;
    max-width: 655px;
    text-align: right; } }

.owl-prev, .owl-next {
  position: relative;
  display: inline-block;
  margin-left: 1px;
  width: 46px;
  height: 46px;
  background: #f03945; }
.owl-prev span, .owl-next span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }
.owl-prev:hover, .owl-next:hover {
  cursor: pointer; }

.owl-prev span {
  background: url("images/icon-prev.png") center center no-repeat; }

.owl-next span {
  background: url("images/icon-next.png") center center no-repeat; }

.owl-dots {
  display: none; }

.panel-header {
  display: block;
  padding: 10px 0;
  cursor: pointer;
  border-top: 1px solid #ccc;
  color: #f03945;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: uppercase; }
.panel-header .fa {
  float: right; }

.panel-content {
  display: none; }
.panel-content:first-child {
  display: block; }

.news {
  margin-bottom: 70px; }
.news::after {
  clear: both;
  content: "";
  display: block; }
@media (min-width: 1024px) {
  .news {
    padding: 50px 0; } }
.news .title {
  margin-bottom: 40px;
  color: #828384;
  font-size: 26px;
  line-height: 42px;
  font-weight: 600; }
.news .footer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: center; }
.news .footer:last-child {
  margin-right: 0; }
.news .button {
  padding: 10px 15px;
  border: 2px solid #828384;
  color: #828384;
  font-size: 14px;
  font-weight: 700;
  background: transparent; }
.news .message {
  padding-bottom: 50px; }
.news .card {
  padding: 40px 30px 0 30px;
  margin-bottom: 35px;
  border: 1px solid #e2e6ea;
  vertical-align: top;
  box-shadow: 0;
  transition: box-shadow .5s linear; }
@media (min-width: 426px) {
  .news .card {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 44.55627%; }
  .news .card:last-child {
    margin-right: 0; }
  .news .card:nth-child(6n) {
    margin-right: 0; }
  .news .card:nth-child(6n+1) {
    clear: left; } }
@media (min-width: 1024px) {
  .news .card {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
  .news .card:last-child {
    margin-right: 0; }
  .news .card:nth-child(4n) {
    margin-right: 0; }
  .news .card:nth-child(4n+1) {
    clear: left; } }
.news .card:hover {
  box-shadow: 0 3px 25px 0 rgba(173, 177, 181, 0.4); }
.news .card .card-header-title {
  margin-bottom: 50px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em; }
.news .card .card-header small {
  margin-bttom: 30px;
  color: #656667;
  font-size: 14px;
  font-weight: 300; }
.news .card .card-content {
  padding-bottom: 5px; }
.news .card .card-content p {
  margin-bottom: .5em;
  color: #656667; }
.news .card .card-footer {
  padding: 15px 0;
  border-top: 1px solid #e2e6ea; }
.news .card .card-footer a {
  font-size: 14px;
  font-weight: 700;
  color: #f03945; }
.news .card .card-footer .fa {
  float: right; }

.box {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: #cc1212; }
@media (min-width: 1024px) {
  .box {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
  .box:last-child {
    margin-right: 0; } }

.media {
  padding: 12px 20px;
  border-top: 1px solid #db5a5a; }
.media.is-hidden {
  display: none; }
@media (min-width: 1024px) {
  .media {
    padding: 30px; } }
.media:first-child {
  border-top: 0; }
.media a {
  display: table;
  width: 100%;
  color: inherit; }
.media img {
  width: 45px; }
.media span {
  width: 70%;
  text-align: left; }
.media .fa {
  text-align: right; }
.media img, .media span, .media i {
  display: table-cell;
  vertical-align: middle; }

.ad {
  padding: 40px 20px;
  background: #fff; }
@media (min-width: 1024px) {
  .ad {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
  .ad:last-child {
    margin-right: 0; } }
.ad .title {
  margin-bottom: 50px;
  color: #000;
  font-size: 24px;
  font-weight: 600; }

.top_panel_wrap {
  padding-top: 10px;
  z-index: 100; }

.menu_user_wrap {
  background-color: #fff; }
.menu_user_wrap .menu_user_nav li > a {
  color: #828384;
  font: 600 13px/40px "Open Sans", sans-serif;
  text-transform: none; }

@media (max-width: 1023px) {
  .menu_main_wrap .menu_main_nav_area {
    height: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 90px !important; } }
.menu_main_wrap .menu_main_nav {
  display: none !important; }
@media (min-width: 1024px) {
  .menu_main_wrap .menu_main_nav {
    display: block !important; } }
.menu_main_wrap .menu_main_nav > li {
  color: #000;
  font: 300 14px/32px "Open Sans", sans-serif; }
.menu_main_wrap .menu_main_nav > li > a {
  color: #000;
  font: 600 18px/80px "Open Sans", sans-serif; }
.menu_main_wrap .menu_main_nav .sf-with-ul:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 1em;
  margin-left: 10px;
  background: url("images/icon-dropdown.png") center center no-repeat; }
.menu_main_wrap .logo {
  float: left !important;
  max-width: 100% !important; }
.menu_main_wrap .menu_main_responsive_button, .menu_main_wrap .menu_main_responsive_button:hover {
  display: block !important;
  color: #f03945; }
@media (min-width: 1024px) {
  .menu_main_wrap .menu_main_responsive_button, .menu_main_wrap .menu_main_responsive_button:hover {
    display: none !important; } }
.menu_main_wrap .menu_main_responsive {
  box-shadow: none !important;
  background: #f03945 !important; }

@media (max-width: 1024px) {
  .menu_main_wrap .menu_main_nav_area .menu_main_responsive ul {
    margin-left: 0 !important; }
  .menu_main_wrap .menu_main_nav_area .menu_main_responsive li li a {
    font-size: 1em !important; } }
.section::after {
  clear: both;
  content: "";
  display: block; }
.section.is-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 75px 0;
  background: url(./images/bg-ad.jpg) center top no-repeat;
  background-size: cover; }

.slider_boxed, .content_wrap, .content_container {
  max-width: 1150px;
  width: 90% !important; }

@media (min-width: 768px) {
  .single-post .post_content {
    width: 66.66666667%; } }

.site-map, .social {
  width: 100%; }
@media (min-width: 426px) {
  .site-map, .social {
    float: left; } }

.site-map::after {
  clear: both;
  content: "";
  display: block; }
.site-map .ps-footer-col {
  width: 50%;
  float: left; }
@media (min-width: 426px) {
  .site-map {
    width: 60%; } }
@media (min-width: 1024px) {
  .site-map {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
  .site-map:last-child {
    margin-right: 0; }
  .site-map .ps-footer-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
  .site-map .ps-footer-col:last-child {
    margin-right: 0; } }

.social {
  margin-top: 30px; }
@media (min-width: 426px) {
  .social {
    width: 40%;
    margin-top: 0; } }
@media (min-width: 1024px) {
  .social {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
  .social:last-child {
    margin-right: 0; } }

@media (min-width: 426px) {
  .ps-footer-col-z {
    width: 30%; }
  .ps-footer-col-z_large {
    width: 30%; } }
@media (min-width: 1024px) {
  .ps-footer-col-z {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
  .ps-footer-col-z:last-child {
    margin-right: 0; }
  .ps-footer-col-z_large {
    margin-top: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
  .ps-footer-col-z_large:last-child {
    margin-right: 0; } }

footer .content_wrap {
  padding: 50px 0; }
@media (max-width: 426px) {
  footer .content_wrap {
    padding-top: 0; } }

.ps-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.ps-footer-col ul a {
  font: 400 14px/1 "Open Sans", sans-serif; }
.ps-footer-col ul > li a {
  color: #000 !important;
  font-weight: 600; }
.ps-footer-col ul > li a:hover {
  color: #f03945 !important; }
.ps-footer-col ul ul {
  margin-top: 0.5em; }
.ps-footer-col ul ul > li a {
  font-weight: 400; }
.ps-footer-col_large ul li {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
.ps-footer-col_large ul li::after {
  clear: both;
  content: "";
  display: block; }
.ps-footer-col_large ul li > a {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 73.14426%;
  margin-left: 13.42787%;
  margin-bottom: 10px;
  padding: 15px 0;
  text-align: center;
  color: #828384 !important;
  border: 2px solid #828384; }
.ps-footer-col_large ul li > a:last-child {
  margin-right: 0; }
.ps-footer-col_large ul li > a:hover {
  background: #828384;
  color: #fff !important; }
.ps-footer-col_large ul li.menu-item-77 > a {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff !important; }
.ps-footer-col_large ul li.menu-item-77 > a:hover {
  background: #324c82;
  border-color: #324c82; }

body {
  color: #656667;
  font-size: 16px !important;
  font-family: 'Open Sans', sans-serif !important; }

.page_top_wrap {
  background-color: #e2e6ea; }
.page_top_wrap .page_title {
  color: #4d4e50;
  font-weight: 500; }
