@import 'grid.css';
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300);

header ul, header li {
	margin: 0;
  	padding: 0;
  	list-style: none;
}
.navigation {
  z-index: 999;
  position: relative;
  padding: 16px 0;
}
.navigation .sf-menu {
  z-index: 990;
  text-align: center;
  position: relative;
}
.navigation nav {
  position: relative;
  padding: 0;
}
.select-menu {
  display: none !important;
}
.sf-menu ul {
  position: absolute;
  /*top: 38px;*/
  top: 44px;
  /*top: -999px;*/
  display: none;
  background-color: #fff;
  padding: 0 !important;
  /*padding: 10px 0 !important;*/
  /*width: 200px;*/
  white-space: nowrap;
  
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #8dbc3a;
  /*border-top-color: #fff;*/
}
.sf-menu > li > ul > li {
  float: none;
  position: static;
  padding: 10px 20px;
  text-align: left;
}

.sf-menu > li > ul > li:hover {
  background-color: #8dbc3a;
}

.sf-menu > li > ul > li > a:before {
  content: "-";
  position: relative;
  left: -10px;
}

.sf-menu > li > ul > li > a {
  color: #000;
}

.sf-menu > li > ul > li:hover > a {
  color: #fff;
}

/*.sf-menu > li > ul > li > a:hover {
  color: #fff;
}*/

.sf-menu > li + li i.fa-search {
  color: #eeeeee;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
}

.sf-menu > li + li i.fa-search:hover{
  color: #8dbc3a;
}


.sf-menu > li {
  float: left;
  font-weight: 300;
  position: relative;
  font-size: 18px;
  line-height: 22px;
}
.sf-menu > li + li {
  margin-left: 43px;
}

/*.sf-menu > li + li:after {
  content: '';
  background: url(../images/menu_sep.png) 0 0 no-repeat;
  height: 5px;
  width: 5px;
  position: absolute;
  left: -25px;
  top: 10px;
}*/
.sf-menu > li > a {
  position: relative;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 15px;
  left: 50%;
  bottom: -5px;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
}
.sf-menu > li.sfHover > a,
.sf-menu > li.current > a,
.sf-menu > li > a:hover {
  color: #000;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 980px) {
  .sf-menu > li {
    font-size: 15px;
}
  .sf-menu > li + li {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /*.navigation {
    float: none !important;
    padding: 10px 0px 10px !important;
    clear: both;
    margin: 0;
    width: auto;
    min-height: 0px;
  }
  .navigation nav {
    border: none !important;
    float: none !important;
    font: 12px/15px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #927c67;
    margin: 0 auto;
    padding-left: 0 !important;
  }
  .navigation nav ul {
    border: none;
    
    padding: 0;
  	margin: 0;
  	list-style: none;
  }
  .sf-menu {
    display: none !important;
    float: none;
  }
  */
  #stuck_container {
  	display: none;
  }
  .select-menu {
    /*font: 12px/15px Arial, Helvetica, sans-serif;*/
    font: 300 18px/24px 'Open Sans', sans-serif;
    color: #108908;
    width: 100%;
    margin: 0 auto;
    float: none;
    outline: none;
    display: block !important;
    /*border: 2px solid #fff ;*/
  }
}
#stuck_container {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 998 !important;
  background-color: #8dbc3a;
}
#stuck_container .isStuck {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#stuck_container .isStuck .menuBox {
  margin: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media only screen and (min-width: 979px) {
  .isStuck {
    background-color: #000;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  }
}
/*@media only screen and (max-width: 979px) {
  #stuck_container {
    position: relative !important;
    box-shadow: none;
  }
  .pseudoStickyBlock {
    height: 0 !important;
  }
}*/
html {
  width: 100%;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
sss * {
  -webkit-text-size-adjust: none;
}
body {
  position: relative;
  background:#fff;
  color: #000000;
  font: 300 14px/20px 'Open Sans', sans-serif;
}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

strong, b {
  font-weight: 700;
}
address {
  font-style: normal;
}
p {
  margin-bottom: 20px;
}
p.offset__1 {
  margin-bottom: 13px;
}
input,
textarea,
form select {
  border-radius: 0 !important;
  outline: none !important;
  -webkit-appearance: none;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
img {
  max-width: 100%;
}
/****Heads****/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
}
h2 {
  color: #8dbc3a;
  font-size: 50px;
  line-height: 72px;
  margin-top: -18px;
  margin-bottom: 32px;
}
h2.head__1 {
  padding-top: 74px;
  font-size: 72px;
  margin-bottom: 26px;
  color: #000000;
}
.grid_5 h2 {
	font-size: 50px;
	margin-bottom: 60px;
}
h3 {
  font-size: 36px;
  line-height: 1.5em;
  padding-top: 52px;
  margin-bottom: 17px;
  padding-bottom: 18px;
}
h3.head__1 {
  margin-bottom: 12px;
  padding-top: 15px;
}
h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: normal;
  /*padding-top: 60px;*/
  padding-top: 36px;
  margin-bottom: 26px;
}
/* pictos */
/*.fa {
	font-size: 18px;
	width: 20px;	
}*/
/****Lists****/
ul {
  /*padding: 0;
  margin: 0;
  list-style: none;*/
  list-style: square;
}
.list-1 {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 1px;
}
.list-1 li {
  color: #5e5d5d;
  position: relative;
  padding-left: 26px;
  font-weight: normal;
}
.list-1 li:after {
  top: 1px;
  color: #929191;
  content: '';
  font: 14px/20px 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
}
.list-1 li + li {
  margin-top: 10px;
}
.cont_address {
  font-weight: normal;
  color: #5e5d5d;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cont_address li {
	margin: 0;
	padding: 0;
}
.cont_address li + li {
  margin-top: 10px;
}
.bloc {
	float: left;
}
.bloc:after {
	display:block;
	clear: both;
	content: "";
	height: 0;
	max-height: 0;
	font-size: 0;
	line-height: 0;
}

ul.list-2 {
	margin: 5px 0 20px 20px;
	padding: 0;
	list-style: circle;
}
.list-2 li + li {
 /*margin-top: 10px;*/
}
/****Links****/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #8dbc3a
}
a:hover {
  color: #8dbc3a;
}
.link-1 {
  color: #5e5d5d;
  line-height: 36px;
  display: inline-block;
  margin-top: 4px;
  font: 22px/36px 'Roboto Condensed', sans-serif;
  font-size : 1.2em;
}
.btn {
  float: right;
  display: inline-block;
  color: #ffffff;
  font-size: 1em;
  padding: 5px 17px 6px;
  background-color: #3697cc;
  border-radius: 500px;
}
.btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn.nf {
	float: none;
	margin-right: 30px;
	display: inline-block;
}

.btn.milieu {
	float: none;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
}

.btn.fw {
	float: none;
	display: block;
	text-align: center;
}

.btn.ps {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
}

@media (max-width: 479px) {
	.btn.ps {
		float: none;
		display: block;
		margin-top: 10px;
	}
}
/****classes****/
.mb0 {
  margin-bottom: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.m0 {
  margin: 0 !important;
}
.pad0 {
  padding: 0 !important;
}
.pt0 {
	padding-top: 0 !important;
}
.padb20 {
	padding-bottom: 20px !important;
}
.padl50 {
	padding-left: 50px;
}
.ht20 {
	height: 20px;
}
.img_inner {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-top: 4px;
}
.img_inner.fleft {
  float: left;
  width: auto !important;
  margin-right: 30px;
  margin-bottom: 0px;
}
.img_inner.fleft.noresize {
  margin-right: 20px;
  margin-top: 5px;
}
.img_fright {
  position: relative;
  top: -1px;
  margin-left: 20px;
  float: right;
}
.img_inner.w170 {
	width: 170px !important;
}
.img_inner.w270 {
	width: 270px !important;
} 
.oh {
  overflow: hidden;
}
.fwn {
  font-weight: normal;
}
.condensed {
	font-family: 'Roboto Condensed';
}

.fright {
  float: right !important;
}
.upp {
  text-transform: uppercase;
}
.alright {
  text-align: right;
}
.ta__center {
  text-align: center;
}
.ta__left {
  text-align: left;
}
.td__underline {
  text-decoration: underline;
}
.fw_med {
  font-weight: 500;
}
.fw_bold {
  font-weight: 700;
}
.wrapper,
.extra_wrapper {
  overflow: hidden;
}
.clear {
  float: none !important;
  clear: both;
}
.oh {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.rel {
  position: relative;
}
.shadowed {
	text-shadow: 0px 0px 3px #000;
}
.top_20 {
	margin-top: 20px;
}
.top_36 {
	margin-top: 36px !important;
}
.left_16 {
	margin-left: 16px;
}
.right_7 {
	margin-right: 7px !important;
}

hr {
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 1px;
	border: none;
	background-color: #8dbc3a;
}
 hr.middle {
 	margin-top: -12px;
 	margin-bottom: 10px;
 }
  ul.listfiles {
  	margin-bottom: 0;
  }
  ul.listfiles li+li {
  	margin-top: 10px;
  }
  /*header*/
header {
  color: #fff;
  background-color: rgb(93, 144, 97);
  display: block;
  position: relative;
  z-index: 1001;
  padding: 18px 0 18px 0;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 40px;
}

/*header:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}*/

header .rel {
  z-index: 999;
}
header h1 {
  text-align: center;
  margin-bottom: 10px;
}
header h1 a {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  -webkit-transition: 0s ease;
  transition: 0s ease;
}
header h1.stuck_head {
  opacity: 0;
}
.page1_header {
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  padding-top: 13px;
  position: relative;
  color: #fff;
}

.page1_header h2 {
  font-weight: normal;
  color: #fff;
  margin-top: 15px;
  font-size: 55px;
  margin-bottom: 62px;
}

.page1_header .banner {
  background-color: #8dbc3a;
  color: #ffffff;
  display: block;
  width: 50%;
  text-align: center;
  float: left;
  font-size: 18px;
  padding: 40px 0 14px;
}
.page1_header img {
  margin-bottom: 10px;
  width: 74px;
}
.page1_header .banner .fa {
  margin-bottom: 27px;
  display: block;
  font-size: 72px;
  line-height: 48px;
}
.page1_header .banner:first-child + .banner {
  background-color: #fff;
  color: #8dbc3a;
}
.page1_header .banner:first-child + .banner + .banner {
  background-color: #fff;
  color: #8dbc3a;
}
.page1_header .banner + .banner + .banner {
  padding-top: 40px;
  padding-bottom: 13px;
}
.page1_header .banner.maxheight1 .fa {
  margin-bottom: 26px;
}
.page1_header .banner:hover {
  background-color: #000000 !important;
}


header .btn-group .btn {
	float: left;
	background-color: transparent;
	color: #000;
	font-size: 25px
}
header .btn-group .btn:hover {
	color: #108908;
}
header .btn-group a.btn.current {
  color: #108908;
}
header .current_user{
	float: right;
	font-size: 18px;
	padding-top: 10px;
	color: #fff;
}
header .current_user a{
	font-size: 25px;
	margin-top: -5px;
	display: inline-block;
	color: #fff;
}
header .current_user a:hover{
	color: #8dbc3a;
}

/**** article****/
article {
	margin-top: 36px;
}
/****Content****/
#content {
  background-color: #fff;
  padding-bottom: 36px;
  /*border-top : 1px solid #d4d4d4;*/
}
#content .content_gray {
  background-color: #f8f8f8;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 36px;
}
#content .content_gray.offset__1 {
  margin-top: 70px;
}
#content .content_gray.offset__2 {
  margin-top: 71px;
}
#content .content_gray.offset__2 h3 {
  margin-bottom: 12px;
}
#content .content_gray.pub{
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 32px;
  margin-bottom: 32px;
}

#content em, #content .em, .container em {
	font-style: italic;
}

/****Non suppage set****/
.page1 header {
   -webkit-background-size: cover;
   background-size: cover;
   /*background-position: center 100%;*/
  padding-bottom: 51px;
}
.page1 #content {
  padding-bottom: 68px;
}
.page1 h3 {
  padding-top: 52px;
  margin-bottom: 10px;
}
/****Blocks****/
.block-1 {
  font: 20px/30px 'Roboto Condensed', sans-serif;
  background-color: #8dbc3a;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  padding: 34px 0 18px;
}
.block-1 .support {
  margin-top: -13px;
  display: block;
}
.block-1 .support:hover {
  opacity: 0.7;
}
.block-1 .block-1_count {
  font-weight: 300;
  /*float: left;*/
  /*width: 120px;*/
  font-size: 72px;
  line-height: 58px;
  text-align: right;
  /*margin-right: 10px;*/
  padding-right: 10px;
  display:table-cell;
}
.block-1 .block-1_text {
  display:table-cell;
}
.greet {
  padding: 0 70px 60px;
}
.greet p {
  font-size: 16px;
  margin-bottom: 22px;
}
.bq1 {
  position: relative;
  top: 3px;
  background-color: #fff;
  padding: 31px 57px 40px 58px;
  color: #626161;
  
}
.bq1 p a:before {
	content: "\201C\2002 ";
	font-family: Georgia, serif;
	font-weight: 600;
}
.bq1 p a:after {
	/*content: "\2002\201E";*/
	content: "\2002\201D";
	font-family: Georgia, serif;
	font-weight: 600;
}
.bq1 p {
  font-style: italic;
  margin-bottom: 11px;
  margin-top: 10px;
  word-wrap: break-word;
}
.bq1 span {
  display: block;
  float: right;
  font-size: 16px;
  /*font-weight: 600;*/
}
.bq1 + .bq1 {
  margin-top: 56px;
  display: block;
}
.block-2 {
  overflow: hidden;
}
.block-2 + .block-2 {
  margin-top: 36px;
}
.block-2 + .block-2.offset__1 {
  margin-top: 62px;
}
.block-3 {
  margin-top: -2px;
}
.block-3 .count {
  background-color: #8dbc3a;
  color: #ffffff;
  width: 68px;
  height: 68px;
  text-align: center;
  float: left;
  margin-right: 32px;
  font: 300 36px/68px 'Roboto Condensed', sans-serif;
  border-radius: 500px;
}
.bord_img {
  /*margin-top: -2px;*/
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 34px;
  /*border: 1px solid #b6b3b3;*/
}

.comment {
	margin-left: 10px;
}
  
.blog {
  padding-top: 0px;
  overflow: hidden;
  display: table;/*ajout� par vince*/
  width: 100%;
  margin-top: 30px;
  position: relative;
}

/*.blog:after {
	content: "\26A1";
	text-align: center;
	display: block;
	color: #8dbc3a;
	margin-top: 10px;
	clear: both;
	font-weight: 800;
	font-size: 20px;
}
.blog:last-child:after {
	display: none;
}*/

.blog .extra_wrapper {
  /*overflow: visible;*//*modifi� par vince*/
  overflow: hidden;
}
.blog time {
  margin-right: 32px;
  padding-top: 0px;
  float: left;
  text-align: center;
  display: block;
  font: 300 18px/24px 'Roboto Condensed', sans-serif;
}
.blog time .count {
  background-color: #8dbc3a;
  color: #ffffff;
  width: 68px;
  height: 68px;
  display: block;
  text-align: center;
  font: 300 36px/67px 'Roboto Condensed', sans-serif;
  border-radius: 500px;
  margin-bottom: 10px;
}
.blog time strong {
  margin-bottom: 3px;
  font-weight: normal;
  display: block;
  font-size: 24px;
}

.blog p {
  overflow: hidden;
}
.blog p em {
  font-style: italic;
  display: block;
}
.blog .comment {
  display: block;
  float: right;
  /*margin-right: 20px;*/
  margin-top: 0px;
  font: 18px/24px 'Roboto Condensed', sans-serif;
}
.blog .comment .fa {
  margin-right: 7px;
  color: #46ba00;
  margin-top: 1px;
  font-size: 30px;
  line-height: 22px;
}
.blog response {
	margin: 15px 0 0 0;
	padding: 15px;
	display: block;
	background-color: #f2f5f6;
}

.resultatsRecherche .link-1{
  font-size: 1.2em;
}
.blog .link-1 {
  /*margin-top: 18px;*/
  font-size: 1.2em;
  position: absolute;
  bottom:0;
}
.blog + .blog {
  margin-top: 48px;
}
.blog ul {
	margin: 5px 0 20px 20px;
	padding: 0;
	list-style: square;	
	padding: 0;
  	/*margin: 0;*/
  	/*list-style: none;*/
}
.blog ul.fa-ul {
  margin-left:25px;
  list-style: none;
}

.blog ul li {
	
}

.blog ol {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}

.blog ol li {
	clear: left
}

growbox, growbox_evt, growbox_file {
	display: block;
	margin: 0;
	padding: 0;
}
#growbtn {
	overflow: hidden;
	height: 35px;
	transition:height 0.5s ease;
}
#growbtn:after {
	display:block;
	clear: both;
	content: "";
}
#growbtn.hid, .growspace.hid {
	height:0;
}
.growspace {
	transition:height 0.5s ease;
	overflow: hidden;
}

.btn_alternate {
	display: table;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}
.btn_alternate .count {
	background-color: #3697cc;
	color: #ffffff;
	width: 48px;
	height: 48px;
	text-align: center;
	/*margin-right: 32px;*/
	/*font: 300 36px/68px 'Roboto Condensed', sans-serif;*/
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 24px;
	
	vertical-align: middle;
	border-radius: 500px;
	display: table-cell;
	transition: 0.5s ease;
}

.btn_alternate[disabled] .count {
	background-color: #ccc;
}

.btn_alternate .label {
	display: table-cell;
	padding-left: 16px;
	vertical-align: middle;
}
.btn_alternate:hover .count {
	background-color: #000;
}
.btn_alternate.inlineb {
	margin: 0;
	display: inline-block;
}
.btn_alternate.little {
	float: right;
	margin-left: 10px;
}
.count.little {
	width: 31px;
	height: 31px;
	font-size: 18px !important;
}

.lespubs time {
  margin-right: 0px;
  margin-bottom: 5px;
  padding-top: 0px;
  text-align: left;
  display: table;
  font: 300 18px/24px 'Roboto Condensed', sans-serif;
}
.lespubs time .count {
  background-color: #8dbc3a;
  color: #ffffff;
  width: 68px;
  height: 68px;
  display: table-cell;
  text-align: center;
  font: 300 36px/67px 'Roboto Condensed', sans-serif;
  border-radius: 500px;
  margin-bottom: 10px;
  vertical-align: middle;
  line-height: 0;
}
.lespubs time strong {
  margin-bottom: 3px;
  font-weight: normal;
  display: table-cell;
  font-size: 24px;
  vertical-align: bottom;
  line-height: normal;  
  padding: 0 15px 20px 15px;
}
.lespubs time .year, .lespubs time .hour {
  display: table-cell;
  vertical-align: bottom;
  line-height: 25px;
  padding: 0 0 20px 0;
}
.lespubs time .hour {
  padding-left: 5px;
}
.lespubs auteur {
	font-style: italic;
	display: block;
	margin-bottom: 5px;
}

.lespubs .comment {
  display: block;
  margin-top: 0px;
  font: 18px/24px 'Roboto Condensed', sans-serif;
  position: absolute;
  right: 0;
}
.lespubs .comment .fa {
  margin-right: 7px;
  color: #46ba00;
  margin-top: 1px;
  font-size: 30px;
  line-height: 22px;
}
.lespubs h3 {
	padding-top : 0;
}

#blueimp-gallery h3 {
	padding-top: 0;
}
/****Separators****/
/****Text styles****/
.text1 {
  font: 24px/20px 'Roboto Condensed', sans-serif;
  margin-bottom: 20px;
}
.text2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #5e5d5d;
}
.text3 {
  font-size: 18px;
  line-height: 20px;
  display: block;
}
.text4 {
  font-size: 18px;
  line-height: 20px;
  display: block;
}
.color1 {
  color: #8dbc3a;
}
.color1 a:hover,
a.color1:hover {
  color: #464545;
}
.color2 {
  color: #8dbc3a;
}
.color3 {
  color: #5e5d5d;
}

.color4 {
  color: #5e5d5d;
}
.color4:hover {
  color: #8dbc3a;
}


/****Map****/
.map {
  overflow: hidden;
  padding-top: 1px;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 399px;
  max-width: 100%;
}
.address1 {
  display: block;
  float: left;
}
.address1 + .address1 {
  margin-left: 70px;
}
.address1 dt {
  margin-bottom: 13px;
}
.address1 dd span {
  min-width: 144px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**Footer**/
#footer {
  padding: 15px 0;
  background-color: #8dbc3a;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #000;
}
#footer .copyright {
  font-weight: normal;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  padding-top: 15px;
}

#footer .title {
	font-size: 130%;
	font-weight: 700;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 60px;
  right:40px;
  overflow: hidden;
  border: none;
  background-color: #8dbc3a;
  /*background-color: rgba(107,107,107,0.6);*/
  opacity: 0.6;
  color: #ffffff;
  width: 38px;
  height: 49px;
  font-size: 22px;
  line-height: 49px;
  text-align: center;
  z-index: 2000;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #000;
}

.grid_slide {
	height:0;
}

/*
.view_big_small {
  	display: block;
}
.view_medium {
  	display: none;
}
.view_small {
	display: none;
}
.hide_small {
	display: block;
	}
.hide_medium {
  	display: block;
}
*/

.pad_top_40 {
	padding-top: 40px;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
  .extra_wrapper {
    overflow: visible;
  }
  .banner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  h2 {
    margin-top: 0;
  }
  .grid_5 h2 {
	margin-bottom: 20px;
  }
  h3 {
    font-size: 26px;
  }
  .text1 {
    font-size: 20px;
  }
/*  
  .view_big_small {
  	display: block;
  }
  .view_medium {
    display: none;
  }
  */
}
@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  .nowrap {
    white-space: normal;
  }
  .img_inner.fleft {
    margin-bottom: 20px;
  }
  /*.img_inner.w170 {
	width: auto !important;
  }*/
  .grid_slide {
	height:auto;
	margin-bottom:-15px;
  }
  header {
  	padding-bottom : 0px;
  }
  /*
  .view_big_small {
  	display: none;
  }
  .view_medium {
    display: block;
  }
  
 .hide_medium {
	display: none;
  }
  */
  	.page1_header {
	  font-size: 24px;
	}
	.page1_header .banner .box_inner {
	  line-height: 20px;
	}
	.block-1 .block-1_count {
		padding-right: 5px;
	}
}
@media only screen and (max-width: 767px) {
	.fright {
		float: none !important;
	}
	#contact-form {
		padding-top: 30px;
	}
	.text2.color1 {
		margin-top: 30px;
	}
	.address1+.address1 {
		margin-left: 60px;
	}
	.page1 header {
		padding-bottom: 45px;
	}
	.support {
		margin-top: 0 !important;
	}
	.block-1 .block-1_count {
		padding-bottom: 30px;
		width: 120px;
		padding-right: 10px;
	}
	.banner {
		margin-bottom: 10px;
		font-size: 24px !important;
		float: none !important;
		width: 100% !important;
	}
	.greet {
		padding-left: 0;
		padding-right: 0;
	}
	.img_inner,.img_inner.fleft {
		width: 100% !important;
		float: none !important;
		margin-right: 0 !important;
		margin-bottom: 20px !important;
		margin-top: 30px;
	}
	.img_inner img,.img_inner.fleft img {
		width: 100%;
	}
	header {
		padding-top: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #d4d4d4;
	}
	.page1 header {
		background-attachment: fixed;
	} 
	header h1 {
		position: static !important;
		margin-bottom: 20px;
		float: none;
		left: 0;
		text-align: center;
	}
	header h1 a {
		margin: 0 auto;
		max-width: 90%;
		width: 100%;
		display: block;
	}
	header h1 a img {
		display: block;
		margin: 0 auto;
	}
	.map figure iframe {
		height: 300px;
	}
	.content .noresize {
		width: auto !important;
		float: left !important;
		margin-right: 20px !important;
		margin-top: 4px !important;
	}
	.none {
		clear: both;
	}
	.bord_img {
		margin-top: 40px;
	}
	.block-3 {
		margin-bottom: 30px;
	}
	header h2 {
		font-size: 42px !important;
	}
	.page1_header {
		font-size: 25px;
		line-height: 30px;
	}
	.grid_slide {
		margin-bottom: 25px;
	}
	header .btn-group .btn {
		width: 25%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		font-size: 30px
	}
	header .btn-group {
		margin: 10px 0;
	}
	header .current_user {
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}
	/*
	.view_big_small {
		display: block;
	}
	.view_medium {
		display: none;
	}
	.view_small {
		display: block;
	}
	.hide_small {
		display: none;
	}
	*/
	.blog .link-1 {
		position: static;
	}
	.blog time {
		float: none;
		text-align: left;
		display: table;
		margin-bottom: 12px;
		margin-right: 0px;
	}
	.blog time .count {
		display: table-cell;
	}
	.blog time strong {
		display: table-cell;
		vertical-align: bottom;
		line-height: normal;
		/*padding: 0 15px;*/
		padding: 0 15px 20px 15px;
	}
	.blog time .year {
		display: table-cell;
		vertical-align: bottom;
		line-height: 25px;
		/*padding: 0;*/
		padding: 0 0 20px 0;
	}
	.btn_alternate {
		margin-right: 0;
		margin-left: 0;
	}
	.lespubs .corps {
		margin-bottom: 24px;
	}
	.btn.nf {
		margin-right: 0;
		display: block;
		text-align: center;
	}
	.padl50 {
		padding-left: 20px;
	}
}

@media screen and (max-width: 479px){
	#growbtn {
		text-align: center;
	}
	#growbtn>a{
		float: none;
	}
	.blog time strong {
		/*padding: 0 5px;*/
		/*padding: 0 5px 20px 5px;*/
	}
	h2.head__1 {
	    font-size: 60px;
	}
}

.ias-spinner {
	padding-top: 24px;
}



.gal-bigone {
  padding: 1px;
}
.gal-bigone img {
	width: 566px;
}
/* gallerie photo dans actus et agendas */
.grid_6 ul#galerie_photo {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	list-style: none;
	list-style-image: none
}
.grid_6 ul#galerie_photo:after {
	content: '';
	clear: both;
	display: block;
	height: 20px
}
.grid_6 ul#galerie_photo li {
	margin: 1px;
	display: block;
	float: left;
	width: 140px;
	height: 107px
}
.grid_6 ul#galerie_photo li:nth-child(1), .grid_6 ul#galerie_photo li:nth-child(2) {
	width: 282px;
	height: 195px
}
.grid_6 ul#galerie_photo li a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	cursor: zoom-in
}
.grid_6 .albumGallery li {
	width: 50%
}
@media ( min-width : 980px) and (max-width: 1199px) {
	.grid_6 ul#galerie_photo li {
		width: 113px;
		height: 90px
	}
	.grid_6 ul#galerie_photo li:nth-child(1), .grid_6 ul#galerie_photo li:nth-child(2) {
		width: 228px;
		height: 161px
	}
}
@media ( min-width : 768px) and (max-width: 979px) {
	.grid_6 ul#galerie_photo li {
		width: 89px;
		height: 74px
	}
	.grid_6 ul#galerie_photo li:nth-child(1), .grid_6 ul#galerie_photo li:nth-child(2) {
		width: 180px;
		height: 126px
	}
}
@media ( max-width : 767px) {
	.grid_6 ul#galerie_photo li {
		width: 138px;
		height: 126px
	}
	.grid_6 ul#galerie_photo li:nth-child(1), .grid_6 ul#galerie_photo li:nth-child(2) {
		width: 138px;
		height: 126px
	}
}
@media ( max-width : 479px) {
	.grid_6 ul#galerie_photo li {
		width: 133px;
		height: 126px
	}
	.grid_6 ul#galerie_photo li:nth-child(1), .grid_6 ul#galerie_photo li:nth-child(2) {
		width: 133px;
		height: 126px
	}
}

/* Listing champion */
.editor-add-champion {
  display: none;
}


/*Search*/

.navigation #menuopt {
	position: absolute;
	top: -6px;
	right: 0;
}

.navigation #menuopt .btn_alternate {
	display: inline-table;
}

.navigation #menuopt .btn_alternate .count{
	width: 36px;
	height: 36px;
	font-size: 22px;
}

div#popup-search {
  position: fixed;
  width: 100%;
  background-color: #8dbc3a;
  top: -184px;
  height: 174px;
  z-index: 1000;
  transition: 0.5s;
  box-shadow: 0 2px 3px #33333396;
}
div#popup-search.visible {
	top:0px;
}

#popup-search td{
  vertical-align: middle;
}
#popup-search input#query {
  width: 100%;
  border: 0;
  height: 100%;
  box-sizing:  border-box;
  padding: 10px;
  font-size: 25px;
}
#popup-search td + td{
  background-color: #8dbc3a;
  color: white;
}
#popup-search td + td button{
  color: white;
  background-color: #3697cc;
  border: 0;
  font-size: 20px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
#popup-search td + td button:hover{
	background-color: #000;
}

#popup-search td + td button:focus {outline:0;}

#popup-search #close_search {
  padding-top:  20px;
  padding-right: 27px;
  padding-bottom:  20px;
  color: white;
  float: right;
  font-size: 48px;
  width: 100%;
  text-align: right;
  cursor:pointer;
}
#popup-search #close_search:hover{
  color:#000;
}


div#page-search {
  width: 100%;
  z-index: 1000;
}
div#page-search.visible {
	top:0px;
}

#page-search td{
  vertical-align: middle;
}
#page-search input#query {
  width: 100%;
  border: 0;
  height: 100%;
  box-sizing:  border-box;
  padding: 10px;
  font-size: 25px;
  border: 1px solid #3697cc;
  border-right: 0px;
}
#page-search td + td{
  background-color: #3697cc;
  color: white;
}
#page-search td + td button{
  color: white;
  background-color: #3697cc;
  border: 0;
  font-size: 20px;
  height: 60px;
  width: 100%;
  cursor: pointer;
}
#page-search td + td button:hover{
	background-color: #000;
}


#page-search td + td button:focus {outline:0;}

#page-search #close_search {
  padding-top:  20px;
  padding-right: 27px;
  padding-bottom:  52px;
  color: white;
  float: right;
  font-size: 48px;
  width: 100%;
  text-align: right;
  cursor:pointer;
}
#page-search #close_search:hover{
  color:#8dbc3a;
}

#page-search .search_options {
  font-size: 1.1em;
  line-height: 2em;
  padding-top: 1em;
}

#page-search .search_options b {
  font-weight:  bold;
  color: #c6a25e;
}



#page-search .cont {
display: block;
position: relative;
padding-left: 29px;
margin-left: 5px;
margin-bottom: 11px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
line-height: 19px;
}

/* Hide the browser's default checkbox */
#page-search .cont input {
position: absolute;
opacity: 0;
}

/* Create a custom checkbox */
#page-search .checkmark {
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
background-color: #eee;
}

/* On mouse-over, add a grey background color */
#page-search .cont:hover input ~ .checkmark {
background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */


/* Create the checkmark/indicator (hidden when not checked) */
#page-search .checkmark:after {
content: "";
position: absolute;
display: none;
}

/* Show the checkmark when checked */
#page-search .cont input:checked ~ .checkmark:after {
display: block;
}

/* Style the checkmark/indicator */
#page-search .cont .checkmark:after {
left: 6px;
top: 1px;
width: 5px;
height: 10px;
border: solid #c6a25e;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);}

span.highlite {
  font-weight: bold;
  background-color: rgba(197, 163, 95, 0.81);
  color: white;
  padding: 3px;
}

/* boutons radio normaux */
input[type="radio"] {
	-webkit-appearance: radio;
}

.old_name {
	color: #f0f;
}
.new_name {
	color: #090;
}
.neutre_name {
	color: #999;
}

/*** LANGUES ***/
.languages {
	margin-left: 20px;
	display: inline-block;
	margin-top: 6px;
	font-size: 20px;
	line-height: 20px;
	width: 50px;
}

.languages ul {
	z-index: 2;
	padding: 0;
}

.languages ul .fa {
	padding-left: 5px;
	color: #FFF;
	/*line-height: 4.6rem;
	float: right;*/
}

.languages ul li {
    position: relative;
}

.languages ul li img {
    vertical-align: middle;
    width: 20px;
    max-width: 20px;
}

.languages ul ul {
    display: none;
    margin: 0;
    position: relative;
    top: 24px;
    left: -10px;
    border: 1px solid #8dbc3a;
    background-color: #e1e1e1;
    padding: 0px
}

.languages ul ul li {
    text-align: center;
    vertical-align: middle;
    line-height: 0;
    padding: 5px 10px;
}

/*.languages ul ul li img {
    width: 20px;
    max-width: 20px;
}*/

.languages ul ul li:hover {
    background-color: #8dbc3a;
}
            
.languages ul li:hover ul {
    display: block;
}

/* Login espace privé */
table#ident {
	font-size: 16px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	float: right;
}
table#ident td {
	vertical-align: middle;
	white-space: nowrap;
}
#label_ident {
	padding: 8px 10px;
	background-color: #dbe6e8;
}
#login_ident, #passwd_ident, #valid_ident {
	padding: 8px 0px 8px 20px;
}
#valid_ident {
	padding-right: 10px;
}
table#ident input {
	border: none;
	border-bottom: 1px solid #000;
	font-size: 14px;
	width: 130px;
}
table#ident #btnoklog, table#ident #btnokunlog {
	display: inline-block;
	background-color: #3697cc;
	color: #fff;
	border-radius: 500px;
	transition: 0.5s ease;
	padding: 6px 0 0 5px;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 16px;
}
table#ident #btnoklog:hover, table#ident #btnokunlog:hover {
	background-color: #000;
	color: #fff;
}

table#ident .bicolore {
	color: #000;
}

table#ident .bicolore:hover  {
	color: #8dbc3a;
}

@media only screen and (max-width: 1199px) {
	table#ident {
		font-size: 14px;
		margin-top: 14px;
	}
	#login_ident, #passwd_ident, #valid_ident {
		padding: 6px 0px 6px 15px;
	}
	#valid_ident {
		padding-right: 10px;
	}
	table#ident input {
		font-size: 13px;
		width: 100px;
	}
}

@media only screen and (max-width: 979px) {
	table#ident {
		font-size: 14px;
		margin-top: 6px;
	}
	table#ident input {
		font-size: 12px;
		width: 80px;
	}
}

@media only screen and (max-width: 767px) {
	table#ident {
		display: none;
	}
}
/* récup e-amil newsletter */
table#newsl {
	font-size: 16px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}
table#newsl td {
	vertical-align: middle;
	white-space: nowrap;
}
#email_newsl, #valid_newsl {
	padding: 8px 0px 8px 20px;
}
#valid_newsl {
	padding-right: 10px;
}
table#newsl input {
	border: none;
	border-bottom: 1px solid #000;
	font-size: 14px;
	width: 130px;
}
table#newsl #btnoknl {
	display: inline-block;
	background-color: #3697cc;
	color: #fff;
	border-radius: 500px;
	transition: 0.5s ease;
	padding: 6px 0 0 5px;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 16px;
}
table#newsl #btnoknl:hover {
	background-color: #000;
	color: #fff;
}

@media only screen and (max-width: 1199px) {
	table#newsl {
		font-size: 14px;
		margin-top: 14px;
	}
	#email_newsl, #valid_newsl {
		padding: 6px 0px 6px 15px;
	}
	#valid_newsl {
		padding-right: 10px;
	}
	table#newsl input {
		font-size: 13px;
		width: 100px;
	}
}

@media only screen and (max-width: 979px) {
	table#newsl {
		font-size: 14px;
		margin-top: 6px;
	}
	table#newsl input {
		font-size: 12px;
		width: 80px;
	}
}

@media only screen and (max-width: 767px) {
	table#newsl {
		margin-bottom: 20px;
	}
	#email_newsl, #valid_newsl {
		padding: 8px 0px 8px 20px;
	}
	#valid_newsl {
		padding-right: 10px;
	}
	table#newsl input {
		border: none;
		border-bottom: 1px solid #000;
		font-size: 14px;
		width: 185px;
	}
}

/* affichage/masquage de bloc en fonction de la taille de l'écran */
/* _5 -> grande taille écran // _1 -> petite taille écran */

@media (min-width: 1200px) {
	.view_5 { display : block !important;}
	.view_4 { display : none;}
	.view_3 { display : none;}
	.view_2 { display : none;}
	.view_1 { display : none;}
}
@media (min-width: 980px) and (max-width: 1199px) {
	.view_5 { display : none;}
	.view_4 { display : block !important;}
	.view_3 { display : none;}
	.view_2 { display : none;}
	.view_1 { display : none;}
}
@media (min-width: 768px) and (max-width: 979px) {
	.view_5 { display : none;}
	.view_4 { display : none;}
	.view_3 { display : block !important;}
	.view_2 { display : none;}
	.view_1 { display : none;}
}
@media (min-width: 480px) and (max-width: 767px) {
	.view_5 { display : none;}
	.view_4 { display : none;}
	.view_3 { display : none;}
	.view_2 { display : block !important;}
	.view_1 { display : none;}
}
@media (max-width: 479px) {
	.view_5 { display : none;}
	.view_4 { display : none;}
	.view_3 { display : none;}
	.view_2 { display : none;}
	.view_1 { display : block !important;}
}

/* pour voir des images cropées dans les listes blog (actus/agenda...) */
.blog .img {
	padding-bottom: 190px;
	background-color: #ccc;
	background-size: cover;
}

@media (max-width: 767px) {
	.blog .img {
		padding-bottom: 70%;
	}
}

/* pour l'image en tête des documents */
div#phototop {
	background-image: url('../images/nopict.gif');
	background-position: center center;
	background-size: cover;
	height: 500px;
}

/* pour les mosaiques de liens vers des fiches */
.fiches, .minifiches {
	background-color: #dbe6e9;
}

.fiches .fiche, .minifiches .fiche {
	background-color: #fff;
	/*box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);*/
	position: relative;
	height: 250px;
	overflow: hidden;
}
.minifiches .fiche {
	height: 160px;
}

.fiches .fiche:hover, .minifiches .fiche:hover {
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.fiches .fiche .img, .minifiches .fiche .img  {
	width: 100%;
	padding-bottom: 70%;
	background-color: #ccc;
	background-size: cover;
}

.fiches .fiche p, .minifiches .fiche p {
	padding: 0 10px;
	margin-bottom: 10px;
}
.fiches .fiche .titrefiche, .minifiches .fiche .titrefiche  {
	margin-top: 10px;
}

.fiches a .fiche, .minifiches a .fiche {
	color: #000;
}

.fiches a .fiche .titrefiche, .minifiches a .fiche .titrefiche  {
	font-weight: 700;
	text-decoration: none;
}
.minifiches a .fiche .titrefiche  {
	font-weight: normal;
	font-size: 10px;
	margin-top: 5px;
	line-height: 1em;
}
.fiches a:hover .fiche .titrefiche, .minifiches a:hover .fiche .titrefiche {
	color: #8dbc3a;
	text-decoration: underline;
}

@media (min-width: 980px) and (max-width: 1199px) {
	.fiches .fiche {
		height: 240px;
	}
	.minifiches .fiche {
		height: 150px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.fiches .fiche {
		height: 220px;
	}
	.minifiches .fiche {
		height: 150px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.fiches .fiche, .minifiches .fiche {
		height: auto;
		overflow: visible;
		padding-bottom: 1px;
	}
}
@media (max-width: 479px) {
	.fiches .fiche, .minifiches .fiche {
		height: auto;
		overflow: visible;
		padding-bottom: 1px;
	}
}

/* pour les pop-up */
.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 10px);
    max-height: calc(100% - 10px);
    overflow: visible;
    background: #fff;
}
.fancybox-iframe{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}