@charset "utf-8";
/* CSS Document */
:root {
	--pr_blue: #3C7DC2;
	--pr_red: #EC1C24;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	background:url(../images/main_bg.jpg) top #FFF repeat-x;
}
#header {
	position:relative;
	top:0;
	width:100%;
	height:95px;
	background:url(../images/header_bg.jpg) repeat-x;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	margin-bottom:60px;
	z-index: 0;
}

#header img{
	margin-top:22px;
	margin-left:25px;
}
#header img.logoecocerttop {
	height: 60px;
	width: auto;
	position: absolute;
	right: 75px;
	top: -5px;
	display: inline-block;
}
#header2 {
	position:absolute;
	margin-top:40px;
	width:898px;
	height:95px;
	background:url(../images/header2_bg.jpg) repeat-x;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}
h3 {
	margin-bottom: 4px;
}
span.ingr_format {
	display: block;
	font-weight: 500;
	width: 80px;
	text-align: left;
	border-radius: 6px;
	background: #333;
	font-size: 14px;
	color: #F9F9F9;
	border: solid 1px #666;
	padding: 1px 1px 1px 6px;
}
div.line {
	width: 60%;
	height: 1px;
	background-color: #CF0003;
	margin-bottom: -10px;
}
#menu_bg {
	position:absolute;
	margin-top:38px;
	width:894px;
	height:95px;
	margin-left:2px;
	background:#ED1C24;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}
#menu {
	position:absolute;
	bottom:0;
	width:886px;
	height:36px;
	margin-left:4px;
	padding:0;
	background:url(../images/menu_bg.jpg) repeat-x top;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	border-radius:6px;
}
#menu ul {
	position:absolute;
	padding:0px;
	margin-top:0px;
	padding-left:10px;
	z-index:3;
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	z-index:3;
}
#menu img {
	padding:0;
	margin-bottom:3px;
	vertical-align:middle;
	margin-left:8px;
	margin-right:8px;
}
#menu li a{
	font-size:17px;
	color:#FFF;
	text-decoration:none;
	text-shadow:1px 1px 2px #555;
}
#main {
	width:950px;
	margin:auto;
	margin-top:25px;
}

ul.list_avantages li{
	padding: 5px 0 5px 0;
	
}
div.sep_animaux {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

#l_shad {
	width:25px;
	height:400px;
	background:url(../images/left_shadow.png) no-repeat;
	float:left;
}
#r_shad {
	width:25px;
	height:400px;
	background:url(../images/right_shadow.png) no-repeat;
	float:left;
	background-origin:left;
}
#content {
	width:898px;
	min-height:400px;
	margin:auto;
	float:left;
	background:url(../images/content_bg.jpg) repeat-x #FFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border:solid 1px #D7DBDD;
	border-top:none;
	border-radius:10px;
}
#section {
	position:relative;
	width:852px;
	display:inline-block;
	margin-top:260px;
	padding-top:18px;
	padding-left:23px;
	padding-right:23px;
}
#section a{
	color:#BB1A21;
}
#section ul li{
	list-style:none;
	margin:0;
	margin-left:-35px;
}

#image_top {
	position:absolute;
	display:block;
	width:852px;
	height:214px;
	margin:auto;
	margin-top:-52px;
	margin-left:22px;
	z-index:2;
	padding-top:170px;
	padding-left:10px;
	background-repeat:no-repeat;
}
h1 {
	margin:0;
	color:#FFF;
	font-size:32px;
	line-height:30px;
	font-weight:bold;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow:2px 2px 2px #222;
}
h1 img {
	display:block;
	width:158px;
	height:auto;
	margin-top:3px;
}
div#image_top h2 {
    color: #FCFCFC;
    font-weight: 500;
    font-size: 28px;
}
h2 {
	margin:0;
	margin-left:auto;
	color:#004990;
	font-size:22px;
	font-weight:bold;	
}
#base {
	position:inherit;
	bottom:0;
	left:-10px;
	padding:20px;
	padding-top:10px;
	width:858px;
	min-height:200px;
	font-family:Segoe, Verdana, sans-serif;
	background-color:#D7D7D7;
	-moz-borde-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-o-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	-moz-borde-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-o-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	border-top:solid 3px #B8B8B8;
	font-size:11px;
}
#base a{
	color:#000;
}
#ev {
	margin-top:-45px;
	width:260px;
	float:right;
	font-size:9px;
	margin-bottom:-10px;
}
#ev span{
	display:block;
	padding-left:85px;
	font-size:11px;
	font-weight:700;
}
#ecocert {
	display:block;
	padding-top: 20px;
	margin-top:10px;
	margin-right:0px;
	width:100%;
	max-width:500px;
	float:right;
	font-size:11px;
}
#ecocert img{
	float:left;
	margin-right: 20px;
}
#ev img {
	vertical-align:middle;
	margin-top:5px;
	border:none;
}
#menu_base {
	margin-top:6px;
}
#col1 {
	display:inline-block;
	width:284px;
	float:left;
}
#col2 {
	display:inline-block;
	width:auto;
	float:left;
	margin-left:20px;
}
#col2 img {
	border:solid 1px #333;
	margin-bottom:-5px;
}
#contact_box {
	background:url(../images/bull1.png) top left no-repeat;
	padding-top:7px;
	padding-left:7px;
	width:284px;
	min-height:300px;

}
.title_contact {
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
.probio {
	width:auto;
	float:left;
	margin-right:10px;
	color:#FFF;
	font-size:38px;
	line-height:38px;
	font-weight:bold;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow:1px 1px 2px #000;

}
sup {
	font-size:0.3em;
	font-weight:normal;
}
#social {
	position:absolute;
	right:40px;
	top:0;
	width:50px;
	height:50px;
}
#social  a{
	border:none;
}
#social img{
		width:50px;
		height:auto;
}
div.proudly {
	position: absolute;
	display: block;
	top: 24px;
	right: 200px;
	width: 220px;
	height: 48px;
	border-radius: 14px;
	border: solid 1px;	
	overflow: hidden;
	color: #FFF;
	font-family: Gotham, Helvetica, Arial, "sans-serif";
	letter-spacing: 2%;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
	z-index: 1;
}
div.proudly div.flag {
	position: absolute;
	top: 0;
	left: 0;
	width: 66px;
	height: 48px;
	background-color: #FFF;			
}
div.proudly div.caption {
	position: absolute;
	top: 6px;
	left: 76px;
}
div.proudly.qc div.flag {
	background: #FFF url('../images/flag_qc.png') no-repeat top center;
	background-size: 77%;
}
div.proudly.ca div.flag {
	background: #FFF url('../images/flag_ca.png') no-repeat top 4px center;
	background-size: 85%;
}

div.proudly.qc {
	border-color: var(--pr_blue);
	background: var(--pr_blue);
}
div.proudly.ca {
	border-color: var(--pr_red);
	background: var(--pr_red);
}
@media screen and (max-width: 800px) {
	div.sep_animaux {
		display: inline-block;
		width: 100%;
	}
}
@media print {
	#col2 {
		padding-top: 50px;
	}
}
