/*
Theme Name: Erdre animation
Author: Noname
Description: un thème développé par Noname
Version: 2024-10
Text Domain: Noname
Domain Path: /languages/

*/
/*--------------------------------------------------------------
	General
--------------------------------------------------------------*/
:root {
  --color-primary: #141316;
  --color-primary-hover: #000;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6  {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}


a {
	text-decoration: none;
}
/*--------------------------------------------------------------
	Surcharge pour NinjaForm
--------------------------------------------------------------*/
#nf-form-1-cont {
	font-family: "Outfit", sans-serif;
}
/* Champs de formulaire */
.nf-field input[type="text"],
.nf-field input[type="email"],
.nf-field input[type="tel"],
.nf-field textarea,
.nf-field select {
    
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

/* Focus des champs */
.nf-field input:focus,
.nf-field textarea:focus,
.nf-field select:focus {
  border-color: var(--color-primary);
  outline: none;
}

/* Bouton Valider */
.nf-field input[type="button"],
.nf-field input[type="submit"] {
  background-color: var(--color-primary);
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Hover du bouton */
.nf-field input[type="button"]:hover,
.nf-field input[type="submit"]:hover {
  background-color: var(--color-primary-hover);
}

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

@media only screen and (max-width:1050px) {
}

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