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

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

body {
  -webkit-font-smoothing: antialiased;
	margin: 0;
}

h2, h3  {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
	font-family: billionaire, sans-serif!important;
}

#nf-field-4, #nf-field-6 {
	padding: 15px 50px;
    background: #b01313;
    border: 0;
    border-radius: 5px;
    color: white;
}
/*--------------------------------------------------------------
	Menu
--------------------------------------------------------------*/

#ultp-header-template {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	box-sizing:border-box;
	z-index: 999;
    background: white;
}

.stickycontent {
	margin-top:100px;
}

/* Boutons Menu */
.devis a {
	background: orange;
    padding: 10px!important;
    border-radius: 50px;
}

.urgence a {
	background: black;
    height: 106px!important;
}