


.montserrat-900 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

body {
    
    background: white;
	font-family: "Oswald", sans-serif;
}

.orange { 
  
  background-color: #ffac04  !important;
}
.navbar-toggler {
	
	background: black;
	color: white;
	
}

.oswald-900 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show { 
  
  
  color: black;
  
}

.navbar-nav a { color: black; }

h2 { width: 100%; text-align: center; margin-top: 3em; }
h3  { width: 100%; text-align: center; margin-bottom: 2em; }

.button, #contact_Envoyer {
  padding: 10px 15px;
  border: none;
  outline: none;
  background-color: #151515;
  color: #eee;
  border-radius: 7px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease-out;
  margin: auto;
  display: block;
  font-size: 1.1em;
  margin-bottom: 2em;
}

.button:hover, #contact_Envoyer:hover  {
  transform: translateY(-3px);
}

.button-span {
  color: #aaa;
}

a { text-decoration: none; color: white; }

#globalContainer {
		padding:0;
		margin: 0;
}

img { max-width: 100%; position: relative;}

.navbar-brand { margin: auto; padding-left: 2.4em;  }
.nav-item { margin-left: 2em; }
.navbar-brand img { max-height: 52px; }
.bg-body-tertiary { background-color: rgba(255, 255, 255, 0.7) !important;}


.presentation { 
  
font-size: 1em;
text-align: center ;
  
}

.vehicule { 
  

  width: 100%;
  text-align: center;
  font-size: 1.2em;
}

.vehicule p {
  
  padding: 1em;
  
}

.vehicule span { line-height: 1.3em; }

.nom { 
  
 
  width: 100%;
  display: block;
  font-size: 1.5em;
  line-height: 2.3em;
  
}

.surnom { 
  
  
  width: 100%;
  display: block;
  font-size: 3em;
  color: white;
  background: rgba(255, 255, 255, 0.3);
  
}

.annee { 
  
 
  width: 100%;
  font-size: 2em;
  display: block;
  color: white;
}

.type { 
  
  
  width: 100%;
  display: block;
  font-size: 1.3em;
}

.autonomie { 
  
  
  width: 100%;
  display: inline;
  font-size: 1em;
}


.places { 
  
 
  width: 100%;
  display: block;
  font-size: 1em;
}

.vehicule .particularite { 
  
 
  width: 100%;
  display: block;
  font-size: 1em;
  color: white;
  background: rgba(0, 0, 0, 0.35);
  line-height: 2.3em;
  margin: 0.5em auto;
}

.puissance { 
  

  width: 100%;
  display: block;
  font-size: 1em;
}

.prix { 
  

  width: 100%;
  display: block;
  font-size: 0.7em;
  margin-top: 1em;
}

.description {
 font-weight: 300;
 text-align: justify;

  
}

#eden { background: #f1c824;  margin-bottom: 2em; }
#eden .particularite { color:#f1c824; }

#Kirghiz { background: #ffac04; margin-bottom: 2em; }
#Kirghiz .particularite { color:#ffac04; }

#moke { background: #ff791a; margin-bottom: 2em;  }
#moke .particularite { color:#ff791a; }


.nuance { background: rgba(255, 255, 255, 0.496); }

.noPaddingL { padding-left: 0; }
.noPaddingR { padding-right: 0; }

.carousel { margin-bottom: 2em; }

.vehicule .card-body { background: transparent; border: none; padding: 0; }
.vehicule button.suite { margin: auto; display: block; background: black; border-color: white; margin-bottom: 1em; }
/*	body {
  font-family: 'Segoe UI', sans-serif;
  background: #f9f9f9;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
*/
form[name=contact] {
  
  padding: 40px;
  border-radius: 12px;
  
  max-width: 500px;
  width: 100%;
}

form[name=contact] h2 {
  margin-bottom: 20px;
  font-size: 28px;
  color: #333;
}

form[name=contact] .form-group {
  margin-bottom: 20px;
}

form[name=contact] label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

form[name=contact] input,
form[name=contact] textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s;
}

form[name=contact] input:focus,
form[name=contact] textarea:focus {
  border-color: #007bff;
  outline: none;
}

form[name=contact] textarea {
  min-height: 120px;
  resize: vertical;
}

form[name=contact] button {
  background: #007bff;
  color: white;
  border: none;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

form[name=contact] button:hover {
  background: #0056b3;
}

@media (max-width: 600px) {
  form[name=contact] {
	padding: 20px;
  }
}