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

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

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

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

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

.stickycontent {
	margin-top:120px;
}


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

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

@media only screen and (max-width: 768px) {
    .alignwide {
	margin: 10px;
}

	.stickycontent {
	margin-top:70px;
}
	.ultp-block-f4cb08 .ultp-mv-ham-icon {
    padding: 8px 0px 0px 0px;
}
}
