/*
Theme Name: Base
Author: Olyos
Description: un thème développé par olyos
Version: 2023-11
Text Domain: olyos
Domain Path: /languages/

*/
/*--------------------------------------------------------------
	General
--------------------------------------------------------------*/
.main-container {
	background:#fff!important;
}
body {
	margin:0;
	padding:0;
	font-family Poppins, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

img {
  max-width: 100%;
  height: auto !important;
}
.wp-block-navigation-item {
padding: 0 5px!important;}

.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
	padding:10px;
	background: #f9f9f9;
	border:1px solid #e3e3e3;
}

.nf-form-content .nf-field-element .ninja-forms-field:not(select) {
    background: #f9f9f9;
	border:1px solid #e3e3e3;
}

.nf-next, .nf-previous, .nf-form-content .nf-field-container.submit-container .nf-field-element .ninja-forms-field {
    color: white;
    background: #0A92D2;
    border: none;
    padding: 15px 45px;
    border-radius: 3px;
    font-size: 13px;
}