@charset "UTF-8";
/*
Theme Name: artsetcultures
Theme URI: https://www.artsetcultures.com
Author: Léo NIVET
Author URI: https://www.leonivet.com
Description: Thème artsetcultures. Pour toute question, contactez-moi à l'adresse web@leonivet.com.
Requires at least: WordPress 6.0
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


*, *:before, *:after {
  box-sizing: border-box;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

html{
  scroll-behavior: smooth;
  min-height: 100vh;
  min-height: 100dvh;
}

body {
  margin:0;
  padding:0;
  min-height: 100vh;
  min-height: 100dvh;
  padding: var(--padding-body);
}

body.menu-opened{
  overflow: hidden;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

a, a:hover, a:focus, a:visited {
  color: inherit;
}

a {
  text-decoration: underline;
}

a:hover{
  color:var(--marron);
}

strong{
  font-weight: bold;
}

.menu-ul, .menu-ul .sub-menu{
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  /*max-width: 800px;*/
}

p:not(:first-child), .wp-block-buttons:not(:first-child), .wp-block-list:not(:first-child), .wp-block-quote:not(:first-child), .wp-block-cover:not(:first-child){
  margin-top: var(--margin-paragraph);
}

p:not(:last-child), .wp-block-buttons:not(:last-child), .wp-block-list:not(:last-child), .wp-block-quote:not(:last-child), .wp-block-cover:not(:last-child){
  margin-bottom: var(--margin-paragraph);
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

p:empty {
  display: none;
}

figure {
  margin: 0;
}

iframe {
  width: 100%;
  display: block;
}

iframe {
  width: 100% !important;
  height: 600px;
}

@media only screen and (max-width: 1100px) {
  iframe {
    height: 550px;
  }
}
@media only screen and (max-width: 1000px) {
  iframe {
    height: 500px;
  }
}
@media only screen and (max-width: 900px) {
  iframe {
    height: 450px;
  }
}
@media only screen and (max-width: 800px) {
  iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 700px) {
  iframe {
    height: 350px;
  }
}
@media only screen and (max-width: 600px) {
  iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 500px) {
  iframe {
    height: 250px;
  }
}
@media only screen and (max-width: 375px) {
  iframe {
    height: 200px;
  }
}
iframe {
  width: 100%;
  display: block;
}

blockquote {
  margin: 0;
  width: fit-content;
}

blockquote + figcaption {
  text-align: right;
  margin-top: 0.5em;
}

button,
input[type="submit"]
{
  background-color:transparent;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color:inherit;
}

.bold{
  font-weight: bold;
}

/**********************
/****** BUTTONS ********/
/*********************/

.btn-ss-rond{
  background-color: var(--marron-1);
  color:var(--marron) !important;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 5px;
}

.btn-ss-rond:hover{
  color:inherit;
}

/*************************/
/****** FORMS ***********/
/*************************/

input, textarea, select{
  font-size: inherit;
  color: #444;
  background-color:#f4f4f4;
  box-shadow: none !important;
  border:none;
  padding:.7em;
  max-width: 100%;
}

input:focus-visible, textarea:focus-visible, select:focus-visible{
  outline: var(--marron) solid 1px;
  border-color:transparent;
}

/**********************/
/****** tableau ********/
/*********************/

thead th{
  background-color: var(--marron-1);
}

/**********************/
/****** HEADER ********/
/*********************/

header{
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
  z-index: 99999999999999999;
}

body.menu-opened .main-header .logo-esus{
  display: none;
}

body.menu-opened .main-header::before{
  content: '';
  position: absolute;
  top: -10px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 20px);
  background-color: white;
  z-index: 9;
}

header h1{
  margin: 0;
  position: relative;
  z-index: 99999999999999999;
}

.header-title img{
  width: 130px;
}

.burger-btn{
  margin-top: 9px;
  background-color: var(--marron-1);
  border-radius: 2px;
  padding: 8.5px;
  justify-self: right;
  position: relative;
  z-index: 99999999999999999;
}

.burger-btn svg.opened{
  display: none;
}

body.menu-opened .burger-btn svg.opened{
  display: block;
}

body.menu-opened .burger-btn svg.closed{
  display: none;
}

.logo-esus{
  max-width: 50px;
  transform: rotate(-4deg);
}

.main-nav{
  position: fixed;
  background-color: white;
  top: 0;
  left:0;
  width: 100vw;
  height:  100vh;
  height: 100dvh;
  overflow: scroll;
  transform: translateY(-100%);
  /*transition: transform 0s cubic-bezier(0.075, 0.82, 0.165, 1);*/

  padding: var(--padding-body);
  padding-top:120px;
  padding-right: 0px;
}

body.menu-opened .main-nav{
  transform: translateY(0%);
}

.main-nav a{
  text-decoration: none;
}

.main-nav > ul{
  font-size: var(--fs-menu-title);
  font-weight: 400;
}

.main-nav > ul > li{
  border-bottom: solid .5px var(--marron-1);
}

.main-nav > ul > li{
  margin-bottom: 15px;
  padding-bottom:  15px;
}

.main-nav .sub-menu{
  padding: var(--padding-body);
  padding-top: 15px;
  padding-bottom: 0px;
  font-size: var(--fs-menu);
  font-weight: 200;
}

.main-nav .sub-menu li:not(:first-child){
  margin-top: 12px;
}

.main-nav .sub-menu li::before{
  content:'';
  width: 10px;
  height: 10px;
  background-color: var(--marron-8);
  border-radius: 100%;
  margin-right: 10px;
  display: inline-block;
}

.main-nav .sub-menu .sub-menu{
  font-size: var(--fs-menu-subtitle);
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-nav .sub-menu .sub-menu li::before{
  content:'';
  width: 5px;
  height: 5px;
  background-color: black;
  border-radius: 0%;
  margin-right: 10px;
  display: inline-block;
}

.network-btns{
  display: flex;
  align-items: center;
}

.network-btns a{
  display: block;
}

.linkedin-btn-menu{
  display: block;
  margin-left:  10px;
  height: 100%;
  line-height: 0;
}

@media only screen and (min-width: 1000px) {

  header{
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  header a:hover{
    color: inherit;
  }

  .main-nav{
    grid-row: 1 / 2;
    grid-column: 2 / 2;
    position: static;
    background-color: transparent;
    padding: var(--padding-body);
    display: grid;
    grid-template-columns: 1fr auto;
    width: auto;
    min-height: auto;
    padding-right: 0px;
    min-height:  auto;
    min-height: auto;
    height: auto;
    overflow: visible;
  }

  .main-nav > ul{
    display: flex;
    justify-content: center;
  }

  .main-nav > ul > li{
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border:none;
    position: relative;
    display: flex;
    align-items: center;
  }

  .main-nav > ul > li::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    width: 100%;
    height: 30px; /* zone tampon */
    background: transparent;
  }

  .main-nav > ul > li > a {
    position: relative;
    text-decoration: none;
    color: inherit;
  }
  
  .main-nav > ul > li > a::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: .5px; /* épaisseur du soulignement */
    background-color: currentColor; /* même couleur que le texte */
    transition: all 0.3s ease;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-50%);
  }
  
  .main-nav > ul > li > a:hover::after {
    width: 100%;
  }

  header .sub-menu{
    display: none;
    position: absolute;
    top: calc(100% + 20px);
    padding: 5px !important;
    left: 0;
    border: solid .5px black;
    border-radius: 9px;
    min-width: 100%;
    width: max-content;
  }

  .main-nav > ul li:hover > .sub-menu{
    display: block;
    background-color: white;
  }

  .main-nav .sub-menu li:not(:first-child){
    margin-top: 5px;
  }

  .main-nav > ul > li > .sub-menu > li{
    padding: 7px 10px 7px 10px;
    border-radius: 5px;
  }

  .main-nav > ul > li > .sub-menu > li:hover{
    background-color: var(--marron-1);
  }

  .main-nav > ul > li .sub-menu .sub-menu{
    border: solid .5px black;
    position: relative;
    margin-top: 6px;
    padding: 4px !important;
    background-color: white;
  }

  .main-nav > ul > li .sub-menu .sub-menu li{
    border-radius: 5px;
    padding: 4px 8px 4px 8px;
  }

  .main-nav > ul > li .sub-menu .sub-menu li:hover{
    background-color: var(--marron-1);
  }

  .network-btns{
    align-self: start;
  }

  .burger-btn{
    display: none;
  }

  .main-nav{
    transform: translate(0%, 0%);
  }
}

/**********************/
/****** MENU ********/
/*********************/

.burger-btn{
  width: 40px;
  height: 40px;
  position: relative;
  transition: opacity 1s ease-in-out 1s, color .8s linear;
}

.opened .burger-btn{
  
}

.main-nav{
  
}

.opened .main-nav{
 
}




@media only screen and (min-width: 1000px) {

}

/************************
/******* RETOURNER EN HAUT **/
/*****************************/

.go-up{
  position: fixed;
  right:10px;
  bottom:10px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 99999;
}

.go-up::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(3px);
  background-color: var(--bleu);
  border-radius: 100px;
  z-index: -1;
}

.go-up img{
  height:60%;
}

@media only screen and (min-width: 1000px){
  .go-up{
    right:30px;
    bottom:30px;
    width: 50px;
    height:50px;
  }
}

/************************
/****** SCROLL INDICATOR ***/
/*************************/

.scroll-indicator{
  position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    background-color: var(--dark-green); /* La couleur de la barre */
    z-index: 1000; /* S'assurer que la barre est visible */
    transition: width 0.25s ease-out;
}

/************************
/**** BODY ************/
/*********************/


main{
  
}

.has-text-align-right{
  text-align: left;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child{
  margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child{
  margin-bottom: 0;
}

h1{
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
}

h2{
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
}

h3{
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
}

h4{
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
}

h5{
  font-size: var(--fs-h5);
  line-height: var(--lh-h5);
}

h5{
  font-size: var(--fs-h6);
  line-height: var(--lh-h6);
}


.wp-block-quote{
  font-weight: 200;
}

.wp-block-cover{
  width: 100vw; /* Prend toute la largeur de l'écran */
  position: relative; /* Assure qu'elle s'étend correctement */
  left: 50%;
  transform: translateX(-50%);
}

.wp-block-cover p{
  max-width: initial;
}

@media only screen and (max-width: 780px){
  .wp-block-column:empty{
    display:none;
  }
}

@media only screen and (min-width: 1000px){
  main{
    
  }
}

@media only screen and (min-width: 1400px){
  
}

/***********************/
/**** BLOCKS **********/
/*********************/

/***********************/
/**** TABS ************/
/*********************/

.tab__title{
  font-weight: 400;
}

/***********************/
/**** PROJETS **********/
/*********************/



/***********************/
/**** FRONT PAGE ******/
/*********************/

.homepage__hero{
  min-height: calc(100vh - 110px);
  min-height: calc(100dvh - 110px);
  position: relative;
  margin-top: -40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "left" "title" "right";
  grid-template-rows: minmax(165px, auto) auto 1fr  ;
  row-gap: 60px;
}

.homepage__hero h2{
  font-family: 'Comic Neue', cursive;
  font-weight: 800;
  color: var(--marron) !important;
  text-align: center;
  font-size: 7vw;
  line-height: 1.75;
  z-index: 9;
}

.homepage__hero-pair{
  display: grid;
  grid-template-columns:  1fr 1fr;
  row-gap: 20px;
}
.homepage__hero-pair:nth-child(2){
  grid-area: left;
  align-self: stretch;
  justify-self: stretch;
  column-gap: 20px;
}
.homepage__hero-pair:nth-child(3){
  grid-area: right;
  align-self: stretch;
  justify-self: stretch;
  column-gap: 20px;
}

.homepage__hero-pair:nth-child(2) .homepage__hero-image:nth-child(1){
  align-self: end;
}

.homepage__hero-pair:nth-child(2) .homepage__hero-image:nth-child(2){
  align-self: start;
}

.homepage__hero-pair:nth-child(3) .homepage__hero-image:nth-child(1){
  align-self: start;
}

.homepage__hero-pair:nth-child(3) .homepage__hero-image:nth-child(2){
  align-self: end;
}

.homepage__hero-image{
  border-radius: 25px;
  border: solid 1px black;
  overflow: hidden;
  display: grid;
}

@media only screen and (min-width: 400px){

  .homepage__hero h2{
    font-size: 24px;
  }
}

@media only screen and (min-width: 1000px){
  .homepage__hero h2{
    font-size: 32px;
  }
  .homepage__hero-image{
    max-width: 200px;
    max-height: 200px;
  }
}

@media only screen and (min-width: 1100px){
  .homepage__hero h2{
    font-size: 36px;
  }
  .homepage__hero-image{
    max-width: 20vw;
    max-height: 20vw;
  }
}

@media only screen and (min-width: 1000px){
  .homepage__hero{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "left title right";
    margin-top:-40px;
    min-height: calc( 100vh - 150px);
    min-height: calc( 100dvh - 150px);
    grid-template-rows: 1fr;
  }
  .homepage__hero h2{
    grid-area: title;
    width: max-content;
    align-self: center;
    transform: translateY(-40px);
  }
  .homepage__hero-pair{
    display: grid;
    row-gap: 20px;
    grid-template-columns:  1fr;
    column-gap: 0px;
    justify-self: stretch !important;
  }
  .homepage__hero-pair:nth-child(2){
    grid-area: left;
    align-self: end;
  }
  .homepage__hero-pair:nth-child(3){
    grid-area: right;
    align-self: start;
  }
  .homepage__hero-image{
    position: static !important;
    margin:0 !important;
  }
  .homepage__hero-pair:nth-child(3) .homepage__hero-image:nth-child(2){
    justify-self: right;
  }
  .homepage__hero-pair:nth-child(2) .homepage__hero-image:nth-child(2){
    justify-self: right;
  }
}

/***********************
/**** FOOTER **********/
/*********************/

footer{
  position: relative;
  margin-top: 80px;
  display:grid;
  grid-template-columns:  1fr;
  row-gap: 20px;
}

.footer-title{
  text-align: center;
  margin-bottom: 40px;
}

.footer-title img{
  max-width:  150px;
  margin-bottom: 0px;
}

.footer-title .address{
  margin-bottom: 0px;
  font-size: var(--fs-footer-subtitle);
}

.footer-newsletter {
  margin-top: 2em;
}

.footer-newsletter h3 {
  text-transform: uppercase;
  font-size: var(--fs-footer-title);
  font-weight: 200;
  color:var(--noir);
  margin-bottom:8px;
}

.footer-newsletter p {
  margin-top: 0px;
}

.newsletter-form {
  display: flex;
  align-items: center;
  max-width: 350px;
  border: solid .5px var(--noir-8);
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.newsletter-form input[type="email"] {
  border: none;
  flex: 1;
  padding: 0.5em 1em;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin-right: 2.6rem;
}

.newsletter-form input[type="email"]:focus {
  border-color: none;
}

.newsletter-submit {
  border: none;
  width: 2.2em;
  height: 2.2em;
  margin-left: -2.2em; /* fait remonter le bouton à droite de l'input */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.newsletter-submit:hover {
  transform: scale(1.2);
}

.newsletter-submit svg {
  width: 1.3em;
  height: 1.3em;
}

footer a{
  text-decoration: none;
}

footer a:hover{
  color: inherit;
}

footer nav {
  margin-top: 40px;
}

footer nav.footer__menu-principal-1 > ul > li > a {
  text-transform: uppercase;
  font-size: var(--fs-footer-title);
  font-weight: 200;
}

footer nav.footer__menu-principal-1 ul li:not(:last-child){
  margin-bottom: 40px;
}

footer nav.footer__menu-principal-1 ul.sub-menu{
  margin-top: 8px !important;
}

footer nav.footer__menu-principal-1 ul.sub-menu li:not(:last-child){
  margin-bottom: 8px;
}

footer nav.footer__menu-principal-1 ul.sub-menu ul.sub-menu{
  margin-top: 6px !important;
}

footer nav.footer__menu-principal-1 ul.sub-menu ul.sub-menu li{
  padding-left: 6px;
  font-weight: 200;
  font-size: var(--fs-footer-subtitle);
}

footer nav.footer__menu-principal-1 ul.sub-menu ul.sub-menu li:not(:last-child){
  margin-bottom: 6px;
}

.footer__mentions-legales{
  color:var(--noir-5);
  margin-bottom: 20px;
  font-size: var(--fs-footer-title);
}

.footer__copyright{
  color: var(--noir-5);
}

@media only screen and (min-width: 800px){
  footer{
    display: grid;
    grid-template-columns:  1fr 1fr;
    grid-template-areas: "footer-title footer-newsletter" "footer__menu-principal-1 footer__menu-principal-1" "footer__mentions-legales footer__mentions-legales" "footer__copyright footer__copyright";
    gap:40px;
  }

  .footer-title{
    grid-area: footer-title;
    text-align: left;
  }

  .footer__menu-principal-1{
    grid-area: footer__menu-principal-1;
    margin-top: 0;
  }

  .footer__menu-principal-1 > ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    gap:40px;
  }

  footer nav.footer__menu-principal-1 ul li:not(:last-child){
    margin-bottom: 0px;
  }

  .footer-newsletter{
    grid-area: footer-newsletter;
    margin-top: 0;
  }

  .footer__mentions-legales{
    grid-area: footer__mentions-legales;
    margin-top: 0px;
    font-size: var(--fs-footer-subtitle);
  }
  .footer__mentions-legales > ul{
    display: flex;
  }

  .footer__mentions-legales > ul > li:not(:first-child){
    margin-left: 20px;
  }

  .footer__copyright{
    grid-area: footer__copyright;
    font-size: var(--fs-footer-subtitle);
  } 
}

@media only screen and (min-width: 1000px){
  footer{
    grid-template-columns:  1fr 2fr 1fr;
    grid-template-areas: "footer-title footer__menu-principal-1 footer-newsletter" ". footer__mentions-legales footer__copyright";
    gap:40px;
    row-gap: 80px;
  }
  .footer__menu-principal-1 > ul{
    row-gap: 80px;
  }
}


/***************/

#mwl-root{
  position: relative;
  z-index: 99999999999999999;
}

/***************/
/* recaptcha */
/***************/

.grecaptcha-badge{
  display: none;
}

/***************
/* COLORS */
/***************/

.has-blanc-color{
  color: var(--blanc);
}

.has-noir-color{
  color: var(--noir);
}

.has-noir-9-color{
  color: var(--noir-9); 
}

.has-noir-8-color{
  color: var(--noir-8); 
}

.has-noir-5-color{
  color: var(--noir-5); 
}

.has-marron-color{
  color: var(--marron); 
}

.has-marron-8-color{
  color: var(--marron-8); 
}

.has-marron-2-color{
  color: var(--marron-2); 
}

.has-marron-1-color{
  color: var(--marron-1); 
}

.has-bleu-color{
  color: var(--bleu); 
}

.has-blanc-background-color{
  background-color: var(--blanc);
}

.has-noir-background-color{
  background-color: var(--noir);
}

.has-noir-9-background-color{
  background-color: var(--noir-9); 
}

.has-noir-8-background-color{
  background-color: var(--noir-8); 
}

.has-noir-5-background-color{
  background-color: var(--noir-5); 
}

.has-marron-background-color{
  background-color: var(--marron); 
}

.has-marron-8-background-color{
  background-color: var(--marron-8); 
}

.has-marron-2-background-color{
  background-color: var(--marron-2); 
}

.has-marron-1-background-color{
  background-color: var(--marron-1); 
}

.has-bleu-background-color{
  background-color: var(--bleu); 
}

/***************************/
/****** CAROUSEL **********/
/***************************/

.swiper-wrapper{
  align-items: center;
}

.swiper-button-prev, .swiper-button-next{
  color: white;
  opacity: 1 !important;
  padding: 5px;
  border-radius: 100%;
  font-size: 80px !important; 
  height: auto !important;
  margin: 0 !important;
  top:50% !important;
  transform: translateY(-50%);
  width: auto !important;
}

.swiper-button-prev{
  left: 5px !important;
}

.swiper-button-next{
  right: 5px !important;
}


.wp-block-cb-carousel-v2 .cb-button-next::after, .wp-block-cb-carousel-v2 .cb-button-prev::after{
  font-size: 30px !important;
  color: white !important;
}

@media only screen and (min-width: 1000px){
  
  .wp-block-cb-carousel-v2 .cb-button-next::after, .wp-block-cb-carousel-v2 .cb-button-prev::after{
    font-size: 60px !important;
    color: var(--vertfonce) !important;
  }
}

/**********************/
/****** RANGEES ********/
/*********************/

.wp-block-group-is-layout-flex.is-horizontal {
  overflow: auto;           /* ou scroll si tu veux */
  
  /* Masquer la scrollbar sur Chrome, Safari et Opera */
  scrollbar-width: none;    /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.wp-block-group-is-layout-flex.is-horizontal::-webkit-scrollbar {
  display: none;            /* Chrome, Safari, Opera */
}

/**********************/
/****** NEWSLETTER *****/
/*********************/

.wp-block-group div.tnp-subscription, .wp-block-group form.tnp-subscription, .wp-block-group form.tnp-profile{
  margin:0;
}

/**********************/
/****** COOKIES YES *****/
/*********************/

[data-cky-tag="powered-by"], [data-cky-tag="detail-powered-by"]{
  display: none !important;
}