/*
 Theme Name:   samoussto
 Author:       Obox Digital
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importation du style du thème parent */
@import url("../hello-elementor/style.css");

@font-face { font-family: Kenao; src: url(https://samoussto.fr/wp-content/themes/samoussto/fonts/Kenao.otf); font-weight: normal; }

body {
	overflow-x: hidden;
}

h1, h2, .titre-service h3 {
	font-family: Kenao !important;
}

#footer p a {
	color: #FFF;
}

#footer p a:hover {
	color: #FFF;
	text-decoration: underline;
}

#bot-footer p a {
	color: #000;
}

#bot-footer p a:hover {
	color: #FFF;
}

.frm_submit .frm_button_submit {
	text-transform: uppercase;
	font-weight: 500;
}

.frm_primary_label, .frm_form_field {
	font-family: 'Poppins', sans-serif !important;
	font-weight : 500 !important;
}

.page-404 {
    text-align: center;
    padding: 50px;
}
.page-404 h1 {
    font-size: 36px;
    color: #333;
}
.page-404 p {
    font-size: 18px;
    color: #666;
}
.search-404 {
    margin-top: 20px;
}

.error404 .site-description {
    display: none;
}

.error404 .site-logo{
    width: 60%;
}

.error404 .site-branding {
    display: flex;
    justify-content: center;
    flex-direction: row !important;
}

.titre-list {
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 8px !important;
}

.link-green {
	color: #949C87;
}

.link-green:hover {
	color: #949C87;
	text-decoration: underline;
}