:root {
  --black: black;
  --white-smoke: #f7f7f7;
  --light-grey: lightgrey;
}

html,
body {
  overflow-x: hidden;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[role="button"]:focus-visible,
.w-nav-button:focus-visible,
.w-slider-arrow-left:focus-visible,
.w-slider-arrow-right:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Graphikarabic, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5.5vw;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Graphikarabic, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

h4 {
  color: #aaa;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Graphikarabic, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

p {
  color: #aaa;
  margin-top: 2px;
  margin-bottom: 5px;
  font-family: Graphikarabic, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.nav-link {
  text-transform: uppercase;
  object-fit: fill;
  font-family: Montserrat, sans-serif;
}

.nav-text {
  color: var(--black);
  text-transform: lowercase;
  margin-left: 60px;
  margin-right: 0;
  padding: 10px 0 4px;
  font-family: Graphikarabic, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  display: block;
}

.nav-text:hover {
  color: var(--black);
  text-transform: lowercase;
  border: 1px #000;
  border-bottom: 2px solid #000;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.nav-text.w--current {
  color: #000;
  border: 0 solid #000;
  border-bottom-width: 2px;
  font-style: normal;
  text-decoration: none;
}

.nav-text.active {
  color: #fd6969;
  font-style: italic;
}

.nav-text.radiologo {
  margin-left: 0;
  padding: 5px 0 3px;
  font-family: Graphik arabic, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 23px;
}

.nav-text.radiologo:hover {
  border: 1px #000;
}

.nav-text.radiologo.w--current {
  color: #000;
  border-bottom-width: 0;
  width: 100%;
  margin-left: 0;
  padding-top: 8px;
  padding-bottom: 13px;
  font-family: Graphik arabic, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  display: flex;
}

.nav-text.radiologo.w--current:hover {
  color: var(--black);
  font-style: normal;
}

.nav-text.work {
  opacity: 1;
  margin-left: auto;
}

.nav-menu {
  object-fit: fill;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  font-family: Graphik arabic, sans-serif;
  font-weight: 700;
  display: flex;
}

.div-block {
  flex-wrap: nowrap;
  width: auto;
  display: flex;
}

.text-block {
  color: #000;
  text-transform: lowercase;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.text-block.radiologo {
  text-decoration: none;
}

.text-block.radiologo:hover {
  color: #fd6969;
}

.navbar {
  z-index: 2;
  background-color: #0000;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 100%;
  height: 35px;
  display: flex;
}

.div-block-2 {
  background-color: #e0e0e0;
  height: 1px;
  display: none;
}

.introtext {
  color: #000;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-bottom: 90px;
  font-family: Graphikarabic, sans-serif;
  font-size: 53px;
  font-weight: 900;
  line-height: 80px;
  display: flex;
}

.container {
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.nav {
  z-index: 99;
  background-color: #fffefe;
  justify-content: flex-start;
  height: auto;
  padding: 8px 15px 12px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.section-hello {
  z-index: 1;
  background-color: #0000;
  border: 1px #000;
  justify-content: center;
  height: 50vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 51px 5px 0 15px;
  display: flex;
  position: relative;
}

.image {
  z-index: 2;
  object-fit: fill;
  flex: 0 auto;
  align-self: flex-end;
  margin-bottom: 30px;
  display: block;
  position: absolute;
  inset: auto 0% 0% 49%;
}

.section-intro {
  z-index: 2;
  background-color: #0000;
  justify-content: center;
  height: 100vh;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px 15px 0;
  display: flex;
  position: relative;
}

.hellotext {
  color: #000;
  text-align: center;
  white-space: normal;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 0 70px;
  font-family: Graphik arabic, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 5.5vw;
  display: flex;
}

.hellotext:hover {
  font-size: 4vw;
  line-height: 5.5vw;
}

.hellotext._1 {
  opacity: 1;
  text-align: left;
  border: 1px #000;
  border-radius: 0;
  justify-content: flex-start;
  align-self: flex-start;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Graphikarabic, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5.5vw;
}

.hellotext._2 {
  text-align: left;
}

.footer {
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 15px 10px;
  display: block;
  position: fixed;
  inset: auto auto 0% 0%;
}

.footer.enbas {
  justify-content: flex-end;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 70vh 70vh 70vh 70vh;
}

.div-project-1 {
  background-image: url('../images/PROJET_06_11-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-2 {
  margin-left: 30px;
}

.project-type {
  color: #5a5959;
  text-align: center;
  text-transform: lowercase;
  margin: 15px 0 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 26px;
}

.project-name {
  color: #a3a3a3;
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 59px;
}

.div-project-text {
  padding: 79px 35px 0;
}

.div-project-2 {
  background-image: url('../images/PROJET_02_01.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-project-3 {
  background-image: url('../images/PROJET_01_03.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-project-4 {
  background-image: url('../images/PROJET_03_02_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.atelye {
  background-image: url('../images/PROJET_01_03.jpg');
  background-position: 50%;
  background-size: cover;
  align-self: center;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.div-project-info {
  align-self: center;
  width: 85vw;
  margin-top: 45px;
  margin-bottom: 0;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  background-color: #726f6f;
  height: 1px;
}

.al-feddane {
  background-image: url('../images/PROJET_02_01.jpg');
  background-position: 50%;
  background-size: cover;
  align-self: center;
  width: 100vw;
  height: 100vh;
}

.body {
  background-color: #fff;
}

.animation-effect {
  z-index: 2;
  background-color: #0000;
  background-image: none;
  position: relative;
}

.div-block-8 {
  background-image: url('../images/PROJET_06_11-2.jpg');
  background-position: 50%;
  background-size: cover;
  align-self: center;
  width: 100%;
  height: 100vh;
}

.elixir {
  background-image: url('../images/PROJET_03_01a.jpg');
  background-position: 50%;
  background-size: cover;
  align-self: center;
  width: 100vw;
  height: 100vh;
}

.section-projets-thumbnails {
  background-color: #0000;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 0;
  padding: 0 15px 15px;
  display: block;
}

.grid-2 {
  object-fit: fill;
  grid-template-rows: 400px 400px;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-2 {
  object-fit: cover;
}

.image-3 {
  object-fit: fill;
}

.container-3 {
  flex-wrap: wrap;
  display: flex;
}

.image-4 {
  max-width: 50%;
  margin: 15px;
}

.image-5 {
  max-width: 40%;
  margin: 15px;
}

.image-6 {
  margin: 15px;
}

.div-block-9 {
  background-color: #797979;
  flex: 0 auto;
  width: 600px;
  max-width: none;
  height: 600px;
  margin: 15px;
}

.div-block-9._2-l-ments {
  height: 550px;
}

.grille-projets {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.thumbnail-test1 {
  text-align: center;
  background-color: #0000;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.thumbnail-test1:hover {
  filter: saturate(110%);
  transform: none;
}

.thumbnail-test1.mini:hover {
  opacity: 1;
  filter: hue-rotate(69deg);
}

.heading {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  font-family: Graphikarabic, sans-serif;
  font-size: 28px;
  font-weight: 900;
}

.div-block-11 {
  background-color: #fff;
  align-self: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.div-project-title {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 34px;
  display: flex;
  position: relative;
}

.more-projects {
  background-color: #0000;
  flex-wrap: nowrap;
  place-content: flex-end flex-start;
  align-items: center;
  height: 25px;
  margin: 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-14 {
  background-color: #fd6969;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
  display: flex;
}

.text-thumbnail {
  text-align: left;
  background-color: #0000;
  border: 2px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.text-thumbnail.project-thumbnail {
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
}

.text-thumbnail.thumbnail-test1 {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.text-thumbnail.contact {
  flex-direction: column;
  align-items: center;
  display: none;
}

.heading-2 {
  color: #000;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Graphik arabic, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 5vw;
  text-decoration: none;
  display: flex;
}

.heading-2.jhujgf {
  justify-content: center;
}

.text-block-3 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.thumbnail-fatcircus {
  background-image: url('../images/Sans-titre-27.jpg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.thumbnail-hover-text {
  z-index: 5;
  opacity: 1;
  color: var(--black);
  letter-spacing: 0;
  text-transform: uppercase;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 0;
  font-family: Graphik arabic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
}

.thumbnail-hover-text.small {
  text-transform: lowercase;
  margin-top: 8px;
  margin-left: 0;
  font-family: Graphikarabic, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.thumbnail-hover-text.small.fondclair {
  font-style: normal;
  line-height: 20px;
}

.thumbnail-hover-text.small.mini {
  margin-top: 20px;
}

.thumbnail-hover-text.fondclair {
  color: #fff;
  line-height: 25px;
}

.thumbnail-hover-text.fondclair:hover {
  font-style: normal;
}

.thumbnail-hover-text.mini {
  opacity: 0;
  color: #fff;
  margin-top: 0;
  margin-left: 0;
  font-size: 1.5vw;
  line-height: 2vw;
  position: absolute;
}

.body-2 {
  color: var(--black);
  background-color: #ebebeb;
}

.section-workshops {
  padding: 15px;
}

.heading-3 {
  color: var(--black);
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Graphikarabic, sans-serif;
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 2.7vw;
  display: flex;
}

.div-text-red {
  background-color: #fff;
  padding: 60px;
}

.section-workshops-list {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.workshops-list {
  font-family: Graphik arabic, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.bold-text {
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
}

.body-3 {
  background-color: #ebebeb;
  padding-top: 0;
}

.section-project-title {
  height: 50px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  overflow: visible;
}

.text-project-title {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 48px;
}

.section-img-projet {
  padding: 0 15px;
}

.section-img-projet.principale {
  margin-top: 0;
  position: relative;
}

.section-img-projet.principale.geometricarabic {
  background-image: url('../images/arabe-geometrique.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
  margin-top: 0;
}

.section-img-projet.principale.catalogues {
  background-image: url('../images/PROJET_06_17.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  height: 100vh;
  margin-top: auto;
  position: relative;
}

.section-img-projet.logos {
  background-color: #f3f3f3;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-img-projet.fondnoir {
  background-color: #080808;
}

.image-projet {
  width: 100%;
  padding-top: 0;
  padding-bottom: 15px;
  position: relative;
}

.image-projet.sans-espace, .image-projet.logo {
  padding-bottom: 0;
}

.section-project-description {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-white {
  background-color: #fff;
  padding: 60px;
}

.section-project-next {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  display: grid;
}

.grille-workshops {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-small {
  color: var(--black);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 27px;
}

.text-mini-title {
  color: var(--black);
  text-align: center;
  font-family: Graphik arabic, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 23px;
}

.text-block-4 {
  color: var(--black);
  text-align: left;
  text-transform: none;
  font-family: Graphik arabic, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 37px;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.link-block:hover {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 900;
}

.div-overlay {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.div-overlay:hover {
  background-color: var(--black);
  opacity: .67;
}

.div-mini-project, .div-block-18 {
  position: relative;
}

.text-project-description {
  font-family: Graphikarabic, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.body-4 {
  color: #333;
  background-color: #ebebeb;
}

.footer-projects {
  flex-flow: row;
  place-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  margin-top: 12px;
  margin-bottom: 0;
  display: flex;
}

.text-block-5 {
  color: var(--black);
  text-align: center;
  margin-left: 0;
  margin-right: 6px;
  font-family: Graphik arabic, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.link {
  color: var(--black);
  font-family: Graphik arabic, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.link:hover {
  color: #e44b4b;
}

.text-block-6 {
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.thumbnail {
  background-image: url('../images/Sans-titre-23.jpg');
  background-position: 0 0;
  background-size: cover;
}

.picto-contact {
  width: 6vw;
  margin-top: 23px;
  margin-bottom: 7px;
}

.picto-contact:hover {
  color: var(--black);
  border: 1px solid #0000;
}

.picto-contact.about {
  align-self: flex-start;
  width: 40px;
  margin-top: 7px;
  position: static;
}

.link-block-2 {
  margin-top: 16px;
  text-decoration: none;
}

.link-block-2:hover {
  transform: skew(-10deg);
}

.rich-text-block {
  flex-direction: row;
  display: flex;
}

.workshops-list1 {
  line-height: 15px;
}

.image-7 {
  width: 29px;
  margin-left: 12px;
}

.image-8, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15, .image-16 {
  width: 100%;
}

.image-17 {
  min-height: 0%;
}

.image-18, .image-19 {
  width: 100%;
}

.link-block-3 {
  background-color: #a600ff;
  border: 7px #000;
}

.link-block-4 {
  background-color: #f700ff;
}

.section-colonnes-test {
  background-color: #d39393;
  margin: 0;
  padding: 0;
  display: none;
}

.columns {
  padding: 8px;
}

.column, .column-2 {
  padding-left: 0;
  padding-right: 0;
}

.thumbnail-colonnes {
  margin: 8px;
  padding: 0;
  position: relative;
}

.section-flex-test {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 8px;
  display: none;
}

.link-block-6 {
  background-color: #0000;
  width: auto;
  margin: 8px 0;
  padding: 0;
}

.imgfondcolor {
  background-color: #ff1b1b;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.image-20 {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.section-about {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 192px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.about-text {
  color: #000;
  margin-bottom: 50px;
  font-family: Graphikarabic, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5.5vw;
}

.about-text.intro {
  color: var(--black);
  font-family: Graphikarabic, sans-serif;
  font-weight: 400;
}

.heading-4 {
  font-family: Graphik arabic, sans-serif;
  line-height: 46px;
}

.image-21 {
  order: 0;
  width: 28vw;
  margin-top: 16px;
  margin-bottom: 22px;
  margin-right: 20px;
  display: block;
  position: static;
  inset: 53% auto 0% 1%;
}

.heading-5 {
  font-size: 26px;
}

.div-about {
  width: auto;
  margin: 15px 0 26px;
  display: block;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-19 {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}

.section-contact {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20vh;
  padding-left: 20px;
  padding-right: 15px;
  display: flex;
  position: relative;
  inset: 75px 0% auto;
}

.div-contact {
  color: var(--black);
  margin-left: 0;
  font-family: Graphikarabic, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5.5vw;
}

.link-block-7 {
  align-self: flex-start;
}

.link-2 {
  color: var(--black);
  text-decoration: none;
}

.link-2:hover {
  color: #fd6969;
  font-style: italic;
}

.workshop-img {
  justify-content: center;
  align-items: center;
  display: flex;
}

.workshop-img img {
  width: 100%;
  height: auto;
  display: block;
}

.text-block-7 {
  color: #000;
  margin-right: 80px;
  font-family: Graphikarabic, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-20 {
  width: 290px;
  margin-right: 34px;
}

.heading-7 {
  font-size: 28px;
  line-height: 37px;
}

.heading-8 {
  font-size: 22px;
  line-height: 29px;
}

.div-mini-project-text {
  flex-flow: column wrap;
  align-items: flex-start;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.grid-more-projects {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.div-other-project {
  display: block;
  position: relative;
  overflow: visible;
  isolation: isolate;
}

.div-other-project > img,
.div-other-project .w-slide img,
.div-other-project .w-slide video {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.div-other-project .w-slide .radio26-video {
  transform: scale(1.02);
  transform-origin: center center;
}

.overlay {
  opacity: 0;
  background-color: #f6f6f6;
  border: 1px #b30000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay:hover {
  background-color: #0000;
}

.div-block-23, .div-block-24, .div-block-25 {
  position: relative;
}

.mini-text-caption {
  z-index: 2;
  opacity: 1;
  background-color: #0000;
  width: auto;
  max-width: calc(100% - 28px);
  height: auto;
  margin-top: 20px;
  margin-left: 20px;
  padding-right: 19px;
  position: absolute;
}

.text-block-8 {
  color: #fff;
}

.mini-text-caption-title {
  color: #fff;
  text-transform: none;
  font-family: Graphikarabic, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.mini-text-caption-title.fondclair {
  color: var(--black);
  text-transform: none;
  font-family: Graphikarabic, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

/* Project text contrast strategy:
   - default: blend mode (adaptive)
   - fixed-white / fixed-black: deterministic overrides for special cards */
.div-other-project {
  --project-caption-blend: difference;
  --project-caption-color: #fff;
}

.div-other-project .mini-text-caption {
  mix-blend-mode: var(--project-caption-blend);
}

.div-other-project .mini-text-caption-title,
.div-other-project .mini-text-caption-under {
  color: var(--project-caption-color) !important;
  text-shadow: none !important;
}

.div-other-project[data-text-mode="fixed-white"] {
  --project-caption-blend: normal;
  --project-caption-color: #fff;
}

.div-other-project[data-text-mode="fixed-black"] {
  --project-caption-blend: normal;
  --project-caption-color: #111;
}

.mini-text-caption-under {
  color: var(--black);
  margin-top: 8px;
  font-family: Graphik arabic, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.image-22 {
  display: block;
}

.heading-9 {
  position: absolute;
}

.bold-text-2 {
  font-size: 4vw;
  line-height: 4.7vw;
}

.section-descrip {
  background-color: #e7e7e7;
  height: auto;
  margin-top: 50px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 22px 15px;
  display: none;
}

.text-block-9 {
  font-family: Graphikarabic, sans-serif;
  font-weight: 400;
}

.heading-10 {
  color: #b9b9b9;
  font-family: Graphikarabic, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5.5vw;
}

.lignenoire {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  margin-bottom: 0;
}

.lignenoire.contact {
  margin-top: 25px;
  margin-bottom: 25px;
}

.lignenoire.noanim {
  margin-top: 59px;
}

.heading-11 {
  color: #fff;
  text-shadow: 2px 2px #000;
  border: 1px #000;
}

.div-block-27 {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.link-3 {
  color: #000;
  text-decoration: underline;
}

.section-workshops-texte-intro {
  margin-left: 15px;
  margin-right: 15px;
}

.column-workshop {
  margin-top: 45px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.section {
  padding-left: 15px;
}

.section-sorry {
  margin: 180px 15px;
}

.navbar-2 {
  display: none;
}

.link-block-8 {
  position: absolute;
}

.hover-text-home {
  z-index: 7;
  opacity: 0;
  flex-flow: column wrap;
  align-content: flex-start;
  width: 100%;
  padding-top: 30px;
  padding-left: 30px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-28 {
  background-color: #c05656;
  width: 400px;
  height: 40px;
}

.div-block-29 {
  background-color: #6fd5b8;
  width: 80px;
  height: 40px;
}

.div-block-30 {
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.home-welcome {
  background-image: url('../images/Header-02.gif');
  background-position: 130px;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  border: 4px #000;
  height: 85vh;
  margin: 0 15px 15px;
  display: none;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.header-workshops {
  background-image: url('../images/Workshops4.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: auto;
  height: 85vh;
  margin: 0 15px 15px;
  position: relative;
}

.bold-text-3 {
  text-transform: capitalize;
  font-family: Graphik arabic, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.link-block-9 {
  cursor: help;
}

.video {
  height: 100%;
}

.image-23 {
  background-color: var(--white-smoke);
}

.image-24 {
  background-color: #ff3b3b;
}

.image-25 {
  background-color: #002aff;
}

.slider {
  height: 100%;
}

.slider .w-slider-mask,
.slider .w-slide {
  height: 100%;
}

.slide-nav, .icon-2, .icon-3 {
  display: none;
}

.right-arrow, .left-arrow {
  width: 50%;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
}

.left-arrow-2 {
  width: 50%;
  display: block;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
}

.right-arrow-2 {
  width: 50%;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
}

.left-arrow,
.left-arrow-2 {
  cursor: pointer !important;
}

.right-arrow,
.right-arrow-2 {
  cursor: pointer !important;
}
@media (pointer: fine) {
  .left-arrow,
  .left-arrow-2,
  .right-arrow,
  .right-arrow-2 {
    cursor: none !important;
  }
}

#slider-cursor-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 9998;
  mix-blend-mode: difference;
}

#slider-cursor {
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  margin-left: -17px;
  margin-top: -17px;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-100px, -100px, 0);
  transition: opacity .12s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px 34px;
}

#slider-cursor.dir-right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cpath d='M6 17h19M19 9l8 8-8 8' fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
}

#slider-cursor.dir-left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cpath d='M28 17H9M15 9l-8 8 8 8' fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
}

#slider-cursor.is-visible {
  opacity: 1;
}

.section-typefaces {
  margin-top: 34vh;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.typeface-block {
  background-color: #fff;
  height: auto;
  margin-bottom: 20px;
  padding: 20px 40px 40px;
}

.typeface-name {
  text-transform: uppercase;
  font-family: Graphikarabic, sans-serif;
  font-size: 18px;
}

.text-block-10 {
  font-size: 15px;
}

.text-sample {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Graphikarabic, sans-serif;
  font-size: 120px;
  line-height: 160px;
}

.text-sample.barrelofpowder {
  font-family: Barrelofpowder, sans-serif;
}

.text-sample.barrelofpowder.arabic {
  text-align: right;
}

.text-sample.areg {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Areglear, sans-serif;
  font-size: 181px;
  line-height: 170px;
}

.text-sample.areg.arabic {
  text-align: right;
}

.typeface-info {
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.section-qa {
  margin-top: 55px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Graphikarabic, sans-serif;
  font-size: 20px;
}

.dropdown-qa {
  width: 100%;
}

.dropdown-toggle {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.dropdown-toggle.w--open {
  padding-left: 0;
  padding-right: 0;
}

.dropdown-list {
  background-color: #ede4e4;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}

.dropdown-list.w--open {
  background-color: #fff0;
}

.question {
  font-family: Graphik arabic, sans-serif;
  font-weight: 400;
}

.section-newsletter {
  background-color: #ddd;
  padding: 20px 30px;
  font-family: Graphikarabic, sans-serif;
}

.submit-button {
  background-color: #303030;
  font-size: 18px;
}

.text-field {
  border-radius: 0;
  width: 330px;
  margin-bottom: 0;
  font-size: 18px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.text-block-11 {
  font-size: 19px;
}

.field-label {
  font-size: 18px;
}

.minilink {
  color: #000;
  text-decoration: underline;
}

.div-hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 15px;
    line-height: 23px;
  }

  .nav-text {
    margin-left: 40px;
  }

  .nav-text.w--current {
    padding-bottom: 4px;
  }

  .nav-menu {
    z-index: 99;
    background-color: #0000;
    flex-flow: row;
    flex: 1;
    order: 1;
    align-self: auto;
    display: flex;
  }

  .div-block {
    width: 200px;
  }

  .navbar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hellotext._1 {
    font-size: 7vw;
    line-height: 10vw;
  }

  .footer {
    position: static;
  }

  .grille-projets {
    grid-row-gap: 15px;
    place-items: center;
  }

  .thumbnail-hover-text {
    text-align: left;
    margin-top: auto;
    margin-left: auto;
  }

  .thumbnail-hover-text.small {
    margin-top: 4px;
    margin-bottom: 15px;
  }

  .thumbnail-hover-text.fondclair {
    text-align: left;
  }

  .heading-3 {
    font-size: 2.5vw;
    line-height: 3.6vw;
  }

  .div-text-red {
    padding-left: 0;
    padding-right: 0;
  }

  .section-about {
    padding-top: 70px;
  }

  .about-text, .about-text.intro {
    font-size: 6vw;
    line-height: 8vw;
  }

  .image-21 {
    width: 50%;
  }

  .div-contact {
    font-size: 6vw;
    line-height: 8vw;
  }

  .grid-more-projects {
    grid-template-columns: 1fr 1fr;
  }

  .mini-text-caption {
    margin-top: 10px;
    margin-left: 10px;
  }

  .mini-text-caption-title {
    font-size: 13px;
    line-height: 16px;
  }

  .mini-text-caption-under {
    font-size: 15px;
    line-height: 18px;
  }

  .hover-text-home {
    background-color: #0000;
    background-image: none;
    flex-flow: column wrap-reverse;
    align-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
    display: block;
  }

  .home-welcome {
    height: 85vh;
  }

  .home-welcome,
  .header-workshops,
  .section-img-projet.principale.geometricarabic,
  .section-img-projet.principale.catalogues {
    background-attachment: scroll;
    background-position: 50%;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 31px;
  }

  .nav-text {
    text-align: right;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 18vw;
    line-height: 19vw;
  }

  .nav-text:hover {
    border-style: none;
    border-width: 1px;
  }

  .nav-text.w--current {
    opacity: 1;
    border-style: none;
    border-width: 1px;
  }

  .nav-text.radiologo {
    flex-wrap: wrap;
    padding-left: 15px;
    display: flex;
  }

  .nav-text.radiologo.w--current {
    padding-left: 0;
  }

  .nav-menu {
    z-index: 95;
    background-color: #fff;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block {
    z-index: 99;
    flex-flow: row;
    align-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
  }

  .navbar {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav {
    z-index: 90;
    justify-content: space-between;
    margin-left: 0;
    padding: 0;
    display: block;
  }

  .heading-3 {
    font-size: 4.5vw;
    line-height: 7vw;
  }

  .image-projet {
    display: block;
  }

  .image-projet.logotop {
    display: none;
  }

  .section-about {
    padding-top: 60px;
  }

  .about-text {
    font-size: 6vw;
    line-height: 8vw;
  }

  .about-text.intro {
    font-size: 7vw;
    line-height: 10vw;
  }

  .image-21 {
    width: 50%;
    margin-top: 22px;
  }

  .section-contact {
    margin-top: 30px;
    top: 0;
  }

  .div-contact {
    font-size: 6vw;
    line-height: 8vw;
  }

  .grid-more-projects {
    grid-template-columns: 1fr;
  }

  .mini-text-caption-under {
    margin-top: 4px;
  }

  .mini-text-caption {
    max-width: calc(100% - 20px);
  }

  .mini-text-caption-title,
  .mini-text-caption-under {
    overflow-wrap: anywhere;
  }

  .column-workshop {
    padding-bottom: 0;
  }

  .menu-button {
    flex-wrap: nowrap;
    place-content: flex-start flex-end;
    padding: 8px 0;
    display: flex;
  }

  .menu-button.w--open {
    color: #050505;
    background-color: #0000;
  }

  .icon {
    padding-right: 0;
  }

  .hover-text-home {
    padding-right: 20px;
  }

  .columns-2 {
    margin-bottom: 50px;
  }

  .heading-12 {
    font-size: 6vw;
    line-height: 8vw;
  }

  .home-welcome {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    height: 300px;
  }

  .section-typefaces {
    margin-top: 15vh;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .nav-text.w--current {
    padding-bottom: 6px;
  }

  .nav-text.radiologo {
    font-size: 18px;
  }

  .nav-text.radiologo.w--current {
    padding-left: 0;
    font-size: 18px;
  }

  .nav {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .section-hello {
    height: auto;
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .hellotext._1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 8vw;
    line-height: 12vw;
  }

  .hellotext._2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 8vw;
    line-height: 11vw;
  }

  .grille-projets {
    grid-template-columns: 1fr;
  }

  .thumbnail-test1 {
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .text-thumbnail {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-2.jhujgf {
    width: auto;
    font-size: 9vw;
    line-height: 11vw;
  }

  .thumbnail-hover-text {
    text-align: left;
    margin-left: 0;
    font-size: 19px;
  }

  .thumbnail-hover-text.small, .thumbnail-hover-text.small.fondclair {
    margin-top: 2px;
    font-size: 15px;
  }

  .thumbnail-hover-text.fondclair {
    margin-left: 0;
    font-size: 19px;
  }

  .heading-3 {
    font-size: 5.5vw;
    line-height: 7.5vw;
  }

  .div-text-red {
    padding: 40px 0;
  }

  .section-img-projet.logos {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .image-projet.logo {
    object-fit: fill;
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
  }

  .div-block-white {
    padding: 23px 0;
  }

  .grille-workshops {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .text-mini-title {
    font-size: 18px;
  }

  .text-project-description {
    font-size: 16px;
    line-height: 23px;
  }

  .footer-projects {
    flex-flow: row;
    align-items: flex-start;
    display: block;
  }

  .text-block-5 {
    color: #000;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .link {
    font-size: 14px;
    line-height: 18px;
  }

  .picto-contact {
    width: 17vw;
  }

  .about-text {
    margin-bottom: 35px;
    font-size: 8.5vw;
    line-height: 12vw;
  }

  .about-text.intro {
    margin-bottom: 40px;
    font-size: 8.5vw;
    line-height: 12vw;
  }

  .image-21 {
    width: 100%;
  }

  .section-contact {
    margin-top: 100px;
  }

  .div-contact {
    font-size: 6vw;
    line-height: 8vw;
  }

  .text-block-7 {
    width: 100%;
    font-size: 10px;
    line-height: 18px;
  }

  .grid-more-projects {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .mini-text-caption {
    margin-top: 14px;
    margin-left: 14px;
  }

  .mini-text-caption-title, .mini-text-caption-under {
    font-size: 14px;
    line-height: 18px;
    overflow-wrap: anywhere;
  }

  .grille-workshops {
    grid-template-columns: 1fr;
  }

  .section-sorry {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .home-welcome {
    background-position: 50%;
    background-size: 100%;
    background-attachment: scroll;
    height: 250px;
  }

  .image-26 {
    padding-right: 0;
  }

  .section-typefaces {
    margin-top: 5vh;
  }
}

#w-node-_85e3cadd-0e67-771f-37f5-afbb30cd4500-134fb7d6, #w-node-_85e3cadd-0e67-771f-37f5-afbb30cd4512-134fb7d6, #w-node-_85e3cadd-0e67-771f-37f5-afbb30cd4524-134fb7d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Barrelofpowder';
  src: url('../fonts/Barrelofpowder-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Areglear';
  src: url('../fonts/AregLear-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphikarabic';
  src: url('../fonts/GraphikArabic-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik arabic';
  src: url('../fonts/Graphik-Arabic-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik arabic';
  src: url('../fonts/Graphik-Arabic-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik arabic';
  src: url('../fonts/Graphik-Arabic-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}
