/*
Theme Name: Soiree guinault
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.3.1764069522
Updated: 2025-11-25 12:18:42

*/

body {
	background: #19233c;
    //background-image: url("https://soireeguinault.wam-wam-wam.com/wp-content/uploads/sites/7/2025/11/soireeguinault.wam-wam-wam.com-groupe-192-grand-groupe-192-grand.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
main {margin-top: 0 !important;}
.nf-form-content {
    position: relative;
}
.nf-form-title {
	color: white;
}
.nf-form-content .nf-field-label label, .nf-form-content .nf-field-label span, .nf-form-content .nf-field-element label, .nf-form-content .nf-field-element span, legend {
    font-weight: 400 !important;
    color: #fff;
}
.nf-form-content .nf-field-element input[type="email"], .nf-form-content .nf-field-element input[type="tel"], .nf-form-content .nf-field-element input[type="text"], .nf-form-content .nf-field-element input[type="number"], .nf-form-content .nf-field-element textarea {
    color: #10164a;
    background-color: #fff !important;
    border: 1px solid #10164a;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    font-size: 1em;
    font-family: --default-font, sans-serif;
    height: 48px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
    padding: 10px 20px;
}
fieldset {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.nf-remove-fieldset {
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.nf-add-fieldset {
    color: #10164a;
    background-color: #fff;
    border: none !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px;
}
.nf-form-content .nf-field-element input[type="submit"] {
    font-weight: 500;
    color: #10164a;
    background-color: #fff;
    border: none !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    font-size: 1em;
    font-family: --default-font, sans-serif;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 1.6em;
    padding: 10px 20px;
}
.nf-form-fields-required {
    margin-bottom: 1.2em;
    color: white;
    font-size: 0.8em;
}
.ninja-forms-req-symbol {
    color: white;
}
.nf-form-content .submit-wrap .nf-field-element {
    text-align: center;
}
#nf-field-7-wrap input[type="radio"], #nf-field-8-wrap input[type="radio"],#nf-field-11-wrap input[type="radio"] {
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 1.5em;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 1.5em !important;
}
#nf-field-11-wrap input[type="radio"]:checked, #nf-field-7-wrap input[type="radio"]:checked, #nf-field-8-wrap input[type="radio"]:checked {
    background-color: #106692;
    -moz-box-shadow: inset 0 0 0 3px #fff;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    -o-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
}
.nf-response-msg {
	outline: none;
	p {
		color: white !important;
	}
}
