/*** plan du site ***/
#plansite li {
    list-style: none;
    margin-bottom: 10px;
}

#plansite li > i {
    color: #7b7b7b;
    font-size: 15px;
    margin-right: 10px;
    cursor: pointer;
}

.expand-it > ul {
    margin-top: 10px;
}
/*** -plan du site- ***/

/* ---------------------------------------------------------
   1. General reset
   2. Common site styles
   3. Custom form styles
   4. Print style
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
    1. General reset
---------------------------------------------------------*/
html {
  box-sizing: border-box;
  height: 100%;
}
*, *:before, *:after {
  box-sizing: inherit;
}
* {max-height: 1000000px;}
body {
  margin: 0;
  height: 100%;
  color: #333;
  font: 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
  background: #fbf7f2;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  min-width: 1170px;
}
* {max-height: 100000px;}
input[type="email"], input[type="tel"], input[type="search"], input[type="text"], input[type="password"], input[type="file"], input[type="submit"], textarea {-webkit-appearance: none; border-radius: 0;}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block;
}
img {
  border-style: none;
  vertical-align: top;
}
/* set styles for default page links */
a {
  text-decoration: underline;
  color: #000;
  outline: none;
}
a:hover {text-decoration: none;}
/* set default styles in all browsers */
input,
textarea,
select {
  font: 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #fffffe;
}
textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}
form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="search"] {-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration {display: none;}
q {quotes: none;}
q:before,
q:after {
  content: '';
  content: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {margin: 0 0 1.2em;}
/* ---------------------------------------------------------
   2. Сommon site styles
   ---------------------------------------------------------*/
::-webkit-input-placeholder {
  color: #fffffe;
  font-style: italic;
}
:-moz-placeholder {
  color: #fffffe;
  font-style: italic;
}
::-moz-placeholder {
  color: #fffffe;
  opacity: 1;
  font-style: italic;
}
:-ms-input-placeholder {
  color: #fffffe;
  font-style: italic;
}
/* main container styles */
.news-form ::-webkit-input-placeholder {color: #8e8d8d;}
.news-form :-moz-placeholder {color: #8e8d8d;}
.news-form ::-moz-placeholder {color: #8e8d8d;}
.news-form :-ms-input-placeholder {color: #8e8d8d;}
.filter-form ::-webkit-input-placeholder {color: #8e8d8d;}
.filter-form :-moz-placeholder {color: #8e8d8d;}
.filter-form ::-moz-placeholder {color: #8e8d8d;}
.filter-form :-ms-input-placeholder {color: #8e8d8d;}
.social-networks {
  list-style: none;
  position: fixed;
  left: 0;
  top: 308px;
  margin: 0;
  padding: 0;
  width: 62px;
  border-bottom: 1px solid #cbc8c2;
  border-right: 1px solid #cbc8c2;
  z-index: 14;
}
.social-networks li {border-top: 1px solid #cbc8c2;}
.social-networks a {
  position: relative;
  width: 61px;
  height: 61px;
  display: block;
  text-indent: -9999px;
  background: #f6f3ef;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.social-networks a span,
.social-link a span {
  display: none;
}
.social-networks a:hover {background: #333;}
.social-networks a:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -14px 0 0 -7px;
  content: "";
  width: 14px;
  height: 27px;
  background: url('vhs-assets-css-e447a787163840a724d1f8163dc7b0e2.png') no-repeat -160px 0;
}
.social-networks a:hover:after {background-position: -211px 0;}
.social-networks .twitter:after {
  width: 24px;
  height: 21px;
  margin: -12px 0 0 -12px;
  background-position: -155px -65px;
}
.social-networks .twitter:hover:after {background-position: -206px -65px;}
.social-networks .mail:after {
  width: 26px;
  height: 17px;
  margin: -10px 0 0 -13px;
  background-position: -154px -129px;
}
.social-networks .mail:hover:after {background-position: -205px -129px;}
.btn-style {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  position: relative;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-decoration: none;
}
.center {
  max-width: 1170px;
  margin: 0 auto;
}
.page {height: 100%;}
#wrapper {
  width: 100%;
  height: 100%;
  display: table;
  margin: 0 auto;
  overflow: hidden;
}
.w1 {overflow: hidden;}
/* header styles */
#header .center {position: relative;}
.inner-style #header .center {border-top: 2px solid #da2b1a;}
#header .center:after {
  content: "";
  display: block;
  clear: both;
}
/* page logo styles */
.logo {
  width: 182px;
  height: 143px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.inner-style .logo {
  width: 72px;
  height: 54px;
  position: static;
  float: left;
  margin: 30px 0 0;
}
.logo a {display: block;}
#nav {
  width: 988px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: right;
  font-family: 'Raleway', sans-serif;
  color: #000;
  padding: 53px 23px 49px 58px;
  border-top: 3px solid #da2b1a;
  float: right;
}
.inner-style #nav {
  border: none;
  padding: 53px 23px 47px 58px;
}
#nav:after {
  content: "";
  display: block;
  clear: both;
}
.search-holder {
  margin: 0 0 0 25px;
  float: right;
  cursor: pointer;
}
.search-holder > a {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  position: relative;
}
.search-holder .search {
  width: 24px;
  height: 20px;
  text-indent: 9999px;
  display: block;
  position: relative;
  background: url('vhs-assets-css-e447a787163840a724d1f8163dc7b0e2.png') no-repeat 4px 0;
}
.search-holder .search:after {
  position: absolute;
  left: -30px;
  top: 50%;
  margin: -1px 0 0;
  content: "";
  width: 2px;
  height: 2px;
  background: #000;
}
.search-holder.hover .search {background-position: -29px 0;}
/*.navigation .adherents {margin:0 0 0 60px;position:relative;}*/
.navigation .adherents > a {padding: 0 0 0 30px;}
.navigation .adherents > a:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  width: 25px;
  height: 20px;
  background: url('vhs-assets-css-e447a787163840a724d1f8163dc7b0e2.png') no-repeat 0 -83px;
}
/*.navigation .adherents:before {
	position:absolute;
	left:-30px;
	top:50%;
	margin:-1px 0 0;
	content:"";
	width:2px;
	height:2px;
	background:#000;
}*/
.navigation .adherents.hover {color: #000;}
.navigation .adherents.hover > a:before,
.navigation .active a:before {background-position: -76px -113px;}
.navigation {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation > li {
  float: left;
  margin: 0 0 0 39px;
}
.navigation > li:first-child {margin: 0;}
.navigation > li.hover .drop,
.search-holder.hover .drop {display: block;}
.navigation > li > a {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  position: relative;
  text-decoration: none;
}
.navigation li.hover > .has-drop-down-a:after {
  position: absolute;
  z-index: 2;
  cursor: default;
  left: 50%;
  bottom: -50px;
  margin: 0 0 0 -15px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: transparent transparent #fff transparent;
}
.inner-style .navigation > li.hover > a:after,
.inner-style .navigation > li.hover > .has-drop-down-a:after,
.inner-style .navigation .active > a:after {
  position: absolute;
  left: 0;
  border-width: 0;
  bottom: -49px;
  content: "";
  z-index: 2;
  cursor: default;
  width: 100%;
  height: 2px;
  margin: 0;
  border-bottom: 2px solid #d22818;
}
#footer .navigation li.hover > a:after,
#footer .navigation li.hover > .has-drop-down-a:after {
  border: none;
}
.inner-style .navigation .adherents.hover > a:before {
  border: none;
  background-position: -76px -113px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 25px;
}
.search-holder.hover .drop:before {
  position: absolute;
  z-index: 2;
  cursor: default;
  right: 21px;
  top: 41px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 11px 8px;
  border-color: transparent transparent #fff transparent;
}
.search-holder.hover .drop:after {
  position: absolute;
  z-index: 1;
  cursor: default;
  right: 20px;
  top: 40px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 12px 9px;
  border-color: transparent transparent #e7e3da transparent;
}
.inner-style .search-holder.hover .drop:before {top: 36px;}
.inner-style .search-holder.hover .drop:after {top: 34px;}
.navigation > li.hover > a,
.navigation .active > a {
  color: #d02c1d;
  text-decoration: none;
}
.drop {
  position: absolute;
  left: 0;
  right: 0;
  top: 72px;
  text-align: center;
  padding: 51px 0 0;
  z-index: 1;
  display: none;
  font-family: 'Raleway', sans-serif;
}
.inner-style .drop {padding: 47px 0 0;}
.drop .search-form,
.drop ul {
  position: relative;
  list-style: none;
  padding: 48px 20px 36px;
  margin: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  background: #fff;
  border-top: 1px solid #e7e3da;
}
.inner-style .drop .search-form,
.inner-style .drop ul {
  border-top: 2px solid #dcd8cc;
}
.inner-style .drop ul {
  background: #f6f3ef;
  padding: 0;
}
.drop .form-holder {
  text-align: center;
  position: relative;
  padding: 24px 0 29px;
}
.drop .search-form {
  width: 541px;
  margin: 0 auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0;
  height: 49px;
  background: #f6f6f6;
  box-shadow: inset 0px 1px 14px -3px rgba(0, 0, 0, 0.33);
}
.drop .search-form:after {
  content: "";
  display: block;
  clear: both;
}
.drop .search-form input[type="text"] {
  border: none;
  width: 368px;
  float: left;
  background: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 12px 15px;
  height: 49px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #8e8d8d;
}
.drop .search-form button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  text-transform: uppercase;
  float: left;
  width: 173px;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 47px;
  font-weight: 600;
  margin: -1px 0 0;
  position: relative;
  padding: 0 27px;
  letter-spacing: 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background: #faf8f5 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZjhmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWYxZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #faf8f5 0%, #f5f1eb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faf8f5), color-stop(100%, #f5f1eb));
  background: -webkit-linear-gradient(top, #faf8f5 0%, #f5f1eb 100%);
  background: -o-linear-gradient(top, #faf8f5 0%, #f5f1eb 100%);
  background: -ms-linear-gradient(top, #faf8f5 0%, #f5f1eb 100%);
  background: linear-gradient(to bottom, #faf8f5 0%, #f5f1eb 100%);
}
.drop .search-form button:hover {opacity: 0.7;}
.drop .search-form button:after {
  position: absolute;
  right: 29px;
  top: 50%;
  margin: -3px 0 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 4px solid #000;
  border-bottom: 3px solid transparent;
}
.drop .form-holder:after,
.drop ul:after {
  box-shadow: 0 -7px 18px -13px rgba(50, 50, 50, 0.4);
  left: -10000%;
  right: -10000%;
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  background: #fff;
  z-index: -1;
  border-top: 1px solid #e7e3da;
}
.inner-style .drop .form-holder:after,
.inner-style .drop ul:after {
  border-top: 2px solid #dcd8cc;
  top: -2px;
}
.inner-style .drop ul:after {background: #f6f3ef;}
.drop li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  margin: 0 0 10px 35px;
}
.inner-style .drop li {margin: 0 0 0 35px;}
.drop li:after {
  position: absolute;
  left: -18px;
  top: 50%;
  width: 2px;
  height: 2px;
  margin: -1px 0 0;
  content: "";
  background: #000;
}
.inner-style .drop li:after {background: none;}
.drop li:first-child {margin: 0;}
.drop li:first-child:after {background: none;}
.drop a {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.drop a:hover {text-decoration: underline;}
.inner-style .drop a {
  font-weight: bold;
  padding: 23px 0 20px;
  display: inline-block;
  position: relative;
}
.inner-style .drop a:hover,
.inner-style .drop .active a {
  color: #da2b1a;
  text-decoration: none;
}
.inner-style .drop a:hover:after,
.inner-style .drop .active a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  content: "";
  height: 2px;
  background: #d22818;
}
/* main informative part styles */
.visual {
  text-align: center;
  position: relative;
  margin: 0 0 2px;
  overflow: hidden;
}
.inner-style .visual {border-bottom: 2px solid #eeebe7;}
.style-page .visual {border: none;}
#bg-stretch-visual, .bg-stretch-visual {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 567px;
  overflow: hidden;
  width: 100%;
  margin: 0;
  z-index: -1;
}
.bg-stretch-visual .slide-visual {
  position: absolute;
}
#bg-stretch-visual img,
.bg-stretch-visual img {
  width: 100%;
  height: auto;
  margin-top: 0 !important;
}
.inner-style #bg-stretch-visual,
.inner-style .bg-stretch-visual {
  height: 261px;
}
.style-page #bg-stretch-visual,
.style-page .bg-stretch-visual {
  height: 534px;
  overflow: visible;
}
.visual .center {
  min-height: 565px;
  width: 100%;
  white-space: nowrap;
  text-align: left;
}
.inner-style .visual .center {min-height: 261px;}
.visual .center:after {
  content: '';
  display: inline-block;
  height: 565px;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle;
}
.inner-style .visual .center:after {height: 261px;}
.visual .text-holder {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  font-size: 36px;
  line-height: 43px;
  text-align: left;
  color: #fbf7f2;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.inner-style .visual .text-holder {
  font-size: 14px;
  line-height: 27px;
  font-weight: bold;
  color: #000;
}
.visual h1,
.visual div.head-rubrique {
  font-weight: 800;
  color: #da2b1a;
  font-size: 48px;
  line-height: 52px;
  margin: 0;
}
.visual p {margin: 0;}
.text-holder p {margin: 0;}
.inner-style #main {border-top: 2px solid #dcd8cc;}
.style-page #main {position: relative;}
.main-holder {margin: -44px 0 0;}
.style-page .main-holder .center {
  border-bottom: 1px solid #e1ddd5;
  margin: 0 auto 105px;
}
.main-holder .center:after {
  content: "";
  display: block;
  clear: both;
}
.same-height-holder:after {
  content: "";
  display: block;
  clear: both;
}
/* sidebar styles */
#sidebar {
  width: 396px;
  float: right;
  margin: 0 0 0 44px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px;
  background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmY3ZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #fbf7f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #fff), color-stop(100%, #fbf7f2));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #fbf7f2 100%);
  background: -o-linear-gradient(top, #fff 0%, #fff 50%, #fbf7f2 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fff 50%, #fbf7f2 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #fbf7f2 100%);
}
#sidebar:after,
#sidebar:before {
  position: absolute;
  top: 0;
  background: none;
  width: 1px;
  height: 528px;
  content: "";
  z-index: -1;
}
#sidebar:after {
  right: 6px;
  box-shadow: 3px 0 8px 0px rgba(50, 50, 50, 1);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}
.style-page #sidebar:after {box-shadow: none;}
#sidebar:before {
  left: 6px;
  box-shadow: -3px 0 8px 0px rgba(50, 50, 50, 1);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.style-page #sidebar:before {box-shadow: none;}
.inner-style #sidebar {
  padding: 0 0 19px;
  margin: 0;
}
.style-page #sidebar {
  margin: 0;
  background: #fff;
  border-right: 1px solid #e5e1d8;
  border-left: 1px solid #e5e1d8;
  border-top: 1px solid #e5e1d8;
}
#sidebar .box {
  padding: 23px 0 15px;
  position: relative;
}
.inner-style #sidebar .box {padding: 16px 30px 15px;}
.inner-style #sidebar .box {border-top: 1px solid #dfd9d3;}
.inner-style #sidebar .box:first-child {border: none;}
#sidebar .box:first-child {padding: 0 0 15px;}
.inner-style #sidebar .box:first-child {padding: 30px 30px 15px;}
#sidebar .box:after {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 0;
  content: "";
  background: url('vhs-assets-css-085937edf176face46e6c819cd7cdc9f.png') no-repeat;
}
.inner-style #sidebar .box:after {background: none;}
.inner-style #sidebar .box:first-child:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  box-shadow: 3px 0 8px 0px rgba(50, 50, 50, 1);
  z-index: -1;
}
#sidebar h1 {
  position: relative;
  margin: 0 0 26px;
  font-size: 24px;
  line-height: 26px;
  color: #d22818;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  padding: 0 10px 0 45px;
}
.inner-style #sidebar h1 {padding: 0;}
.style-page #sidebar h1 {
  font-family: 'Raleway', sans-serif;
  color: #333;
  font-weight: 300;
}
#sidebar h1.tv:after,
#sidebar h1.icon:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -12px 0 0;
  content: "";
  width: 24px;
  height: 24px;
  background: url('vhs-assets-css-e447a787163840a724d1f8163dc7b0e2.png') no-repeat 0 -43px;
}
.inner-style #sidebar h1:after {background: none;}
#sidebar h1.icon:after {
  width: 25px;
  height: 21px;
  background-position: -42px -46px;
  margin: -10px 0 0;
}
.info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 87px 0 0;
  font-family: 'Open Sans', sans-serif;
  color: #5f5d58;
  margin: 0;
}
.info p {margin: 0;}
.info .link-holder,
.info .link-holder a {
  font-weight: bold;
  color: #d22818;
}
.btn-acces {
  text-decoration: none;
  position: relative;
  display: block;
  margin: 0 0 15px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px 68px 30px 117px;
  background: #333;
  border-radius: 4px;
}
.style-page .btn-acces {
  color: #d22818;
  border: 1px solid #dfdfdf;
  background: #faf8f5 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZjhmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWYxZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #faf8f5 0%, #f5f1eb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faf8f5), color-stop(100%, #f5f1eb));
  background: -webkit-linear-gradient(top, #faf8f5 0%, #f5f1eb 100%);
  background: -o-linear-gradient(top, #faf8f5 0%, #f5f1eb 100%);
  background: -ms-linear-gradient(top, #faf8f5 0%, #f5f1eb 100%);
  background: linear-gradient(to bottom, #faf8f5 0%, #f5f1eb 100%);
}
.inner-style .btn-acces {margin: 0 0 11px;}
.btn-acces:after {
  position: absolute;
  left: -192px;
  top: -43px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 500px 0 500px 600px;
  border-color: transparent transparent transparent #393939;
  -moz-transform: rotate(21deg);
  -ms-transform: rotate(21deg);
  -webkit-transform: rotate(21deg);
  -o-transform: rotate(21deg);
  transform: rotate(21deg);
}
.style-page .btn-acces:after {border-width: 0;}
.btn-acces.adherents:before {
  position: absolute;
  left: 79px;
  top: 50%;
  margin: -10px 0 0;
  content: "";
  width: 28px;
  height: 23px;
  z-index: 1;
  background: url('vhs-assets-css-e447a787163840a724d1f8163dc7b0e2.png') no-repeat -34px -83px;
}
.style-page .btn-acces:before {background-position: -73px -83px;}
.btn-acces:hover {
  text-decoration: none;
  opacity: 0.8;
}
.style-page .btn-acces:hover {
  background: #f5f1eb url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjFlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWY4ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f5f1eb 0%, #faf8f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f1eb), color-stop(100%, #faf8f5));
  background: -webkit-linear-gradient(top, #f5f1eb 0%, #faf8f5 100%);
  background: -o-linear-gradient(top, #f5f1eb 0%, #faf8f5 100%);
  background: -ms-linear-gradient(top, #f5f1eb 0%, #faf8f5 100%);
  background: linear-gradient(to bottom, #f5f1eb 0%, #faf8f5 100%);
}
/************** BLOC ALERTE ***************/

.blocAlerte {
  text-decoration: none;
  position: relative;
  display: block;
  margin: 0 0 15px;
  overflow: hidden;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px 36px 30px 50px;
  background: #393939;
  border-radius: 4px;
}
.blocAlerte:after {
  position: absolute;
  left: -154px;
  top: -100px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 500px 0 500px 650px;
  border-color: transparent transparent transparent #333;
  -moz-transform: rotate(21deg);
  -ms-transform: rotate(21deg);
  -webkit-transform: rotate(21deg);
  -o-transform: rotate(21deg);
  transform: rotate(21deg);
}
a:hover .blocAlerte {
  text-decoration: none;
  opacity: 0.8;
}
.blocAlerte .titreAlert {
  position: absolute;
  z-index: 1000;
  left: 80px;
  top: 38%;
  text-transform: uppercase;
}
.blocAlerte .textAlert {
  margin-left: 200px;
}
.blocAlerte .titreAlert .fa {
  font-size: 30px;
  position: absolute;
  left: -50px;
  top: -2px;
  color: #d22818;
}
a .blocAlerte, a .blocAlerte .textAlert, a.lienAlerte {
  text-decoration: none;
}
/************** BLOC ALERTE ***************/

/************** FIL ARIANE ***************/

.ariane {
  padding: 10px 0px;
}
.ariane a {
  color: #d22818;
  font-weight: bold;
  position: relative;
  font-size: 13px;
}
/************** FIL ARIANE ***************/

.user-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.user-list li {
  padding: 11px 0;
  border-top: 1px solid #d9d5cf;
}
.user-list a {text-decoration: none;}
.user-list a:hover {text-decoration: underline;}
.user-list li:first-child {
  padding: 0 0 13px;
  border: none;
}
.video-frame {margin: 0 0 15px;}
.btn {
  display: inline-block;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  margin: 15px 0;
  /*background: url('vhs-assets-css-7f15199288a10c418141a20fd4647e2d.png') no-repeat;
	text-indent:-9999px;
	width:264px;
	height:82px;*/
}
.btn:hover {opacity: 0.8;}
.posts {
  list-style: none;
  padding: 0;
  margin: 0;
}
.posts li {
  margin: 0 0 21px;
  width: 100%;
  overflow: hidden;
}
.posts img {
  float: left;
  margin: 0 10px 0 0;
}
.posts .text {overflow: hidden;}
.posts .post-heading {
  display: block;
  font-size: 14px;
  line-height: 15px;
  margin: 0 0 9px;
  padding: 0 10px 0 0;
}
.posts p {margin: 0 0 2px;}
.post-link {
  color: #d22818;
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}
.post-link:hover {text-decoration: underline;}
.post-link:after {
  position: absolute;
  right: -12px;
  top: 50%;
  margin: -1px 0 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #d22718;
}
.post-service-list .post-link:after {
  border-width: 3.5px 0 3.5px 4px;
  margin: -2px 0 0;
  right: -13px;
}
.members-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2px;
}
.members-list img {
  border-radius: 100px;
  float: left;
  margin: 0 10px 0 0;
}
.members-list li {
  width: 100%;
  overflow: hidden;
  padding: 18px 0;
  border-top: 1px solid #d9d5cf;
}
.members-list li:first-child {
  padding: 0 0 17px;
  border: none;
}
.members-list img {
  float: left;
  margin: 0 8px 0 0;
}
.members-list .name {overflow: hidden;}
.news-form {
  width: 338px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 1px 0 1px 1px;
  overflow: hidden;
  background: #fbfaf8;
  margin: 0 0 10px;
}
.news-form input[type="email"] {
  width: 220px;
  border: none;
  border-top: 1px solid #e0dfde;
  border-bottom: 1px solid #e0dfde;
  border-left: 1px solid #e0dfde;
  background: #fbfaf8;
  height: 42px;
  float: left;
  box-sizing: border-box;
  padding: 8px 20px;
  margin: 0 -2px 0 0;
  color: #8e8d8d;
}
.news-form button {
  padding: 5px 37px 5px 22px;
  width: 116px;
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  margin: 0;
  float: right;
  font-size: 13px;
  height: 42px;
  border: 1px solid #c4c3c2;
  border-radius: 4px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  background: #faf8f5 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZjhmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWYxZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #faf8f5 0%, #f5f1ec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faf8f5), color-stop(100%, #f5f1ec));
  background: -webkit-linear-gradient(top, #faf8f5 0%, #f5f1ec 100%);
  background: -o-linear-gradient(top, #faf8f5 0%, #f5f1ec 100%);
  background: -ms-linear-gradient(top, #faf8f5 0%, #f5f1ec 100%);
  background: linear-gradient(to bottom, #faf8f5 0%, #f5f1ec 100%);
}
.news-form button:after {
  position: absolute;
  right: 18px;
  top: 18px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #000;
}
.news-form button:hover {
  background: #f5f1ec url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjFlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWY4ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f5f1ec 0%, #faf8f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f1ec), color-stop(100%, #faf8f5));
  background: -webkit-linear-gradient(top, #f5f1ec 0%, #faf8f5 100%);
  background: -o-linear-gradient(top, #f5f1ec 0%, #faf8f5 100%);
  background: -ms-linear-gradient(top, #f5f1ec 0%, #faf8f5 100%);
  background: linear-gradient(to bottom, #f5f1ec 0%, #faf8f5 100%);
}
.links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.links a {text-decoration: none;}
.links a:hover {text-decoration: underline;}
.links li {
  padding: 14px 0;
  border-top: 1px solid #d9d5cf;
}
.links li:first-child {
  padding: 0 0 20px;
  border: none;
}
.icon-frame {
  display: inline-block;
  width: 3px;
  height: 5px;
  margin: -1px 0 0 9px;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #d22818;
}
#sidebar .post-list li {
  margin: 0;
  padding: 13px 0;
  border-top: 1px solid #d9d5cf;
}
#sidebar .post-list li:first-child {
  padding: 0 0 10px;
  border: none;
}
#sidebar .post-list p {margin: 0 0 5px;}
#content {
  overflow: hidden;
  padding: 41px 0 0;
}
.content-holder:after {
  content: "";
  display: block;
  clear: both;
}
.inner-style .content-holder {padding: 0 60px 0 0;}
.style-page .content-holder {
  padding: 0 30px;
  background: #f6f3ef;
  border-left: 1px solid #dfdbd3;
  border-top: 1px solid #dfdbd3;
}
/* main content styles */
#content .box {
  padding: 33px 0;
  position: relative;
}
.mark {font-style: normal;}
#content .box:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  height: 1px;
  background: url('vhs-assets-css-c1823b0a49ed49abb5d229d6d994e840.png') no-repeat;
}
.inner-style #content .box {
  overflow: hidden;
  padding: 14px 0;
}
.inner-style #content .box p {margin: 0 0 27px;}
.style-page #content .post-service-list p {margin: 0 0 10px;}
.inner-style #content .content-frame p {margin: 0 0 20px;}
.inner-style #content .box img {margin: 0 0 19px;}
.inner-style #content .video-holder img {margin: 0;}
.style-page #content .post-service-list img {margin: 0 21px 0 0;}
.inner-style #content .box:first-child,
.inner-style #content div.box:first-of-type,
.inner-style #content section.box:first-of-type {
  font-style: italic;
  padding: 22px 0 0;
}
.style-page #content .box:first-child {font-style: normal;}
.inner-style #content .box:after {background: none;}
#content .box:first-child:after {background: none;}
.heading {
  margin: 0 0 39px;
  position: relative;
  padding: 5px 0;
}
.inner-style .heading {margin: 0 0 48px;}
#sidebar .heading {margin: 0 0 22px;}
#sidebar .view {margin: 0 0 31px;}
.style-page #sidebar .heading {margin: 0 0 19px;}
.heading:after {
  content: "";
  display: block;
  clear: both;
}
.heading:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 15px;
  height: 1px;
  background: #da2b1a;
}
.transportation .heading:before {bottom: -36px;}
.inner-style .heading:before {bottom: -21px;}
#sidebar .heading:before {bottom: 4px;}
.style-page #sidebar .heading:before {bottom: 6px;}
.box h1 {
  float: left;
  font-size: 24px;
  line-height: 26px;
  color: #d22818;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  margin: 6px 0 10px;
}
#content h3 {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 20px;
}
.inner-style .box h1 {
  color: #333;
  font-style: normal;
  float: none;
}
.inner-style #content .box .heading p.date {
  margin: 10px 0 0;
  text-transform: uppercase;
  color: #fff;
  background-color: #333;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: bold;
}
.box h2 {
  margin: 0 0 22px;
  color: #d22818;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}
.btn-news {
  text-decoration: none;
  border: 1px solid #dcd8d4;
  float: right;
  margin: 0 0 19px;
  text-transform: uppercase;
  padding: 10px 59px 10px 16px;
  color: #332;
  border-radius: 4px;
  background: #faf8f5 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZjhmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWYxZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #faf8f5 0%, #f5f1ec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faf8f5), color-stop(100%, #f5f1ec));
  background: -webkit-linear-gradient(top, #faf8f5 0%, #f5f1ec 100%);
  background: -o-linear-gradient(top, #faf8f5 0%, #f5f1ec 100%);
  background: -ms-linear-gradient(top, #faf8f5 0%, #f5f1ec 100%);
  background: linear-gradient(to bottom, #faf8f5 0%, #f5f1ec 100%);
}
.btn-news:after {
  position: absolute;
  right: 13px;
  top: 50%;
  margin: -4px 0 0;
  content: "";
  width: 32px;
  height: 7px;
  background: url('vhs-assets-css-e447a787163840a724d1f8163dc7b0e2.png') no-repeat -116px -46px;
}
.btn-news:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn-news:hover:after {background-position: -68px -25px;}
.post-holder {
  overflow: hidden;
  margin: 0 0 20px;
}
.post-holder .col {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 0 0 23px;
}
.post-holder .col:first-child {padding: 0 20px 0 0;}
.post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-list li {margin: 0 0 14px;}
.post-list .date {
  float: left;
  margin: 0 30px 0 0;
  font-style: normal;
  color: #000;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}
#sidebar .post-list .date {margin: 0 24px 0 0;}
.date span {display: block;}
#sidebar .date span {display: inline-block;}
.post-list .text,
.post-list .text a {
  overflow: hidden;
  color: #2d2727;
  line-height: 16px;
  text-decoration: none;
}
.bottom-section {margin: 0 0 41px;}
.intro {
  margin: 0 0 40px;
  position: relative;
  padding: 42px 34px 33px;
  border: 1px solid #e8e5e0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 306px;
  background: #fff url('vhs-assets-css-20c7aea558bcf1614cd629f916c57b1b.png') no-repeat;
}
.intro:after {
  content: "";
  display: block;
  clear: both;
}
.intro.noulafe:before {
  position: absolute;
  left: 50%;
  top: -27px;
  margin: 0 0 0 -209px;
  content: "";
  width: 315px;
  height: 320px;
  background: url('vhs-assets-css-0f77ab1eec41f8bbd40b3d243c0dbbcf.png') no-repeat;
}
.info-box {
  width: 438px;
  float: right;
}
.info-box p {margin: 0 0 12px;}
.info-box h1 {
  font-size: 24px;
  line-height: 26px;
  color: #93c33a;
  font-weight: 600;
  margin: 0 0 21px;
  font-family: 'Raleway', sans-serif;
}
.info-box .heading {margin: 0 0 24px;}
.info-box .heading:before {background: #87c12c;}
.site-btn {
  display: inline-block;
  color: #fff;
  margin: 0 0 10px;
  padding: 13px 77px 13px 22px;
  background: #a6cf55;
}
.site-btn:after {
  position: absolute;
  right: 27px;
  top: 50%;
  margin: -4px 0 0;
  content: "";
  width: 34px;
  height: 7px;
  background: url('vhs-assets-css-e447a787163840a724d1f8163dc7b0e2.png') no-repeat -115px -25px;
}
.site-btn:hover {opacity: 0.8;}
.transportation {
  padding: 51px 55px 37px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 331px;
}
.transportation:after {
  position: absolute;
  content: "";
  left: 0;
  top: -480px;
  width: 0;
  height: 0;
  z-index: -1;
  border-style: solid;
  border-width: 1000px 0 1000px 600px;
  border-color: transparent transparent transparent rgba(51, 51, 51, 0.9);
}
.transportation img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.transportation .text {
  width: 244px;
  font-size: 24px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
}
.transportation .heading {margin: 0 0 86px;}
.transportation .item-text,
.transportation .item-text a {
  font-size: 13px;
  font-weight: bold;
  color: #bc352b;
  text-transform: uppercase;
  text-decoration: none;
}
.transportation .item-text a:hover {text-decoration: underline;}
.transportation h1 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
.transportation .file {
  background: #d22818;
  text-decoration: none;
  padding: 13px 71px 13px 16px;
}
.transportation .file:after {right: 18px;}
.links-list {
  list-style: none;
  padding: 0;
  margin: 0 0 31px;
  display: inline-block;
  line-height: 16px;
  overflow: hidden;
  border: 1px solid #dad7d4;
  border-radius: 2px;
  background: #faf8f5 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZjhmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWYxZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #faf8f5 0%, #f5f1ec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faf8f5), color-stop(100%, #f5f1ec));
  background: -webkit-linear-gradient(top, #faf8f5 0%, #f5f1ec 100%);
  background: -o-linear-gradient(top, #faf8f5 0%, #f5f1ec 100%);
  background: -ms-linear-gradient(top, #faf8f5 0%, #f5f1ec 100%);
  background: linear-gradient(to bottom, #faf8f5 0%, #f5f1ec 100%);
}
.inner-style #content .links-list p {margin: 0 0 4px;}
.links-list li {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 40px 14px 14px;
  border-left: 1px solid #d9d7d5;
  width: 169px;
}
.links-list li:first-child {border: none;}
.links-list p {margin: 0 0 5px;}
.links-list .link {
  color: #d22818;
  font-weight: bold;
  position: relative;
  font-size: 13px;
  display: block;
  line-height: 15px;
  padding: 0 19px 0 0;
  text-decoration: underline;
}
.links-list .link:after {
  position: absolute;
  right: -3px;
  top: 50%;
  margin: -6px 0 0;
  content: "";
  width: 12px;
  height: 12px;
  background: url('vhs-assets-css-e447a787163840a724d1f8163dc7b0e2.png') no-repeat -80px -48px;
}
.links-list .link:hover {text-decoration: none;}
.table-info {
  width: 715px;
  margin: 0 0 32px;
}
.table-info th {
  background: #333;
  color: #fff;
  font-weight: 700;
  width: 28%;
}
.table-info tr {background: #f1ede4;}
.table-info tr th:first-child,
.table-info tr td:first-child {padding: 12px 17px 12px 17px;}
.table-info th,
.table-info td {
  padding: 12px 17px 12px 0;
  text-align: left;
}
.table-info .nth-child {background: #e8e3d9;}
.content-frame {
  overflow: hidden;
}
.content-frame .video-holder {
  float: left;
  margin: 4px 20px 0 0;
}
.content-frame .text {overflow: hidden;}
.item-list {
  list-style: none;
  padding: 0;
  margin: 0 0 4px;
}
.item-list li {
  padding: 0 0 0 12px;
  position: relative;
}
.item-list li:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -3px 0 0;
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
}
.filter-form {
  width: 596px;
  position: relative;
  overflow: hidden;
  padding: 0 0 23px 1px;
  margin: 0 0 30px;
}
.filter-form:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 15px;
  height: 1px;
  background: #da2b1a;
}
.filter-form .row {margin: 0 0 9px;}
.filter-form .col {
  width: 50%;
  float: left;
  padding: 0 0 0 3px;
}
.filter-form .col:first-child {padding: 0 5px 0 0;}
.filter-form input[type="text"] {
  width: 100%;
  border: 1px solid #dedcda;
  background: #faf8f5;
  height: 42px;
  padding: 8px 15px;
  color: #8e8d8d;
}
.filter-form button {
  width: 100%;
  margin: 0;
  text-align: left;
  position: relative;
  padding: 11px 113px 11px 120px;
  font-family: 'Raleway', sans-serif;
  border: 1px solid #dedcda;
  font-size: 13px;
  font-weight: bold;
  color: #332;
  border-radius: 4px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  background: #faf8f5 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZjhmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWYxZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #faf8f5 0%, #f5f1ec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faf8f5), color-stop(100%, #f5f1ec));
  background: -webkit-linear-gradient(top, #faf8f5 0%, #f5f1ec 100%);
  background: -o-linear-gradient(top, #faf8f5 0%, #f5f1ec 100%);
  background: -ms-linear-gradient(top, #faf8f5 0%, #f5f1ec 100%);
  background: linear-gradient(to bottom, #faf8f5 0%, #f5f1ec 100%);
}
.filter-form button:after {
  position: absolute;
  right: 118px;
  top: 50%;
  margin: -2px 0 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #000;
}
.filter-form button:hover {
  background: #f5f1ec url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjFlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWY4ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f5f1ec 0%, #faf8f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f1ec), color-stop(100%, #faf8f5));
  background: -webkit-linear-gradient(top, #f5f1ec 0%, #faf8f5 100%);
  background: -o-linear-gradient(top, #f5f1ec 0%, #faf8f5 100%);
  background: -ms-linear-gradient(top, #f5f1ec 0%, #faf8f5 100%);
  background: linear-gradient(to bottom, #f5f1ec 0%, #faf8f5 100%);
}
.post-service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 4px;
}
.post-service-list li {
  overflow: hidden;
  padding: 30px 0;
  border-top: 1px solid #cbc8c2;
}
.post-service-list li:first-child {
  padding: 0 0 30px;
  border: none;
}
.post-service-list img {
  float: left;
  margin: 0 20px 0 0;
}
.post-service-list .text {overflow: hidden;}
.post-service-list .heading-box {
  overflow: hidden;
  margin: 0 0 9px;
}
.box .post-service-list h2 {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  width: 320px;
  font-family: 'Raleway', sans-serif;
  float: left;
  color: #333;
}
.box .post-service-list h2 a {
  color: #333;
  text-decoration: none;
}
.date-row {
  overflow: hidden;
  margin: 0 0 10px;
}
.meta {
  float: left;
  background: #333;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 7px;
}
.heading-box .social-link {
  float: right;
  border: 1px solid #e0ddd9;
  border-radius: 2px;
}
.heading-box .social-link a {
  text-indent: -9999px;
  border-left: 1px solid #ccc9c6;
  display: block;
  width: 24px;
  float: left;
  height: 22px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  position: relative;
  background: #f6f5f2 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjVmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2Y5ZjdmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU3ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f6f5f2 0%, #f9f7f5 10%, #e9e7e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f5f2), color-stop(10%, #f9f7f5), color-stop(100%, #e9e7e5));
  background: -webkit-linear-gradient(top, #f6f5f2 0%, #f9f7f5 10%, #e9e7e5 100%);
  background: -o-linear-gradient(top, #f6f5f2 0%, #f9f7f5 10%, #e9e7e5 100%);
  background: -ms-linear-gradient(top, #f6f5f2 0%, #f9f7f5 10%, #e9e7e5 100%);
  background: linear-gradient(to bottom, #f6f5f2 0%, #f9f7f5 10%, #e9e7e5 100%);
}
.heading-box .social-link a:hover {
  background: #e9e7e5 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTdlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2Y5ZjdmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY1ZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e9e7e5 0%, #f9f7f5 90%, #f6f5f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e7e5), color-stop(90%, #f9f7f5), color-stop(100%, #f6f5f2));
  background: -webkit-linear-gradient(top, #e9e7e5 0%, #f9f7f5 90%, #f6f5f2 100%);
  background: -o-linear-gradient(top, #e9e7e5 0%, #f9f7f5 90%, #f6f5f2 100%);
  background: -ms-linear-gradient(top, #e9e7e5 0%, #f9f7f5 90%, #f6f5f2 100%);
  background: linear-gradient(to bottom, #e9e7e5 0%, #f9f7f5 90%, #f6f5f2 100%);
}
.heading-box .social-link a:after {
  position: absolute;
  left: 7px;
  top: 7px;
  content: "";
  width: 10px;
  height: 10px;
  background: url('vhs-assets-css-e447a787163840a724d1f8163dc7b0e2.png') no-repeat 0 -117px;
}
.heading-box .social-link .facebook:after {
  background-position: -27px -116px;
  width: 6px;
  height: 12px;
  left: 8px;
  top: 6px;
}
.heading-box .social-link a:first-child {border: none;}
.heading-box .name {
  float: right;
  margin: 4px 8px 0 0;
}
.paging {
  margin: 0 0 30px;
  padding: 0 0 0 22px;
  list-style: none;
  color: #000;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.paging:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -1px 0 0;
  content: "";
  height: 1px;
  background: #cbc8c2;
  z-index: -1;
}
.paging li {
  float: left;
  border-top: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  border-radius: 2px;
  background: #f6f3ef;
}
.paging li:first-child {border-left: 1px solid #cdcdcd;}
.paging li a {
  color: #00d;
  padding: 2px 9px;
  display: inline-block;
  color: #a7a7a7;
  border-radius: 2px;
  text-decoration: none;
}
.paging li a:hover,
.paging .active a {
  background: #fff;
  color: #333;
}
.paging .first {margin: 0;}
.paging span {
  margin: 2px 7px;
  display: inline-block;
  color: #a7a7a7;
}
.paging strong {
  padding: 2px 9px;
  display: inline-block;
  background: #fff;
  border-radius: 2px;
  font-weight: normal;
}
/* footer styles */
#footer {
  width: 100%;
  overflow: hidden;
  display: table-footer-group;
  height: 1%;
}
#footer .center {
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
}
#footer .navigation {
  margin: 0;
  float: none;
  padding: 60px 23px 47px;
  background: #333;
  position: relative;
}
#footer .navigation:after {
  left: -10000%;
  right: -10000%;
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  background: #333;
  z-index: -1;
}
#footer .navigation li {
  margin: 0 0 10px 36px;
  display: inline-block;
  float: none;
}
#footer .navigation .adherents {margin: 0 0 10px 44px;}
#footer .navigation a {color: #f1ede4;}
#footer .navigation a:hover,
#footer .active a {color: #918e87;}
#footer .adherents a:after {
  background-position: -111px -85px;
  left: -4px;
}
#footer .navigation .adherents a:before {background-position: -111px -85px;}
#footer .navigation .adherents:hover a:before,
#footer .navigation .active a:before {background-position: -111px -118px;}
#footer .navigation .adherents:before {
  background: #fff;
  left: -27px;
}
.footer-bottom {
  overflow: hidden;
  padding: 21px 0 40px;
}
.logo-holder {
  float: left;
  margin: 0 63px 0 0;
  width: 250px;
  line-height: 17px;
}
.footer-logo {
  width: 80px;
  height: 66px;
  float: left;
  margin: 13px 12px 0 0;
}
.footer-logo a {display: block;}
.logo-holder .text {
  overflow: hidden;
  padding: 22px 0 0;
  text-align: left;
}
.logo-holder .text p {margin: 0;}
.contact {
  float: left;
  color: #f1ede4;
  margin: 28px 33px 0 0;
  border-radius: 4px;
  padding: 10px 63px 10px 16px;
  background: #767470 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2NzQ3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YjY5NjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #767470), color-stop(100%, #6b6964));
  background: -webkit-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: -o-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: -ms-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: linear-gradient(to bottom, #767470 0%, #6b6964 100%);
}
.contact:hover {
  text-decoration: none;
  opacity: 0.8;
}
.contact:after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -4px 0 0;
  content: "";
  width: 32px;
  height: 7px;
  background: url('vhs-assets-css-e447a787163840a724d1f8163dc7b0e2.png') no-repeat -117px -25px;
}
.form-box {
  float: left;
  text-align: left;
  margin: -2px 0 0;
  font-family: 'Open Sans', sans-serif;
}
.form-box .top-text {
  display: block;
  margin: 0 0 8px 2px;
}
.footer-form {
  margin: 0 10px 0 0;
  background: #aba9a6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 1px;
  height: 42px;
}
.footer-form input[type="email"], .footer-form input[type="text"] {
  margin: 0;
  background: none;
  float: left;
  border: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 16px;
  width: 283px;
  height: 40px;
}
.footer-form input[type="submit"] {
  width: 115px;
  float: left;
  text-transform: uppercase;
  color: #f1ede4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  font-weight: bold;
  padding: 0;
  border: none;
  border-radius: 4px;
  line-height: 40px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background: #767470 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2NzQ3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YjY5NjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #767470), color-stop(100%, #6b6964));
  background: -webkit-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: -o-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: -ms-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: linear-gradient(to bottom, #767470 0%, #6b6964 100%);
}
.footer-form input[type="submit"]:hover {opacity: 0.8;}
.copyright {
  float: right;
  margin: 29px 0 0;
  line-height: 18px;
  text-align: right;
}
.copyright a {text-decoration: none;}
.copyright a:hover {text-decoration: underline;}
/* ---------------------------------------------------------
   3. Page thématiques
   ---------------------------------------------------------*/
#content .thematique-list {
  padding: 0;
}
#content .thematique-list a.thematique {
  float: left;
  width: 352px;
  margin: 0 3px 3px 0;
  background-color: #f1ede4;
  color: #333;
  padding: 25px 30px;
  display: block;
  text-decoration: none;
}
#content .thematique-list a.thematique:hover {
  background-color: #fff;
}
#content .thematique-list .thematique h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 300;
  margin: 0;
}
#content .thematique-list .thematique .text {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  padding-top: 30px;
  position: relative
}
#content .thematique-list .thematique .text:before {
  position: absolute;
  top: 15px;
  content: "";
  width: 15px;
  height: 1px;
  background: #da2b1a;
}
.inner-style #content .box .mark p {
  margin: 0px;
  padding: 0px;
}
.thematique-list ul.list-unstyled.list-inline {
  padding: 0px;
  height: 10px;
}
.thematique-list ul.list-unstyled.list-inline li {
  display: block;
  float: left;
  margin-right: 5px;
}
/* ---------------------------------------------------------
    Page Adherents
   ---------------------------------------------------------*/
#content .adherent-list {
  padding: 0;
}
#content .adherent-list a.adherent {
  float: left;
  width: 352px;
  margin: 0 3px 3px 0;
  background-color: #f1ede4;
  color: #333;
  padding: 25px 30px;
  display: block;
  text-decoration: none;
}
#content .adherent-list a.adherent:hover {
  background-color: #fff;
}
#content .adherent-list .adherent h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 300;
  margin: 0;
}
#content .adherent-list .adherent .text {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  padding-top: 30px;
  position: relative
}
#content .adherent-list .adherent .text:before {
  position: absolute;
  top: 15px;
  content: "";
  width: 15px;
  height: 1px;
  background: #da2b1a;
}
.adherent-list ul.list-unstyled.list-inline {
  padding: 0px;
  height: 10px;
}
.adherent-list ul.list-unstyled.list-inline li {
  display: block;
  float: left;
  margin-right: 5px;
}
.tx-annuaire-medialight ul.f3-widget-paginator {
  display: block;
  /*margin:0px;
	   	padding:0px;
	   	clear:both;*/
  position: absolute;
  bottom: 0px;
}
.tx-annuaire-medialight ul.f3-widget-paginator li {
  display: block;
  float: left;
  margin: 0px 5px;
  padding: 20px 5px;
}
.tx-annuaire-medialight .listeField {
  margin: 10px 0px;
}
.tx-annuaire-medialight .listeField label {
  display: block;
  width: 200px;
  float: left;
  clear: left;
  font-weight: bold;
}
.tx-annuaire-medialight .listeField input {
  width: 421px;
  padding: 10px;
  border: none;
  background: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #8e8d8d;
  border-radius: 4px;
  background: #f6f6f6;
  box-shadow: inset 0px 1px 14px -3px rgba(0, 0, 0, 0.33);
}
.tx-annuaire-medialight .listeField select, .tx-annuaire-medialight .listeField .jcf-select {
  width: 421px;
}
.tx-annuaire-medialight input.submit {
  float: left;
  color: #f1ede4;
  margin: 28px 33px 0 0;
  border-radius: 4px;
  padding: 10px 16px 10px 16px;
  background: #767470 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2NzQ3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YjY5NjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #767470), color-stop(100%, #6b6964));
  background: -webkit-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: -o-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: -ms-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: linear-gradient(to bottom, #767470 0%, #6b6964 100%);
  width: 150px;
  margin-left: 198px;
  margin-top: 0px;
  font-weight: bold;
}
.tx-annuaire-medialight .zoneFiltre {
  padding-bottom: 100px;
}
.tx-annuaire-medialight .map {
  width: 100%;
  height: 500px;
  margin-bottom: 100px;
  z-index: 0;
  display: none;
}
/******* page single **********/

.tx-annuaire-medialight .map.single {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
}
.chapeauAdh {
  font-weight: bold;
  margin-bottom: 10px;
}
.blocContent {
  background-color: #fff;
  padding: 15px 0px 15px 20px;
  margin-bottom: 10px;
  overflow: auto;
}
.blocContent label {
  font-weight: bold;
  font-size: 12px;
}
.blocContent .autreInfo {
  margin-bottom: 5px;
}
.blocContent .colEntete {
  display: block;
  float: left;
  margin-right: 20px;
  width: 30%;
}
.tx-annuaire-medialight a.contact {
  margin-bottom: 30px;
}
.tx-annuaire-medialight .adherent-autresite:not(:first-of-type) {
  margin-top: 20px;
}
/**Slider***/

.slider ul {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
}
.slider .item {
  margin-bottom: 10px;
}
.content-slider li {
  background-color: #ed3020;
  text-align: center;
  color: #fff;
}
.content-slider h3 {
  margin: 0;
  padding: 70px 0;
}
.slider {
  width: 100%;
}
.inner-style #content .box .slider img {
  margin-bottom: 0px;
}
.slider .clearfix {
  margin-left: auto;
  margin-right: auto;
}
.actuAdh {
  margin-top: 50px;
}
.actuAdh ul li {
  display: block;
  margin-bottom: 35px;
}
.inner-style #content .box .actuAdh ul li p.bodytext, #content .actuAdh ul li h3 {
  margin-bottom: 0px;
}
.actuAdh ul li a.post-link {
  float: right;
}
/******* Fin page single **********/

/*////// Fin adherent ///////////*/

.inner-style h6 {
  font-size: 80px;
  margin-bottom: 40px;
  margin-top: 40px;
}
/*******************  form newsletter  ********************/
.inner-style .footer-bottom .tx-sremailsubscribe-pi1 {
  /*display:none;*/
}
.inner-style .tx-sremailsubscribe-pi1-text {
  width: 421px;
  padding: 10px;
  border: none;
  float: left;
  background: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #8e8d8d;
  border-radius: 4px;
  background: #f6f6f6;
  box-shadow: inset 0px 1px 14px -3px rgba(0, 0, 0, 0.33);
}
.inner-style .tx-sremailsubscribe-pi1 label {
  display: block;
  margin-top: 8px;
  float: left;
  clear: left;
  font-weight: bold;
}
.inner-style .tx-sremailsubscribe-pi1 label span {
  color: #333;
}
.tx-sremailsubscribe-pi1 .innerButton {
  float: left;
  color: #f1ede4;
  margin: 28px 33px 0 0;
  border-radius: 4px;
  padding: 10px 16px 10px 16px;
  background: #767470 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2NzQ3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YjY5NjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #767470), color-stop(100%, #6b6964));
  background: -webkit-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: -o-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: -ms-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: linear-gradient(to bottom, #767470 0%, #6b6964 100%);
  width: 150px;
  margin-top: 15px;
  font-weight: bold;
  border: none;
}
.tx-sremailsubscribe-pi1 .innerButton:hover {
  text-decoration: none;
  opacity: 0.8;
}
.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-click-to-edit {
  font-style: initial;
  padding-top: 20px;
}
/*******************  form newsletter  ********************/

/* ---------------------------------------------------------
   3. Сustom form styles
   ---------------------------------------------------------*/
.jcf-select {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #e0deda;
  margin: 0;
  min-width: 150px;
  border-radius: 2px;
  height: 44px;
  background: #f6f5f2 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjVmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZmFmOGY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZjlmN2Y1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTglIiBzdG9wLWNvbG9yPSIjZWJlOWU3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTdlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #f6f5f2 0%, #faf8f5 2%, #f9f7f5 10%, #ebe9e7 98%, #e9e7e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f5f2), color-stop(2%, #faf8f5), color-stop(10%, #f9f7f5), color-stop(98%, #ebe9e7), color-stop(100%, #e9e7e5));
  background: -webkit-linear-gradient(top, #f6f5f2 0%, #faf8f5 2%, #f9f7f5 10%, #ebe9e7 98%, #e9e7e5 100%);
  background: -o-linear-gradient(top, #f6f5f2 0%, #faf8f5 2%, #f9f7f5 10%, #ebe9e7 98%, #e9e7e5 100%);
  background: -ms-linear-gradient(top, #f6f5f2 0%, #faf8f5 2%, #f9f7f5 10%, #ebe9e7 98%, #e9e7e5 100%);
  background: linear-gradient(to bottom, #f6f5f2 0%, #faf8f5 2%, #f9f7f5 10%, #ebe9e7 98%, #e9e7e5 100%);
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  color: #333;
  margin: 13px 35px 0 14px;
}
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 45px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-select .jcf-select-opener:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0px 0 0 -4px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #000 transparent transparent transparent;
}
body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 3;
}
body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}
.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}
.jcf-select-drop .jcf-select-drop-content {border: 1px solid #e0deda;}
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
  background: #f6f5f2 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjVmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZmFmOGY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZjlmN2Y1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTglIiBzdG9wLWNvbG9yPSIjZWJlOWU3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTdlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #f6f5f2 0%, #faf8f5 2%, #f9f7f5 10%, #ebe9e7 98%, #e9e7e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f5f2), color-stop(2%, #faf8f5), color-stop(10%, #f9f7f5), color-stop(98%, #ebe9e7), color-stop(100%, #e9e7e5));
  background: -webkit-linear-gradient(top, #f6f5f2 0%, #faf8f5 2%, #f9f7f5 10%, #ebe9e7 98%, #e9e7e5 100%);
  background: -o-linear-gradient(top, #f6f5f2 0%, #faf8f5 2%, #f9f7f5 10%, #ebe9e7 98%, #e9e7e5 100%);
  background: -ms-linear-gradient(top, #f6f5f2 0%, #faf8f5 2%, #f9f7f5 10%, #ebe9e7 98%, #e9e7e5 100%);
  background: linear-gradient(to bottom, #f6f5f2 0%, #faf8f5 2%, #f9f7f5 10%, #ebe9e7 98%, #e9e7e5 100%);
}
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jcf-list ul li {
  overflow: hidden;
  display: block;
}
.jcf-list .jcf-overflow {overflow: auto;}
.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 13px 15px;
  color: #656565;
  height: 1%;
}
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}
.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}
.jcf-disabled {background: #ddd !important;}
/* slideshow basic styles */
.slideshow {
  position: relative;
  padding: 0 0 84px;
  margin: 0 0 10px;
}
.slideshow .slide {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.slideshow .slide.active {
  z-index: 2;
}
.slideshow.not-enough-slides a.btn-prev,
.slideshow.not-enough-slides a.btn-next {
  visibility: hidden;
}
.slideshow .pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 716px;
  z-index: 5;
}
.slideshow .pagination li {
  border: 1px solid #dad7d4;
  word-wrap: break-word;
  width: 180px;
  height: 85px;
  overflow: hidden;
  margin: 0 -1px 0 0;
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 9px;
  font-weight: bold;
  background: #fff;
  background: #faf8f5 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZjhmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWYxZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #faf8f5 0%, #f5f1ec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faf8f5), color-stop(100%, #f5f1ec));
  background: -webkit-linear-gradient(top, #faf8f5 0%, #f5f1ec 100%);
  background: -o-linear-gradient(top, #faf8f5 0%, #f5f1ec 100%);
  background: -ms-linear-gradient(top, #faf8f5 0%, #f5f1ec 100%);
  background: linear-gradient(to bottom, #faf8f5 0%, #f5f1ec 100%);
}
.slideshow .pagination a {
  text-decoration: none;
  vertical-align: top;
}
.slideshow .pagination li:first-child {width: 179px;}
.slideshow .pagination li:hover,
.slideshow .pagination .active {
  text-transform: uppercase;
  text-decoration: none;
  background: #fff;
  height: 101px;
}
.slideshow .pagination li:hover .date,
.slideshow .pagination .active .date {color: #d22818;}
.slideshow .pagination a {
  display: inline-block;
}
.slideshow .pagination .date {
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin: 0 0 4px;
}
.slideshow .pagination p {margin: 0 0 5px;}
.slide-btn {
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  right: -13px;
  top: 50%;
  margin: -19px 0 0;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  background: #d22818;
  opacity: 0.8;
  color: #f1ede4;
  padding: 12px 69px 12px 20px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.slide-btn:after {
  position: absolute;
  right: 19px;
  top: 50%;
  margin: -3px 0 0;
  content: "";
  width: 34px;
  height: 7px;
  background: url('vhs-assets-css-e447a787163840a724d1f8163dc7b0e2.png') no-repeat -115px -25px;
}
.slide-btn:hover {
  opacity: 1;
  text-decoration: none;
  color: #fff;
}
/*** Dropdown Sitemap ***/

/* Evite le clip avant la suppression des img par jQuery */
.tx-dropdownsitemap-pi1 > ol img {
  display: none;
}
.tx-dropdownsitemap-pi1 a {
  text-decoration: none;
}
.tx-dropdownsitemap-pi1 a:hover {
  color: #da2b1a;
}
.tx-dropdownsitemap-pi1 a.expander,
.tx-dropdownsitemap-pi1 a.expander:visited {
  width: 5px;
  padding-right: 20px;
  color: #da2b1a;
  margin-left: -20px;
}
/*.tx-dropdownsitemap-pi1 a.expanderAll,
.tx-dropdownsitemap-pi1 a.expanderAll:visited {
	color: #da2b1a;
}*/

.tx-dropdownsitemap-pi1 a.expanderAll:hover {
  color: #da2b1a;
}
/*.tx-dropdownsitemap-pi1 a.expanderAll:hover span{
	color: #da2b1a;
}*/

.tx-dropdownsitemap-pi1 div.expAll > a > span {
  padding-left: 10px;
}
.tx-dropdownsitemap-pi1 div.expAll > a > span:hover {
  color: #da2b1a;
}
.tx-dropdownsitemap-pi1 div.expAll {
  margin-bottom: 10px;
  margin-left: 10px;
  border-bottom: 1px solid #da2b1a;
}
.tx-dropdownsitemap-pi1 div.level_1 {
  border-bottom: 1px solid #fff4e5;
}
.tx-dropdownsitemap-pi1 div[class^="level_"] {
  margin-left: 30px;
}
.tx-dropdownsitemap-pi1 li.closed div[class^="level_"] {
  border: 0;
}
.tx-dropdownsitemap-pi1 li.closed span.no:before {
  color: #c4c3c1;
}
.tx-dropdownsitemap-pi1 li.closed span.no:hover:before {
  color: #6c6865;
}
.tx-dropdownsitemap-pi1 li.closed span.no * {
  font-family: "Open Sans", ​ Arial, ​sans-serif;
}
.tx-dropdownsitemap-pi1 li.closed span.no a {
  margin-left: 10px;
}
.tx-dropdownsitemap-pi1 li.closed:last-child span.no {
  margin-bottom: 10px;
}
#sidebar .box #map.map {
  height: 250px;
}
.paginate { clear: both; }
.paginate .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
}
.paginate .pagination > li {
  display: inline;
}
.paginate .pagination > li > a,
.paginate .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #da2b1a;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.paginate .pagination > li > a:hover,
.paginate .pagination > li > span:hover,
.paginate .pagination > li > a:focus,
.paginate .pagination > li > span:focus {
  background-color: #fbf7f2;
  transition: all 0.2s ease 0s;
  color: #ff9300;
}
.paginate .pagination > .disabled > span,
.paginate .pagination > .disabled > a,
.paginate .pagination > .disabled > a:hover,
.paginate .pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.paginate .pagination > .active > a,
.paginate .pagination > .active > span,
.paginate .pagination > .active > a:hover,
.paginate .pagination > .active > span:hover,
.paginate .pagination > .active > a:focus,
.paginate .pagination > .active > span:focus {
  background-color: #da2b1a;
  border-color: #da2b1a;
  z-index: 2;
  color: #fff;
  cursor: default;
}
/*
.paginate .pagination-m {
    margin-top: -10px;
}

.paginate .pagination-m > li > a,
.paginate .pagination-m > li > span {
    background-color: #FFFFFF;
    border:1px solid #DDDDDD;
    float: left;
    font-size: 17.5px;
    line-height: 20px;
    padding: 11px 19px;
    text-decoration: none;
}*/

/* ---------------------------------------------------------
   4. Print styles
   ---------------------------------------------------------*/

@media print {
  /*
      * set default text color
      * set default background
	*/
  * {
    background: none !important;
    color: #000 !important;
    float: none;
  }
  body {
    color: #000;
    background: #fff;
    font-size: 14px;
    min-width: 100% !important;
  }
  html,
  body,
  #wrapper,
  .page {
    height: auto !important;
  }
  #wrapper {display: block;}
  .visual .text-holder {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 15px;
  }
  .visual h1 {
    font-size: 20px;
    line-height: 22px;
  }
  .visual {
    overflow: hidden;
    white-space: normal;
    height: auto !important;
  }
  .same-height {
    height: auto !important;
    min-height: 1px !important;
  }
  .main-holder {margin: 0;}
  .print-hidden,
  *:after,
  *:before,
  .slideshow,
  #header,
  .social-networks,
  #bg-stretch-visual,
  .bg-stretch-visual,
  #sidebar,
  #footer,
  .btn-news,
  .transportation,
  .site-btn,
  .box img,
  .filter-form,
  .paging,
  .heading-box .name,
  .social-link,
  .visual .center:after,
  .post-link {display: none;}
  .center {max-width: 100%;}
  .post-list li {overflow: hidden;}
  .visual .center {
    min-height: 1px !important;
    height: auto !important;
  }
  #content {padding: 0;}
  #content .box {padding: 0;}
  .heading {
    padding: 0 0 10px;
    margin: 0;
  }
  .box h1 {
    font-size: 18px;
    line-height: 20px;
  }
  .post-holder .col:first-child {
    padding-left: 0 !important;
  }
  .post-list .date {margin: 0 10px 0 0;}
  .info-box {
    width: 100%;
    float: none;
  }
  .intro {
    padding: 10px;
    height: auto;
  }
  .info-box .heading {margin: 0;}
  .info-box h1 {margin: 0;}
  .inner-style .visual,
  .inner-style #main {border: none;}
  .inner-style .heading {margin: 0;}
  .inner-style #content .box p {margin: 0 0 10px;}
  .table-info {
    width: 100%;
    margin: 0 0 10px;
  }
  .table-info th,
  .table-info td {
    border: 1px solid #dad8d5;
    text-align: center;
  }
  .content-holder,
  .style-page .content-holder {padding: 0;}
  .content-frame .video-holder {display: none;}
  .item-list li {padding: 0;}
  .style-page .content-holder {border: none;}
  .post-service-list li {
    padding: 10px 0;
    border: none;
  }
}

.box .transportation h1 {
  color: #fff;
}
/*** espace adherent - begin - ***/
.tx-felogin-pi1 label {
  display: block;
  width: 200px;
  float: left;
  clear: left;
  font-weight: bold;
}
.tx-felogin-pi1 input[type="text"],
.tx-felogin-pi1 input[type="password"] {
  width: 421px;
  padding: 10px;
  border: none;
  float: left;
  background: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #8e8d8d;
  border-radius: 4px;
  background: #f6f6f6;
  box-shadow: inset 0px 1px 14px -3px rgba(0, 0, 0, 0.33);
}
.tx-felogin-pi1 input[type="submit"] {
  float: left;
  color: #f1ede4;
  margin: 28px 33px 0 0;
  border-radius: 4px;
  padding: 10px 16px 10px 16px;
  background: #767470 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2NzQ3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YjY5NjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #767470), color-stop(100%, #6b6964));
  background: -webkit-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: -o-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: -ms-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: linear-gradient(to bottom, #767470 0%, #6b6964 100%);
  width: 150px;
  /*margin-left: 198px;*/
  /*margin-top: 0px;*/
  font-weight: bold;
  border: none;
}
.tx-felogin-pi1 div.felogin-field-wrapper {
  margin-top: 20px;
  clear: both;
  overflow: auto;
}
/*** espace adherent - end - ***/


/*** subscribe - begin - ***/

.tx-sremailsubscribe-pi1-error {
    margin: 0 0 7px;
    color: #f26830;
}

/*** subscribe - end - ***/


/*** Theme color - begin - ***/

.visual h1,
.visual div.head-rubrique {
    color: #f26830;
}
.ariane a {
    color: #f26830;
}

.style-page .btn-acces {
    color: #f26830;
}

.inner-style .navigation > li.hover > a:after,
.inner-style .navigation > li.hover > .has-drop-down-a:after,
.inner-style .navigation .active > a:after {
    color: #f26830;
}

.inner-style .drop a:hover:after,
.inner-style .drop .active a:after {
    color: #f26830;
}


#sidebar h1 {
    color: #f26830;
}

.info .link-holder,
.info .link-holder a {
    color: #f26830;
}

.style-page .btn-acces {
    color: #f26830;
}


.blocAlerte .titreAlert .fa {
    color: #f26830;
}

.post-link {
    color: #f26830;
}

.icon-frame {
    border-color: transparent transparent transparent #f26830;
}

.box h1 {
    color: #f26830;
}

.box h2 {
    color: #f26830;
}

.transportation .file {
    background: #f26830;
}

.links-list .link {
    color: #f26830;
}

.slide-btn {
    background: #f26830;
}


.inner-style #header .center {border-top: 2px solid #f26830;}

/*** Theme color - end - ***/


/*** Tableau override - begin ***/
.table {
    width: 715px;
    margin: 0 0 32px;
}
.table th {
    background: #333;
    color: #fff;
    font-weight: 700;
    width: 28%;
}
.table tr:first-child {
    background:#333;
    color:#fff;
    font-weight:700;
    width:28%;
}
.table tr {background: #f1ede4;}
.table tr th:first-child,
.table tr td:first-child {padding: 12px 17px 12px 17px;}
.table th,
.table td {
    padding: 12px 17px 12px 0;
    text-align: left;
}
.table .nth-child {background: #e8e3d9;}

.table {
    width: 100%;
    margin: 0 0 10px;
}
.table th,
.table td {
    border: 1px solid #dad8d5;
    text-align: center;
}
/*** Tableau override - end ***/

/*** carousel - begin - ***/
.visual section.box h1, .visual section.box div.head-rubrique {
  font-weight: 800;
  color: #f26830;
  font-size: 48px;
  line-height: 52px;
  margin: 0;
  float: none;
}
/*** carousel - end - ***/

#sidebar .post-list.agenda-sidebar a {
  text-decoration: none;
}
/*** recherche - begin - ***/
.tx-indexedsearch-search-form input[type="search"] {
  width: 421px;
  padding: 10px;
  border: none;
  background: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #8e8d8d;
  border-radius: 4px;
  background: #f6f6f6;
  box-shadow: inset 0px 1px 14px -3px rgba(0, 0, 0, 0.33);
}
.tx-indexedsearch-search-form button[type="submit"] {
  color: #f1ede4;
  margin: 28px 33px 0 0;
  border-radius: 4px;
  padding: 10px 16px 10px 16px;
  background: #767470 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2NzQ3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YjY5NjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #767470), color-stop(100%, #6b6964));
  background: -webkit-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: -o-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: -ms-linear-gradient(top, #767470 0%, #6b6964 100%);
  background: linear-gradient(to bottom, #767470 0%, #6b6964 100%);
  width: 150px;
  /*margin-left: 198px;*/
  /*margin-top: 0px;*/
  font-weight: bold;
  border: none;
}
/*** recherche - end - ***/

#content .adherent-list {
    margin-bottom: 100px;
}

.paginate-position {
    position: absolute;
    bottom: 0px;
    margin-bottom: -75px;
}

.paginate-etc {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #f26830;
}
#content .adherent-list-news .adherent h3 {
  font-size: 13px;
}
#content .adherent-list-news a.adherent {
  padding: 10px 30px;
}

.agenda-list ul.post-service-list li .heading-box .date-row {
  margin: 0 0 15px;
}

.agenda-list ul.post-service-list li .heading-box .date-row time.meta {
  font-size: 22px;
  line-height: 22px;
  background: none;
  color: #f26830;
  padding: 0;
  font-weight: bold;
}

.annuaire-infowindow h2 a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}

.annuaire-infowindow h2 {
  margin-bottom: 10px;
}

.inner-style #content .box .annuaire-infowindow p {
  margin-bottom: 10px;
  color: #666;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-style: italic;
}

.inner-style #content .box .annuaire-infowindow p a.post-link {
  color: #f26830;
}

/*** top bar border - begin - ***/

#nav {
    border-top: 3px solid #f26830;
}

.navigation > li.hover > a,
.navigation .active > a {
    color: #f26830;
}

.slideshow .pagination li:hover .date,
.slideshow .pagination .active .date {
    color: #f26830;
}

.heading:before {
    background: #f26830;
}

.inner-style .drop a:hover,
.inner-style .drop .active a {
    color: #f26830;
}

.inner-style .navigation > li.hover > a:after,
.inner-style .navigation > li.hover > .has-drop-down-a:after,
.inner-style .navigation .active > a:after {
    border-bottom: 2px solid #f26830;
}

.inner-style .drop a:hover:after,
.inner-style .drop .active a:after {
    background: #f26830;
}

.post-link:after {
    border-color: transparent transparent transparent #f26830;
}

.transportation .item-text, .transportation .item-text a {
    color: #f26830;
}
/*** top bar border - end - ***/

/*** pagination - begin ***/

.paginate .pagination > .active > a,
.paginate .pagination > .active > span,
.paginate .pagination > .active > a:hover,
.paginate .pagination > .active > span:hover,
.paginate .pagination > .active > a:focus,
.paginate .pagination > .active > span:focus {
    background-color: #f26830;
    border-color: #f26830;
}

.paginate .pagination > li > a,
.paginate .pagination > li > span {
    color: #f26830;
}

#content .thematique-list .thematique .text:before {
    background: #f26830;
}
/*** pagination - end ***/

.table .nth-child, .table tr:nth-child(odd):not(:first-child) {
  background: #e8e3d9;
}


/*** lien assure - begin ***/
.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-holder {
  margin-top: 10px;
}
.navigation > li {
  float: none;
}
#nav {
  padding: 43px 23px 40px 58px;
}
.navigation li.hover > .has-drop-down-a:after {
  bottom: -45px;
}
.search-holder .search:after {
  display: none;
}
/*** lien assure - end ***/


/**** Surcharge COVID 19  - Menu (rajout d'un élement de menu)***/
#nav{
  /** before modif entrée Covid dans Menu */
  /*padding: 43px 23px 40px 21px;*/
  padding: 43px 23px 40px 10px;
}

ul.navigation {
  font-size: 13px;
}

.inner-style #nav{
  padding: 53px 23px 47px 0px;
}


/*ul.navigation > li.firstLevel:last-child:not(.lien_assure) > a  {
  color: #f26830;
  font-weight: bold;
  font-size: 14px;
}*/

ul.navigation > li.firstLevel.lastLi > a{
  color: #f26830 ;
  font-weight: bold;
  font-size: 14px;
}

ul.navigation > li.firstLevel.lastLi > a:hover{
  color: #9c431f;
}

/*** plan du site ***/
.plansite li {
  list-style: none;
  margin-bottom: 10px;
}
.plansite li > i {
  color: #7b7b7b;
  font-size: 15px;
  margin-right: 10px;
  cursor: pointer;
}
.expand-it > ul {
  margin-top: 10px;
}
/*** -plan du site- ***/

.tx-powermail .powermail_fieldset .powermail_field .powermail_submit.g-recaptcha {
  display: none;
}

