/*PREMIUMBASE*/
/*Import Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
/* ========================================================================= */
/*                             TOP PAGES                            */
/* ======================================================================= */
.gestion .top_page {
  background-image: url("/assets/images/top_page/gestion_top.jpg"); }

.cc-color-override-1247188962 .cc-link, .cc-color-override-1247188962 .cc-link:active, .cc-color-override-1247188962 .cc-link:visited {
  color: #707070 !important; }

.cc-link {
  color: #707070; }

/* ========================================================================= */
/*                             GENERAL                            */
/* ======================================================================= */
a:hover {
  color: #263187; }

.vert {
  color: #58c3bb !important; }

.orange {
  color: #ee7829 !important; }

.bleu {
  color: #263187; }

.dev {
  border: 1px solid red; }

body {
  font-family: 'Poppins', sans-serif; }

.space50 {
  width: 100%;
  height: 50px; }

.space100 {
  width: 100%;
  height: 100px; }

.contact .sidebar {
  z-index: 1001; }

.site-pusher {
  display: flex;
  justify-content: space-between; }

.breadcrumb-cms {
  text-transform: uppercase;
  font-size: 11px; }

.list_mentions h2 {
  color: #263187; }

.btn {
  border-radius: 0; }

.btn-primary {
  color: #fff;
  background-color: #ee7829;
  border-color: #ee7829; }

.btn-primary:hover {
  color: #fff;
  background-color: #263187;
  border-color: #ee7829; }

.btn-info, .btn-secondary {
  color: #fff;
  background-color: #263187;
  border-color: #263187; }

.btn-info:hover, .btn-secondary:hover {
  color: #fff;
  background-color: #ee7829;
  border-color: #263187; }

.moteur {
  background-color: transparent;
  opacity: 0;
  animation: toptobottom 1s ease 1.5s 1 normal forwards; }

.header .sticking {
  background: #ffffff; }

.header .not-sticking {
  background: #ffffff; }

.home_heading::after, .home_heading::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #ee7829;
  vertical-align: middle;
  margin: 0 10px; }

.home_heading {
  color: #525252;
  font-weight: 700;
  font-size: 34px;
  text-transform: inherit;
  font-weight: 500;
  margin-bottom: 30px; }

@keyframes toptobottom {
  0% {
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }

@keyframes lefttoright {
  0% {
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    transform: translateX(0px);
    opacity: 1; } }

@keyframes lefttoright2 {
  0% {
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    transform: translateX(0px);
    opacity: 1; } }

@keyframes righttoleft {
  0% {
    transform: translateX(50px);
    opacity: 0; }
  100% {
    transform: translateX(0px);
    opacity: 1; } }

.index .radio_trans {
  display: none; }

.page-heading {
  text-transform: uppercase;
  color: #263187; }

.page-heading::after {
  content: "";
  display: block;
  position: relative;
  background: #ee7829;
  height: 2px;
  width: 150px;
  margin: 10px 0 24px 0; }

.home_cont_alertes {
  padding: 10px 10px;
  background: #263187;
  text-align: center; }

.cont_coordonnees {
  padding-bottom: 40px;
  background-color: #e6e6e6;
  color: #000000; }

footer {
  background-color: #263187;
  padding: 10px 10px; }

.reseaux-sociaux i {
  font-size: 40px;
  color: #263187; }

.reseaux-sociaux {
  padding-top: 20px; }

/*
.container_search a{
	color: #ffffff!important
}
*/
/* ========================================================================= */
/*                           SLIDER BIEN                          */
/* ======================================================================= */
.swiper-slide article {
  border: 1px solid #ddd;
  width: calc(100% - 20px);
  margin: 10px; }

.swiper-slide .block_img img {
  height: auto;
  width: 100%; }

.swiper-slide .block_info {
  z-index: 0;
  padding: 20px;
  min-height: auto; }

.swiper-slide .card-fav-absolute {
  top: 34%;
  right: 25px; }

.swiper-slide .effect-cms .over_desc {
  display: none; }

.swiper-slide .card_list {
  justify-content: space-between; }

.swiper-slide .info_prix {
  margin: 0 0 15px 0;
  padding: 0;
  text-align: left; }

.swiper-slide .box {
  height: 40px; }

.swiper-slide .info_ville {
  font-size: 18px;
  padding-top: 6px;
  text-align: left;
  font-weight: 700;
  color: #ee7829; }

.swiper-slide .info_prix-hai {
  line-height: 1em;
  margin-top: 10px;
  text-transform: initial; }

.swiper-slide .info_titre {
  text-overflow: ellipsis;
  display: block; }

.swiper-slide .card_list {
  justify-content: space-between; }

.swiper-slide .card_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px; }

.swiper-slide .card_list span {
  font-size: 20px;
  color: #ee7829; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ee7829; }

/* ======================================================== */
/*            PRESENTATION ACCUEIL            */
/* ======================================================== */
.home_cont_presentation p {
  text-align: left; }

.home_cont_presentation {
  position: relative;
  background: url(/assets/images/bg-vert.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* .home_cont_presentation {
    position: relative;
    background: url(/assets/images/home-background-presentation.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
} */
.home_cont_presentation .image-presentation {
  /* position: relative;
    background: url(/assets/images/img-agence-presentation.jpg) no-repeat center center;
    background-size: cover; */
  padding: 0; }

.home_cont_presentation .titre-presentation {
  font-size: 4.2em;
  line-height: 0.9;
  font-weight: 200;
  color: #ffffff;
  padding: 30px 0px 30px 0px;
  background: none;
  margin: 5% auto;
  letter-spacing: -4px;
  max-width: 70%;
  opacity: 1; }

.home_cont_presentation .fond {
  background: rgba(0, 0, 0, 0.53);
  padding: 20px;
  border-radius: 10px;
  color: #ffffff; }

.home_cont_presentation .titre-presentation span {
  color: #fff;
  font-weight: 700; }

.home_cont_presentation .contenu-presentation {
  padding: 0px; }

.home_cont_presentation i {
  margin-left: 0px; }

/* ======================================================== */
/*            CATEGORIES ACCUEIL            */
/* ======================================================== */
/* Common style */
.grid figure {
  position: relative;
  float: center;
  overflow: hidden;
  margin: 10px auto;
  min-width: 320px;
  max-width: 480px;
  max-height: 660px;
  width: 100%;
  background: #ffffff;
  text-align: center;
  cursor: pointer; }

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8; }

.grid figure figcaption {
  padding: 2em;
  color: #ee7829;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none; }

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300; }

.grid figure h2 span {
  font-weight: 800;
  padding-left: 10px; }

.grid figure h2,
.grid figure p {
  margin: 0; }

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%; }

/*---------------*/
/***** Oscar *****/
/*---------------*/
figure.effect-oscar {
  background: #ffffff; }

figure.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-oscar figcaption {
  padding: 3em;
  background-color: rgba(58, 52, 42, 0);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s; }

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #ee7829;
  content: ''; }

figure.effect-oscar h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0); }

figure.effect-oscar:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

figure.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0); }

figure.effect-oscar:hover img {
  opacity: 0.4; }

/* ========================================================================= */
/*                             ACTUALITES   adminpersos                          */
/* ======================================================================= */
.adminpersos .content_page, .actualites .content_page {
  width: 100%; }

.actualites h1 {
  font-weight: 400; }

.title-post {
  font-size: 24px;
  font-weight: 400;
  color: #263187; }

.title-post p {
  color: #525252;
  text-transform: uppercase;
  font-size: 12px; }

.date-post {
  color: #525252;
  text-transform: uppercase;
  font-size: 12px; }

/* ========================================================================= */
/*                             SLIDER                            */
/* ======================================================================= */
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-container h1 {
  font-weight: 700;
  color: #ffffff;
  font-size: 3em;
  padding-top: 20%;
  font-family: 'Poppins', sans-serif;
  text-shadow: 2px 2px 2px #000000;
  opacity: 0;
  animation: lefttoright 1s ease 0.2s 1 normal forwards; }

.swiper-container p {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.5em;
  text-shadow: 1px 1px 1px #000000;
  opacity: 0;
  padding: 0 20%;
  margin-bottom: 30px;
  animation: righttoleft 1s ease 0.6s 1 normal forwards; }

.textpad {
  padding-left: 20%;
  padding-right: 20%; }

.swiper-pagination-bullet-active {
  background-color: #fff; }

.color-1 {
  background: url("/assets/images/slider/1.jpg");
  background-size: cover;
  background-color: #ffffff; }

.color-2 {
  background: url("/assets/images/slider/2.jpg");
  background-size: cover;
  background-color: #ffffff; }

.color-3 {
  background: url("/assets/images/slider/3.jpg");
  background-size: cover;
  background-color: #ffffff; }

.color-4 {
  background: url("/assets/images/slider/4.jpg");
  background-size: cover;
  background-color: #ffffff; }

.home_cont_selection, .home_cont_categories {
  padding-top: 50px;
  padding-bottom: 00px; }

.textpres {
  padding: 30px; }

.page-laulau {
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25; }

/* ========================================================================= */
/*                           RESPONSIVE                          */
/* ======================================================================= */
@media (min-width: 992px) {
  nav.menu {
    margin: auto 0; }
  nav.menu ul {
    margin-top: 35px; }
  nav.menu ul li {
    display: inline-block;
    text-transform: uppercase; }
  .menu ul > li > a {
    padding: 12px 0px;
    margin: 0 15px;
    line-height: 1.2;
    color: #ee7829; }
  .index .not-sticking .menu ul > li > a {
    color: #ee7829; }
  .header__logo {
    display: block;
    height: 100px;
    padding: 10px 20px 20px 20px; }
  /* Effect 4: bottom border enlarge */
  .cl-effect-4 a {
    padding: 0 0 10px; }
  .cl-effect-4 a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ee7829;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px); }
  .cl-effect-4 a:hover::after,
  .cl-effect-4 a:focus::after {
    height: 1px;
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px); }
  .cl-effect-4.dropdown a::after {
    display: none; }
  .dropdown-menu {
    min-width: 150px;
    font-size: 1rem;
    color: #292b2c;
    background-color: #fff;
    border: 0; }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 0.5rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    background: 0 0;
    border: 0; } }

@media (max-width: 991px) {
  .dropdown {
    left: -30px; }
  .hidemob {
    display: none; }
  nav.menu ul li .dropdown-menu {
    display: block !important;
    position: inherit !important;
    background-color: #0d0e0e !important; }
  nav.menu ul li .dropdown-menu .dropdown-item {
    padding: 0.25rem 0 0 5px !important;
    color: #fff !important;
    width: 100%; } }

@media (max-width: 441px) {
  .container_search {
    top: 400px; }
  .home_heading:after, .home_heading:before {
    display: none; }
  .swiper-slide h1 {
    font-size: 1.8em;
    margin-top: 30px; }
  .home_cont_presentation .titre-presentation {
    font-size: 2.8em;
    line-height: 0.9;
    font-weight: 200;
    color: #ffffff;
    padding: 30px 0px 30px 0px;
    background: none;
    margin: 5% auto;
    letter-spacing: -4px;
    max-width: 90%;
    opacity: 1; }
  .textpres {
    padding: 15px 15px 30px 15px; } }

/* ========================================================================= */
/*                             DETAIL BIEN                            */
/* ======================================================================= */
.b_vendu {
  background-color: #263187; }

.b_souscompromis {
  background-color: #263187; }

.detail_taber .nav-link {
  padding: 10px; }

.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
  background: #263187 !important;
  color: #fff;
  padding: 10px; }

.detail_taber {
  border-bottom: 1px solid #263187; }

.detail_header .titre:after {
  background: #263187; }

.detail_header .crit span:nth-child(1) {
  font-weight: 600; }

.retour_pret {
  font-size: 25px;
  font-weight: 700;
  color: #263187; }

.retour_pret span {
  color: #263187; }

.detail .page_heading {
  font-size: 22px;
  font-weight: 500;
  border-left: 2px solid #263187;
  padding-left: 10px; }

.detail .info_titre {
  text-transform: inherit; }

.detail .info_prix {
  padding: 0; }

.detail .header-item {
  padding: 0; }

.lafficheur li:hover, .lafficheur li.active {
  background-color: #263187 !important; }

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #263187 !important; }

.detail #descdetail {
  text-align: justify; }

/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
  position: relative;
  background: #fff; }

.detail .bloc-champ {
  background: #fff; }
