/********************************************/
/*											*/
/*  			Feuille de style			*/
/*  	 Créée par : Joël Fréchette			*/
/*			  jfrechette@dgk.ca				*/
/*			pachooca@hotmail.com			*/
/* 	 		Date : 20 mars 2013				*/
/* 			  Copyright DGK 2013			*/
/*											*/
/*		--------------------------------	*/
/*											*/
/*	Toute modification à ce document se		*/
/*  doit d'être accompagnée d'un 			*/
/*	commentaire ou d'être rapportée au		*/
/*  créateur de la feuille de style			*/
/*											*/
/********************************************/

/* Font import */
@import url(fonts/roboto.css);
@import url(fonts/roboto-condensed.css);
body 				{font-family:'Roboto',Verdana, Arial, Helvetica, sans-serif;	font-size:1em;	color:#000000; line-height: 1; 	overflow-x:hidden;}

/* Titles */
h1					{font-size:45px; font-weight:300; font-family: 'Roboto', sans-serif; text-transform: uppercase;}
h2					{font-size:65.65px; font-weight:normal; font-family: 'Open Sans', sans-serif; padding: 15px 0;}
h3					{font-size:45px; font-weight:300; font-family: 'Roboto', sans-serif; text-transform: uppercase;}
h4					{font-size:35px; font-weight:bold; font-family: 'Roboto', sans-serif; text-transform: uppercase;}
h5					{font-size:25px; font-weight:bold; font-family: 'Roboto', sans-serif; text-transform: uppercase;}
h6 					{
	font-size: 20px;
	text-transform: uppercase;
	margin: 30px 0;
}

/* Link */
a	 				{color:#000000;}
a:hover 				{color:#0000FF;}

/* Boutons */
.button				{text-align: center; text-decoration: none; margin: 0 auto; height: 32px; min-width: 156px; display: inline-block;}
.button:hover 		{ -webkit-transition: background-color 300ms linear; -moz-transition: background-color 300ms linear; -o-transition: background-color 300ms linear; -ms-transition: background-color 300ms linear; transition: background-color 300ms linear;}
.button a 			{line-height: 32px; display: block; text-decoration: none; padding: 0 30px;}
.button a:hover 		{text-decoration: none;}
.button-white 			{background-color: #ffffff; color: #000000;}
.button-white a			{color: #000000;}
.button-white:hover 	{background-color: #e4e4e4;}
.button-white:hover a 	{color: #000000;}
.button-green			{border: 1px solid #00853e; border-radius: 30px;}
.button.bold		{
	font-size: 30px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	height: 51px;
}
.button.bold a {
	line-height: 51px;
}
.button-green a			{color: #00853e;}
.button-green:hover 	{background-color: #00853e;}
.button-green:hover a	{color: #ffffff;}
input.button-green		{-webkit-appearance:none; outline: none; border: none; width: auto;}

/* Couleur */
.red				{color:red;}
.yellow				{color:yellow;}
.blue				{color:blue;}
.grey				{color: #737373;}
.green				{color:#00853e;}
.black				{color: #000; }
.left {
	float: left;
}
.right 				{
	float: right;
}

.background-grey	{background-color: #e8e8e8;}
.background-white-grey {
	background-color: #f4f4f4;
}
.background-black 	{background-color: #000 !important; color: #fff;}
.background-white	{background-color: #fff;}
.background-transparent {
	background-color: #777;
	background-image: url('../../images/ours.png');
	background-size: cover;
	color: #fff;
}
.background-blackbear {
	background-color: #000;
	background-image: url('../../images/footer-bear.png');
	background-position: 62.5% 100%;
	background-repeat: no-repeat;
	color: #fff;
}

/* Jumbotrons */
.jumbotron					{ width: 100%; float:left; margin: 4em auto;}
.jumbotron p				{ margin: 1em 0;}
.jumbotron.text p 			{ font-size: 22px; font-weight: 300;}
.jumbotron.with-picture p 	{ font-size: 16px;}
.jumbotron p.big-text		{font-size: 22px;}

/* Breadcrumbs */
.breadcrumb 				{ padding: 8px 15px; margin-top: 5px; margin-bottom: 20px; list-style: none; border-radius: 4px;}
.breadcrumb>li.active 		{font-weight: 600;}
.breadcrumb a 				{ text-decoration: none;}
.breadcrumb a:hover 		{ color: #0b5142;}
.breadcrumb>li 				{ display: inline-block;}
.breadcrumb>li+li:before 	{ padding: 0 5px; color: #ccc; content: "/\00a0";}

/* Others, align, etc */
p					{ line-height:1.3em;}
.align-left			{ text-align:left;}
.align-right		{ text-align:right;}
.align-center		{ text-align:center;}
.align-justify		{ text-align:justify;}
.bold				{ font-weight: bold;}
ul.listing li		{ list-style:disc; margin:0.5em 1em;}
.no-margin			{ margin: 0 !important; }
.with-side-padding 	{padding-left: 60px; padding-right: 60px;}
.margin-top			{
	margin-top: 20px !important;
}
.margin-top-30 {
	margin-top: 30px;
}
.rangee {
	float: left;
}
.subjumbotronwidth {
	width: 97.5% !important;
}

/* Sidebar */
ul.sidebar {
	margin-top: 15px;
}

ul.sidebar li {
	background-color: #f6f6f6;
	font-size: 20px;
	font-weight: 300;
	float: left;
	display: block;
	width: 100%;
	
}

ul.sidebar li.active {
	background-color: #d3d3d3;
}

ul.sidebar li:hover {
	background-color: #b6b6b6;
	-webkit-transition: background-color 300ms linear; 
	-moz-transition: background-color 300ms linear; 
	-o-transition: background-color 300ms linear; 
	-ms-transition: background-color 300ms linear; 
	transition: background-color 300ms linear;
}

ul.sidebar li a {
	width: 100%;
	float: left;
	display: block;
	text-decoration: none;
	padding: 10px;
}

ul.sidebar li a:hover {
	color: #000;
}

.overlay {
	background:transparent; 
	position:relative; 
	width:100%;
	height:480px; /* your iframe height */
	top:480px;  /* your iframe height */
	margin-top:-480px;  /* your iframe height */
	z-index: 10;
}

.overlay_footer {
	background:transparent; 
	position:relative; 
	width:100%;
	height:180px; /* your iframe height */
	top:180px;  /* your iframe height */
	margin-top:-180px;  /* your iframe height */
	z-index: 10;
}

.videoWrapper {
	position: relative;
	padding-bottom: 51.91%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**********************************/
/* ENTÊTE
/**********************************/
#pull {
	display:none;
}
header .logo img#logo-horizontal {
	display: none;
}
header .logo img#logo-hover {
	visibility: hidden;
  	opacity: 0;
  	transition: visibility 0s, opacity 0.5s linear;
}
header .logo:hover img#logo-hover {
	visibility: visible;
  	opacity: 1;
	position: absolute;
	z-index: 999;
}
header							{font-family: 'Roboto Condensed', sans-serif; }
header .picture {
	width: 100%;
	background-image: url('../../images/bandeau-bearbox.jpg');
	background-size:cover;
	background-position: 50% 20%;
}

header .barre-langues {
	background-color: rgba(255,255,255,0.8);
	font-size: 16.5px;
	font-weight: bold;
	width: 100%;
	display: flex;
}

header .barre-langues a {
	float: right;
	text-decoration: none;
	padding: 5px 7.5px;
	margin: 5px;
}

header .barre-langues a:hover, header .barre-langues .active {
	background-color: #000;
	color:#fff;
}

header .logo img 				{position:absolute;
    left:0;
    right:0;
    top:0;
    margin:auto; background-color: #000;
    }
    
header .quote {
	height: 510px;
	width: 100%;
	display: table
}

header .quote-green {
    height: 350px;
    background-color: rgba(0, 132, 68, 0.48);
}

header .quote-small {
    height: 375px;
}

header .quote div {
	display: table-cell; 
	vertical-align: middle;
	text-align:left;
}

header .quote div p {
	float: left;
	display: inline-block;
	background-color: #000;
	font-size: 36px;
	padding: 10px;
	color:#fff;
	text-transform: uppercase;
	animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */
}
header .quote div p.secondline {
	background-color: initial;
	text-transform: initial;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
header .separator {
	height: 40px;
	background-color: #000;
	width: 100%;
}

header  nav 					{width: 100%;  background-color: rgba(0,0,0,0.7);   height: 91px; position: relative;}  
header  nav  ul					{width:100%;}
/* 1er niveau */
header  nav  ul  li				{float:left; white-space:nowrap; text-align:center; display: inline-block; margin:0 34px;  box-sizing:border-box; }
header  nav  ul  li  a			{cursor:pointer; display: inline-block; line-height:91px; height:91px; vertical-align: middle; text-decoration: none; color: #fff; text-transform: uppercase; font-size: 25px; font-weight: bold; padding: 0 20px}
header  nav  ul  li:hover a 	{text-decoration: none; color:#fff; background-color:#000; }
header  nav  ul  li  a:hover 	{text-decoration: none; color:#fff; background-color:#000; }
header nav ul li.right {
	float: right;
}

/* 2e niveau */

header nav ul ul 	{/*display: none;*/ position: absolute; z-index: 999; float: right;}

	header nav ul ul li 	{display: block; width: auto; position: relative; float: none; margin: 0;}

		header nav ul ul li a {
			height: 40px;
			line-height: 40px;
			display: block;
			background-color: #000;
			text-align: left;
			padding: 0 18px;
			width: 312px;
			font-size: 18px;
			font-weight: 300;
			text-transform: none;
		}

		header nav ul ul li:hover a {
			background-color: #00853e;
			-webkit-transition: background-color 300ms linear;
		    -moz-transition: background-color 300ms linear;
		    -o-transition: background-color 300ms linear;
		    -ms-transition: background-color 300ms linear;
		    transition: background-color 300ms linear;
		}

header nav ul li.mobnav-subarrow span.fa {display: none;}

/**********************************/
/* FOOTER
/**********************************/
.formulaire {
	display: table;
    margin: 0 auto;
}
footer			{ background-color:#000; color: #fff; float: left; width: 100%; font-size: 18px; }
footer label	{
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 20px;
}
footer a		{
	color:#fff;
	text-decoration: none;
}
footer a:hover {
	color:#d1d1d1;
}
footer ul, footer #googleMap {
	margin-top: 30px;
}
footer ul li {
	padding: 3px 0;
}

footer .norme {
	display: inline-block;
    margin: 0 auto;
}

footer .normes img {
	margin-right: 10px;
    width: 60px;
    float: left;
}
footer .norme label {
	font-size: 12px;
    float: left;
    vertical-align: middle;
    margin-top: 8px;
    display: table-cell;
    margin-right: 10px;
}

footer .small-text {
	font-size: 14px;
	line-height: 45px;
}

.map-marker-label{
        position: absolute;
    color: blue;
    font-size: 16px;
    font-weight: bold;
}

.scrollToTop{
	display: none;
    width: 45px;
    height: 45px;
    position: fixed;
    right: 100px;
    bottom: 30px;
    z-index: 9999;
    border-radius: 50px;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    border: 2px solid #9d9d9d;
    color: #9d9d9d;
}
.scrollToTop:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400!important;
    text-decoration: none!important;
    line-height: 1;
    top: 9px;
    left: 11px;
    font-size: 20px;
    position: absolute;
}
.scrollToTop:hover{
    color: #fff;
    background: #00853e;
    border: 2px solid #00853e;
}
.scrollToTop i.fa {
	height: 45px;
	text-align: center;
	font-size: 40px;
	width: 100%;
}

/* Icon 1 */

#nav-icon1 {
  width: 60px;
  height: 80px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 20px;
}

#nav-icon1 span:nth-child(2) {
  top: 35px;
}

#nav-icon1 span:nth-child(3) {
  top: 50px;
}

#nav-icon1.open span:nth-child(1) {
  top: 35px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -70px;
}

#nav-icon1.open span:nth-child(3) {
  top: 35px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}