/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 02 2023 | 13:54:13 */
/* MAINTENANCE & ATTENTE */
.page-id-7 #header {
    display: none !important;
}
.page-id-7 #footer {
    display: none !important;
}
.page-id-7 a.tb_turn_on {
    display: none !important;
}

/* MASQUER L'EDIT SUR LE FRONTEND */
a.tb_turn_on, .post-edit-link, .edit-button {
    display: none !important;
}

/* CONTENT */

#content {
    padding: 0px !important;
}

/* HEADER */
.tbp_template, .tb_layout_part_wrap {
    z-index: 1000;
}

/* MENU */
/* Menu Header */
.themify_builder_content-86 .tb_1cjq40.module-menu .ui.nav li a {
    text-align: right !important;
	font-weight: 700 !important;
	padding: 0px 10px 0px 10px !important;
	margin: 0px 0px 0px 0px !important;
}
/* Menu principal */
.themify_builder_content-86 .tb_3cxl756.module-menu .ui.nav li a {
	font-weight: 700 !important;
	padding: 0px 30px 0px 0px !important;
	margin: 20px 14px 20px 14px !important
}
/* Menu footer */
.themify_builder_content-124 .tb_n3je911.module-menu .ui.nav li a {
	padding: 0px 10px 0px 0px !important;
	margin: 0px 5px 0px 5px !important
}
/* gestion des séparateurs menu header */
.themify_builder_content-86 .tb_1cjq40.module-menu .nav li:not(:last-child) a {
	border-right: 2px solid #c1a97e;
}
.themify_builder_content-86 .tb_1cjq40.module-menu .nav li:last-child a {
	padding-right: 0px !important;
}
.themify_builder_content-86 .tb_1cjq40.module-menu .nav li > ul a {
    border-right: 2px none transparent !important;
}
/* gestion des séparateurs menu principal */
.themify_builder_content-86 .tb_3cxl756.module-menu .nav li:not(:last-child) a {
	border-right: 2px solid #c1a97e;
}
.themify_builder_content-86 .tb_3cxl756.module-menu .nav li:last-child a {
}
.themify_builder_content-86 .tb_3cxl756.module-menu .nav li > ul a {
    border-right: 2px none transparent !important;
}
/* gestion des séparateurs menu footer */
.themify_builder_content-124 .tb_n3je911.module-menu .nav li:not(:last-child) a {
	border-right: 2px solid #c1a97e;
}
.themify_builder_content-124 .tb_n3je911.module-menu .nav li:last-child a {
}
.themify_builder_content-124 .tb_n3je911.module-menu .nav li > ul a {
    border-right: 2px none transparent !important;
}

/* SLIDER */

.module-pro-slider .sp-slide-text {
    margin-top: 5%;
}

/* FORMULAIRE CONTACT */
.page-id-193 .module .builder-contact-checkbox-field {
    margin: -15px 0px 0px 0px;
}
.page-id-193 textarea {
    height: 200px;
}
.page-id-193 .module.contact-style1 .control-label {
    margin: 15px 0px 5px 0px !important;
}
.field-gdpr {
	margin: -25px 0px 0px 0px !important;
}
.module-contact .contact-error, .module-contact .contact-success {
    margin: 20px 0px 10px 0px !important;
	border-radius: 0px;
}

/* FOOTER */
.logo-footer {
	text-align: left !important;
}
.bloc-contact-footer {
	width: 100px !important;
	max-width: 100px !important;
}
.column-foooter-contact-1 {
	width: 25px !important;
	max-width: 25px !important;
}
.column-foooter-contact-2{

}
.column-foooter-contact-3 {
	width: 25px !important;
	max-width: 25px !important;
}
.kitsuniko {
	text-align: right !important;
}

/* BOUTONS */
input[type=reset], input[type=submit], button {
    background-color: #8e7d5d;
	padding: 10px 20px 10px 20px;
    color: #fff;
	text-transform: uppercase;
    border-radius: 0px;
}
input[type=reset]:hover, input[type=submit]:hover, button:hover {
    background-color: #be1622;
}