/*
Theme Name: gloirealaloire
Author: Olyos
Description: un thème développé par David
Version: 2026
Text Domain: olyos
Domain Path: /languages/

*/
/*--------------------------------------------------------------
	Font URWClassico
--------------------------------------------------------------*/
    @font-face {
    font-family: 'URWClassico Regular';
    font-style: normal;
    font-weight: normal;
    src: local('URWClassico Regular'), url('fonts/URWClassico-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'URWClassico Italic';
    font-style: normal;
    font-weight: normal;
    src: local('URWClassico Italic'), url('fonts/URWClassico-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'URWClassico Bold';
    font-style: normal;
    font-weight: normal;
    src: local('URWClassico Bold'), url('fonts/URWClassico-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'URWClassico Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('URWClassico Bold Italic'), url('fonts/URWClassico-BoldItalic.woff') format('woff');
    }
/*--------------------------------------------------------------
	General
--------------------------------------------------------------*/

:root {
  --color-primary: #CF5D15;
  --color-primary-hover: #132331;
}

body {
  -webkit-font-smoothing: antialiased;
	margin: 0;
	font-family: 'URWClassico Regular', sans-serif!important;
}

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

/*--------------------------------------------------------------
	Menu

#ultp-header-template {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	box-sizing:border-box;
	z-index: 999;
    background: white;
}

.stickycontent {
	margin-top:120px;
}

--------------------------------------------------------------*/
/*--------------------------------------------------------------
	Surcharge pour NinjaForm
--------------------------------------------------------------*/

.nf-field-label .nf-label-span, .nf-field-label label {
    font-weight: 400!important;

}
/* 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);
}

#nf-field-18 {
font-family: 'URWClassico Regular', sans-serif !important;
	}
@media only screen 
   and (max-width : 768px) 
   and (max-height : 1280px) {
   .field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit], .field-wrap>div input[type=checkbox] {
    width: 100%!important;
}
}