@import 'grid.css';
@import 'font-awesome.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: 35px 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: 35px;
  /*top: -999px;*/
  display: none;
  background-color: #000;
  padding: 10px 0 !important;
  width: 200px;
  
  padding: 0;
  margin: 0;
  list-style: none;
}
.sf-menu > li > ul > li {
  float: none;
  position: static;
  padding: 5px 20px;
  text-align: left;
}
.sf-menu > li > ul > li > a {
  color: #fff;
}
.sf-menu > li > ul > li > a:hover {
  color: #c5a35f;
}
.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: #c5a35f;
}


.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: #c5a35f;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 980px) {
  .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;
  }
  .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;
}
#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: #c5a35f;
  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: 72px;*/
  line-height: 40px;
  padding-bottom: 30px;
  
  padding-top: 52px;
  margin-bottom: 17px;
}
h3.head__1 {
  margin-bottom: 12px;
  padding-top: 15px;
}
h3 .update {
	font-size:16px;
	display: inline-block;
	padding-top: 6px;
}
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: square;
}
.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: #c5a35f
}
a:hover {
  color: #000;
}
.link-1 {
  color: #5e5d5d;
  font-size: 22px;
  line-height: 36px;
  display: inline-block;
  margin-top: 4px;
  font: 22px/36px 'Roboto Condensed', sans-serif;
}
.btn {
  float: right;
  display: inline-block;
  color: #ffffff;
  font: 20px/24px 'Roboto Condensed', sans-serif;
  padding: 5px 17px 6px;
  background-color: #c5a35f;
}
.btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn.nf {
	float: none;
	margin-right: 30px;
	display: inline-block;
}
/****classes****/
.mb0 {
  margin-bottom: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb10 {
	margin-bottom: 10px !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;
}

.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: #c5a35f;
}
 hr.middle {
 	margin-top: -12px;
 	margin-bottom: 10px;
 }
  ul.listfiles {
  	margin-bottom: 0;
  }
  ul.listfiles li+li {
  	margin-top: 10px;
  }
  /*header*/
header {
  color: #000;
  display: block;
  position: relative;
  z-index: 999;
  padding: 18px 0 41px;
  background-image: url(../images/slide.jpg);
  -webkit-background-size: cover;
   background-size: cover;
   background-position: center 65%;
}

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;
  z-index: 999;
  float: left;
  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: #c5a35f;
  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: #c5a35f;
}
.page1_header .banner:first-child + .banner + .banner {
  background-color: #fff;
  color: #c5a35f;
}
.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: #c5a35f;
}

/**** article****/
article {
	margin-top: 36px;
}
/****Content****/
#content {
  background-color: #fff;
  padding-bottom: 71px;
  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;
}
/****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: #c5a35f;
  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: #c5a35f;
  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;
}

/*.blog:after {
	content: "\26A1";
	text-align: center;
	display: block;
	color: #c5a35f;
	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: #c5a35f;
  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;
}
.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: #c5a35f;
	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 .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: #c5a35f;
  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: #108908;
}
.color1 a:hover,
a.color1:hover {
  color: #464545;
}
.color2 {
  color: #c5a35f;
}
.color3 {
  color: #5e5d5d;
}

.color4 {
  color: #5e5d5d;
}
.color4:hover {
  color: #c5a35f;
}


/****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: 25px 0;
  border-top: 1px solid #5c5c5c;
  background-color: #000;
}
#footer a:hover {
  color: #ffffff;
}
#footer .copyright {
  font-weight: normal;
  color: #fff;
  text-align: center;
}
#footer .copyright .brand {
  position: relative;
  /*top: -4px;*/
  color: #fff;
  /*font: 300 20px/16px 'Roboto Condensed', sans-serif;*/
}
#footer .copyright .sub-copy {
  padding-top: 3px;
  color: #fff;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 60px;
  right:40px;
  overflow: hidden;
  border: none;
  background-color: #c5a35f;
  /*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: 20;
  -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;
  }
  h3 .update {
	padding-top: 3px;
}
  .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;
	}
	.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 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;
	}
	h3 .update {
		display: block;
	}
}

@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, .gal-bigone img {
  width: 100%;
}

.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:282.5px;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*/
div#popup-search {
  position: fixed;
  width: 100%;
  background-color: #000000;
  top: -244px;
  height: 244px;
  z-index: 1000;
  transition: 0.5s;
  box-shadow: 0 2px 3px #333;
}
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: #c5a35f;
  color: white;
}
#popup-search td + td button{
  color: white;
  background-color: #c5a35f;
  border: 0;
  font-size: 20px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
#popup-search td + td button:hover{
	background-color: #cfa454;
}

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

#popup-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;
}
#popup-search #close_search:hover{
  color:#c5a35f;
}


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 #c6a25e;
  border-right: 0px;
}
#page-search td + td{
  background-color: #c5a35f;
  color: white;
}
#page-search td + td button{
  color: white;
  background-color: #c5a35f;
  border: 0;
  font-size: 20px;
  height: 56px;
  width: 100%;
  cursor: pointer;
}
#page-search td + td button:hover{
	background-color: #cfa454;
}


#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:#c5a35f;
}

#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;
}


.archive select{
  height: 33px;
  font-size: 1.2em;
  -webkit-appearance: menulist-button;
  border-color: #c5a35f;  
  background-color:  white;
  max-width:100%;
}
@media (max-width: 767px) {
  .archive select{
    font-size: 0.9em;
  }
  
}

.archive select > option{
  color: black;
}

#optionArchive{
  border: 2px solid #c6a25e;
  background-color: white;
}

/* 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;}
}

/* vidéos dans les pages */
.video-responsive-16-9, .video-responsive-4-3 { 
	overflow:hidden; 
	padding-bottom:56.25%; 
	position:relative; 
	height:0;
}

.video-responsive-4-3 { 
	padding-bottom:73%;
}

.video-responsive-16-9 iframe, .video-responsive-4-3 iframe {
	left:0; 
	top:0; 
	height:100%;
	width:100%;
	position:absolute;
}

.video-responsive-16-9 img, .video-responsive-4-3 img {
	width:100%;
	height: auto;
}
