@charset "UTF-8";
#masthead {
  display: flex;
  justify-content: space-between;
  max-width: 1173px;
  width: 100%;
  margin: auto;
}
#masthead .site-branding {
  max-width: 232px;
}
#masthead .site-branding img {
  width: 100%;
  height: auto;
}
#masthead #site-navigation {
  display: flex;
  width: 100%;
}
@media (max-width: 1131px) {
  #masthead #site-navigation {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 1;
    flex-direction: column;
    padding-top: 8rem;
    display: none;
  }
  #masthead #site-navigation #primary-menu {
    display: flex;
    flex-direction: column;
  }
  #masthead #site-navigation #primary-menu li {
    margin-bottom: 4rem;
  }
  #masthead #site-navigation .socials {
    padding-left: 1rem;
  }
}
#masthead #site-navigation .menu-menu-principal-container {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
#masthead #site-navigation #primary-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#masthead #site-navigation #primary-menu li {
  text-decoration: none;
  list-style: none;
  display: flex;
  align-items: center;
}
#masthead #site-navigation #primary-menu li a {
  text-decoration: none;
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
}
#masthead .mobile-nav {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 30px;
  top: 65px;
  cursor: pointer;
  z-index: 5;
}
@media (min-width: 1131px) {
  #masthead .mobile-nav {
    display: none;
  }
}
#masthead .mobile-nav.active .dash {
  display: none;
}
#masthead .mobile-nav.active:after {
  content: "✕";
  font-size: 45px;
}
#masthead .mobile-nav .dash {
  width: 35px;
  height: 4px;
  background-color: black;
  margin-bottom: 5px;
}

#header {
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 755px) {
  #header {
    overflow: hidden;
  }
}
#header .text-over-image {
  width: 50%;
  background-color: white;
  position: absolute;
  bottom: 0;
  font-size: 45px;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 755px) {
  #header .text-over-image {
    position: relative;
    width: 100%;
    font-size: 30px;
    padding-left: 0rem;
  }
}
#header .decoration {
  margin-top: 50px;
  margin-bottom: 30px;
}
#header img {
  width: 100%;
}
@media (max-width: 450px) {
  #header img {
    height: 300px;
    width: auto;
    position: relative;
    left: -100px;
  }
}

#slider-section {
  margin-left: 10%;
}
@media (max-width: 755px) {
  #slider-section {
    margin-left: 0;
  }
}
#slider-section h2 {
  font-size: 45px;
}
@media (max-width: 755px) {
  #slider-section h2 {
    font-size: 30px;
  }
}
#slider-section #buttons-slider {
  display: flex;
  margin-bottom: 2rem;
  cursor: pointer;
}
#slider-section #buttons-slider div {
  font-size: 26px;
  margin-right: 38px;
}
@media (max-width: 755px) {
  #slider-section #buttons-slider div {
    font-size: 18px;
  }
}
#slider-section #buttons-slider {
  font-size: 26px;
}
@media (max-width: 755px) {
  #slider-section #buttons-slider {
    font-size: 18px;
  }
}
#slider-section .slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: calc(100vw - 10% - 100px);
}
@media (max-width: 755px) {
  #slider-section .slider-container {
    max-width: 100%;
  }
}
#slider-section .slider-container .slider-arrow {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider-section .slider-container .slider-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}
#slider-section .slider-container .slider-arrow-left {
  left: 10px;
}
#slider-section .slider-container .slider-arrow-right {
  right: 10px;
}
#slider-section .slider-container .slider-arrow.disabled {
  opacity: 0 !important;
  pointer-events: none;
}
#slider-section .slider-container:hover .slider-arrow:not(.disabled) {
  opacity: 1;
}
#slider-section #slider {
  display: flex;
  transition: transform 0.4s ease-in-out;
}
#slider-section #slider .card-slider {
  margin-right: 23px;
  flex-shrink: 0;
}
#slider-section #slider .card-slider .prenom,
#slider-section #slider .card-slider .nom,
#slider-section #slider .card-slider .localisation {
  text-transform: uppercase;
}
#slider-section #slider .card-slider img {
  max-height: 295px;
  margin-bottom: 1.5rem;
}
#slider-section #slider .card-slider .prenom {
  line-height: 0.9;
}

#filter-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#filter-container h2 {
  font-size: 45px;
}
@media (max-width: 755px) {
  #filter-container h2 {
    font-size: 30px;
  }
}
@media (max-width: 755px) {
  #filter-container #filters {
    display: flex;
  }
  #filter-container #filters .filters-1,
  #filter-container #filters .filters-2 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-right: 4rem;
  }
}
@media (max-width: 755px) and (max-width: 755px) {
  #filter-container #filters .filters-1,
  #filter-container #filters .filters-2 {
    margin-right: 0rem;
  }
}
@media (max-width: 755px) {
  #filter-container #filters .filters-1 .filters-1-title,
  #filter-container #filters .filters-1 .filters-2-title,
  #filter-container #filters .filters-2 .filters-1-title,
  #filter-container #filters .filters-2 .filters-2-title {
    margin-bottom: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 755px) and (max-width: 755px) {
  #filter-container #filters .filters-1 .filters-1-title,
  #filter-container #filters .filters-1 .filters-2-title,
  #filter-container #filters .filters-2 .filters-1-title,
  #filter-container #filters .filters-2 .filters-2-title {
    padding-left: 0rem;
  }
}
@media (max-width: 755px) {
  #filter-container #filters .filters-1 .filters-1-buttons,
  #filter-container #filters .filters-1 .filters-2-buttons,
  #filter-container #filters .filters-2 .filters-1-buttons,
  #filter-container #filters .filters-2 .filters-2-buttons {
    flex-direction: column;
    position: absolute;
    background-color: white;
    z-index: 1;
    padding-top: 1rem;
    padding-left: 1rem;
    top: 31px;
    display: none;
  }
  #filter-container #filters .filters-1 .filters-1-buttons .button,
  #filter-container #filters .filters-1 .filters-2-buttons .button,
  #filter-container #filters .filters-2 .filters-1-buttons .button,
  #filter-container #filters .filters-2 .filters-2-buttons .button {
    margin-bottom: 1rem;
  }
}
#filter-container .filters-1,
#filter-container .filters-2 {
  display: flex;
  font-size: 26px;
  margin-bottom: 2rem;
}
#filter-container .filters-1-title,
#filter-container .filters-2-title {
  position: relative;
  width: 180px;
}
#filter-container .filters-1-title:hover,
#filter-container .filters-2-title:hover {
  cursor: pointer;
}
#filter-container .filters-1-title::after,
#filter-container .filters-2-title::after {
  content: ">";
  position: absolute;
  right: 50px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  line-height: 1;
  transform: rotate(0deg);
  transform-origin: 12px 12px;
  transition: transform 0.5s, top 0.5s;
}
@media (max-width: 755px) {
  #filter-container .filters-1-title::after,
  #filter-container .filters-2-title::after {
    transform: rotate(90deg);
  }
}
#filter-container .filters-1-title.inactive::after,
#filter-container .filters-2-title.inactive::after {
  transform: rotate(180deg);
  top: calc(30% - 0px);
}
@media (max-width: 755px) {
  #filter-container .filters-1-title.inactive::after,
  #filter-container .filters-2-title.inactive::after {
    transform: rotate(-90deg);
    top: calc(20% - 0px);
  }
}
@media (max-width: 755px) {
  #filter-container .filters-1-title {
    width: 155px;
  }
}
#filter-container .filters-1-buttons,
#filter-container .filters-2-buttons {
  display: flex;
}
#filter-container .filters-1-buttons .button,
#filter-container .filters-2-buttons .button {
  min-width: 140px;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
}
#filter-container .filters-1-buttons .button.active,
#filter-container .filters-2-buttons .button.active {
  text-decoration: underline;
}
#filter-container .filters-1-buttons .button-filter.active,
#filter-container .filters-2-buttons .button-filter.active {
  text-decoration: underline;
}
#filter-container .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 360px);
  gap: 43px;
  justify-content: start;
  min-height: 500px;
}
@media (max-width: 1200px) {
  #filter-container .cards-container {
    grid-template-columns: repeat(2, 360px);
  }
}
@media (max-width: 800px) {
  #filter-container .cards-container {
    grid-template-columns: 360px;
    justify-content: center;
  }
}
#filter-container .cards-container .card {
  position: relative;
  max-width: 360px;
  height: 360px;
  overflow: hidden;
}
#filter-container .cards-container .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#filter-container .cards-container .card:hover .content {
  opacity: 1;
  transition: opacity 0.5s;
}
#filter-container .cards-container .card .content {
  background-color: rgba(30, 34, 78, 0.9333333333);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 100px;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  opacity: 0;
}
#filter-container .cards-container .card .content .produit {
  position: absolute;
  top: 30%;
  left: 30px;
}
#filter-container .cards-container .card .content .produit .nom-produit {
  text-transform: uppercase;
  font-size: 25px;
}
#filter-container .cards-container .card .content .produit .type-produit {
  text-transform: uppercase;
}
#filter-container .cards-container .card .content .produit .trait-deco {
  width: 50px;
  background-color: white;
  height: 2px;
  margin-bottom: 30px;
}
#filter-container #load-more {
  margin: auto;
  border: 1px solid black;
  max-width: 400px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.5s, color 0.5s;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
#filter-container #load-more:hover {
  cursor: pointer;
  background-color: black;
  color: white;
  transition: background-color 0.5s, color 0.5s;
}

.barlow-condensed-thin {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-condensed-extralight {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-condensed-light {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-condensed-black {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-condensed-thin-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-condensed-extralight-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-condensed-light-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-condensed-regular-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-condensed-medium-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-condensed-semibold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-condensed-bold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-condensed-extrabold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-condensed-black-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

#footer {
  max-width: 1173px;
  width: 100%;
  margin: auto;
}
@media (max-width: 755px) {
  #footer {
    width: 95%;
  }
}
#footer .villes {
  display: flex;
  border-top: 1px solid #242953;
  padding-top: 2rem;
  padding-bottom: 2rem;
  justify-content: space-between;
}
@media (max-width: 755px) {
  #footer .villes {
    flex-direction: column;
  }
  #footer .villes .paris,
  #footer .villes .bordeaux {
    flex-direction: column;
  }
  #footer .villes .socials {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    justify-content: flex-start;
  }
}
#footer .villes .ville {
  font-size: 45px;
  margin-right: 2rem;
  position: relative;
  top: 12px;
  text-transform: uppercase;
}
#footer .villes .paris {
  display: flex;
}
#footer .villes .adresse {
  font-size: 16px;
}
#footer .villes .bordeaux {
  display: flex;
}
#footer .bas-du-footer {
  display: flex;
  border-top: 1px solid #242953;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 755px) {
  #footer .bas-du-footer {
    flex-direction: column;
  }
}
#footer .bas-du-footer .logo-rivacom {
  height: 32px;
  width: auto;
  margin-right: 2rem;
}
@media (max-width: 755px) {
  #footer .bas-du-footer .logo-rivacom {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 640px) {
  #footer .bas-du-footer .logo-rivacom {
    margin-right: 0px;
  }
}
#footer .bas-du-footer .texte-pied-de-page {
  font-size: 15px;
}

html {
  scroll-behavior: smooth;
}

.site-main {
  max-width: 1173px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1173px) {
  .site-main {
    max-width: 95%;
    margin: auto;
  }
}

.beige {
  color: #CCA39C;
}

.decoration {
  height: 20px;
  display: flex;
  align-items: center;
}
.decoration::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid black;
  border-radius: 50%;
  background-color: white;
  margin-right: 15px;
}
.decoration::after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
}

#section-presentation {
  margin-bottom: 3rem;
}
#section-presentation .text-75-percent {
  width: 75%;
  font-size: 16px;
}
@media (max-width: 755px) {
  #section-presentation .text-75-percent {
    width: 100%;
  }
}

#expertise {
  display: flex;
  margin-bottom: 3rem;
}
@media (max-width: 755px) {
  #expertise {
    flex-direction: column;
  }
}
#expertise h2 {
  margin-top: 0;
}
@media (max-width: 755px) {
  #expertise h2 {
    font-size: 30px;
  }
}
#expertise .img-gauche {
  width: 50%;
}
@media (max-width: 755px) {
  #expertise .img-gauche {
    width: 100%;
  }
}
#expertise .img-gauche img {
  width: 90%;
}
@media (max-width: 755px) {
  #expertise .img-gauche img {
    width: 100%;
  }
}
#expertise .texte-droite {
  width: 50%;
}
@media (max-width: 755px) {
  #expertise .texte-droite {
    width: 100%;
    margin-top: 2rem;
  }
}
#expertise p {
  margin-top: 0;
}

.socials {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.socials .instagram svg {
  position: relative;
  height: 26px;
  top: 3px;
}
.socials .linkedin svg {
  height: 25px;
}

/*# sourceMappingURL=main.css.map */
