@charset "UTF-8";
:root {
  --color--primary-40: #3a4547;
}

:root {
  --max-width: 1500px; /* valeur par défaut */
}

@media (max-width: 1440px) {
  :root {
    --max-width: 1200px;
  }
}
@media (max-width: 1024px) {
  :root {
    --max-width: 900px;
  }
}
@media (max-width: 768px) {
  :root {
    --max-width: 600px;
  }
}
.path-realisations .view-filters .views-exposed-form {
  display: flex;
  align-items: center;
}
.path-realisations .view-filters .views-exposed-form .form-item {
  display: flex;
  align-items: center;
  margin-block: 0;
  margin-right: 20px;
}
.path-realisations .view-filters .views-exposed-form .form-item label {
  margin-right: 20px;
}
.path-realisations .view-filters .views-exposed-form #edit-actions {
  margin-top: 0;
}
.path-realisations .view-filters .views-exposed-form #edit-actions .form-actions .button {
  margin-block: 0;
}
.path-realisations .view-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: var(--grid-gap);
  grid-row-gap: var(--grid-gap);
}

.projects {
  grid-column: 1/15;
  padding: 0 20px;
}
.projects .owl-nav {
  font-size: 4rem;
  display: flex;
  justify-content: center;
  margin: 50px 0;
  gap: 50px;
}
.projects .owl-dots {
  display: flex;
  justify-content: center;
}
.projects a {
  outline: none;
  text-decoration: none;
}

.view-projets .views-row a .infos {
  grid-column: 2/10;
  margin-top: 20px;
}
.view-projets .views-row a .infos * {
  font-size: 1em;
}

.project {
  padding: 20px 0;
}
.project .infos {
  grid-column: 3/10;
}

.view-projets .views-row a,
.project {
  position: relative;
  text-decoration: none;
  color: inherit;
  background: white;
  border-radius: 20px;
}
.view-projets .views-row a .infos .skills-technologies,
.view-projets .views-row a .infos .slogan,
.project .infos .skills-technologies,
.project .infos .slogan {
  font-weight: normal;
}
.view-projets .views-row a .infos .slogan,
.project .infos .slogan {
  font-weight: bold;
}
.view-projets .views-row a .infos .slogan,
.view-projets .views-row a .infos .client-name,
.project .infos .slogan,
.project .infos .client-name {
  margin-bottom: 0;
  margin-block: 0;
  padding: 5px 10px;
  width: auto;
  margin-bottom: 5px;
}
.view-projets .views-row a .infos .client-name,
.project .infos .client-name {
  color: #e58a16;
}
.view-projets .views-row a .infos .domain,
.view-projets .views-row a .infos .skills-technologies,
.project .infos .domain,
.project .infos .skills-technologies {
  margin-bottom: 0;
  margin-block: 0;
  padding: 5px 10px;
  width: auto;
  margin-bottom: 5px;
}
.view-projets .views-row a .cover-wrapper,
.project .cover-wrapper {
  background-position: center;
  background-repeat: none;
  background-size: cover;
  border-radius: 10px;
  padding: 20px;
}
@media (max-width: 500px) {
  .view-projets .views-row a .cover-wrapper,
  .project .cover-wrapper {
    background: none !important;
  }
}
.view-projets .views-row a .cover-wrapper picture,
.project .cover-wrapper picture {
  grid-column: 1/15;
  position: relative;
}
.view-projets .views-row a .cover-wrapper picture img,
.project .cover-wrapper picture img {
  border-radius: 20px;
  overflow: hidden;
  width: auto !important;
  box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.247);
  border: 4px solid rgb(49, 48, 48);
}

.main-informations {
  justify-content: space-between;
  margin-bottom: 20px;
}
.main-informations .description-link {
  grid-column: 2/7;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.main-informations .description-link .very-short-description {
  max-width: 343px;
}
.main-informations .description-link .link {
  text-decoration: none;
  color: #242424;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.main-informations .description-link .link::after, .main-informations .description-link .link::before {
  content: "";
  width: 2px;
  height: 50%;
  background: #242424;
  display: inline-block;
  position: absolute;
  left: -20px;
}
.main-informations .description-link .link::after {
  top: 2px;
  rotate: -51deg;
}
.main-informations .description-link .link::before {
  top: 10px;
  rotate: 51deg;
}
.main-informations .skills-technologies {
  grid-column: 3/15;
  background-color: #1e3063;
  color: #f6f8f8;
  margin-top: 50px;
  padding: 50px 0;
  border-bottom-left-radius: 150px;
  border-top-left-radius: 150px;
}
@media (max-width: 500px) {
  .main-informations .skills-technologies {
    border-radius: 0;
  }
}
.main-informations .skills-technologies .skills {
  grid-column: 2/5;
  text-align: left;
  font-size: 19px;
}
.main-informations .skills-technologies .skills .skill {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  padding-left: 5px;
  color: white;
}
.main-informations .skills-technologies .technologies {
  grid-column: 5/8;
  font-size: 19px;
}
.main-informations .skills-technologies .technologies .technology {
  text-decoration: none;
  color: inherit;
  color: white;
}

.path-project .project-testimony {
  margin: 0;
  margin-top: 50px;
  position: relative;
}
.path-project .project-testimony::before {
  content: "";
  width: 200px;
  height: 200px;
  background-image: url("../../images/quotation-mark-7228448.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 0;
}
.path-project .project-testimony .brand-client-role {
  grid-column: 3/5;
  display: flex;
  flex-direction: column;
}
.path-project .project-testimony .brand-client-role .client {
  margin-top: 20px;
}
.path-project .project-testimony .brand-client-role .role {
  margin-top: 20px;
}
.path-project .project-testimony .brand-client-role .photo-container {
  margin-top: 50px;
}
.path-project .project-testimony .brand-client-role .photo-container picture img {
  border-radius: 50%;
}
.path-project .project-testimony .title-content {
  grid-column: 5/13;
  margin-bottom: 50px;
}
.path-project .project-testimony .title-content .title {
  margin-block: 0;
  grid-column: 1/10;
  font-size: 1.5em;
}
.path-project .project-testimony .title-content .content {
  margin-bottom: 50px;
  grid-column: 1/10;
  font-size: 0.8em;
}

.cover {
  position: relative;
  background-position: center;
  background-repeat: none;
  background-size: cover;
}
.cover .wrapper {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  padding: 50px 0;
}
.cover img {
  margin: 0 auto;
  position: relative;
  z-index: 10;
  border-radius: 20px;
  box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.247);
  border: 4px solid rgb(49, 48, 48);
}
.cover .link-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px;
}
.cover .link-container .details-link {
  padding: 10px 20px;
  background-color: #293133;
  color: #fff;
  text-decoration: none;
}

.project-navigation {
  margin: 0 auto;
  height: 100px;
  max-width: var(--max-width);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project-navigation .previous-project::before {
  width: 12px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(../../images/arrow-left.png);
  margin-right: 20px;
}
.project-navigation .current-project {
  display: flex;
  justify-content: center;
}
.project-navigation .next-project {
  text-align: right;
  justify-content: flex-end;
}
.project-navigation .next-project::after {
  width: 12px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(../../images/arrow-right.png);
  margin-left: 20px;
}
.project-navigation .project-link {
  font-weight: bold;
  font-size: 25px;
  display: block;
  color: #242424;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
}
.project-navigation .project-link::after, .project-navigation .project-link::before {
  content: "";
}

.project-presentation {
  max-width: var(--max-width);
  margin: 0 auto;
  margin-bottom: 50px;
}
.project-presentation .project-challenges .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 20px;
}
.project-presentation .project-challenges .content {
  font-weight: 400;
  font-size: 1em;
  line-height: 30px;
}
.project-presentation .project-challenges .link {
  margin-top: 20px;
  background-color: #e58a16;
  color: white;
  border-radius: 20px;
  display: inline-flex;
  gap: 20px;
  align-self: self-start;
}
.project-presentation .project-challenges .link:hover {
  background-color: #3a4547;
}
.project-presentation .project-challenges .link::before {
  content: "";
  height: 30px;
  width: 30px;
  background-image: url(../../images/eye.svg);
  background-position: center;
  background-size: contain;
}
.project-presentation .presentation {
  text-align: justify;
  font-size: 0.9em;
}
.project-presentation .presentation.full {
  grid-column: 3/13;
}
.project-presentation .presentation.not-full {
  grid-column: 8/13;
}

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