/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.fixed-contact {
	display: flex;
	gap: 5px;
	background-color: white;
}
.fixed-contact div { 
	width: 50%;
	background-color: #D5001C;
	padding: 10px 0px;
	text-align: center;
}

.menu-prospect-data {
	width: 95%;
	margin: 10px auto;
	font-size: 14px;
}

.menu-prospect-data span {
	display: block;
	margin-bottom: 10px;
}

.menu-prospect-data span:nth-child(2) { font-weight: bold; }

.menu-prospect-data span:nth-child(3) a { color: #2379B7; text-decoration: underline; cursor: pointer; font-size: 14px; padding: 0px;}
.menu-prospect-data span:nth-child(4) a { color: black; text-decoration: underline; cursor: pointer; font-size: 14px; padding: 0px;}

#welcomeModal .modal-body p { color: black; }

#welcomeModal .modal-header button span {
	width: 20px;
	height: 20px;
	background-color: #EAEAEA;
	padding: 6px 15px 9px 14px;
	border-radius: 50%;
}

#link1 #btn1 { color: #B5B4B9 !important; -webkit-text-stroke: 0px !important; }
#link2 #btn2 { color: #B5B4B9 !important; -webkit-text-stroke: 0px !important; }
#link3 #btn3 { color: #B5B4B9 !important; -webkit-text-stroke: 0px !important; }
#link4 #btn4 { color: #B5B4B9 !important; -webkit-text-stroke: 0px !important; }
#link5 #btn5 { color: #B5B4B9 !important; -webkit-text-stroke: 0px !important; }

#link1 #btn1 span { font-size: 24px; }
#link2 #btn2 span { font-size: 24px; }
#link3 #btn3 span { font-size: 24px; }
#link4 #btn4 span { font-size: 24px; }
#link5 #btn5 span { font-size: 24px; }

#link1 #btn1.active { color: black !important; -webkit-text-stroke: 0px !important; }
#link2 #btn2.active { color: black !important; -webkit-text-stroke: 0px !important; }
#link3 #btn3.active { color: black !important; -webkit-text-stroke: 0px !important; }
#link4 #btn4.active { color: black !important; -webkit-text-stroke: 0px !important; }
#link5 #btn5.active { color: black !important; -webkit-text-stroke: 0px !important; }

@media only screen  and (max-width: 768px) {
	#link1 #btn1 span { font-size: 18px; }
	#link2 #btn2 span { font-size: 18px; }
	#link3 #btn3 span { font-size: 18px; }
	#link4 #btn4 span { font-size: 18px; }
	#link5 #btn5 span { font-size: 18px; }
}