/*
    Created on : 2018-02-19, 16:22:40
    Author     : Alexandre Perron
*/

h1 {
	line-height: 1;
	font-size: 1.4rem;
	font-weight: 500;
	font-family: 'Quicksand', sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	color: #fff;
}

h2 {
	margin-top: 1rem;
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	color: #2e6492;
}

p {
	text-align: justify;
}

.bottom-shadow {
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
}

.inline-block {
	display: inline-block;
}

.circle {
	vertical-align: middle;
	border-radius: 50%;
	width: 10rem;
	height: 10rem;
	line-height: 10rem;
	text-align: center;
}

.circle.small {
	margin-top: -.5rem;
	margin-right: .5rem;
	margin-left: -3rem;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
}

.circle.small i {
	line-height: 2.5rem;
	font-size: 1.5rem;
}

.circle i {
	line-height: 10rem;
	font-size: 6rem;
}

nav {
	position: fixed;
	z-index: 8;
	top: 0;
	width: 100%;
}

nav ul, nav li {
	display: inline-block;
}

nav a {
	display: inline-block;
	background-color: #043d5b;
	padding: 0 1rem;
	line-height: 3.2rem;
	font-size: .9rem;
	font-weight: 600;
	color: #fff;
}

nav li:first-child a {
	border-radius: 1.6rem 0 0 1.6rem;
}

nav li:last-child a {
	border-radius: 0 1.6rem 1.6rem 0;
}

nav .dplu5-container {
	position: relative;
}

nav .hamburger {
	background-color: #043d5b;
	width: 100%;
	height: 40px;
	cursor: pointer;
}

nav .hamburger span {
	font-size: 28px;
	color: #fff;
	line-height: 40px;
}

nav .hamburger span.fa {
	font-size: 28px;
}

header {
	position: relative;
	z-index: 7;
	padding-top: 4.7rem;
	background-color: #2e6492;
}

header .logo {
	display: inline-block;
	width: 22rem;
}

header p {
	display: inline-block;
	color: #b6cddf;
}

section#carousel1 {
	position: relative;
	z-index: 6;
	overflow: hidden;
}

section#expertise {
	position: relative;
	z-index: 5;
}

section#carousel2 {
	position: relative;
	z-index: 4;
	overflow: hidden;
}

section.carousel button {
	font-size: 2.5rem;
	border: none;
	background-color: transparent;
	position: absolute;
	width: 34px;
	height: 54px;
	line-height: 54px;
	top: 50%;
	z-index: 98;
	color: rgba(255,255,255,0.9);
}

section.carousel .slick-next {
	right: 10px;
}

section#services {
	position: relative;
	z-index: 3;
}

section#contact {
	position: relative;
	z-index: 2;
	background-color: #678ead;
}

section#contact h1 {
	color: #fff;
}

section#contact p,
section#contact span {
	color: #043d5b;
}

section#contact .circle {
	background-color: #b9cada;
	color: #2e6492;
}

section#contact .inline-block {
	min-width: 205px;
}

section#contact .bulletList {
	list-style: disc;
	list-style-position: outside;
	padding-left: 1rem;
	color: #043d5b;;
}

section#contact .bulletList li {
	font-size: 1rem;
}

footer {
	position: relative;
	z-index: 1;
	background-color: #043d5b;
	color: #b9cada;
}

footer span {
	line-height: 1;
	text-transform: uppercase;
	font-size: 12px;
}

footer img.dp-sig {
	line-height: 1;
	margin-bottom: -3px;
	margin-left: .25rem;
	opacity: .75;
}

input, textarea {
	border: 1px solid #043d5b;
	border-radius: 2px;
	width: 100%;
	padding: 10px 15px;
}

button {
	border-radius: 2px;
	background-color: #043d5b;
	padding: 10px 15px;
	line-height: 1;
	color: #fff;
}

textarea {
	min-height: 10rem;
}

.app-o-alert {
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	padding: 1.5rem;
}

.app-o-alert-error {
	border-color: #ebccd1;
	background-color: #f2dede;
	color: #a94442;
}

.app-o-alert-success {
	border-color: #d6e9c6;
	background-color: #dff0d8;
	color: #3c763d;
}

.dplu5-msg {
	color: #a94442;
}

header .dplu5-container {
	position: relative;
}

.homelink {
	position: absolute;
	z-index: 10;
	top: -4rem;
	right: .75rem;
	background-image: url(../media/img/home.png);
	padding-left: 1.75rem;
	padding-top: .3rem;
	background-color: transparent;
	background-position: 0 0;
	background-size: contain;
	border-radius: 0;
	line-height: .8;
	color: #fff;
}