:root {
  --background-grey: #f4f4f4;
  --background-white: #ffffff;
  --main-yellow: #ffc800;
  --transparent-white: #f4f4f4d9;
  --primary-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

body {
  background-color: var(--background-white);
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bitter", sans-serif;
}

a {
  color: #000;
}
a:hover {
  color: #000;
}

a:visited {
  color: #000;
}

.ms-6 {
  margin-left: 3rem !important;
  margin-right: 0.7rem !important;
}

.c-main-header {
  width: 100%;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#c-logo-img {
  padding: 0px 20px 20px;
  max-width: 90%;
}

.c-menu-and-content {
  display: flex !important;
  flex-direction: column;
  height: 100vh;
}

.visitor-desktop-menu {
  display: flex;
  float: left;
  margin-top: 1rem !important;
}

.visitor-mobile-menu {
  display: none;
}

#c-humberger-menu {
  background-color: #808080;
  border-radius: 8px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.c-icon-wrapper {
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  width: 45px;
  height: 40px;
}

.c-user-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-notification-badge {
  background-color: #ffc800;
  width: 9px !important;
  height: 9px !important;
  border: 2px solid #ffc800 !important;
  position: relative !important;
  right: 0.7em !important;
  padding: 0 !important;
  top: -7px;
}

.c-canvas-menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-menu-btn {
  background-color: var(--transparent-white);
  border-radius: 5px;
  padding: 12.3px 22px;
  /* transition: margin 1s; */
}

/* .c-menu-btn:hover {
    margin: 1px;
} */

.c-sign-in-btn {
  background-color: white;
  border-radius: 5px !important;
  padding: 12.3px 22px;
}

.c-sign-up-btn {
  background-color: var(--main-yellow);
  border-radius: 5px !important;
  padding: 12px 22px;
}

.c-header-menu {
  flex-grow: 1;
  /*! padding-top: 20px; */
}

.c-menu-button-wrapper {
  margin-right: 20px;
  display: inline;
}

.c-header-content {
  flex-grow: 2;
}

.c-user {
  cursor: pointer;
  text-align: center;
  font-weight: 800;
  margin-top: 0.25rem !important;
  color: white;
  margin-left: 1em;
  text-transform: capitalize;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

.px-5t {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}

.c-header-content-text {
  min-width: 58vw;
  /* height: calc(45%); */
  height: 18em;
  background-color: #d9d9d9d9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 3.1rem;
  padding-bottom: 3.1rem;
  padding-left: 100px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.c-header-text {
  margin-bottom: 0 !important;
}

.c-sub-header-text {
  margin-top: 10px !important;
  color: #5a5a5a;
  /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}

.c-header-button {
  color: #000000;
  background-color: var(--main-yellow);
  padding: 10px 0;
  width: 200px;
  box-shadow: var(--primary-shadow);
}

.fa-bars {
  color: var(--background-white);
  font-size: 40px;
}

.fa-bell {
  color: white;
  cursor: pointer;
  font-size: 24px;
  margin: 0 !important;
}

/* Seach */

.c-big-title {
  width: 80%;
  text-align: center;
}

.c-section {
  margin: 5.5rem 0 4rem 0;
  /* width: 100vw; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-search-bar {
  position: relative;
  /* margin-top: .rem !important; */
  width: 60%;
}

.c-search-box {
  width: 100%;
  height: 59px;
  margin: 20px 0;
  border-radius: 30px;
  border: 1px solid #c6c6c6;
  padding: 10px 30px;
  box-shadow: 0 2px 4px rgb(0, 0, 0, 0.2);
  font-size: 1.2em;
}

.c-search-box:focus {
  outline: none;
}

.c-search-icon {
  position: absolute;
  right: 25px;
  top: 43px;
  cursor: pointer;
}

/* Footer */

.c-footer {
  background-color: black;
  height: 300px;
  width: 100vw;
  padding-top: 30px;
}

.c-footer-upper {
  display: flex;
  justify-content: space-between;
  margin: 0 3rem;
  color: #c1c1c1;
}

.c-footer-menu-item {
  color: #c1c1c1 !important;
}

.c-footer-lower {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.text-pdc {
  size: 1.2em;
}

.button-content-between {
  justify-content: space-between;
}

.bouton-topbar {
  display: inline;
}

.bouton-topbar-ecran {
  display: none;
}

.side-profil {
  display: flex;
}

.other-side-profil-first {
  display: flex;
}

.other-side-profil-second {
  display: none;
}

.conversation-profil-ecran {
  display: none;
}

.conversation-profil {
  display: inline;
}

.sidebar-base-publication {
  margin-left: 2em;
}

.button-filtre-pdc {
  display: none;
}

.pe-base-pub-2 {
  display: none;
}
.pe-base-pub-1 {
  display: inline-block;
}

.search-button {
  border: none !important;
  background-color: gray;
  color: white;
  border-radius: 0 5px 5px 0 !important;
  padding-left: 0.7rem !important;
  padding-right: 0.7rem !important;
}

.a_coter {
  display: inline-block;
}

.card-container {
  width: 100%;
}

@media only screen and (min-width: 780px) {
  .c-search-bar {
    position: relative;
    width: 70%;
  }

  .c-search-box {
    padding: 10px 6rem;
  }
}

/* MD Size */
@media only screen and (max-width: 780px) {
  #c-logo-img {
    max-width: 230px;
  }
  .c-header-content-text {
    padding-left: 50px;
    width: 80vw;
  }
}

@media screen and (min-width: 1150px) {
  .pdp-navbar-link {
    padding-left: 3.4rem !important;
    padding-right: 3.4rem !important;
  }

  .pdc-navbar-link {
    padding-left: 2.1rem !important;
    padding-right: 2.1rem !important;
  }

  .mix-navbar-link {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }

  .sign-in-link {
    padding-left: 1.07rem !important;
    padding-right: 1.07rem !important;
  }

  .sign-up-link {
    padding-left: 1.83rem !important;
    padding-right: 1.83rem !important;
  }

  .px-top-link {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .mx-top-link {
    margin-right: 0.3rem !important;
  }

  .c-sign-in-btn {
    margin-right: 0.3rem !important;
  }

  .c-section {
    margin: 4.9rem 0 4rem 0;
  }

  /* .c-header-menu {
    width: 65vw;
  } */
}

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

@media screen and (max-width: 576px) {
  .card-container {
    width: 90%;
  }
  .c-steps-cards-wrapper {
    width: 75% !important;
  }
}

@media screen and (min-width: 577px) and (max-width: 989px) {
  .c-steps-cards-wrapper {
    width: 60% !important;
  }

  .card-container {
    width: 90%;
  }
}

@media screen and (max-width: 989px) {
  .visitor-desktop-menu {
    display: none;
  }

  .visitor-mobile-menu {
    display: flex;
    float: right !important;
    margin-top: 0.7rem !important;
    margin-right: 1rem !important;
  }

  .c-main-header {
    position: relative;
    height: 72vh;
    overflow: hidden;
  }

  .c-header-content {
    flex-grow: 3;
  }

  .c-header-content-text {
    height: 14em;
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }

  .c-header-content-text {
    width: 90vw;
  }

  .c-search-bar {
    width: 85%;
  }

  .c-section {
    margin-bottom: 0 !important;
  }

  .c-section.first-title {
    margin: 3rem 0 4rem 0;
  }

  .c-section.second-title {
    margin-top: 2rem !important;
  }

  .c-big-title {
    width: 90%;
  }
}

@media screen and (min-width: 990px) and (max-width: 1100px) {
  .ms-6 {
    margin-left: 2rem !important;
    margin-right: 0.2rem;
  }
}

@media screen and (min-width: 990px) and (max-width: 1439px) {
  .visitor-desktop-menu {
    float: right !important;
  }

  .c-header-menu {
    width: 90vw;
    /* margin-right: 1rem; */
  }

  .c-step-card {
    width: 25%;
  }

  .c-header-content-text {
    min-width: 68vw;
    padding-left: 70px;
    height: 18em;
  }

  .c-menu-btn {
    padding: 12.3px 14px;
  }
  .ms-6 {
    margin-left: 2.4rem !important;
  }

  #c-logo-img {
    max-width: 200px;
  }

  .c-section {
    margin: 4.5rem 0 4rem 0;
  }

  .c-header-content {
    flex-grow: 3.5;
  }

  .mx-6e {
    width: 93%;
    margin: 0 auto !important;
  }

  .card-mx-md {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1475px) {
  .ms-6 {
    margin-left: 3rem !important;
    margin-right: 0.2rem !important;
  }

  .ps-md-4 {
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 1329px) {
  .ps-md-4 {
    padding-left: 0 !important;
  }
}

/* LG size */
@media screen and (min-width: 1440px) and (max-width: 1699px) {  
  .c-main-header {
    height: 84vh;
  }

  .c-search-bar {
    margin-top: 1.3rem;
  }
}

@media screen and (min-width: 1700px) and (max-width: 2599px) {

  .gap-xl-4 {
    gap: .7rem !important;
  }

  .ms-6 {
    margin-left: 3.5rem !important;
  }

  .card-mx-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .c-main-header {
    height: 84vh;
  }

  .c-search-bar {
    margin-top: 1.3rem;
  }
}

@media screen and (max-width: 1800px) {
  .c-menu-and-content {
    align-items: flex-end;
  }
}

@media screen and (min-width: 2600px) {
  .c-main-header {
    height: 80vh;
    box-shadow: 0px 4px 4px 0px #00000040;
  }

  .card-mx-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .c-header-content-text {
    min-width: 67vw;
  }

  .c-header-content-text {
    height: 16.5em;
    padding-top: 1.9rem;
    padding-bottom: 3.5rem;
    padding-left: 60px;
  }

  .c-sub-header-text {
    font-size: 24px;
    font-weight: 400;
  }

  .c-section.first-title {
    margin: 8rem 0 4rem 0;
  }

  .c-search-bar {
    width: 42%;
  }

  .container-xxl {
    max-width: 1439px;
  }

  .ms-6 {
    margin-left: 5rem !important;
  }

  .mix-navbar-link {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 2200px) {
  .gap-inf {
    gap: 3vw !important;
  }
  
  .ms-6 {
    margin-left: 10vw !important;
  }
}
