.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2531 .elementor-element.elementor-element-d44a690 > .elementor-container{max-width:1180px;}.elementor-2531 .elementor-element.elementor-element-d44a690{margin-top:50px;margin-bottom:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-34a3c12 */.portfolio-images{
  display:grid;
  grid-template-rows:auto auto;
  gap:3px;
  min-width:0;
  align-content:start;
  background:#050505;
  border-right:3px solid #050505;
}

.portfolio-media-item{
  position:relative;
  width:100%;
  min-width:0;
  overflow:hidden;
  background:#050505;
}

.portfolio-media-item img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16 / 10;
  object-fit:cover;
}

.portfolio-media-item video{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16 / 9;
  object-fit:contain;
  background:#050505;
}
.sg-portfolio-page video{
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  filter:none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f784363 */@import url('https://fonts.googleapis.com/css2?family=Ruda:wght@400;500;600;700;800;900&display=swap');

.sg-faq-item,
.sg-faq-item * {
    font-family: 'Ruda', Arial, Helvetica, sans-serif !important;
}

.sg-faq-item {
    background: #ffffff;
    border: 2px solid #111111;
    border-radius: 24px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 6px 6px 0 #ffffff;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

/* HOVER */

.sg-faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 8px 8px 0 #ef233c;
    border-color: #ef233c;
}

/* TITRE */

.sg-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 24px 30px;
    padding-right: 70px;
    font-size: 18px !important;
    line-height: 1.25;
    font-weight: 900;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    position: relative;
}

/* SUPPRIME LE CHEVRON NATIF */

.sg-faq-item summary::-webkit-details-marker {
    display: none;
}

/* ICONE + */

.sg-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    font-weight: 900;
    color: #ef233c;
    transition: 0.25s ease;
}

/* ICONE X QUAND OUVERT */

.sg-faq-item[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
}

/* CONTENU */

.sg-faq-content {
    padding: 0 30px 24px;
}

.sg-faq-content p {
    color: #666666;
    font-size: 16px !important;
    line-height: 1.8;
    font-weight: 400;
    margin: 0;
}

/* FAQ OUVERTE */

.sg-faq-item[open] {
    box-shadow: 8px 8px 0 #ef233c;
    border-color: #ef233c;
}/* End custom CSS */
/* Start custom CSS */:root{
  --black:#050505;
  --dark:#151515;
  --red:#ef233c;
  --red-dark:#c9182b;
  --white:#ffffff;
  --grey:#666666;
  --radius:26px;
  --max:1180px;
}

.sg-portfolio-page *{
  box-sizing:border-box;
}

.sg-portfolio-page{
  font-family:Arial, Helvetica, sans-serif;
  background:#050505;
  color:#ffffff;
  line-height:1.6;
}

.sg-portfolio-page a{
  color:inherit;
  text-decoration:none;
}

.sg-portfolio-page img{
  width:100%;
  display:block;
}

.sg-portfolio-page .container{
  width:min(100% - 32px, var(--max));
  margin:auto;
}

.sg-portfolio-page section{
  padding:82px 0;
}

.sg-portfolio-page .white{
  background:#ffffff;
  color:#151515;
}

.sg-portfolio-page .black{
  background:#050505;
  color:#ffffff;
}

.sg-portfolio-page .eyebrow{
  color:#ef233c;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.82rem;
  margin-bottom:14px;
}

.sg-portfolio-page h1{
  font-size:clamp(2.6rem,5vw,5rem);
  line-height:.98;
  letter-spacing:-.06em;
  max-width:940px;
  margin-bottom:24px;
}

.sg-portfolio-page h1 span,
.sg-portfolio-page h2 span{
  color:#ef233c;
}

.sg-portfolio-page h2{
  font-size:clamp(2rem,4vw,3.4rem);
  line-height:1.05;
  letter-spacing:-.04em;
  margin-bottom:16px;
}

.sg-portfolio-page h3{
  font-size:1.45rem;
  line-height:1.2;
  margin-bottom:12px;
}

.sg-portfolio-page p{
  color:rgba(255,255,255,.76);
}

.sg-portfolio-page .white p,
.sg-portfolio-page .project-card p,
.sg-portfolio-page .logo-card p,
.sg-portfolio-page .mini-project p,
.sg-portfolio-page .focus-content p{
  color:#666666;
}

.sg-portfolio-page .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border-radius:999px;
  font-weight:800;
  transition:.2s ease;
}

.sg-portfolio-page .btn-primary{
  background:#ef233c;
  color:#ffffff;
}

.sg-portfolio-page .btn-primary:hover{
  background:#c9182b;
  transform:rotate(-1deg) translateY(-2px);
}

.sg-portfolio-page .btn-secondary{
  background:#ffffff;
  color:#050505;
}

.sg-portfolio-page .btn-secondary:hover{
  transform:rotate(1deg) translateY(-2px);
}

/* HERO */

.sg-portfolio-page .hero{
  position:relative;
  padding:96px 0 88px;
  overflow:hidden;
}

.sg-portfolio-page .hero::before{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  border:4px dashed #ef233c;
  border-radius:50%;
  top:44px;
  left:-120px;
  opacity:.28;
}

.sg-portfolio-page .hero-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:58px;
  align-items:center;
}

.sg-portfolio-page .hero-text{
  font-size:1.2rem;
  max-width:720px;
  margin-bottom:30px;
}

.sg-portfolio-page .hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:28px;
}

.sg-portfolio-page .hero-note,
.sg-portfolio-page .speech-note{
  display:inline-block;
  background:#ffffff;
  color:#050505;
  border:2px solid #050505;
  border-radius:18px;
  padding:12px 16px;
  font-weight:800;
  transform:rotate(-1.5deg);
  box-shadow:6px 6px 0 #ef233c;
}

.sg-portfolio-page .hero-visual{
  position:relative;
}

/* STACK PHOTOS */

.sg-portfolio-page .portfolio-stack{
  position:relative;
  min-height:520px;
}

.sg-portfolio-page .stack-img{
  position:absolute;
  background:#ffffff;
  border:3px solid #050505;
  border-radius:30px;
  padding:10px;
  box-shadow:12px 12px 0 #ef233c;
  transition:.25s ease;
}

.sg-portfolio-page .stack-img:hover{
  transform:rotate(0deg) translateY(-6px);
  z-index:5;
}

.sg-portfolio-page .stack-img img{
  border-radius:22px;
  object-fit:cover;
}

.sg-portfolio-page .stack-img.one{
  width:64%;
  left:0;
  top:0;
  transform:rotate(-2deg);
}

.sg-portfolio-page .stack-img.one img{
  aspect-ratio:4/3;
}

.sg-portfolio-page .stack-img.two{
  width:58%;
  right:0;
  top:170px;
  transform:rotate(2deg);
  box-shadow:12px 12px 0 #ffffff;
}

.sg-portfolio-page .stack-img.two img{
  aspect-ratio:1/1;
}

.sg-portfolio-page .stack-img.three{
  width:50%;
  left:70px;
  bottom:0;
  transform:rotate(1deg);
}

.sg-portfolio-page .stack-img.three img{
  aspect-ratio:4/3;
}

/* DOODLES */

.sg-portfolio-page .doodle{
  position:absolute;
  font-family:"Comic Sans MS","Trebuchet MS",Arial,sans-serif;
  color:#ef233c;
  font-weight:900;
  z-index:8;
  pointer-events:none;
}

.sg-portfolio-page .doodle-arrow{
  top:-44px;
  right:-24px;
  font-size:4.8rem;
  transform:rotate(-20deg);
}

.sg-portfolio-page .doodle-bubble{
  left:-20px;
  bottom:42px;
  background:#050505;
  color:#ffffff;
  padding:12px 18px;
  border-radius:999px;
  font-size:.95rem;
  transform:rotate(-5deg);
  box-shadow:6px 6px 0 #ef233c;
}

.sg-portfolio-page .doodle-star{
  right:24px;
  bottom:-38px;
  font-size:3.4rem;
}

/* TITRES */

.sg-portfolio-page .section-title{
  max-width:880px;
  margin-bottom:42px;
}

.sg-portfolio-page .section-title p{
  font-size:1.08rem;
}

/* LOGOS */

.sg-portfolio-page .logos-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px;
  align-items:stretch;
}

.sg-portfolio-page .logo-card{
  background:#ffffff;
  color:#151515;
  border:2px solid #050505;
  border-radius:22px;
  padding:22px;
  min-height:120px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  box-shadow:6px 6px 0 #050505;
  transition:.2s ease;
}

.sg-portfolio-page .logo-card:hover{
  transform:rotate(-1deg) translateY(-4px);
  box-shadow:8px 8px 0 #ef233c;
}

.sg-portfolio-page .logo-card img{
  width:100%;
    height:70px;
    object-fit:contain;

    filter:grayscale(100%);
    opacity:.85;

    transition:.25s ease;
}

.logo-card:hover img{
    filter:none;
    opacity:1;
    transform:scale(1.05);
}

.sg-portfolio-page .logo-placeholder{
  font-weight:900;
  font-size:1.1rem;
}

/* FILTRES */

.sg-portfolio-page .filters{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:34px;
}

.sg-portfolio-page .filter-pill{
  background:rgba(255,255,255,.08);
  border:2px solid rgba(255,255,255,.24);
  color:#ffffff;
  border-radius:999px;
  padding:10px 16px;
  font-weight:900;
}

.sg-portfolio-page .filter-pill.active,
.sg-portfolio-page .filter-pill:hover{
  background:#ef233c;
  border-color:#ef233c;
}

/* PROJETS */

.sg-portfolio-page .projects-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
}

.sg-portfolio-page .project-card{
  background:#ffffff;
  color:#151515;
  border:3px solid #050505;
  border-radius:34px;
  overflow:hidden;
  box-shadow:12px 12px 0 #050505;
  transition:.25s ease;
}

.sg-portfolio-page .project-card:hover{
  transform:rotate(-.7deg) translateY(-6px);
  box-shadow:14px 14px 0 #ef233c;
}

.sg-portfolio-page .project-media{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  border-bottom:3px solid #050505;
  background:#050505;
}

.sg-portfolio-page .project-media img{
  height:100%;
  object-fit:cover;
}

.sg-portfolio-page .project-media .main-img{
  aspect-ratio:4/3;
}

.sg-portfolio-page .side-imgs{
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:3px;
  border-left:3px solid #050505;
}

.sg-portfolio-page .project-content{
  padding:28px;
}

.sg-portfolio-page .project-top{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
  margin-bottom:18px;
}

.sg-portfolio-page .client-logo{
  min-width:96px;
  min-height:54px;
  border:2px solid #050505;
  border-radius:16px;
  display:grid;
  place-items:center;
  text-align:center;
  font-weight:900;
  font-size:.85rem;
  padding:8px;
  box-shadow:4px 4px 0 #ef233c;
  transform:rotate(1deg);
}

.sg-portfolio-page .client-logo img{
  max-height:42px;
  width:auto;
  max-width:100%;
}

.sg-portfolio-page .tag-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:18px 0;
}

.sg-portfolio-page .tag{
  background:#050505;
  color:#ffffff;
  border-radius:999px;
  padding:7px 11px;
  font-size:.82rem;
  font-weight:900;
}

.sg-portfolio-page .project-content ul{
  display:grid;
  gap:8px;
  margin:18px 0;
}

.sg-portfolio-page .project-content li{
  list-style:none;
  color:#666666;
}

.sg-portfolio-page .project-content li::before{
  content:"✓";
  color:#ef233c;
  margin-right:8px;
  font-weight:900;
}

.sg-portfolio-page .project-content a{
  color:#ef233c;
  font-weight:900;
}

/* FOCUS */

.sg-portfolio-page .focus-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:52px;
  align-items:center;
}

.sg-portfolio-page .focus-visual{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:start;
}

.sg-portfolio-page .focus-visual img{
  border:3px solid #050505;
  border-radius:28px;
  box-shadow:10px 10px 0 #ef233c;
  object-fit:cover;
}

.sg-portfolio-page .focus-visual img:first-child{
  aspect-ratio:4/5;
  transform:rotate(-2deg);
}

.sg-portfolio-page .focus-visual img:last-child{
  aspect-ratio:1/1;
  margin-top:54px;
  transform:rotate(2deg);
  box-shadow:10px 10px 0 #050505;
}

.sg-portfolio-page .focus-content{
  background:#ffffff;
  color:#151515;
  border:3px solid #050505;
  border-radius:34px;
  padding:38px;
  box-shadow:12px 12px 0 #ef233c;
}

.sg-portfolio-page .focus-content ul{
  display:grid;
  gap:12px;
  margin:22px 0;
}

.sg-portfolio-page .focus-content li{
  list-style:none;
  font-weight:800;
}

.sg-portfolio-page .focus-content li::before{
  content:"→";
  color:#ef233c;
  margin-right:10px;
  font-weight:900;
}

/* MINI PORTFOLIO */

.sg-portfolio-page .mini-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.sg-portfolio-page .mini-project{
  background:#ffffff;
  color:#151515;
  border:2px solid #050505;
  border-radius:26px;
  padding:20px;
  box-shadow:8px 8px 0 #050505;
  transition:.2s ease;
}

.sg-portfolio-page .mini-project:hover{
  transform:rotate(-1deg) translateY(-4px);
  box-shadow:10px 10px 0 #ef233c;
}

.sg-portfolio-page .mini-project img{
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:18px;
  border:2px solid #050505;
  margin-bottom:16px;
}

.sg-portfolio-page .mini-doodle{
  display:inline-block;
  color:#ef233c;
  font-size:2rem;
  line-height:1;
  margin-bottom:12px;
  font-weight:900;
}

/* MÉTHODE */

.sg-portfolio-page .method-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.sg-portfolio-page .step{
  position:relative;
  padding:26px;
  border:2px dashed rgba(255,255,255,.35);
  border-radius:26px;
  background:rgba(255,255,255,.06);
  transition:.25s ease;
}

.sg-portfolio-page .step:hover{
  transform:rotate(-1deg) translateY(-8px);
  border-color:#ef233c;
  box-shadow:10px 10px 0 #ef233c;
}

.sg-portfolio-page .step-number{
  display:block;
  color:#ef233c;
  font-size:2rem;
  font-weight:900;
  margin-bottom:12px;
}

/* CTA */

.sg-portfolio-page .cta-band{
  background:#ef233c;
  color:#ffffff;
  border-radius:34px;
  padding:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  border:3px solid #050505;
  box-shadow:12px 12px 0 #050505;
}

.sg-portfolio-page .cta-band p{
  max-width:680px;
  color:rgba(255,255,255,.9);
}

/* FAQ */

.sg-portfolio-page .faq details{
  background:#ffffff;
  color:#151515;
  border:2px solid #050505;
  border-radius:20px;
  padding:20px 24px;
  margin-bottom:14px;
  box-shadow:5px 5px 0 #050505;
}

.sg-portfolio-page .faq summary{
  cursor:pointer;
  font-weight:900;
  font-size:1.1rem;
}

.sg-portfolio-page .faq p{
  margin-top:12px;
  color:#666666;
  max-width:850px;
}

/* RESPONSIVE */

@media(max-width:980px){
  .sg-portfolio-page .hero-grid,
  .sg-portfolio-page .focus-grid{
    grid-template-columns:1fr;
  }

  .sg-portfolio-page .logos-grid{
    grid-template-columns:repeat(3,1fr);
  }

  .sg-portfolio-page .projects-grid,
  .sg-portfolio-page .mini-grid,
  .sg-portfolio-page .method-grid{
    grid-template-columns:1fr 1fr;
  }

  .sg-portfolio-page .cta-band{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media(max-width:640px){
  .sg-portfolio-page section{
    padding:58px 0;
  }

  .sg-portfolio-page .hero{
    padding:64px 0;
  }

  .sg-portfolio-page .logos-grid,
  .sg-portfolio-page .projects-grid,
  .sg-portfolio-page .mini-grid,
  .sg-portfolio-page .method-grid,
  .sg-portfolio-page .project-media,
  .sg-portfolio-page .focus-visual{
    grid-template-columns:1fr;
  }

  .sg-portfolio-page .side-imgs{
    grid-template-rows:none;
    grid-template-columns:1fr 1fr;
    border-left:0;
    border-top:3px solid #050505;
  }

  .sg-portfolio-page .portfolio-stack{
    min-height:auto;
    display:grid;
    gap:18px;
  }

  .sg-portfolio-page .stack-img,
  .sg-portfolio-page .stack-img.one,
  .sg-portfolio-page .stack-img.two,
  .sg-portfolio-page .stack-img.three{
    position:relative;
    width:100%;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
  }

  .sg-portfolio-page .focus-visual img:last-child{
    margin-top:0;
  }
}
/* TYPOGRAPHIES SG - AJOUT UNIQUEMENT */

.sg-portfolio-page{
  font-family:'Ruda', Arial, Helvetica, sans-serif;
}

.sg-portfolio-page h1{
  font-family:'Ruda', Arial, Helvetica, sans-serif;
  font-size:60px;
  text-transform:uppercase;
}

.sg-portfolio-page h2{
  font-family:'Ruda', Arial, Helvetica, sans-serif;
  font-size:40px;
  text-transform:uppercase;
}

.sg-portfolio-page h3{
  font-family:'Ruda', Arial, Helvetica, sans-serif;
}

.sg-portfolio-page p,
.sg-portfolio-page li,
.sg-portfolio-page a,
.sg-portfolio-page summary,
.sg-portfolio-page span{
  font-family:'Ruda', Arial, Helvetica, sans-serif;
}/* End custom CSS */