@import url('https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&display=swap');

:root {
--bs-rouge: #b33939;
--menu: #D8B382;
--font: "Inknut Antiqua", serif;
}

*::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
    border: 3px solid rgba(236, 240, 241,1.0);
}

body {
  overflow-x: clip;
}

/*.page-px h1 {
  font-family: 'Arial' !important;
  font-size: 18px !important;
  color: #c0392b !important;
  font-weight: normal !important;
}

.page-px h2 {
  font-family: 'Arial' !important;
  font-size: 14px !important;
  color: #c0392b !important;
  font-weight: bold !important;
}

.page-px p {
  font-family: 'Inknut Antiqua', serif !important;
  font-size: 14px !important;
  color: #2d3436 !important;
}*/

.txtPage {
    font-family: var(--font);
    font-size: 20px;
    color: rgba(255,255,255,.6) !important;
}

.px-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
}

.txtIndex {
    color: #ecf0f1;
    font-family: var(--font);
    font-size: 17px;
}

.dancingS {
  font-family: "Dancing Script", cursive;
}

.size40 {
  font-size: 40px;
}

.singleImg {
    width: 600px !important;
    height: 400px !important;
    background-size: cover !important;
}

.py-6 {
    padding-top: 7rem !important;
    padding-bottom: 3rem !important;
}

.whiteCard {
  background: #ecf0f1;
}

.blog-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #d1ccc0;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 20px;
  overflow: hidden;
  z-index: 0;
  min-height: 250px;
}
.blog-card .titleBlogCard {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #b78644;
}
.blog-card a {
  color: inherit;
}
.blog-card a:hover {
  color: #5ad67d;
}
.blog-card:hover .photo {
  transform: scale(1.3) rotate(3deg);
}
.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -50px;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}
.blog-card .description {
  padding: 1rem;
  padding-left: 30px;
  background: #d1ccc0;
  position: relative;
  z-index: 1;
}
.blog-card p {
    position: relative;
    margin: 1rem 0 0;
    padding-bottom: 10px;
    color: #353b48;
}
.blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #b78644;
  width: 200px;
  top: -0.75rem;
  border-radius: 3px;
}
@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;
    max-width: 100%;
  }
  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }
  .blog-card .description {
    flex-basis: 60%;
  }
  .blog-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #d1ccc0;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
}

/* BUBBLE */

.bubble blockquote {
  margin: 10px 10px 0;
  background: rgba(209, 204, 192, 0.9);
  padding: 60px;
  position: relative;
  border: none;
  border-radius: 25px;
  font-family: var(--font);
  font-size: 19px;
  color: #8f6226;
}
.bubble blockquote:before, .bubble blockquote:after {
  content: "\201C";
  position: absolute;
  font-size: 80px;
  padding: 10px;
  line-height: 1;
  color: #8f6226;
}
.bubble blockquote:before {
  top: 0;
  left: 10px;
}
.bubble blockquote:after {
  content: "\201D";
  right: 10px;
  bottom: -.5em;
}
.bubble div {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #d1ccc0;
  margin: 0 0 0 60px;
  margin-bottom: 10px;
}
.bubble cite {
  padding-left: 10px;
  font-family: "Dancing Script", cursive;
  font-size: 25px;
  color:#f7f7f7;
  display: flex;
}

.bg-beige {
  background-color: #eee9dd !important;
}

.bg-secondaire {
  background-color: #E0DCD0 !important;
}

/* CARDS */

.card {
  max-width: 340px;
  margin: 30px;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  background-color: #ecf0f1;
  display: flex;
  transition: 0.3s;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
}

.card[data-state="#about"] {
  height: auto;
}
.card[data-state="#about"] .card-main {
  padding-top: 0;
}

.card[data-state="#experience"] {
  height: auto;
}

.card.is-active .card-header {
  height: 80px;
}
.card.is-active .card-cover {
  height: 100px;
  top: -50px;
}
.card.is-active .card-avatar {
  transform: none;
  left: 20px;
  width: 50px;
  height: 50px;
  bottom: 10px;
}
.card.is-active .card-fullname,
.card.is-active .card-jobtitle {
  left: 86px;
  transform: none;
}
.card.is-active .card-fullname {
  bottom: 18px;
  font-size: 19px;
}
.card.is-active .card-jobtitle {
  bottom: 16px;
  letter-spacing: 1px;
  font-size: 10px;
}

.card-header {
  position: relative;
  display: flex;
  height: 200px;
  flex-shrink: 0;
  width: 100%;
  transition: 0.3s;
}
.card-header * {
  transition: 0.3s;
}

.card-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  height: 160px;
  top: -20%;
  left: 0;
  will-change: top;
  background-size: cover;
  background-position: center;
  filter: blur(30px);
  transform: scale(1.2);
  transition: 0.5s;
}

.card-avatar {
  width: 100px;
  height: 100px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-64px);
}

.card-fullname {
  position: absolute;
  bottom: 0;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  transform: translateY(-10px) translateX(-50%);
  left: 50%;
}

.card-jobtitle {
  position: absolute;
  bottom: 0;
  font-size: 11px;
  white-space: nowrap;
  font-weight: 500;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-7px);
}

.card-main {
  position: relative;
  flex: 1;
  display: flex;
  padding-top: 10px;
  flex-direction: column;
}

.card-subtitle {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
}

.card-content {
  padding: 0 30px;
}

.card-desc {
  line-height: 1.6;
  color: #636b6f;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}

.card-social {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}
.card-social svg {
  fill: #C7985B;
  width: 32px;
  display: block;
  transition: 0.3s;
}
.card-social a {
  color: #8797a1;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background-color: rgba(93, 133, 193, 0.05);
  border-radius: 50%;
  margin-right: 10px;
}
.card-social a:hover svg {
  fill: #AB7D40;
}
.card-social a:last-child {
  margin-right: 0;
}

.card-buttons {
  display: flex;
  background-color: #ecf0f1;
  margin-top: 20px;
  position: sticky;
  bottom: 0;
  left: 0;
}
.card-buttons button {
  flex: 1 1 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: 0;
  font-size: 22px;
  border: 0;
  padding: 15px 5px;
  cursor: pointer;
  color: #5c5c6d;
  transition: 0.3s;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  outline: 0;
  border-bottom: 3px solid transparent;
  font-family: 'Dancing Script';
}
.card-buttons button.is-active, .card-buttons button:hover {
  color: #2b2c48;
  border-bottom: 3px solid #B78644;
  background: linear-gradient(to bottom, rgba(127, 199, 231, 0) 0%, rgba(207, 204, 255, 0.2) 44%, rgba(211, 226, 255, 0.4) 100%);
}

.card-section {
  display: none;
}
.card-section.is-active {
  display: block;
  -webkit-animation: fadeIn 0.6s both;
          animation: fadeIn 0.6s both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translatey(40px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translatey(40px);
  }
  100% {
    opacity: 1;
  }
}
.card-timeline {
  margin-top: 30px;
  position: relative;
}
.card-timeline:after {
  background: linear-gradient(to top, rgba(134, 214, 243, 0) 0%, #516acc 100%);
  content: "";
  left: 42px;
  width: 2px;
  top: 0;
  height: 100%;
  position: absolute;
  content: "";
}

.card-item {
  position: relative;
  padding-left: 60px;
  padding-right: 20px;
  padding-bottom: 30px;
  z-index: 1;
}
.card-item:last-child {
  padding-bottom: 5px;
}
.card-item:after {
  content: attr(data-year);
  width: 10px;
  position: absolute;
  top: 0;
  left: 37px;
  width: 8px;
  height: 8px;
  line-height: 0.6;
  border: 2px solid #fff;
  font-size: 11px;
  text-indent: -35px;
  border-radius: 50%;
  color: rgba(134, 134, 134, 0.7);
  background: linear-gradient(to bottom, #a0aee3 0%, #516acc 100%);
}

.card-item-title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}

.card-item-desc {
  font-size: 13px;
  color: #6f6f7b;
  line-height: 1.5;
  font-family: 'Montserrat';
}

.card-contact-wrapper {
  margin-top: 20px;
}

.card-contact {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #6f6f7b;
  font-family: 'Montserrat';
  line-height: 1.6;
  cursor: pointer;
  font-weight: 700;
}
.card-contact + .card-contact {
  margin-top: 16px;
}
.card-contact svg {
  flex-shrink: 0;
  width: 30px;
  min-height: 34px;
  margin-right: 12px;
  transition: 0.3s;
  padding-right: 12px;
  border-right: 1px solid #dfe2ec;
}

.contact-me {
  border: 0;
  outline: none;
  background: linear-gradient(to right, rgba(83, 200, 239, 0.8) 0%, rgba(81, 106, 204, 0.8) 96%);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 12px 16px;
  width: 100%;
  border-radius: 5px;
  margin-top: 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
}

/* CARDS  */

/* A PROPOS / INFOS PRATIQUES */

.theatre-wrapper {
  border-top: 5px solid #b33939;
  border-bottom: 5px solid #b33939;
  background: url('https://quartzinovation.studio/uploads/1744912742_0.png') center center no-repeat;
  background-size: cover;
  filter: brightness(0.9);
  background-position-y: -40px;
  background-attachment: fixed;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.theatre-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.theatre-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
/*  max-width: 1400px;*/
  margin: auto;
}

.theatre-card {
  flex: 1 1 500px;
/*  max-width: 600px;*/
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px) brightness(0.8);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.6);
/*  overflow: hidden;*/
  transition: transform 0.4s ease;
}

.theatre-card:hover {
  transform: translateY(-10px);
}

.theatre-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.theatre-card-inner .card-img {
  height: 260px;
  background-size: cover;
  background-position: center;
  border-bottom: 2px solid #C7985B;
}

.theatre-card-inner .card-content {
  padding: 30px;
  color: #fff;
}

.theatre-card-inner .card-content h3 {
  color: #D8B382;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.theatre-card-inner .card-content .texte {
  font-size: 18px;
  line-height: 1.7;
}

.dancingBtn {
  font-family: 'Dancing Script', cursive;
  font-size: 22px;
  background-color: #C7985B;
  border: none;
}

@media (max-width: 768px) {
  .theatre-content {
    flex-direction: column;
    align-items: center;
  }
}

/* Presse */

.article {
    background-color: #fff;
    width: 100%;
    height: 250px;
    border-radius: 6px;
    cursor: pointer;
    transition-property: transform;
    box-shadow: rgba(0,0,0,.1) 0 0 7px;
    transform: scale(1);
    transition-duration: .2s;
    margin-bottom: 25px;
}

.article::before {
    content: '';
    background-color: rgba(221,219,219,.56);
    width: 100%;
    height: 1px;
    position: absolute;
    top: 193px;
}

.article:hover {
    transform: scale(1.03);
}

.article>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.article>.img {
    background-color: #eee;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 122px;
    float: left;
    border-top-left-radius: 6.5px;
    border-top-right-radius: 6.5px;
}

.article>.title {
    font-size: 18px;
    color: #49494c;
    font-weight: 600;
    float: left;
    margin-left: 16px;
    margin-top: 16px;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article>.info {
    float: left;
    width: 100%;
    margin-top: 4px;
    text-transform: uppercase;
}

.article>.info>.cat {
    margin-left: 16px;
    font-size: 12px;
    font-weight: 600;
    float: left;
    color: #40739e;
}

.article>.info>.time {
    position: relative;
    color: #7b7a7a;
    float: left;
    margin-left: 20px;
    font-size: 12px;
    font-weight: 600;
}

.article>.infoposted {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 56px;
}

.article>.infoposted>.imguser {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px;
    width: 32px;
    height: 32px;
    background-position: center;
    border-radius: 100%;
    float: left;
}

.article>.infoposted>.name {
    font-size: 12px;
    font-weight: 600;
    color: #767676;
    float: left;
    margin-left: 11px;
    line-height: 55px;
    text-transform: uppercase;
}

.article>.infoposted>.ttlcmt {
    position: relative;
    top: 50%;
    margin-right: 20px;
    transform: translateY(-50%);
    font-size: 12px;
    color: #7b7a7a;
    font-weight: 600;
    float: right;
    text-transform: uppercase;
}

.article>.infoposted>.ttlcmt>span {
    position: absolute;
    top: 1px;
    left: -30px;
    background: url('../img/comment.gif');
    width: 21px;
    height: 17px;
}

.article>.infoposted>.avatar {
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
    float: left;
    /*box-shadow: 0 0 0 2px #f5cd79;*/
    border: 2px solid #fff;
    background-color: #DFE1E4;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    position: relative;
}

/* Presse */

