/*!
Theme Name: Laura Bailly v1.6
Theme URI: https://www.lauraBailly.com/
Author: Michel Ravey pour Laura Bailly 2026
Author URI: https://www.michelravey.com
Description: Thème wordpress sur mesure réalisé à l'atelier numérique en suivi de projet 2025-2026
Version: 1.6.0
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lauraBailly
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

lauraBailly is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* Adobe Fonts



Laca Pro Regular
font-family: "laca", sans-serif;
font-weight: 400;
font-style: normal;

Laca Pro Italic
font-family: "laca", sans-serif;
font-weight: 400;
font-style: italic;

Laca Pro Bold
font-family: "laca", sans-serif;
font-weight: 700;
font-style: normal;

Laca Pro Bold Italic
font-family: "laca", sans-serif;
font-weight: 700;
font-style: italic;




*/



body { margin:0; }
div {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:solid 0px #ccc;
}
.clear { clear:both; }

a {
	color: #000;
	transition:  all 0.2s ease-in;
	-webkit-transition:  all 0.2s ease-in;
	-moz-transition:  all 0.2s ease-in;
}
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }


#logo {
	position:absolute;
	left:25px;top:3px;
	font-family: 'Feroniapi-MediumItalic';
	font-size:50px;
	z-index:10000;
	cursor: pointer;
}
#logo::selection { background:transparent; }

#entete {
	position:fixed;
	width:66%;
	height:100px;
	
	padding:20px 50px;
	z-index: 1000;
	cursor: pointer;
	border:solid 0px red;
	align-items: center;
}
#entete img { width:100%;height:auto;max-width:450px; }
#menu {
	position:absolute;
	width:80%;height:80%;
	top:10%;left:10%;
	z-index:1000;
	border:solid 0px red;
}
#hamburger {
	position:fixed;
	display:none;
	top:0px;right:-500px;
	margin-top: 8px;
	border: solid 0px red;
	height:91px;width:67px;
	z-index: 2000;
	cursor: pointer;
	mix-blend-mode: multiply;
	/*
	background-image: url(imgs/hamburger-noir.svg);
	background-position: center center;
	background-size:contain;
	background-repeat: no-repeat;*/
}
#menu-close {
	position:fixed;
	display:none;
	top:0px;right:-500px;
	margin-top: 8px;
	border: solid 1px blue;
	height:91px;width:67px;
	z-index: 2000;
	cursor: pointer;
	background-image: url(imgs/close-noir.svg);
	background-position: center center;
	background-size:contain;
	background-repeat: no-repeat;
}

#menu-smartphone {
	position: fixed;
	top: 0;left: 0;
	width: 100%;height: 100%;
	background-color: #fff;
	z-index: 900;
	display: none;
	font-size: 48px;
	line-height: 1.4em;
	overflow: auto;
	padding: 150px 50px;
}

.pastille, .pastille-projet {
	position:fixed;z-index:1000;
}
.pastille-smartphone {
	position:relative;
	width:fit-content;
	-webkit-border-radius: 50px;
 	-moz-border-radius: 50px;
	border-radius: 50px;
	padding:0px 35px 0px 30px;
 	border:solid 3px #000;
 	font-family: "laca", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:28px;
 	background-color:#fff;
 	margin-top: 50px;
 	cursor: pointer;
}
.pastille-info {
	position:relative;
	width:fit-content;
	-webkit-border-radius: 50px;
 	-moz-border-radius: 50px;
	border-radius: 50px;
	padding:10px 60px 10px 30px;
 	border:solid 3px #000;
 	font-family: "laca", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:28px;
 	background-color:#fff;
}
#pastilles-projet {
	position:absolute;
	top:0;left:30%;
	width:70%;height:80px;
	
	z-index:2000;
	border:solid 0px red;
	
}
#pastilles-projet #menu-1 { 
	position:relative;
	width: 100%;height:100%; 
	
	display:flex;
	justify-content: space-evenly;
	flex-direction:row;
	padding-left:0;
	align-items:center;
	padding:0;margin:0;left:0;
}
.pastille-projet {
	position:relative;
	width:fit-content;
	-webkit-border-radius: 50px;
 	-moz-border-radius: 50px;
	border-radius: 50px;
	padding:2px 5px;
 	border:solid 1px #000;
 	font-family: "laca", sans-serif;
	font-weight: 400;
	font-style: normal;
 	font-size:15px;
 	background-color:#fff;
 	cursor: pointer;
 	
}
.pastille-projet:hover {
	background-color:#000;
	color:#fff;
}

.pastille #all { border-color: #7F1655; }

.pastille #atelier-exposition, 
.pastille-smartphone#atelier-exposition, 
.pastille-projet#atelier-exposition { border-color: #E2405D; }
.pastille #a-propos,
.pastille-smartphone#a-propos, 
.pastille-projet#a-propos { border-color: #D671AA; }
.pastille #jeu, 
.pastille-smartphone#jeu, 
.pastille-projet#jeu { border-color: #479C94; }
.pastille #illustration, 
.pastille-smartphone#illustration, 
.pastille-projet#illustration { border-color: #E35433; }
.pastille #edition, 
.pastille-smartphone#edition, 
.pastille-projet#edition { border-color: #8087FF; }
.pastille #outil-pedagogique, 
.pastille-smartphone#outil-pedagogique, 
.pastille-projet#outil-pedagogique { border-color: #868126; }
#fiche-col-pastille { position:absolute;max-width:100%; }
.pastille-titre {
	line-height:1.15em;
	border: solid 0px #000;
}
#fiche-col2 #fiche-description {
	margin-top:120px;
}

.pastille-categories {
	line-height:1.15em;
	border: solid 2px #000;
	font-family: "laca", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:15px;
	position:relative;width:fit-content;
	padding:2px 4px;
	margin-bottom:5px;
}
/*
.pastille-info:hover {
	
	background-color:#000;
	color:#fff;
}
*/
.pastille-clic {
	position: absolute;
	width: 30px;height: 100%;
	right: 20px;top: 0;
	padding: 0 10px;
	border: solid 0px red;
	display: flex;align-items: center;
	cursor: pointer;
}







#grille {
	position:relative;
	width:100%;
	min-height:500px;
	top:100vh;
	border-top:solid 0px #000;
	padding-bottom: 60px;
	
}
.grille-projets { top:100px; }

/* ----------------------------------------- 


ACCUEIL / SCULPTURES GRILLE MASONRY
marges rythmées aléatoires - juin 2020


----------------------------------------- */

/* PLUS GRAND ECRAN */
.case, .case-unit { 
	position:relative;
	height:auto;
	cursor:pointer;
	float:left;
	width:25%;padding:0% 2% 2% 2%;
	border:solid 0px red;
}
.case img, .case-unit img { width:100%; }
.case-vignette { width:100%; }
.case-titre {
	position:absolute;top;0;left:0;
	width:100%;height:100%;
	display:flex;justify-content:center;align-items:center;
	background-color:white;
	font-family: "laca", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:20px;
	opacity:0;
}
.projet {
	position:relative;
	float:left;
	width:33.33%;
	padding:60px 0;
	text-align:center;
	border:solid 1px #000;
	margin-bottom:-1px;
	margin-right:-1px;
	background-color: #fff;
}
.projet-img {
	position:relative;
	margin:0 auto;

	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
	margin-bottom:20px;

	cursor: pointer;
}
.projet-texte {
	position:absolute;
	bottom:-70px;
	height: 60px;width: 100%;
	border: solid 0px red;
	font-family: 'Poppins-Regular';
	font-size:24px;
	line-height: 1.2em;
}











#contenu {
	position:relative;
	width:100%;
	min-height:500px;
	top:100px;
	border-top:solid 0px #000;
	padding:50px;
	padding-right: 30%;
	font-family: "laca", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
}

#contenu-texte {
	max-width: 1000px;
}

#titre {
	font-family: 'Feroniapi-MediumItalic';
	font-size:28px;
	margin-bottom:25px;
}

.lightItalic { font-family: 'Poppins-LightItalic'; }
.bold { font-family: 'Poppins-Bold'; }



/* DIAPORAMA - SWIPER JS  */
.swiper-container {
  width: 100%;max-width: 1000px;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide {
  /*
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
  */
}
.swiper-slide img {
	width:100%;
}
/*
#slide1 { background-image:url(imgs/Aitutaki-Cook-Islands.jpg); }
#slide2 { background-image:url(imgs/Anaura-Bay-Gisborne-New-Zealand.jpg); }
#slide3 { background-image:url(imgs/Lost_in_Paradise.jpg); }
#slide4 { background-image:url(imgs/Secret_Getaway.jpg); }
#slide5 { background-image:url(imgs/Taino_Beach-Bahamas.jpg); }
#slide6 { background-image:url(imgs/Tropical_Island-Maldives.jpg); }
*/



#galerie {
  position:relative;width:100%;
  height:auto;
  margin-top:50px;
	border-top:solid 1px #000;
	padding:50px;
	padding-right: 30%;
}

#contenu-galerie {
	max-width: 1000px;
	font-family: 'Poppins-Light';
	font-size:14px;
	color: #999;
}


.vertical {
	width: 100%;

}




/* - - - - - - - - - - - - - - 

Bande horizontale

- - - - - - - - - - - - - - */
.projet-galerie {
	position: relative;
	margin-top: 50px;
	width: 100%;
	
	background-color:#fff;
	padding: 50px;
	height: 620px;
	overflow: hidden;
	border-top:solid 1px #000;
}

.owl-carousel .item {
    height: 540px;
    padding-right: 10px;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
	.owl-carousel .item { height: 500px; }
	
}
@media screen and (min-width: 761px) and (max-width: 1024px) {
	.owl-carousel .item { height: 430px; }
	
}
@media screen and (max-width: 760px) {
	.owl-carousel .item { height: 600px; }
	
}
.item img { height:100%; }
.owl-stage { margin-bottom:25px; }
.owl-dots { margin-top:0px; }
#owl-legend {
	position: relative;width: 100%;height: auto;top:-33px;
	padding: 20px 0;
	border: solid 0px orange;
	/*font-family: 'Proxima Nova Rg';*/
	font-family: 'Poppins-Light';
	font-size:14px;
	color: #999;
	line-height: 1.3em;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}
#owl-legend:hover { color: #385277; }
.owl-legend {
	padding: 0px 0;
	line-height: 1.3em;
	font-family: 'Poppins-Light';
	font-size:14px;
	color: #999;
}
.projet-galerie-resp { 
		display:none;
		padding:50px 0;width:100%;
		margin-top: 50px;
		border-top: solid 1px #000;
	 }
.projet-galerie-resp .item {
	margin-bottom:30px;width:100%;
}
.projet-galerie-resp .item img { max-width:100%; }




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

FICHE - Manon Thedrez

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


#fiche { position:relative;margin:0 auto;width:calc(100% - 80px);top:100px;padding-top:35px;padding-bottom:50px;z-index:500; }


#fiche-col1 {
	position:relative;
	width:65%;
	margin-left:4%;
	float:left;
	padding-bottom:50px;
}
#fiche-video { width:100%; }
#fiche-video iframe, #fiche-video video { width:100%; }

#fiche-featured {
	width:100%;
	display:flex;
	justify-content: center;
}
#fiche-featured img {
	width:98%;
	padding: 0 1%;
}

#fiche-description {
	max-width:500px;
	/* text-align:  justify;
	text-justify:  inter-word; */
}

.vignette, .vignette-unit { 
	position:relative;
	height:auto;
	cursor:pointer;
	float:left;
	width:50%;
	padding: 10px 1%;
}
.vignette img, .vignette-unit img { width:100%; }

#fiche-col0 { 
	position:relative;
	display:none; 
	font-size:18px;
	font-family: 'ScalaSansPro-Light';
	padding-bottom:50px;
}
#fiche-col2  {
	
	width:30%;
	
	font-size:18px;
	font-family: 'ScalaSansPro-Light';
	padding-bottom:50px;
}
.fiche-col2-start {
	position:relative;
	float:left;
}
.fiche-col2-scroll {
	position:fixed;
	right:32px;
	top:100px;
}

#fiche-description {
	font-family: "laca", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:17px;
}
#fiche-categories {
	position:relative;
	width:fit-content;	
	
}
.fiche-categorie {
	position:relative;
	/* font-family: 'ScalaSansPro-Black'; */
	font-family: "laca", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:15px;
	
	
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
}
#fiche-titre {
	position:relative;
	/* font-family: 'ScalaSansPro-Black'; */
	font-family: 'Museo900-Regular';
	font-size:32px;
	margin-bottom:50px;
}
.fiche-exergue {
	font-family: 'ScalaSansPro-Bold';
}
.clear { clear:both; }







#pied {
	position:fixed;
	width:100%;
	height:60px;
	top:calc(100% - 60px);
	background-color:#fff;
	border-top:solid 1px #000;
	padding-right:50px;
	text-align:right;
	display:flex;
	justify-content: flex-end;
	align-items:center;
	font-family: 'Poppins-Regular';
	text-transform: uppercase;
	font-size: 16px;
}
#pied div { margin-left:30px; }

#pied2 {
	position:relative;
	width:100%;
	height:60px;
	background-color:#fff;
	border-top:solid 1px #000;
	margin-top: 50px;
	padding-right:50px;
	text-align:right;
	display:flex;
	justify-content: flex-end;
	align-items:center;
	font-family: 'Poppins-Regular';
	text-transform: uppercase;
	font-size: 16px;
}
#pied2 div { margin-left:30px; }


