/************************************** Global ***************************************/

* {
  box-sizing: border-box;
}

body,
html {
  background: #fff;
  box-sizing: border-box;
  margin: 0;
  padding: 0 !important;
}

#uploadpost .uk-button,
.btn {
  color: #fff !important;
  padding: 8px 30px;
  background-color: #4caf50 !important;
  border-radius: 10px;
}

#uploadpost label,
label.form-check-label,
.old_label {
  font-size: 15px;
  color: #444;
  font-weight: 500;
  padding-bottom: 10px;
}

.old_label {
  font-size: 22px;
}

#uploadpost .w3-text-yellow,
#uploadpost .w3-hover-text-yellow:hover,
.form_section .w3-text-yellow {
  color: #4caf50 !important;
  font-weight: 500;
}

/* #uploadpost  .checkbox input[type=checkbox] {
    margin-left: -20px;
} */

#uploadpost .text-center {
  width: 100%;
}

#uploadpost button i {
  padding-right: 10px;
}

#uploadpost .form-control {
  height: 44px;
  padding: 8px !important;
}

#newUserModal .form-control {
  margin-bottom: 10px;
  https: ; //wrathcode.com/
}

#uploadpost .checkbox,
.form_section .checkbox {
  padding-left: 20px;
}

.form_section .checkbox,
.new_form-group {
  text-align: start;
}

.modal-header {
  padding: 15px;
}

#loginModalLabel,
#userCheckModalLabel {
  display: inline-block;
}

.new_modal {
  margin-top: 250px !important;
}

.home_section .new_class {
  padding: 8px 16px !important;
}

/* .new_modal label,
.new_modal .form-group {
	margin: 0 !important;
} */

h3.edit_text {
  background-color: #4caf50 !important;
  padding: 20px !important;
}

.form_section {
  padding: 20px;
}

.new_btn {
  margin-top: 20px;
}

header nav {
  background-color: #fff !important;
  box-shadow: 0px 1px 1px #ddd;
}

header nav li {
  margin: 0px 20px;
}

#header-logo {
  width: 150px;
}

#footer {
  margin-top: 50px;
}

#footer-container {
  background-color: #1b319e;
  padding: 40px 0px;
  color: #fff;
  font-size: 12px;
}

#footer-socials-container {
  margin-top: -10px;
}

#footer .social {
  border: solid 1px #fff;
  border-radius: 25px;
  height: 40px;
  width: 40px;
  padding-top: 8px;
  margin: 0px 10px;
}

#footer-copyright {
  background-color: #ff006a;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding: 20px;
  color: #fff;
}

.title-container {
  text-align: center;
  margin: 50px auto 100px auto;
}

.title {
  position: relative;
  text-transform: uppercase;
  font-size: 25px;
  color: #ff006a;
  width: 450px;
  margin: auto;
}

.title::before {
  content: "";
  position: absolute;
  left: -100px;
  top: 50%;
  height: 2px;
  width: 100px;
  background-color: #ff006a;
}

.title::after {
  content: "";
  position: absolute;
  right: -100px;
  top: 50%;
  height: 2px;
  width: 100px;
  background-color: #ff006a;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  color: #1b319e;
  margin-top: 20px;
}

span.obligatoire {
  color: #ff006a;
}

.form-field .uk-inline {
  width: 100%;
}

.centered-horizontaly {
  margin-left: auto;
  margin-right: auto;
}

/***********************************  Page d'accueil ************************************/

#home-search-text {
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #ff006a;
  margin-bottom: 50px;
}

#box_recherche {
  background-image: url("images/search-background.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  width: 100%;
  position: relative;
}

#box_recherche > div {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#box_recherche button {
  color: #fff;
}

#id_recherche {
  background-color: transparent;
  color: #fff;
}

#id_recherche::focus {
  background-color: transparent;
}

#box_recherche input::placeholder {
  color: #fff;
}

#home-items-container {
}

.annonce {
}

.annonce > div {
  background-color: #fff;
  border-bottom: solid 2px #ccc;
  position: relative;
}

.annonce-img-container {
  position: relative;
  padding: 10px;
}

.annonce-img {
  width: 100%;
}

.annonce-content {
  margin-bottom: 70px;
}

.annonce-entreprise {
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 10px;
  color: #444;
  font-weight: 300;
}

.annonce-type {
  position: absolute;
  bottom: 0;
  left: -5px;
  padding: 10px 10px;
  background-color: #ff006a;
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
}

.annonce-localisation {
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
}

.annonce-more {
  position: absolute;
  bottom: 0;
  left: 0px;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  font-size: 10px;
  padding-right: 20px;
  background-color: #1b319e;
  color: #fff;
  padding: 10px 10px;
  width: 100%;
}

/************************** Page inscription entreprise *****************************************/

.entreprise-register-form {
  width: 75%;
  padding: 60px 60px 100px 60px;
  margin: 70px auto 50px auto;
}

.body-entreprise {
  /*background-attachment: fixed;
	background-size: cover;
	background-image: url("images/theme/entreprise-register-background.png");
	background-position: center center;
	background-repeat: repeat;*/

  /*background-color: #fcfcfc;*/
  background-image: linear-gradient(to bottom right, #ff006a, #1b319e);
}

.btn-sub {
  margin-top: 50px;
  background-color: #1b319e;
  padding: 10px 75px;
  color: #fff;
  transition: 0.7s;
}

.btn-sub:hover {
  margin-top: 50px;
  background-color: #ff006a;
}

/************************** Page validation entreprise *****************************************/

.entreprise-validation-form {
  width: 50%;
  padding: 80px 60px 100px 60px;
  margin: 70px auto 50px auto;
}

.body-validation {
  /*background-attachment: fixed;
	background-size: cover;
	background-image: url("images/theme/entreprise-register-background.png");
	background-position: center center;
	background-repeat: repeat;*/

  /*background-color: #fcfcfc;*/
  background-image: linear-gradient(to bottom right, #ff006a, #1b319e);
}

.btn-sub {
  margin-top: 50px;
  background-color: #1b319e;
  padding: 10px 75px;
  color: #fff;
  transition: 0.7s;
}

.btn-sub:hover {
  margin-top: 50px;
  background-color: #ff006a;
}

/****************************** Page plan entreprise *****************************/

.informations-bloc {
  margin-bottom: 50px;
}

.publication {
  margin-bottom: 20px;
}

.publication-desc {
  padding: 20px 40px 50px 40px;
}

.publication-date {
  padding: 30px;
  text-align: center;
  color: #ff006a;
}

.titre-qsn {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  background: #1b319e;
  color: #fff;
  margin-bottom: 30px;
}

.qsn-text {
  font-size: 15px;
  padding: 0px 0px 30px 0px;
}

.qsn-image img {
  width: 100%;
}

.plan-entreprise-titre {
  background-image: linear-gradient(to bottom right, #ff006a, #1b319e);
  text-align: center;
  font-size: 30px;
  color: #fff;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}

.envoi-message {
  background-color: #1b319e;
}

.envoi-message form {
  padding: 30px 20px;
}

.envoi-message #valider_message {
  margin-top: 50px;
  background-color: #1b319e;
  padding: 10px 75px;
  color: #fff;
  transition: 0.7s;
}

.envoi-message #valider_message:hover {
  margin-top: 50px;
  background-color: #ff006a;
}

.envoi-message #a_nom,
.envoi-message #a_messag {
  width: 100%;
}

.envoi-message label {
  color: #fff;
}

.envoi-message #avi2 {
  background: #1b319e;
}

.envoi-message .btn-sub {
  background-color: #ff006a;
  border: solid 1px #ff006a;
  transition: 0.7s;
}

.envoi-message .btn-sub:hover {
  border: solid 1px #fff;
  color: #fff;
  background: transparent;
}

.autres-infos {
  background-color: #ff71ac;
  padding: 40px 50px !important;
  color: #fff;
}

.voir-aussi {
  background-color: #1b319e;
  padding: 40px 30px;
  color: #fff;
  margin-top: 30px;
}

.autres-infos .localisation {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.autres-infos a:hover {
  color: #fff;
}

.autres-infos .other a {
  color: #fff;
  font-size: 12px;
}

.voir-aussi h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

.message-btn {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #ff006a;
  padding: 15px;
  border: solid 1px #ff006a;
  transition: 0.7s;
}

.message-btn:hover {
  color: #ff006a;
  border: solid 1px #ff006a;
  background-color: transparent;
}

.plus-info-btn {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #1b319e;
  padding: 15px;
  border: solid 1px #1b319e;
  transition: 0.7s;
}

.plus-info-btn:hover {
  color: #1b319e;
  border: solid 1px #1b319e;
  background-color: transparent;
}

#image_preview {
  position: relative;
}

#image_preview img {
  text-align: center;
  margin: auto;
  border-radius: 50%;
}

.main-entreprise-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
}

.entreprise-type {
  margin-bottom: 30px;
}

.row-main-container {
}

.row-main {
  margin-bottom: 30px;
}

.social-table {
  text-transform: uppercase;
}

.social-table td a {
  transition: 0.7s;
}

.social-table td a:hover {
  color: #ff006a;
  text-decoration: none;
}

#plan-entreprises-options {
  margin-bottom: 30px;
}

#plan-entreprises-options a:hover {
  text-decoration: none;
}

#plan-entreprises-options a div {
  transition: 0.7s;
}

#plan-entreprises-options a:hover div {
  background-color: #1b319e;
  color: #fff;
}

#plan-entreprises-options a div.active {
  background-color: #1b319e;
  color: #fff;
}

#plan-entreprises-options .option-link {
  color: #1b319e;
  border: solid 1px #1b319e;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}

.opt-title {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  background: #1b319e;
  color: #fff;
  margin-bottom: 30px;
}

.option-item {
  padding: 20px;
  background-color: #ff006a;
  color: #fff;
  margin-bottom: 50px;
}

.nbre-chambres {
  text-transform: uppercase;
  font-weight: bold;
}

.prix {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.voir-aussi-location {
  text-align: center;
  color: #fff;
}

.voir-aussi-item {
  padding: 10px 20px;
  margin-bottom: 15px;
}

.voir-aussi-item-nom span.icon {
  font-size: -10px;
}

.voir-aussi-item:hover {
  color: #fff;
}

.btn-commande {
  text-align: center;
  float: right;
  margin-right: 20px;
  padding: 15px 50px;
  background-color: #1b319e;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}

.btn-commande:hover {
  background-color: #ff006a;
  text-decoration: none;
  color: #fff;
}

#uploadBox {
  width: 100%;
  height: 284px;
  border: 2px solid #00b241;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #555;
  background-color: #ebf7ec;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding: 8px;
}

.post_main #uploadBox {
  height: 294px;
}

.new_uploadBox {
  height: 304px !important;
}

.form-agro {
  width: 97%;
  margin: auto;
}

/* .row_align {
	display: flex;
	align-items: end;
}

.row_align fieldset {
	margin-bottom: 0;
} */

/* .pop_modal .modal-header {
	padding: 50px 15px 15px 15px;
} */

#uploadpost {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.new_uploadpost {
  justify-content: unset !important;
  gap: 20px;
}

/* .pop_modal #uploadpost input {
	width: 230px;
} */

/* .pop_modal2 .modal-content {
	width: 750px;
	margin: auto;
} */

.pop_modal input#post_image {
  padding: 4px;
}

.pop_modal .text_description {
  width: 60%;
}

/* .pop_modal2 input[type="radio"] {
	width: 30px !important;
	margin: 0;
} */

.pop_modal2 label {
  margin: 0 0 15px 0;
  display: flex;
}

.pop_modal2 .modal_plan,
.form-group .modal_plan2 {
  margin: 0;
  width: 100%;
}

#uploadpost .form-group.mb-3.modal_plan2 {
  width: 100% !important;
}

.pop_modal2 .modal_plan label {
  gap: 5px;
}

.pop_modal2 .modal-body {
  padding-bottom: 30px;
}

#userCheckModal .modal-header,
#existingUserModal .modal-header,
#loginpostAdModal .modal-header,
#postAdModal .modal-header,
#newUserModal .modal-header {
  color: #fff;
  background-color: #4caf50;
}

#userCheckModal .close,
#existingUserModal .close,
#loginpostAdModal .close,
#postAdModal .close,
#newUserModal .close {
  text-shadow: none;
  opacity: 1;
  color: #fff;
  margin: 0;
}

#postAdModal .form-group label {
  margin: 0;
}

#postAdModal #post_image {
  padding: 3px;
}

/* .postmodal-form {
	padding-left: 25px;
} */

.postmodal-btn {
  width: 100%;
}

/* .post_main {
	margin: 0px;
	padding: 0px !important;
	display: flex;
	align-items: center;
} */

/* #userCheckModal .modal-dialog, */
#newUserModal .modal-dialog,
#existingUserModal .modal-dialog,
#postAdModal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

#userCheckModal .modal-content,
#newUserModal .modal-content #existingUserModal .modal-content,
#postAdModal .modal-content {
  width: 100%;
}

#newUserModal .form-group label {
  margin: 0;
}

select#country {
  height: 35px;
  color: #ccc;
}
/* ******************************************************** */
.content-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #212121;
  margin: 0 0 12px;
}

.content-section h3 {
  font-size: 20px;
  font-weight: 600;
  color: #454545;
  margin: 18px 0 6px;
  line-height: inherit;
}

.content-section p,
.content-section ul {
  margin: 0 0 16px;
}

.content-section p,
.content-section ul li {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
}

.content-section ul li:not(:last-child) {
  padding-bottom: 6px;
}

.content-section strong {
  color: #212121;
}
.whatsappIconEnd {
  display: flex;
  justify-content: end;
}
.whatsappIconEnd .whatsappIcon {
  /* padding: 0;
  position: absolute;
  top: 0;
  right: 19%; */
  margin-left: auto;
}
.uk-tab{
  margin-top: -30px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .new_modal,
  #newUserModal .modal-fullscreen-lg-down {
    margin: 150px auto 0 auto !important;
    width: 370px !important;
  }

  .post_main {
    flex-wrap: wrap;
    justify-content: center;
  }

  #uploadBox {
    padding: 15px;
    width: 100%;
    margin-top: 15px;
  }

  #uploadBox img {
    height: 100%;
    display: block;
    margin: auto;
    object-fit: cover;
  }

  #uploadBox {
    height: 160px !important;
    margin-bottom: 10px;
  }

  #uploadpost .form-control {
    margin-top: 10px;
  }

  #seller {
    margin-bottom: 0;
  }

  .uk-navbar .w3-blue,
  .uk-navbar .w3-hover-blue:hover {
    color: #fff !important;
    background-color: #4caf50 !important;
    display: flex;
  }

  .uk-navbar i {
    font-size: 30px !important;
  }

  .uk-navbar .btn-info {
    border-color: #4caf50 !important;
  }

  .form-group {
    margin-bottom: 0 !important;
  }

  .new_class {
    padding: 0 !important;
  }

  #uploadpost label,
  label.form-check-label,
  .old_label {
    padding-bottom: 0;
  }

  input.form-control {
    margin-bottom: 10px !important;
  }

  /* #userCheckModal .modal-header {
		padding-top: 45px;
	} */

  /* #existingUserModal .modal-header {
		padding-top: 118px;
	} */

  #postAdModal .modal-header {
    margin-top: 50px !important;
  }

  /* .conatct_flex {
		display: flex;
		align-items: center;
	} */

  .contactForm label {
    margin: 0;
  }

  .contactForm #gridRadios1 {
    margin: 0;
  }

  .contactForm .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .moddal_remove input.form-control {
    margin: 0 !important;
  }

  #newUserModal .new_uploadpost,
  #loginpostAdModal .new_uploadpost {
    gap: 10px;
  }

  .btn {
    font-size: 20px;
  }

  .home_section .new_class {
    padding: 8px 0 !important;
  }

  .home_section i {
    font-size: 50px !important;
    padding-bottom: 10px;
  }

  .home_section .card-body i {
    font-size: unset !important;
    padding-bottom: 0px !important;
  }

  #connexion .uk-input {
    margin-bottom: 10px;
  }
  section {
    padding: 30px 0;
  }
  .content-section h2 {
    font-size: 26px;
    margin: 0 0 8px;
  }
  .content-section h3 {
    font-size: 18px;
    margin: 16px 0 6px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .uk-navbar .w3-blue,
  .uk-navbar .w3-hover-blue:hover {
    color: #fff !important;
    background-color: #4caf50 !important;
    display: flex;
  }

  #newUserModal .modal-fullscreen-lg-down {
    margin: 150px auto 0 auto !important;
  }

  .uk-navbar i {
    font-size: 30px !important;
  }

  .uk-navbar .btn-info {
    border-color: #4caf50 !important;
  }

  .home_section i {
    font-size: 60px !important;
    padding-bottom: 10px;
  }

  .home_section .card-body i {
    font-size: unset !important;
    padding-bottom: 0px !important;
  }

  .remove_class {
    display: none;
  }

  .home_section a.about_text {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .home_section i {
    font-size: 70px !important;
    padding-bottom: 10px;
  }

  .home_section .card-body i {
    font-size: unset !important;
    padding-bottom: 0px !important;
  }

  .remove_class {
    display: none;
  }

  .post_main .new_img img {
    height: 270px;
  }
 
}

@media (min-width: 1600px) and (max-width: 1920px) {
  #uploadBox {
    padding: 15px !important;
  }
}
