<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Montserrat:400|Open+Sanss:400,700');
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px!important;
}
.bgheader {
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #68aa03;
}
.headerbtn {
	text-align: right;
}
/* Links -------------------------------------------------------------- */

.container a {
	color: #000000;
	text-decoration: underline;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.container a:hover {
	color: #666666;
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.container img {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.container img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.navbar-nav {
	padding-right: 30px;
}
.btnmain {
	color: #ffffff;
	border: #007bff solid 1px;
	background-color: #007bff;
	padding: 10px 20px 10px 20px;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
}
.btnmain:hover {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}
.btnlink {
	color: #007bff;
	border: #007bff solid 1px;
	padding: 10px 20px 10px 20px;
	display: inline-block;
	text-decoration: none!important;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.btnlink:hover {
	color: #000000;
	border: #cccccc solid 1px;
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.spotlight .btnlink, .headerbtn .btnlink {
	color: #fff;
	border: #ffffff solid 1px;
	background-color: #68aa03;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.spotlight .btnlink:hover, .headerbtn .btnlink:hover {
	color: #f4f890;
	border: #f4f890 solid 1px;
	background-color: #68aa03;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.headerbtn .btnlink {
	margin-top: 5px;
}
.titlelink {
	color: #000000;
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-decoration: none;
	display: inline-block;
}
.titlelink:hover {
	color: #007bff;
	text-decoration: none;
}
.titlelinkactive {
	color: #FFFFFF!important;
	font-size: 1.2rem;
	line-height: 1.2rem;
	text-decoration: none!important;
	display: inline-block;
	background-color: #131313;
	padding-top: 10px;
	padding-bottom: 10px;
}
.titlelinkactive:hover {
	color: #000000;
	text-decoration: none;
}
.sidebar .titlelinkactive {
	font-size: 1rem;
}
.footernav a {
	text-decoration: none!important;
	color: #000000!important;
}
.footernav a:hover {
	color: #007bff!important;
	text-decoration: none!important;
}
.headernav a {
	text-decoration: none!important;
	color: #000000!important;
}
.headernav a:hover {
	color: #007bff!important;
	text-decoration: none!important;
}
.headernav .btnmain {
	color: #ffffff!important;
}
.headernav .btnmain:hover {
	color: #ffffff!important;
}
.spotlight p a {
	color: #ffffff!important;
}
.breadcrumb a {
	color: #000000;
}
.intxtcta a {
	color: #ffffff;
	border: #007bff solid 1px;
	background-color: #007bff;
	padding: 20px;
	border-radius: 5px;
	display: block;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 1.5rem;
}
.intxtcta a:hover {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}
.intxtresources a {
	text-decoration: none;
	padding-bottom: 10px;
	display: block;
	color: #666666;
}
.intxtresources a span {
	color: #007bff;
	display: block;
	font-size: 1rem!important;
	text-decoration: underline!important;
}
.sidenav ul li a {
	border-bottom: #131313 solid 1px;
	display: block;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	font-weight: 700;
	background-color: #ffffff;
	color: #000000;
}
.sidenav ul li a:hover {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}
.sidenav ul li a.active {
	background-color: #131313;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}
.sidenav ul li ul li a {
	font-size: 0.8rem;
	padding: 10px 20px 10px 40px;
	text-decoration: none;
	font-weight: 400;
}
.diconav ul li a {
	float: left;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	font-weight: 700;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	width: 3.72%;
	display: inline-block;
	margin-left: 1px;
}
.diconavhome ul li a {
	float: left;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	font-weight: 700;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	width: 3.7%;
	display: inline-block;
	margin-left: 1px;
	margin-bottom: 1px;
}
.diconav ul li a:hover {
	background-color: #68aa03;
	color: #f4f890;
	text-decoration: none;
}
.diconav ul li a.active {
	background-color: #68aa03;
	color: #f4f890;
	text-decoration: none;
	font-weight: 700;
}
.diconav ul li ul li a {
	font-size: 0.8rem;
	padding: 10px 20px 10px 40px;
	text-decoration: none;
	font-weight: 400;
}
.listingboxgraphwrap a {
	color: #ffffff;
}
.listingboxgraphwrap a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/* Carrousel -------------------------------------------------------------- */
.carousel-caption {
	padding-bottom: 70px;
	bottom: 20px;
	top: 20px;
}
.captionwrap {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
}
.homelogo {
	padding-bottom: 70px;
}
.carousel-caption h2 {
	font-size: 3rem;
	line-height: 3rem;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	display: block;
	float: none;
	clear: none;
	padding-bottom: 10px;
	color: #ffffff;
}
.carousel-caption h1 {
	font-size: 4rem;
	line-height: 2.5rem;
	font-weight: 900;
	display: inline-block;
	float: none;
	clear: none;
	color: #f4f890;
	background-color: #68aa03;
}
.carousel-caption span {
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	float: none;
	clear: none;
	color: #f4f890;
	padding-top: 30px;
	padding-bottom: 20px;
}
.carousel-caption p {
	display: block;
	padding-bottom: 30px;
	color: #ffffff;
	padding-left: 20%;
	padding-right: 20%;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.carousel-indicators li {
	background-color: #999999;
	width: 10px;
	height: 10px;
	border-radius: 10px;
}
.carousel-indicators li.active {
	background-color: #000000;
}
/* liste -------------------------------------------------------------- */

.listingbox {
	padding-bottom: 10px;
}
.listingbox img {
	width: 100%;
	padding-bottom: 0px;
}
.sidebar .listingbox {
	padding-bottom: 0px;
}
.sidebar .listingbox img {
	width: 100%;
	padding-bottom: 0px;
}
.listingbox .titlelink, .listingbox .titlelinkactive {
	padding-bottom: 10px;
	text-align: center;
	display: block;
}
.listingbox p {
	padding-bottom: 00px;
	padding-top: 20px;
	text-align: center;
	font-size: 0.8rem;
	line-height: 1rem;
}
.listingbox .btnlink {
	width: 100%;
	text-align: center;
}
.smallbox, .extrasmallbox {
	text-align: center;
	padding-top: 30px;
}
.smallbox p {
	font-size: 0.8rem;
	line-height: 1rem;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
}
.listingmanual5 .listingbox, .listingmanual5 .listingboxgraph {
	float: left;
	margin-right: 2%;
	width: 18.4%;
}
.listingmanual5 .listingbox:last-of-type, .listingmanual5 .listingboxgraph:last-of-type {
	margin-right: 0%!important;
}
.listingboxgraph {
	position: relative;
	margin-bottom: 30px;
}
.listingboxgraph img {
	width: 100%;
	position: relative;
	z-index: 2;
}
.listingboxgraphwrap {
	text-align: center;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 15px;
	margin-left: 14%;
	width: 66%;
	z-index: 3;
	/*visibility: hidden;*/
	background: rgba(0, 0, 0, .8)
}
.listingboxgraphwrap p {
	color: #ffffff;
	padding-top: 10px;
	margin-bottom: 5px;
}
.extrasmallbox {
	font-size: 0.8rem;
}
.extrasmallbox .listingboxgraphwrap {
	font-size: 0.8rem;
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.extrasmallbox .titlelink {
	font-size: 1rem!important;
}
/* Sections  -------------------------------------------------------------- */

.content {
	padding-top: 40px;
	padding-bottom: 30px;
}
.contentsec {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #f4f4f4;
}
.contentmap {
/*padding-top: 80px;
	padding-bottom: 400px;
	background-color: #333333;*/
}
.contenttitle {
	text-align: center;
	padding-bottom: 30px;
	display: block;
}
.contenttitle h2 {
	font-weight: 900;
	color: #000;
}
.contenttitle p {
	font-size: 0.8rem;
}
.splittitle {
	text-align: center;
	border-top: #cccccc solid 1px;
	margin-top: 30px;
	padding-top: 80px;
}
/* Sections spotlight -------------------------------------------------------------- */

.spotlight {
	background-color: #007bff;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	color: #ffffff;
	padding-left: 25%;
	padding-right: 25%;
}
.spotlight h4 {
	font-size: 2.5rem;
	font-weight: normal;
	display: inline-block;
	padding-bottom: 10px;
}
.spotlight p {
	display: inline-block;
	padding-bottom: 30px;
}
/* Sections photo -------------------------------------------------------------- */

.photo img {
	float: left;
	width: 50%;
}
.photoxl img {
	width: 100%;
}
.photofull img {
	float: left;
	width: 25%;
}
/* Sections split img / txt -------------------------------------------------------------- */

.splitphoto img {
	width: 100%;
}
.splittxt {
	text-align: center;
}
.splittxtwrap {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.splittxt h4 {
	font-size: 2.5rem;
	font-weight: normal;
	display: inline-block;
	padding-bottom: 10px;
}
.splittxt p {
	display: inline-block;
	padding-bottom: 30px;
}
.splittxt .btnmain {
	margin-left: 15px;
}
/* Sections comments -------------------------------------------------------------- */

.commentxl, .comment {
	border: #000000 solid 1px;
	margin-bottom: 30px;
	padding: 40px;
	height: 91%;
}
.commentxl p, .comment p {
	font-style: italic;
}
.commentxl p {
	font-size: 1.5rem;
}
.commentname {
	border-top: #cccccc solid 1px;
	padding-top: 10px;
	font-size: 0.75rem;
	display: block;
	margin-top: 20px;
}
.commentname span {
	font-weight: 700;
}
/* Sections formulaire -------------------------------------------------------------- */

.formchamp input, .formchampxl textarea, .formchampmedium textarea {
	border: #000000 solid 1px;
	padding: 10px;
	margin-bottom: 30px;
	width: 100%;
}
.formxl input, .formxl textarea {
	padding: 20px;
	font-size: 1.5rem;
}
.formxl .btnmain {
	padding: 20px;
}
.formchampxl textarea {
	height: 350px;
}
.formchampmedium textarea {
	height: 150px;
}
.formbtn input {
	width: 100%;
}
.champcourt input {
	width: 32%;
}
/* Sections map -------------------------------------------------------------- */
.contentmap .contenttitle {
	color: #ffffff;
}
.map-responsive {
	overflow: hidden;
	padding-bottom: 35%;
	position: relative;
	height: 0;
}
.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
/* Footer -------------------------------------------------------------- */
.footer {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}
.footernav {
	margin: 0 auto;
	position: relative;
}
.footerlogo {
	display: block;
	padding-top: 20px;
}
.footerlogo img {
	padding-left: 5px;
	padding-right: 5px;
}
.footer .newsletter {
	display: block;
	padding-top: 40px;
}
.footer .newsletter span {
	display: block;
	font-size: 1.5rem;
	padding-bottom: 10px;
}
.footer .newsletterchamp {
	border: #000000 solid 1px;
	padding: 10px;
	margin-bottom: 30px;
	margin-right: 10px;
	width: 300px
}
.credit {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 0.8rem;
	line-height: 1.7rem;
}
/* Article --------------------------------------------------------------*/

.breadcrumbwrap {
	background-color: #f4f4f4;
}
.breadcrumb {
	background-color: #f4f4f4;
	font-size: 0.8rem!important;
	color: red;
	margin-bottom: 0px;
	border-radius: 0px;
}
.article {
	background-color: #ffffff;
	padding: 80px;
	float: left;
	margin-right: 400px;
	margin-bottom: 20px;
}
.articlefull {
	background-color: transparent;
	margin-right: 0px;
	padding: 80px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-top: 40px;
	float: none;
	margin: 0px;
	background-image: url(../images/bg-midzone.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	
}
.article h1 {
	padding-bottom: 20px;
	
	font-size: 3rem;
	font-weight: 900!important;
	color: #21853a;
	padding-bottom: 0px;
}
.article h2 {
	padding-bottom: 60px;
	font-size: 1.5rem;
	color: #131313;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 30px;
}
.article h3 {
	padding-bottom: 10px;
	font-size: 2.5rem;
	font-family: 'Montserrat', sans-serif;
}
.article h4 {
	padding-bottom: 10px;
	font-size: 1.8rem;
	font-family: 'Montserrat', sans-serif;
}
.article h5 {
	padding-bottom: 10px;
	font-size: 1.5rem;
	font-family: 'Montserrat', sans-serif;
}
.article h6 {
	padding-bottom: 10px;
	font-size: 1.5rem;
}
.article img {
	width: 100%;
	padding-bottom: 30px;
}
.article p {
	padding-bottom: 20px;
}
.article p.lead {
	font-weight: 700;
	font-size: 1rem;
}
.article ul, .article ol {
	padding-bottom: 20px;
}
.article li {
	padding-top: 7px;
}
.intxtimgside {
	float: right;
	width: 50%!important;
	padding-left: 30px;
	padding-bottom: 30px!important;
}
.blockquote {
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-left: #cccccc solid 5px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.tablecontent p {
	padding-bottom: 0px!important;
}
.blockquote p {
	padding-bottom: 0px!important;
	font-weight: 700;
	font-size: 1.5rem;
}
.blockquote-footer {
	font-size: 0.8rem!important;
	color: #666666;
}
.intxtcta {
	padding-top: 10px;
	text-align: center;
}
.intxtcta span {
	display: block;
	font-size: 1rem!important;
}
.intxtcta, .intxtresources, .intxtcredit, .intxtshare {
	padding-bottom: 40px;
	display: block;
	float: none;
	clear: both;
}
.intxtresources {
	font-size: 0.8rem!important;
	background-color: #f4f4f4;
	padding: 40px;
}
.intxtcredit {
	display: inline-block;
}
.intxtcredit img {
	width: 15%;
	float: left;
	padding-right: 25px;
	padding-bottom: 0px;
}
.intxtshare img {
	padding-bottom: 0px;
}
.sidenav {
	border: #131313 solid 5px;
	background-color: #131313;
	margin-bottom: 30px;
}
.sidenav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.diconav {
	margin-bottom: 10px;
	width: 100%;
	display: inline-block;
	padding-left: 3px;
	text-transform: uppercase;
}
.diconav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.sidebox {
	margin-bottom: 30px;
}
.sidebox img {
	width: 100%;
}
.sidebar {
	float: right;
	width: 336px;
	margin-left: -336px;
}
.definition {
	display: inline-block;
	border-top: #cccccc solid 1px;
	padding-top: 20px;
	margin-top: 20px;
}
.defmot {
	float: left;
	width: 35%;
	font-size: 1.2rem!important;
	font-weight: 700;
}
.defmot span {
	display: block;
	font-size: 0.8rem;
	padding-top: 5px;
	font-weight: 400;
}
.definition p {
	float: left;
	width: 63%;
	margin: 0px;
	padding: 0px;
	padding-left: 2%
}
.bottomarticlebox {
	padding-top: 80px;
}
.bottomarticlebox img {
	width: 100%;
}
.wideban  {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #EFEFEF;
}
.wideban img {
	width: 100%;
}
.midban img {
	padding-top: 30px;
	width: 100%;
}

/* Media Query -------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* xs --------------------------------------------------------------*/

@media (max-width: 767px) {
.container {
	max-width: 100%;
}
.headerbtn .btnlink {
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 10px;
}
.homelogo {
	padding-bottom: 30px;
	padding-top: 40px;
}
.headerlogo {
	
	
	text-align: center;
}
.headerlogo img {
	
	
	text-align: center;
	padding-right: 25px;
}
/* Carrousel -------------------------------------------------------------- */

.carousel-caption h1 {
	font-size: 2.5rem;
	line-height: 2.5rem;
}
.carousel-caption h2 {
	font-size: 1.2rem;
	line-height: 1.2rem;
	padding-bottom: 0px;
}
.carousel-caption p {
	padding-left: 0%;
	padding-right: 0%;
}
.carousel-caption span {
	font-size: 1rem;
	line-height: 1rem;
	padding-top: 20px;
	padding-bottom: 10px;
}
/* Sections  -------------------------------------------------------------- */

.content {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.contentsec {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.contentmap {
	padding-top: 40px;
	padding-bottom: 200px;
}
.contenttitle {
	padding-bottom: 30px;
}
.splittitle {
	margin-top: 40px;
	padding-top: 40px;
}
/* liste -------------------------------------------------------------- */

.listingbox {
	padding-bottom: 20px;
}
.listingmanual5 .listingbox, .listingmanual5 .listingboxgraph {
	float: left;
	margin-right: 0%;
	width: 100%;
}
.listingboxgraphwrap {
	padding: 20px;
}
.listingboxgraphwrap p {
	font-size: 0.8rem;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
/* Sections spotlight -------------------------------------------------------------- */

.spotlight {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 5%;
	padding-right: 5%;
}
.spotlight h4 {
	font-size: 2rem;
}
/* Sections photo -------------------------------------------------------------- */

.photofull img {
	float: left;
	width: 50%;
}
/* Sections split img / txt -------------------------------------------------------------- */

.splittxt {
	padding-bottom: 40px;
}
.splittxt h4 {
	font-size: 2rem;
}
.splittxt p {
	padding-bottom: 20px;
}
/* Sections comments -------------------------------------------------------------- */

.commentxl p {
	font-size: 1rem;
}
/* Sections formulaire -------------------------------------------------------------- */

.formchamp input, .formchampxl textarea {
	margin-bottom: 10px;
}
.formchampxl textarea {
	height: 250px;
}
/* Sections map -------------------------------------------------------------- */
.map-responsive {
	padding-bottom: 100%;
}
/* Footer -------------------------------------------------------------- */
.footer {
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer .newsletter {
	padding-top: 20px;
}
.footer .newsletterchamp {
	margin-bottom: 10px;
	margin-right: 10%;
	margin-left: 10%;
	width: 80%;
}
.credit {
	padding-top: 20px;
	padding-bottom: 20px;
}
/* Article --------------------------------------------------------------*/
.article {
	padding: 40px;
	float: none;
	margin-right: 0px;
}
.article h1 {
	padding-bottom: 10px;
	font-size: 2rem;
}
.article h2 {
	padding-bottom: 20px;
	font-size: 1.25rem;
}
.article h3 {
	padding-bottom: 10px;
	font-size: 1.75rem;
}
.article h4 {
	padding-bottom: 10px;
	font-size: 1.25rem;
}
.article h5 {
	padding-bottom: 10px;
	font-size: 1.25rem;
}
.article h6 {
	padding-bottom: 10px;
	font-size: 1.25rem;
}
.blockquote {
	padding-left: 20px;
}
.intxtimgside {
	float: none;
	width: 100%!important;
	padding-left: 0px;
}
.intxtcredit img {
	width: 35%;
	float: left;
	padding-right: 25px;
	padding-bottom: 10px;
}
.sidebar {
	padding-top: 30px;
	float: none;
	width: 100%;
	margin-left: 0px;
}
.defmot {
	float: none;
	width: 100%;
}
.definition p {
	float: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-left: 0%;
	padding-top: 20px;
}
.bottomarticlebox {
	display: none;
}


.diconav ul li a {
	width: 34px;
	margin-left: 1px;
	margin-bottom: 1px;
}

.articlefull {
	background-image: none;
	padding: 30px;
}
}

/* sm --------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
.container {
	max-width: 100%;
}
.diconav ul li a {
	width: 3.71%;
}
/* Sections spotlight -------------------------------------------------------------- */

.spotlight {
	padding-left: 5%;
	padding-right: 5%;
}
/* Sections split img / txt -------------------------------------------------------------- */

.splittxt {
	padding-bottom: 80px;
}
/* Sections comments -------------------------------------------------------------- */

.commentxl p {
	font-size: 1rem;
}
/* Sections map -------------------------------------------------------------- */
.map-responsive {
	padding-bottom: 80%;
}
/* Article --------------------------------------------------------------*/
.article {
	float: none;
	margin-right: 0px;
	padding: 40px;
	margin-right: 0px;
}
.sidebar {
	padding-top: 30px;
	float: none;
	width: 100%;
	margin-left: 0px;
}
.articlefull {
	padding-left: 80px;
	padding-right: 80px;
}
/* Listing --------------------------------------------------------------*/
.listingboxgraphwrap {
	padding: 20px;
}
.listingboxgraphwrap p {
	font-size: 0.8rem;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
.bottomarticlebox {
	display: none;
}
.diconavhome ul li a {
	width: 37px;
	margin-left: 1px;
	margin-bottom: 1px;
}
.diconavhome {
	width: 505px;
	padding-left: 5px;
}
.articlefull {
	background-image: none;
}
}

/* md --------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1249px) {
.container {
	max-width: 100%;
}
.homelogo {
	padding-bottom: 30px;
}
/* Sections spotlight -------------------------------------------------------------- */

.spotlight {
	padding-left: 15%;
	padding-right: 15%;
}
/* Sections map -------------------------------------------------------------- */
.map-responsive {
	padding-bottom: 60%;
}
/* Article --------------------------------------------------------------*/
.articlefull {
	background-image: none;
	padding: 80px;
}
.article {
	padding: 50px;
}


/* lg --------------------------------------------------------------*/
@media (min-width: 1250px) and (max-width: 1799px) {
.container {
	max-width: 1300px;
}
/* Carrousel -------------------------------------------------------------- */


.articlefull {
	padding-left: 80px;
}
}

/* xl --------------------------------------------------------------*/
@media (min-width: 1800px) and (max-width: 2499px) {
.container {
	max-width: 1300px;
}
.extrasmallbox .listingboxgraphwrap {
	font-size: 0.8rem;
	padding-left: 0px!important;
	padding-right: 0px!important;
	margin-left: 11%;
}
}

/* xxl --------------------------------------------------------------*/
@media (min-width: 2500px) {
.container {
	max-width: 1300px;
}
}
</pre></body></html>