body {   margin:0;  padding:0; background-color: #fff; font-family: sans-serif; font-size:100%; }

div {   display: block;     }

p {padding: 0;  margin: 0;  }

figure{margin: 0;}



/*********************************
GRID STYLES
*********************************/

.l-box { padding: 20px; }

.sl-box{padding: 0 12px 30px; }

.sxxs-box{padding: 2px; }

.sxxl-box{padding: 0 4px 30px; }

.pure-g{ padding:0; }








.homepage-wrap-div{display: block;
    max-width: 640px;
    margin: 0 auto;
    padding: 0px 0 20px; }







.default-page-breadcrumb-div{display: block; margin: 0;  }

.default-page-breadcrumb-div nav ol{padding: 10px 0;  margin: 0; }

.default-page-breadcrumb-div nav ol li{list-style: none; display: inline-block;}

.default-page-breadcrumb-div nav ol li a {text-decoration: none; color:#7d7d7d;
  font-family: 'Lato', sans-serif; font-weight: 400; font-size: 13px; padding: 0 2px 0 1px;  }

.default-page-breadcrumb-div nav ol li a span:hover{text-decoration: underline; color: #0047AB; }

.default-page-breadcrumb-div nav ol li {text-decoration: none; color: #0047AB;
  font-family: 'Lato', sans-serif; font-weight: 600; font-size: 13px; padding: 0 2px 0 1px; }

.default-page-breadcrumb-div nav ol span.icon-ariane{text-decoration: none; color: #7d7d7d;
    font-family: 'Montserrat'; font-weight: 600; font-size: 15px;  }






.default-page-link a{text-decoration:none; color: #0047AB; font-family: 'Lato', sans-serif; font-size:15px;  }


.default-page-link a:hover{text-decoration:underline;  }







/*********************************
DEBUT TABS
*********************************/

/* Container for the main tab buttons */
/* Main tab container */
.main-tabs {
  display: flex;
  justify-content: left;
  gap: 38px;
  padding-top: 20px;
  margin-bottom: 2px;
  /*border-bottom: 1px solid #ccc;*/
}

/* Button base */
.main-tablinks {
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 6px 28px 6px 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Remove default button focus styles */
.main-tablinks:focus {
  outline: none;
}

/* Style the H2 inside each button */
.main-tablinks h2 {
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #444;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
  border-bottom: 2px solid transparent;
}

/* Hover effect */
.main-tablinks:hover h2 {
  color: #000;
  border-bottom: 2px solid #999;
 
}

.main-tablinks.active h2 {
  color: #000;
  border-bottom: 2px solid #000;
}

/* Mobile responsiveness */
@media screen and (max-width: 600px) {
  .main-tabs {
    flex-direction: column;
    align-items: center;
  }

  .main-tablinks {
    width: 100%;
    text-align: center;
  }
}






.main-tabcontent {
  display: none;
}

.tab-container {
    max-width: 100%;
    margin: auto;
    padding-top: 20px;
    background: #fff;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.tabs {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.tablinks {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 4px 20px;
    transition: 0.3s;
    font-size: 13px;
    font-family: Lato, sans-serif;
    color: #222;
}

.tablinks:hover {
    background-color: #eaeaea;
}

.tablinks.active {
    background-color: #ddd;
}

.tabcontent {
    display: none;
    padding: 6px 0px;
    border-top: none;
}

/*********************************
FIN TABS
*********************************/





/*********************************
PAGE PHOTOGRAPHIES
*********************************/
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px 32px;
  gap: 100px;
  max-width: 1000px;
  margin: auto;
}

.text p{
  font-family: 'system-ui', 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
}


.text,
.image-block {
  flex: 1 1 400px; /* Même base pour largeur */
  max-width: 600px;
}

.image-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inner-image-content {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.nav-buttons {
  display: flex;
  gap: 9px;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}

.nav-buttons button {
  background: none;
  border: none;
  color: #111;
  font-family: 'system-ui', 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  padding: 1px 2px 1px 0px;
  text-decoration: none
}

.nav-buttons button:hover {
  color: #555;
}

.gallery {
  position: relative;
  width: 100%;
  text-align: center;
}

.slide {
  display: none;
  max-width: 100%;
  height: auto;
}

.slide.visible {
  display: block;
}

.pagination {
  font-family: 'system-ui', 'Roboto', sans-serif;
  font-size: 11px;
  text-align: left;
  margin-top: 0.5rem;
  color: #333;
}

.text .tab {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.text .tab button {
  border: none;
    outline: none;
    cursor: pointer;
    padding: 4px 20px;
    transition: 0.3s;
    font-size: 13px;
    float: left;
}

.text .tab button:hover {
  background-color: #ddd;
}

.text .tab button.active {
  background-color: #ddd;
}

.text .tabcontent {
  display: none;
}

.text .tabcontent.active {
  display: block;
}


.text a{font-family: Lato, sans-serif;
    color: #333;
    font-size: 14px;
    margin-left: 2px;
    list-style: none;
    text-decoration: underline;
}


.text a:hover {
    color: #787878;
}

/* Mobile */
@media (max-width: 768px) {
  .container{gap: 20px; padding: 16px 18px; }
}




.micro-fictions-text-div{display: block;
  max-width: 1000px;
  margin: 16px auto 12px; }

.micro-fictions-text-div h2{
  font-family: Lato, sans-serif;
  font-size: 17px;
  color: #222222;
  margin: 8px 0 6px;
}

.micro-fictions-text-div p{
  margin: 12px 0 8px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  color: #505050;
  font-weight: 400;
}

.micro-fictions-text-div p span{
  display: inline-block;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

/*********************************
DEBUT PAGE CONTACT
*********************************/


.contact-form {
    display: block;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.contact-form label{
    font-family: Lato, sans-serif;
    font-size: 14px;
}


.contact-form label img{
    height: 28px;
  }

.contact-form input, .contact-form textarea {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 5px 0 10px 0;
    font-family: Lato, sans-serif;
    font-size: 14px;
    border: 1px solid #69727d;
    border-radius: 5px;  
    -webkit-box-sizing: border-box;          
    -moz-box-sizing: border-box;          
    box-sizing: border-box;           
}

.contact-form input{ margin: 8px 0; }

.contact-form button{
    width: 100%;
    padding: 10px;
    background: #222;
    color: white;
    border: none;
    margin-top: 20px;
}

.message{
    text-align: center;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    background: #e7f3e7;
    color: #3c763d;
}

.error{
    text-align: center;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #f2dede;
    background: #f2dede;
    color: #a94442;
}


/*********************************
FIN PAGE CONTACT
*********************************/






/*********************************
DEBUT PAGE SITEMAP
*********************************/

.sitemap-list-div ul{ padding-left: 20px; margin: 10px 0 0;}
.sitemap-list-div ul li {list-style: none; text-decoration: none;}
.sitemap-list-div ul li a{
    display: inline-block; text-decoration: none; font-family: Lato, Sans-Serif; font-size:16px; color:#000; 
    padding: 2px 0;     }

.sitemap-list-div ul li a:hover{text-decoration: underline; color: #222;     }


/*********************************
FIN PAGE SITEMAP
*********************************/
















/*********************************
DEBUT PAGE BIO
*********************************/


.bio-head-img-div{display: block; width: 100%; padding: 10px 0 20px}

.bio-head-img-div img{display: block; margin: 0 auto;}

.biolist-div h2{font-family: 'Lato', sans-serif; font-size:17px; color: #222;   }

.biolist-div ul{padding-inline-start: 10px; }

.biolist-div ul li{font-family: Lato, sans-serif;
    color: #333;
    font-size: 14px;
    margin-left: 2px;
    list-style: none;
}
.biolist-div ul li span{font-family: Lato, sans-serif;
    color: #777;
    font-weight: bold;
    font-style: oblique;}

.biolist-div ul li a{font-family: Lato, sans-serif;
    color: #333;
    font-size: 14px;
    margin-left: 2px;
    list-style: none;
    text-decoration: underline;
}

.biolist-div ul li a:hover{
  color: #787878;
}

/*********************************
FIN PAGE BIO
*********************************/








/*********************************
DEBUT DEFAULT PAGE LAYOUT
*********************************/

.one_column_ctr{
  width: 100%;
  max-width: 760px;
  padding: 10px;
  display: block;
  margin: 0px  auto 0 ;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.works_slideshow_ctr{
  width: 100%;
  max-width: 860px;
  padding: 10px;
  display: block;
  margin: 10px  auto 0 ;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



.default-page-h1-div h1{margin: 0; padding: 0;
    font-family: Lato, sans-serif;;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #222;
}


.default-page-h2-div h2{margin: 0; padding: 0; font-family: Lato, sans-serif; font-size: 18px; color: #222; ;
font-weight: 700; }


.default-page-p-div{display: block;  width: 100%;   max-width: 740px; margin: 0 auto; 
}

.default-page-p-div p{font-size: 14px;
    font-family: Lato, sans-serif;
    color: #333;
    margin: 10px 0;
    text-align: justify;
}

.default-page-p-div-v2 p{font-size: 14px;
    font-family: Lato, sans-serif;
    color: #7a7a7a;
    margin: 10px 0;
    text-align: justify;
}


/*********************************
FIN DEFAULT PAGE LAYOUT
*********************************/






/*********************************
DEBUT WORKS TEASER
*********************************/

.works-menu-div{display: block; max-width:640px; margin:0 auto; padding:10px 0 20px; }

.works-menu-div a img{display: block; margin: 0 auto; }

.works-teaser-title{padding:10px 0 5px;  }

.works-teaser-title a{display: block;
  text-decoration: none; color: #707070;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: center;
  }

    

/*********************************
FIN WORKS TEASER
*********************************/









/*********************************
DEBUT NAV
*********************************/

.site-header {
  text-align: center;
  position: relative;
  padding-bottom: 4px;
}

/* Titre du site */
.site-title {text-align: center; margin: 36px 0 28px; }

.site-title a {
    color: #595959;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 2.8px;
    text-decoration: none;
}

.site-title a:hover {color: #000; }

/* Navigation */
.nav-menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0;
  margin: 0;
}

.nav-menu li a {
  display: block;
  text-decoration: none;
  font-family: "Lato", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #54595f;
  padding-top: 8px;
  padding-bottom: 8px;
}


.nav-menu li a:hover {
    color: #9e9e9e;
}

.nav-menu li a.active {color: #54595f; }



/* Burger (caché sur desktop) */
.burger-btn {
  display: none;
  font-size: 34px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: 24px;
}

/* Mobile */
@media (max-width: 768px) {
  .burger-btn {
    display: block; 
  }

  .nav-menu {
    display: none;
  }

  .nav-menu ul {
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
  }

  .nav-menu.show {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
/*********************************
FIN NAV
*********************************/






/*********************************
DEBUT FOOTER
*********************************/

.footer-fullwidth{width: 100%; display: block; padding-top: 20px;}

.footer-container-div{
  display: block;
  width: 100%;
  max-width: 760px;
  padding: 16px 0 60px;
  margin: 0 auto;
  border-top: 1px solid #d7d7d7;
}

.footer-div-p span{font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;  color: #3c4044; }

.footer-div-list{display: block; padding: 10px 0 12px; }

.footer-div-list ul{margin: 0; padding: 0; width: 94%;}

.footer-div-list ul li{display: inline-block;  list-style: none; margin-right: 20px; padding: 4px 0; }

.footer-div-list ul li 
.footer-div-list ul li a:hover{text-decoration: underline; }

.footer-div-copy p{font-family: 'Lato', sans-serif; font-size: 13px;
    letter-spacing: .25px;
    color: #7a7a7a;
  }

.footer-div-copy p a{text-decoration: none; 
  font-family: "Lato", Sans-serif; font-size: 13px; font-weight: 400; color: #7a7a7a; letter-spacing: .25px; 
  padding: 0 6px;
}

.footer-div-copy p a:hover{text-decoration: underline; }


.footer-container {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}

.instagram-link {
    color: #000;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;

}

.instagram-link i {
    font-size: 24px;
}

.instagram-link:hover {
    color: #e1306c;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-container a.instagram-link{display: inline-flex;
  width: 100%;
}
}





/*********************************
FIN FOOTER
*********************************/






/*********************************
DEBUT PAGE 404
*********************************/

.page-404-master-div{display:block; width: 92%; max-width: 800px; margin: 10% auto 0;  }

.page-404-inside-div{background-color: #fff; padding: 40px 30px ; }
.page-404-p-div p{font-family: Arial, helvetica, sans-serif; font-size: 16px; line-height: 21px; }

.page-404-p-div p a{text-decoration: none; background-color:#6DD400; color: #FFF; padding:0 6px; }
.page-404-p-div p a:hover{background-color:#000;  }


/*********************************
FIN PAGE 404
*********************************/






/*********************************
DEBUT CSS COOKIE
*********************************/

.cookie-consent {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #000;
    font-family: Lato, sans-serif;
    font-size: 15px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 20px;
    z-index: 1000;
    width: 90%;
    max-width: 300px;

}

.cookie-consent-content {
    justify-content: space-between;
    align-items: center;
}

.cookie-consent-content p {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 0 12px;
    color: #fff;

}

.cookie-consent-content button {
    display: block;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    padding: 6px 20px;
    margin: 12px 0;
    border: none;
    background-color: #ff0;
    color: #000;
    cursor: pointer;
}

.cookie-consent-content button#decline-cookies {
    background-color: #ff0;
}

.modify-consent {
    position: fixed;
    bottom: 18px;
    right: 18px;
    padding: 6px 20px;
    border: none;
    background-color: #eaeaea;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #111;
    cursor: pointer;
}

/* Mobile */
@media (max-width: 768px) {
  .modify-consent span{display: none; }


}



/*********************************
FIN CSS COOKIE
*********************************/




/*********************************
DEBUT SLIDESHOW CSS
*********************************/



.slideshow-container {
    position: relative;
    max-width: 1000px;
    height: 40vh;
    margin: auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding-top: 5%;
}


.slideshow-container2{ 
    position: relative;
    max-width: 840px;
    height: 70vh;
    margin: auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 4% 0;


 }






.mySlides {
    display: none;
    height: 100%;
    text-align:center;
}

img.responsive-img {
    height: 90%;
    width: auto;
    max-width: 90%;
    object-fit: contain;
}

img.responsive-img2{
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;

}



.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background: rgba(0,0,0,0.5);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

.numbertext {
    text-align: center;
    font-size: 14px;
    color: #333;
    padding-top: 10px;
}




/*********************************
FIN SLIDESHOW CSS
*********************************/





/*********************************
DEBUT STYLES MOBILE
*********************************/

@media screen and (max-width: 788px) {

  .footer-fullwidth{width: 90%; margin: 0 auto;    }

  .sl-box{padding: 0 8px 20px; box-sizing: border-box;  }


}


@media screen and (max-width: 568px) {

    .works-teaser-wrap{padding-bottom:16px;  }
  
}


/*********************************
FIN STYLES MOBILE
*********************************/



