/* Reset CSS */
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;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    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;
}


body {
	font-family: 'Droid Sans', sans-serif;
	color:#666;
}

.col {
    margin-right:5px;
}
.col-block { 
    background:#fff;
    margin-right:5px;
    margin-bottom: 15px;
    padding: 5px 10px;
}
.col:last-child, .col-block:last-child { margin-right:0; } /* annule la marge pour la dernière div d'une ligne */

.col-centered {
    float: none;
    margin: 0 auto;
}

/***** Navigation ******/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li> a:hover { color:#a5c6cf; background:none; } /* 003c4a */
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li> a, .navbar-default .navbar-nav > li> a:focus { color:#fff; background:none; }
/* End navigation */


/***** Header ******/
/* End Header */

/***** Global ******/
p {
	font-size:16px;
	margin:15px 0;
}

h1, .h1 {
	font-size:28px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:60px;
	font-family: 'Palanquin', sans-serif;
	font-weight:500;
}
h2, .h2 {
	font-size:22px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Palanquin', sans-serif;
}

h3, .h3 {
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
}
h4, .h4 {
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
}
h5, .h5 {}
h6, .h6 {}

.col-1 { color:#003c4a; }
.col-2 { color:#999; }
.col-3 { color:#fff; }
.col-4 { color:#a5c6cf; }

.bg-1 { background:#fff; }
.bg-2 { background:url("../img/linen@2x.png") #f7f7f7; background-size:200px; }
.bg-3 { background:url("../img/bg-contacts@x2.png") #333; background-size:150px; }
.bg-4 { background:#003c4a; }

a:link, a:visited, a:focus { color:#003c4a; text-decoration:none; }
a:hover { color:#003c4a; text-decoration:underline; }

a[href^="tel:"]:before {
    margin-right: 0.5em;
}

nav ul li { font-size:18px; }

ul li {
	line-height:22px;
	font-size:16px;
}

.align-left { text-align:left; }
.align-right { text-align:right; }
.align-center { text-align:center; }

.fullsize { width:100%; }

.important { color:#ff0000; }
.highlight {}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:  flex;
}

/* Forms */
/* Success + Danger */
.has-error .form-control { border-color:#de7676; }
.bg-danger {
    border:solid 1px #de7676;
    border-radius:5px;
    padding:10px;
    color:#c62543;
    /*margin:10px 0;*/
    display:inline-block;
}
.bg-success {
    border:solid 1px #adda9b;
    border-radius:5px;
    padding:10px;
    color:#72b358;
    /*margin:10px 0;*/
    display:inline-block;
}
/* End Global */

/**** Content ****/
/**** End Content ***/