header#header {
	
	position: sticky;
	top: 0;
	
}

.request-pricing {
	 background: black !important;
   padding: 0.2rem 1.4rem !important;
   color: white !important;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    /* Ton code CSS pour les smartphones en portrait ici */
    .request-pricing {
    	text-align: center;
    }
    
    
    #main-menu {
    	width: 100%;
    }
}



.webform_contact_button_submit, 
.webform_contact_button_submit:hover {
	background-color: #33A9AB;
	color: white;
	border: 1px solid white;
	width: 100%;
}


@media (min-width: 768px) {
	.navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
        height: 188px;
    }
}