/* -------------------------------------------------------------
Specific styles for this site.
------------------------------------------------------------- */
/* 
html {
}


html, body, button, input, select, textarea {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;	
}

body {
}
*/

h1, h2, h3, h4, h5, h6, .w3-slim, .w3-wide {
	font-family: "Segoe UI", Arial, sans-serif
}

h1 {
	font-size: 30px;
	color: #054850;
	border: #05555e 4px solid;
	padding: 6px 6px 6px 6px;
}

h2 {
	font-size: 24px;
	color: #054850;
	border: #05555e 1px solid;
	padding: 8px 8px 8px 16px;
}

h3 {
	font-size: 20px;
	color: #054850;
	border: #05555e 1px solid;
	padding: 6px 6px 6px 6px;
}

h4 {
	font-size: 18px;
	color: #054850;
}

h5 {
	font-size: 16px;
	color: #054850;
}

h6 {
	font-size: 14px;
	color: #054850;
}


a {
	color: #0e348d;
}

a:hover {
	color: #071e54;
	text-decoration: underline;
	background: rgba(0, 0, 0, .025);
}

::-moz-selection {
	background: #054850;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #054850;
	color: #fff;
	text-shadow: none;
}

p {
}

p:last-child {
}

a:visited {
}

a:active, a:focus {
}

/* -------------------------------------------------------------
======	Tables
------------------------------------------------------------- */

#id_table_tarif_presta_sur_mesure {
	margin-left: 1em;
	margin-right: 1em;
	width: 95%;
}
.w3-table td, .w3-table-all th {
    border: 1px solid #ddd;
    padding: 12px;
}

.w3-table th {
    background-color: #ddd;
    color: #054850;
}

.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
	vertical-align: middle;
}

/* -------------------------------------------------------------
======	MISC
------------------------------------------------------------- */
.hidden {
}

.w3-btn, .w3-btn-block, .w3-button {
	color: #fff;
	background-color: #1c6163;
}

/* -------------------------------------------------------------
======	Navbar template
------------------------------------------------------------- */
#top_banner_showplace {
	height: 2.4em;
}

#top_menu_horiz {
	height: 2.2em;
	padding-top: 18px;
	padding-bottom: 2px;
}

#top_gen_banner_container .w3-hover-theme-d3:hover {
	color: #fff !important;
	background-color: #054850;
}
#top_gen_banner_container .w3-button:hover {
	color: #fff !important;
	background-color: #054850 !important;
}

#top_banner_showplace_citation {
	font-size: 0.9em;
}

#navMenuSmallScreens .w3-hover-theme-d3:hover {
	color: #fff !important;
	background-color: #054850;
}
#navMenuSmallScreens .w3-button:hover {
	color: #fff !important;
	background-color: #054850 !important;
}
#navMenuSmallScreens .w3-button {
	color: #fff !important;
	background-color: inherit;
}

.logo_cell {
	padding-top: 2px;
}

#top_gen_banner_container #top_menu_home_anchor {
	padding: 13px 5px 2px 18px;
	border-bottom: none;
}


/* For the medium size specific designs */
@media ( min-width :993px) {
	#top_menu_horiz {
		height: auto;
	}
}

/* For the medium size specific designs */
@media ( max-width :992px) and (min-width:601px) {
	#top_menu_horiz {
		height: auto;
	}
	#top_menu_horiz .w3-bar-item {
		padding: 4px 6px 1px 6px;  
	}
}


/* For the small size specific designs */
@media ( max-width :600px) {
	#top_menu_horiz {
		height: auto;
	}
}


/* -------------------------------------------------------------
/* -- Specifique, a moi moi moi... 
------------------------------------------------------------- */
.sty_p_citation_titre {
}

.sty_p_citation {
	font-style: italic;
}

.sty_p_citation_titre {
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	background-color: #6F8CAA;
	color: #000000;
	border: #3F597A 2px solid;
}

.sty_w_exergue_light {
	font-weight: bold;
}

.sty_w_exergue_bright {
	font-weight: bold;
	color: #662d7d; 
}

.sty_icon_colors_standard {
    background: #662d7d;
}



/* -------------------------------------------------------------
======	END
------------------------------------------------------------- */