

@viewport {
    width: device-width;
}


.row_padlr {
	padding-left:0px!important;
	padding-right:5px!important;
}

.textContact {
	margin: 0 auto;
}


html {
  font-size: 1.1rem;
}

ul.liste li {
   margin-top: 1em;
}

ul.liste {
	padding: 0;
	list-style: none;
}

ul.liste li:before {
	content: "\2014 ";
}

ul.liste-light li:before {
	content: "\2022 ";
}

div.info-rect {
	background-color: #4a2c17;
	margin-top:1em;
	color: white;
	padding:15px;
	max-width: 1350px;
}

div.info-rect h4 {
	color: #c9a96e;
}

.citation {
	text-align: center;
	color: #8b6914;
	font-size: 1.3em;
	font-style: italic;
	margin: 0 1em;
}

.pad40 {
	margin-left:1%!important;
}


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

body {
	padding:0px;
	margin:0px;
	font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
	color:#333;
}


.bodyClass {
	padding:0px!important;
}

a {
	text-decoration:none;
	color:#000;
}

.pswp__caption__center {
	font-size: 20px!important;
	color:#ffffff!important;
	text-align: center!important;
}


/* Gallery grid */

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 12px;
	padding: 20px 0;
	max-width: 1400px;
	margin: 0 auto;
}

.gallery-grid .gallery-item {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	background: #000;
	overflow: hidden;
}

.gallery-grid a.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.gallery-grid a.gallery-item:hover img {
	transform: scale(1.04);
}

@media (max-width: 575.98px) {
	.gallery-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 4px;
	}
}

h2.page_title {
	color: #8b6914;
	font-weight: normal!important;
}

p.page_subtitle {
	font-size: 1.3em;
	color: #555;
}

h4.page_title {
	color: #8b6914;
}

p.image_comp_title {
	color: #8b6914;
	margin-bottom: 0px!important;
	font-size: 1.4em;
}

p.image_comp_subtitle {
	margin-bottom: 0px!important;
	font-size: 1.2em;
	font-weight: 500;
}

p.image_comp_desc {
	font-size: 1.2em;
}

p.intro-text {
	font-size: 1.2em;
	font-weight: 500;
}

/*Header*/
.logged-in #header{ margin-top:0px;}
#header {
	width:100%;
	display:inline-block;
	position:relative;
}


/*Main Title*/

.logo {
	float: left;
	width:100%;
}

.logo h1 {
    margin-top:1%;
    text-align: center;
}

.logo h1 a {
	display:block;
	text-align:center;
	text-decoration:none;
	outline: none;
}

.logo-img {
    max-height: 200px;
    width: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.first-letter {
  color: #8b6914;
}


.logo .title-desc {
	text-align:center;
	font-weight: 300;
	color: #8b6914;
	font-style: italic;
}

.link {
	color: #8b6914;
}

.link:hover {
	color: #c9a96e;
	text-decoration: none;
}


#content {
	text-align:center;
}


iframe.googlemap {
    border: 0;
    width: 100%;
	height: 350px;
	padding: 0% 7%;
	margin-bottom:5%
}


.video-wrapper {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0,0,0,0.25);
	border-radius: 4px;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


/* Sections */

.section-title {
	color: #8b6914;
	font-weight: 600;
}

.univers-block {
	margin-top: 1.5em;
}

.univers-img img {
	width: 100%;
	max-height: 250px;
	object-fit: cover;
}

.univers-title {
	color: #8b6914;
	margin-top: 0.8em;
	font-weight: 600;
}

.univers-subtitle {
	font-style: italic;
	color: #555;
}

.matiere-block {
	margin-top: 1.5em;
}

.img-matiere {
	max-height: 180px;
	object-fit: cover;
	width: 100%;
	margin-bottom: 0.5em;
}

.etape-block {
	margin-top: 1em;
}

.etape-title {
	color: #8b6914;
	font-weight: 600;
}

.portrait-img {
	max-height: 400px;
	object-fit: cover;
}


/* Buttons */

.btn-devis {
	display: inline-block;
	padding: 12px 25px;
	background-color: #8b6914;
	color: #fff!important;
	text-decoration: none;
	font-size: 1.1em;
	margin: 0 10px;
	transition: background-color 0.3s;
}

.btn-devis:hover {
	background-color: #6b5010;
	text-decoration: none;
}

.btn-galerie {
	display: inline-block;
	padding: 12px 25px;
	background-color: #4a2c17;
	color: #fff!important;
	text-decoration: none;
	font-size: 1.1em;
	margin: 0 10px;
	transition: background-color 0.3s;
}

.btn-galerie:hover {
	background-color: #444;
	text-decoration: none;
}

.btn-coulisses {
	display: inline-block;
	padding: 12px 25px;
	background-color: #6b4423;
	color: #fff!important;
	text-decoration: none;
	font-size: 1.1em;
	margin: 0 10px;
	transition: background-color 0.3s;
}

.btn-coulisses:hover {
	background-color: #4a2c17;
	text-decoration: none;
}


/* Nav */

button.navbar-toggler.d-md-none {
    font-size: 2rem;
}

a.navbar-brand.nav-center {
	font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	color: #4a2c17!important;
	margin-left:1%
}

 ul.nav {
    margin-right: 1%;
}

  ul.nav li {
	margin: 0px 10px;
    position: relative;
}


  ul.nav li > a {
    color: #000!important;
    display: inline-block;
	font-size:1.25em;
}


/*formulaire de contact*/
form {
  margin: 0 auto;
  width: 50%;
}

form div + div {
  margin-top: 0.5rem;
}

label {
  display: inline-block;
  width: 100%;
  text-align: left;
}

input, textarea {
  font-size: 1rem;
  font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #999;
}

input:focus, textarea:focus {
  border-color: #8b6914;
}

textarea {
  vertical-align: top;
  height: 5em;
}

input[type="submit"] {
	background-color: #8b6914;
	color: #fff;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 1.1em;
	margin-top: 1em;
	transition: background-color 0.3s;
}

input[type="submit"]:hover {
	background-color: #6b5010;
}


/* Nav animation desktop */

@media (min-width: 769px) {
	  ul.nav  li > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 0.1em;
		bottom: 0.5em;
		left: 0px;
		background: #4a2c17;
		visibility: hidden;
		border-radius: 5px;
		transform: scaleX(0);
		transition: .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	}
	 ul.nav  li > a:hover:before,
	 ul.nav  li > a:focus:before {
	  visibility: visible;
	  transform: scaleX(1);
	}
}


.index_main {
    margin-top: 2%;
	text-align: center;
}

.creaHolder {
	min-width:10em;
	padding: 0px 5px!important;
}

.creaHolder a.title {
	font-weight: normal;
    color: #8b6914;
}


div.social-links {
	max-width: 1350px;
	margin-left: 0%!important;
	justify-content: center;
}

div.social-links a {
	margin: 0 10px;
}

img.social-ico {
	height: 50px;
	opacity: 0.7;
	transition: opacity 0.3s;
}

img.social-ico:hover {
	opacity: 1;
}

#footer{
	max-width:1024px;
	text-align:center;
	margin: 0 auto;
}


/* Responsive */

@media (max-height: 699.98px) {
	.logo h1 {
		font-size: 4rem;
	}

	h2.title-desc {
		font-size: 1.5rem;
	}
}



@media (max-width: 1300px) {
  ul.nav  li {
	margin: 0px 0px;
    position: relative;
	}

	  html {
    font-size: 1rem;
  }
  .textContact {
	margin: 0 auto;
}
}


@media (max-width: 767.98px) {
  html {
    font-size: 0.95rem;
  }

   ul.nav  li > a {
	font-size:2.0em;
	}

 a.navbar-brand.nav-center {
	font-size:2rem;
	color: #4a2c17!important;
	margin:0 auto;
}

.textContact {
	margin: 0 auto;
}

form {
	width: 80%;
}

.btn-devis, .btn-galerie, .btn-coulisses {
	display: block;
	margin: 5px auto;
	text-align: center;
}

}



@media (max-width: 575.98px) {

	html {
		font-size: 0.85rem;
	}

	ul.nav  li > a {
		font-size:2.0em;
	}

	form {
		width: 90%;
	}
}



@media (min-width: 576px){
	.container {
	    max-width: 100%!important;
	}
}


/* ============================================================
   CUSTOM PHOTO SIZES — edit values below to resize manually
   ============================================================ */

/* --- Vanlife page --- */

/* Hero row (image + text) — matches the width of the .info-rect block below */
.vanlife-hero-row {
	max-width: 1350px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* Hero image (top of vanlife page) — square crop like the gallery */
.img-vanlife-hero {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
	background: #000;
}

/* "Le Cuir" material thumbnail */
.img-vanlife-cuir {
	max-width: 100%;
	max-height: 180px;
	width: auto;
	height: auto;
	object-fit: cover;
}

/* "Le Simili-cuir" material thumbnail */
.img-vanlife-simili {
	max-width: 100%;
	max-height: 180px;
	width: auto;
	height: auto;
	object-fit: cover;
}

/* "Le Tissu" material thumbnail */
.img-vanlife-tissu {
	max-width: 100%;
	max-height: 180px;
	width: auto;
	height: auto;
	object-fit: cover;
}


/* --- Auto & Moto page --- */

/* Moto section image */
.img-automoto-moto {
	max-width: 100%;
	max-height: 400px;
	width: auto;
	height: auto;
	object-fit: cover;
	display: block;
	margin-left: auto;
	margin-right: 0;
}

/* Auto section image */
.img-automoto-auto {
	max-width: 100%;
	max-height: 400px;
	width: auto;
	height: auto;
	object-fit: cover;
}


/* --- Galerie page --- */

/* Tile minimum width — controls how many columns appear.
   Lower = more/smaller tiles, higher = fewer/larger tiles. */
.gallery-grid {
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 12px;
}

/* Tile aspect ratio — "1 / 1" = square, "4 / 3" = landscape, "3 / 4" = portrait */
.gallery-grid .gallery-item {
	aspect-ratio: 1 / 1;
}

/* Mobile gallery (small screens) */
@media (max-width: 575.98px) {
	.gallery-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 4px;
	}
}
