@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600i,700,800&display=swap');
body {
	background-color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #232323;
}
.mobilemenu{
display: none;
}
.overlay {
height: 100%;
width: 0;
position: fixed;
z-index: 10;
top: 0;
left: 0;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0, 0.9);
overflow-x: hidden;
transition: 0.5s;
}
.overlay-content {
position: relative;
top: 5%;
width: 100%;
text-align: left;
margin-top: 30px;
}
.overlay span {
padding: 5px;
padding-left: 20px;
text-decoration: none;
font-size: 20px;
color: #fff;
display: block;
transition: 0.3s;
}
.overlay a {
padding: 8px;
padding-left: 20px;
text-decoration: none;
font-size: 20px;
color: #ccc;
display: block;
transition: 0.3s;
}
.overlay a.active {
padding: 8px;
padding-left: 20px;
text-decoration: none;
font-size: 20px;
color: #fff;
display: block;
transition: 0.3s;
background-color: #21587a;
}
.overlay a:hover, .overlay a:focus {
color: #f1f1f1;
}
.overlay .closebtn {
position: absolute;
top: 15px;
right: 23px;
font-size: 40px;
}
.contenthome{
	background-image: url(../images/bg-home.jpg);
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 80px;
	padding-bottom: 0px;
}
.seccontent{
	padding: 80px;
	background-color: #EFEFEF;
}
.contenttitlehome{
	padding-right: 60%;
	padding-bottom: 40px;
	text-align: left;
}
.contenttitlehome h1{
	font-weight: 800;
	font-size: 40px;
	color: #000000;
	padding-bottom: 20px;
}
.contenttitle h3{
	font-weight: 800;
	font-size: 40px;
	color: #000000;
	padding-bottom: 0px;
}
.contenttitlehome h1 span{
	color: #21587a;
}
.contenttitlehome p{
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}
.contenttitle p{
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}
.coldico{
	padding-top: 40px;
}
.coldroite{
	background-color: #21587a;
	padding: 40px;
	text-align: left;
}
.coldroite h3{
	font-size: 31px;
	font-weight: 800;
	color: white;
	padding-bottom: 20px;
}
.coldroite h2{
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	color: white;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: #ffffff solid 1px;
	display: block;
	float: none;
	clear: both;
}
.coldroite ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-bottom: 30px;
	display: block;
	float: none;
	clear: both;
}
.coldroite li{
	padding-bottom: 15px;
}
.coldroite a{
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
.coldroite a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.coldroite a span{
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
	color: #ffffff;
	text-decoration: underline;
	display: block;
	padding-top: 0px;
}
.sitebox{
	display: block;
	padding-bottom: 40px;
	border-bottom: #e1e1e1 solid 1px;
	margin-bottom: 40px;
}
.siteboxtop{
	display: inline-block;
	padding-bottom: 40px;
	border-bottom: #e1e1e1 solid 1px;
	margin-bottom: 40px;
	clear: both;
	float: none;
	width: 100%;
}
.sitebox a{
	display: block;
	font-size: 14px;
	color: #666666;
}
.siteboxtop a{
	display: block;
	font-size: 18px;
	color: #666666;
}
.sitebox p{
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #000000;padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}
.siteboxtop p{
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #000000;padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}
.titlesite{
	font-size: 25px!important;
	font-weight: 800;
	color: white;
	padding-bottom: 0px;
	text-decoration: none;
	color: #21587a!important;
}
.siteboxtop .titlesite{
	font-size: 50px!important;
	line-height: 55px;
	color: #21587a!important;
	padding-bottom: 15px;
}
.articletxt h1{
	font-size: 50px!important;
	line-height: 55px;
	color: #21587a!important;
	padding: 0px!important;
	padding-bottom: 15px;
	background-color: white!important;
}
.articletxt p{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	padding-bottom: 25px;
}
.articletxt img{
	float: left;
	padding-right: 30px;
	padding-bottom: 30px;
	width: 40%;
	max-width: 500px;
}
.articletxt h2{
	font-size: 21px!important;
	line-height: 27px;
	color: #000000!important;
	padding: 0px!important;
	padding-bottom: 45px!important;
	background-color: white!important;
	font-weight: 800;
}
.articletxt img{
	padding-bottom: 45px!important;
}
.siteboxtop img{
	width: 25%;
	float: left;
	padding-right: 40px;
}
.siteboxtopwrap{
	width: 75%;
	float: left;
	padding-top: 50px;
}
.article h1 {
	padding: 20px;
	font-size: 30px;
	font-weight: 800;
	color: #ffffff;
	background-color: #21587a;
	margin-bottom: 40px;
}
/* Links -------------------------------------------------------------- */

a {
	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;
}
a:hover {
	color: #000000;
	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;
}
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;
}
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: #232323;
	border: #d4d4d4 solid 1px;
	background-color: #ffffff;
	padding: 10px 20px 10px 20px;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
}
.btnmain:hover {
	color: #ebebeb;
	text-decoration: none;
	border: #ebebeb solid 1px;
}
.btnlink {
	color: #007bff;
	border: #007bff solid 1px;
	padding: 10px 20px 10px 20px;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
	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 {
	color: #007bff;
	border: #ffffff solid 1px;
	background-color: #ffffff;
	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 {
	color: #000000;
	border: #ffffff solid 1px;
	background-color: #ffffff;
	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;
}
.titlelink {
	color: #21587a;
	font-size: 16px;
	line-height: 21px;
	text-decoration: underline;
	display: inline-block;
}
.titlelink:hover {
	color: #666666;
	text-decoration: none;
}
.titlelinkactive {
	color: #007bff;
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-decoration: none;
	display: inline-block;
}
.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: #232323!important;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.headernav a:hover {
	color: #d2d2d2!important;
	text-decoration: none!important;
}
.headernav .btnmain {
	color: #232323!important;
}
.headernav .btnmain:hover {
	color: #232323!important;
}
.headernav  {
	background-color: white!important;
}
.spotlight p a {
	color: #ffffff!important;
}
.breadcrumb a {
	color: #000000;
	text-decoration: none!important;
}
.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: #EFEFEF solid 1px;
	display: block;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	font-weight: 800;
	font-size: 16px;
	color: #000000;
	background-color: #EFEFEF;
}
.sidenav ul li a:hover {
	background-color: #EFEFEF;
	color: #000000;
	text-decoration: none;
}
.sidenav ul li a.active {
	background-color: #EFEFEF;
	color: #000000;
	text-decoration: none;
	font-weight: 700;
}
.sidenav ul li ul li a {
	font-size: 0.8rem;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	font-weight: 400;
	background-color: white;
	color: #21587a;
}
.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%);
}
.carousel-caption h1 {
	font-size: 3rem;
	line-height: 3rem;
	font-weight: normal;
	display: block;
	float: none;
	clear: none;
	padding-bottom: 10px;
	color: #000000;
	padding-left: 30%;
	padding-right: 30%;
}
.carousel-caption p {
	display: inline-block;
	padding-bottom: 30px;
	color: #000000;
	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: 50px;
	text-align: center;
}
.listingbox img {
	width: 80%;
	padding-bottom: 15px;
}
.sidebar .listingbox {
	padding-bottom: 0px;
}
.sidebar .listingbox img {
	width: 100%;
	padding-bottom: 10px;
}
.listingbox .titlelink, .listingbox .titlelinkactive {
	padding-bottom: 10px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-weight: 800;
}
.listingbox p {
	padding-bottom: 0px;
	font-size: 13px;
	color: #232323;
}
.listingbox .btnlink {
	width: 100%;
	text-align: center;
}
.smallbox, .extrasmallbox {
	text-align: center;
}
.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: 25px;
	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: 80px;
	padding-bottom: 80px;
}

.contentmap {
/*padding-top: 80px;
	padding-bottom: 400px;
	background-color: #333333;*/
}
.contenttitle {
	text-align: center;
	padding-bottom: 50px;
	display: block;
}
.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;
	background-color: #3b3a3b;
	color: #cccccc;
}
.credit a {
	color: #ffffff;
}
/* Article --------------------------------------------------------------*/

.breadcrumbwrap {
	background-color: #ffffff;
	border-top: #EFEFEF solid 1px;
	border-bottom: #EFEFEF solid 1px;
}
.breadcrumb {
	background-color: #ffffff;
	font-size: 13px!important;
	color: #666666;
	margin-bottom: 0px;
}
.article {
	background-color: #ffffff;
	padding: 80px;
}
.articlefull {
	background-color: #ffffff;
	padding: 80px;
	padding-left: 250px;
	padding-right: 250px;
	padding-bottom: 0px;
}

.article h2 {
	padding-bottom: 60px;
	font-size: 1.8rem;
}
.article h3 {
	padding-bottom: 10px;
	font-size: 2.5rem;
}
.article h4 {
	padding-bottom: 10px;
	font-size: 1.8rem;
}
.article h5 {
	padding-bottom: 10px;
	font-size: 1.5rem;
}
.article h6 {
	padding-bottom: 10px;
	font-size: 1.5rem;
}


.article p.lead {
	padding-bottom: 20px;
	font-weight: 700;
}
.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: 60px;
}
.tablecontent p {
	padding-bottom: 0px!important;
}
.blockquote p {
	padding-bottom: 0px!important;
}
.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;
}
.sidebar2 {
	background-color: #EFEFEF;
	padding-top: 80px;
}
.sidebar3 {
	padding-top: 15px
}
.sidebar3 img{
	width: 100%;
}
.sidenav {
	border: #21587a solid 0px;
	background-color: #ffffff;
}
.sidenav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.sidebox {
	margin-bottom: 30px;
}
.sidebox img {
	width: 100%;
}
.sidebar {
	float: right;
	width: 336px;
	margin-left: -336px;
}
.sidebar {
	float: right;
	width: 336px;
	margin-left: -336px;
}
.contentsec {
	padding: 0px;
	padding-bottom: 0px;
}
/* Media Query -------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

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

@media (max-width: 767px) {
.mobilemenu{
display: block;
}
.menuxl{
display: none;
}
.headernav .btnmain{
display: none;
}
.contenthome{
	background-image: url(../images/bg-home-xs.jpg);
	padding: 20px;
}
.seccontent{
	padding: 20px;
}
.container {
	max-width: 100%;
}
.contenttitlehome{
	padding-right: 0%;
	padding-bottom: 0px;
	text-align: center;
}
.contenttitlehome h1{
	font-size: 30px;
	padding-top: 170px;
}
.coldroite li{
	padding-bottom: 15px;
	width: 50%;
	float: left;
}
/* Carrousel -------------------------------------------------------------- */

.carousel-caption h1 {
	font-size: 2rem;
	line-height: 2rem;
	padding-left: 0%;
	padding-right: 0%;
}
.carousel-caption p {
	padding-left: 0%;
	padding-right: 0%;
}
/* Sections  -------------------------------------------------------------- */

.content {
	padding-top: 40px;
	padding-bottom: 40px;
	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 --------------------------------------------------------------*/
.sitebox{
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.siteboxtop{
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.siteboxtop img{
	width: 40%;
	padding-right: 0px;
	padding-left: 20px;
	float: right;
}
.siteboxtopwrap{
	width: 60%;
	padding-top: 0px;
}
.siteboxtop .titlesite{
	font-size: 35px!important;
	line-height: 37px;
	padding-bottom: 10px;
}
.article {
	padding: 20px;
	padding-top: 30px;
}
.article h1 {
	font-size: 20px;
	padding: 10px;
	margin-bottom: 30px;
}
.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;
}
}

/* sm --------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
.mobilemenu{
display: block;
}
.menuxl{
display: none;
}
.headernav .btnmain{
display: none;
}
.contenthome{
	background-image: url(../images/bg-home-xs.jpg);
	padding: 20px;
}
.seccontent{
	padding: 20px;
}
.container {
	max-width: 100%;
}
.contenttitlehome{
	padding-right: 0%;
	padding-bottom: 0px;
	text-align: center;
}
.contenttitlehome h1{
	padding-top: 250px;
}
.coldroite li{
	padding-bottom: 15px;
	width: 50%;
	float: left;
}
/* Carrousel -------------------------------------------------------------- */

.carousel-caption h1 {
	padding-left: 0%;
	padding-right: 0%;
}
.carousel-caption p {
	padding-left: 0%;
	padding-right: 0%;
}
/* 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 --------------------------------------------------------------*/
.sitebox{
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.siteboxtop{
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.siteboxtop img{
	width: 40%;
	padding-right: 0px;
	padding-left: 20px;
	float: right;
}
.siteboxtopwrap{
	width: 60%;
	padding-top: 0px;
}
.siteboxtop .titlesite{
	font-size: 35px!important;
	line-height: 37px;
	padding-bottom: 10px;
}
.article {
	padding: 20px;
	padding-top: 30px;
}
.article h1 {
	font-size: 20px;
	padding: 10px;
	margin-bottom: 30px;
}
.sidebar {
	padding-top: 30px;
	float: none;
	width: 100%;
	margin-left: 0px;
}
.sidebar2 {
	padding-top: 30px;
}
.articlefull {
	padding-left: 80px;
	padding-right: 80px;
}
/* Listing --------------------------------------------------------------*/
.listingboxgraphwrap {
	padding: 20px;
}
.listingboxgraphwrap p {
	font-size: 0.8rem;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
.overlay a {
float: left;
width: 33%;
}
.overlay a.active {
float: left;
width: 33%;
}
.overlay .closebtn {
width: 100%;
float: right;
text-align: right;
}
}

/* md --------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1249px) {
.contenthome{
	background-image: url(../images/bg-home.jpg);
}
.container {
	max-width: 100%;
}

/* Carrousel -------------------------------------------------------------- */

.carousel-caption h1 {
	padding-left: 0%;
	padding-right: 0%;
}
.carousel-caption p {
	padding-left: 0%;
	padding-right: 0%;
}
/* Sections spotlight -------------------------------------------------------------- */

.spotlight {
	padding-left: 15%;
	padding-right: 15%;
}
/* Sections map -------------------------------------------------------------- */
.map-responsive {
	padding-bottom: 60%;
}
/* Article --------------------------------------------------------------*/
.articlefull {
	padding-left: 200px;
	padding-right: 200px;
}

.siteboxtop img{
	width: 40%;
}
.siteboxtopwrap{
	width: 60%;
	padding-top: 20px;
}

.article {
	padding: 40px;
	padding-top: 40px;
}
.sidebar2 {
	padding-top: 40px;
}
.overlay a {
float: left;
width: 33%;
}
.overlay a.active {
float: left;
width: 33%;
}
.overlay .closebtn {
width: 100%;
float: right;
text-align: right;
}
}

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

.carousel-caption h1 {
	padding-left: 10%;
	padding-right: 10%;
}
.carousel-caption p {
	padding-left: 0%;
	padding-right: 0%;
}
.overlay-content {
padding: 10%;
}
.overlay a {
float: left;
width: 25%;
}
.overlay a.active {
float: left;
width: 25%;
}
.overlay .closebtn {
width: 100%;
float: right;
text-align: right;
}
}

/* 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%;
}
.coldroite{
	padding: 80px;
}
.coldroite ul{
	padding-bottom: 60px;
}
.contenthome{
	padding-top: 120px;
}
.contenttitlehome{
	padding-bottom: 60px;
}
.coldico{
	padding-top: 80px;
}
.overlay-content {
padding: 10%;
}
.overlay a {
float: left;
width: 25%;
}
.overlay a.active {
float: left;
width: 25%;
}
.overlay .closebtn {
width: 100%;
float: right;
text-align: right;
}
}

/* xxl --------------------------------------------------------------*/
@media (min-width: 2500px) {
.coldroite{
	padding: 80px;
}
.coldroite ul{
	padding-bottom: 60px;
}
.contenthome{
	padding-top: 120px;
}
.contenttitlehome{
	padding-bottom: 60px;
}
.coldico{
	padding-top: 80px;
}
.overlay-content {
padding: 10%;
}
.overlay a {
float: left;
width: 25%;
}
.overlay a.active {
float: left;
width: 25%;
}
.overlay .closebtn {
width: 100%;
float: right;
text-align: right;
}
}
