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

*/
/*--------------------------------------------------------------
	Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: 'Skia Regular';
  src: url('fonts/Skia Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Soleil Regular';
  src: url('fonts/SoleilRegular.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

.ugb-heading__title {
  font-family: 'Skia Regular', sans-serif;
}

/*--------------------------------------------------------------
	General
--------------------------------------------------------------*/

:root {
  --color-primary: #FFD600;
  --color-primary-hover: #000;
}

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

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
--------------------------------------------------------------*/

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

.ninja-forms-field {
    border: 0px solid #e80000;
    background: #e6e7e8;
}

.nf-field input[type="text"], .nf-field input[type="email"], .nf-field input[type="tel"], .nf-field textarea, .nf-field select {
    border: 0px solid #ccc;
    border-radius: 0;
ease;
}
/*--------------------------------------------------------------
	Breadcrumb Rank Math
--------------------------------------------------------------*/
.rank-math-breadcrumb {
	font-size: 13px!important;
    line-height: 0!important;
}

.rank_math_breadcrumb .ultp-row-content .ultp-column-wrapper>* {
    max-width: 100%;
    margin: 3px 0 0 0;
} 

.home .breadhome {
  display: none !important;
}