/*fonts*/
/*colors*/
/*backgrounds*/
/*background colors*/
/*shadows*/

@font-face {
  font-family: 'font-icon';
  src: url('fonts/font-icon.eot');
  src: url('fonts/font-icon.eot?#iefix') format('embedded-opentype'),
  url('fonts/font-icon.woff') format('woff'),
  url('fonts/font-icon.ttf') format('truetype'),
  url('fonts/font-icon.svg#font-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  word-wrap: break-word;
}

.item-list {
  margin: 0;
  padding: 0;
}
.item-list ul {
  margin: 0;
  padding: 0;
}
.item-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
}

/*
.panel-display {
  &.clear-block {
    overflow: visible;
  }
}

.show-hide-block-non {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}*/
html,body {
  height: 100%;
  max-width: 100%;
}

body {
  background: white;
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 120%;
  color: black;
}

.col {
  float: left;
}

.colr {
  float: right;
}

.clear-block {
  clear: both;
  overflow: hidden;
}
.page-ie6 .clear-block {
  zoom: 1;
}

.endcol {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.enddiv {
  clear: both;
}

.block-hideme {
  display: none;
}

.block-hidden {
  visibility: hidden;
}

a span {
  cursor: pointer;
}

a {
  text-decoration: none;
}
a:focus {
  outline: 1px dotted;
}

.main-content .left-section > .block-section a:not(.green-btn),
.main-content .left-section > .block-content-info a:not(.green-btn),
a[href^="mailto"] {
  text-decoration: underline;
  font-weight: normal;
  color: #00A292;
}
.main-content .left-section .block-section a:not(.green-btn):focus,
.main-content .left-section .block-section a:not(.green-btn):hover,
.main-content .left-section .block-section a:not(.green-btn):active,
.main-content .left-section .block-content-info a:not(.green-btn):focus,
.main-content .left-section .block-content-info a:not(.green-btn):hover,
.main-content .left-section .block-content-info a:not(.green-btn):active,
a[href^="mailto"]:focus,
a[href^="mailto"]:hover,
a[href^="mailto"]:active
{text-decoration: none;}

img {
  border: none;
}

img[usemap], img, canvas {
  height: auto;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 120%;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

hr {
    background-color: #fff;
    border-style: none none dashed;
    border: #000 1px dashed;
    color: #fff;
    margin-bottom: 17px;
    width: 100%;
}

strong {
  font-family: 'Montserrat';
  font-weight: 700;
}

.tabs-list li {
  float: left;
  list-style: none;
}
.tabs-list .first a {
  border-left: none;
  width: 244px;
  padding-left: 1px;
}
.tabs-list .middle a {
  width: 252px;
}
.tabs-list .last a.active {
  border-right: 1px solid #D9D9D9;
}
.tabs-list a {
  background: #F4F4F4;
  border: 1px solid #D9D9D9;
  border-top: none;
  border-right: none;
  display: block;
  width: 245px;
  padding: 21px 0;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #666666;
}
.tabs-list a:hover {
  color: #00A292;
}
.tabs-list a.active {
  background: #FFFFFF;
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  border-bottom: none;
  padding: 20px 0;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #00A292;
}

.tab-content {
  clear: both;
}
.tab-content .content {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.tab-content .content.active, .tab-content .content.tab-single {
  position: static;
  top: auto;
  left: auto;
}

.simple-text {
  padding: 0 38px;
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #666666;
}

.image-left {
  float: left;
  padding-right: 18px;
}
.image-left img {
  padding-bottom: 5px;
}

.image-right {
  float: right;
  padding-left: 18px;
}
.image-right img {
  padding-bottom: 5px;
}

.ajax-progress-throbber {
  display: none;
}

.link-go-admin-panel {
  background: none repeat scroll 0 0 #b2b2b2;
  border-radius: 30px 0 0 30px;
  height: 61px;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 50px;
  width: 60px;
  z-index: 99;
  opacity: 0.5;
}
.link-go-admin-panel:hover {
  width: 66px;
  opacity: 1;
}
.link-go-admin-panel a {
  background: url('../images/cogwheel.png') no-repeat 0 0;
  display: block;
  font-size: 0;
  height: 50px;
  letter-spacing: -9999px;
  margin: 5px;
  text-indent: -9999px;
  width: 50px;
}
.link-go-admin-panel a:hover {
  padding-right: 100px;
}

#admin-menu .dropdown li li {
  float: none;
}

/* Form elements */
input[type='submit']::-moz-focus-inner, input[type='button']::-moz-focus-inner, input[type='reset']::-moz-focus-inner {
  border: 0;
}

* + html .block-form label.option input {
  margin: -4px 0 0 -4px;
}

.block-form {
  margin: 0;
  padding: 0;
}
.block-form form {
  margin: 0;
  padding: 0;
}
.block-form .form-item {
  margin: 0;
  padding: 0;
}
.block-form label {
  display: inline;
  font-family: arial, sans-serif;
  font-size: 12px;
  color: black;
  font-weight: normal;
  text-align: left;
}
.block-form label.option {
  display: block;
  position: relative;
  height: 1%;
}
.block-form label.option input {
  position: absolute;
  top: 0px;
  left: 0px;
}
.block-form label.option input.checkbox-processed {
  visibility: hidden;
}
.block-form textarea, .block-form input {
  margin: 0;
  padding: 0;
}
.block-form input.form-checkbox, .block-form input.form-radio {
  left: 0;
  position: absolute;
  top: 0;
}
.block-form textarea {
  resize: none;
}
.block-form .watermark_container {
  display: block;
  position: relative;
}
.block-form .watermark {
  position: absolute;
  top: 0;
  left: 0;
  font-family: arial, sans-serif;
  font-size: 12px;
  color: black;
  line-height: 120%;
  cursor: text;
}
.block-form .watermark.watermark-out {
  top: -9999px;
  left: -9999px;
}
.block-form input.form-submit, .block-form input.form-reset {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.form-item {
  margin: 0;
  padding: 0;
}

.green-btn {
  background: url('../images/sprite-btn.png') no-repeat 100% -40px;
  display: block;
  float: left;
  height: 40px;
  padding-right: 10px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
}
.green-btn span {
  background: url('../images/sprite-btn.png') no-repeat 0 0;
  display: block;
  float: left;
  height: 40px;
  padding-left: 10px;
}

.big-dark-btn, .big-green-btn {
  background: url('../images/sprite-btn.png') no-repeat 100% -1805px;
  display: block;
  height: 57px;
  padding-right: 15px;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
.big-dark-btn span {
  background: url('../images/sprite-btn.png') no-repeat 0 -1748px;
  display: block;
  float: left;
  height: 57px;
  padding-top: 10px;
  padding-left: 15px;
}

.big-green-btn {
  padding-top: 15px;
  height: 35px;
  margin-bottom: 10px;
  background: #00A292;
  border-radius: 6px;
}

.default-btn {
  background: url('../images/sprite-btn.png') no-repeat 100% -272px;
  display: block;
  float: left;
  height: 40px;
  padding-right: 10px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  line-height: 42px;
  color: #666666;
}
.default-btn:hover {
  background-position: 100% -40px;
  color: #ffffff;
}
.default-btn:hover span {
  background-position: 0 0;
}
.default-btn span {
  background: url('../images/sprite-btn.png') no-repeat 0 -232px;
  display: block;
  float: left;
  height: 40px;
  padding-left: 10px;
}

.center {
  display: flex;
  justify-content: center;
}

.gray-btn {
  background: url('../images/sprite-btn.png') no-repeat 100% -487px;
  display: block;
  float: left;
  height: 33px;
  padding-right: 16px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  line-height: 35px;
  color: #666666;
}
.gray-btn span {
  background: url('../images/sprite-btn.png') no-repeat 0 -454px;
  display: block;
  float: left;
  height: 33px;
  padding-left: 16px;
}

.item-list-pager {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 745px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #666666;
}
.item-list-pager a {
  color: #666666;
}
.item-list-pager a:hover {
  color: #00A292;
}
.item-list-pager .active {
  color: #00A292;
}
.item-list-pager li {
  list-style: none;
  display: inline;
}
.item-list-pager ul li {
  padding: 0 6px;
}
.item-list-pager .pager-prev {
  padding: 0 10px 0 0;
}
.item-list-pager .pager-prev a {
  background: url('../images/sprite.png') no-repeat -84px -44px;
  display: inline-block;
  width: 7px;
  height: 12px;
}
* + html .item-list-pager .pager-prev a {
  position: relative;
  top: -4px;
}
.item-list-pager .pager-prev.disabled a {
  background-position: -53px -44px;
  width: 6px;
  height: 11px;
  cursor: default;
}
.item-list-pager .pager-next {
  padding: 0 0 0 10px;
}
.item-list-pager .pager-next a {
  background: url('../images/sprite.png') no-repeat -93px -44px;
  display: inline-block;
  width: 7px;
  height: 12px;
}
* + html .item-list-pager .pager-next a {
  position: relative;
  top: -4px;
}
.item-list-pager .pager-next.disabled a {
  background-position: -61px -44px;
  width: 6px;
  height: 11px;
  cursor: default;
}
.admin-menu .item-list-pager {
  position: static;
  margin-top: 25px;
}

.form-type-radio {
  position: relative;
}
.form-type-radio input {
  opacity: 0;
  filter: alpha(opacity=0);
}
* + html .form-type-radio input {
  visibility: hidden;
}
.form-type-radio label {
  padding-left: 17px;
}
.form-type-radio .jquery-checkbox-radio {
  position: absolute;
  top: 0;
  left: 0;
}
.form-type-radio .jquery-checkbox-radio .mark {
  background: url('../images/sprite.png') no-repeat -83px -286px;
  width: 13px;
  height: 13px;
  cursor: pointer;
}
.form-type-radio .jquery-checkbox-radio.jquery-checkbox-radio-checked .mark {
  background-position: -68px -286px;
}

.form-type-checkbox {
  position: relative;
}
.form-type-checkbox input {
  opacity: 0;
  filter: alpha(opacity=0);
}
* + html .form-type-checkbox input {
  visibility: hidden;
}
.form-type-checkbox .jquery-checkbox {
  position: absolute;
  top: 0;
  left: 0;
}
.form-type-checkbox .jquery-checkbox .mark {
  background: url('../images/sprite.png') no-repeat -88px -238px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.form-type-checkbox .jquery-checkbox.jquery-checkbox-checked .mark {
  background-position: -102px -238px;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.span-select-text {
  font-size: 11px;
  font-weight: normal;
}

.form-item.error {
  background: none;
  border: none;
}
.form-item.error .combo-selected {
  color: #E74C3C;
}
.form-item.error.select-100 .combo-wrapper {
  background-position: 0 -2035px;
}
.form-item.error.select-100 .combo-button {
  background-position: -92px -754px;
}
.form-item.error label {
  color: #E74C3C !important;
}
.form-item.error .jquery-checkbox-radio.jquery-checkbox-radio-checked .mark {
  background-position: -110px -734px;
}
.form-item.error .jquery-checkbox-radio .mark {
  background-position: -110px -718px;
}
.form-item.error .form-text {
  border-color: #E74C3C !important;
}
.form-item.error .form-textarea {
  border-color: #E74C3C !important;
}
.form-item.error .form-textarea-wrap {
  background: url('../images/ie_form_errors_bg.png') no-repeat 100% -213px;
}
.form-item.error .form-textarea-wrap .form-textarea-wrap-inner {
  background: url('../images/ie_form_errors_bg.png') no-repeat 0 0;
}
.form-item.error .form-text-wrap {
  background: url('../images/ie_form_errors_bg.png') no-repeat 100% -464px;
}
.form-item.error .form-text-wrap .form-text-wrap-inner {
  background: url('../images/ie_form_errors_bg.png') no-repeat 0 -431px;
}
.form-item .form-text.error {
  border: 1px solid #e74c3c;
}
.form-item textarea.error {
  border: 1px solid #e74c3c;
}
.form-item .error-message {
  clear: both;
  padding-top: 10px;
  font-size: 12px;
  text-align: left;
}

.radio-inline .error-message {
  padding-top: 0;
}

.form-item.select-100 .error-message {
  width: 707px;
  font-size: 14px;
  text-align: right;
}

.error-message {
  padding-bottom: 17px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  text-align: right;
  color: #e74c3c;
}
.error-message .item-list ul li {
  padding-bottom: 5px;
}
.error-message li {
  list-style: none;
  padding-bottom: 5px;
}

.block-success {
  background: #f4f4f4;
  padding: 61px 15px 72px 15px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #00A292;
}
.block-success img {
  display: block;
  margin: 0 auto;
  padding-bottom: 13px;
}

/* Table elements */
.block-table table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.block-table table tbody, .block-table table tr, .block-table table th, .block-table table td {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  border: none;
}
.block-table table th {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.block-table table th.rtecenter {
  text-align: center;
}
.block-table table th.rtecenter.left-title {
  text-align: center;
}
.block-table table th.rtecenter.right-title {
  text-align: center;
}
.block-table table th.rteright {
  text-align: right;
}
.block-table table th.rteright.left-title {
  text-align: right;
}
.block-table table th.rteright.right-title {
  text-align: right;
}
.block-table table td {
  text-align: center;
  vertical-align: top;
}
.block-table table td.rtecenter {
  text-align: center;
}
.block-table table td.rtecenter .block-country {
  text-align: center;
}
.block-table table td.rteright {
  text-align: right;
}
.block-table table td.rteright .block-country {
  text-align: right;
}
.block-table table td.align-left {
  text-align: left;
}

.table-1 th {
  width: 100%;
}
.table-1 td {
  width: 100%;
}

.table-2 th {
  width: 50%;
}
.table-2 td {
  width: 50%;
}

.table-3 th {
  width: 33%;
}
.table-3 td {
  width: 33%;
}

.table-4 th {
  width: 25%;
}
.table-4 td {
  width: 25%;
}

.table-5 th {
  width: 20%;
}
.table-5 td {
  width: 20%;
}

.table-6 th {
  width: 16%;
}
.table-6 td {
  width: 16%;
}

.table-7 th {
  width: 14%;
}
.table-7 td {
  width: 14%;
}

.table-8 th {
  width: 12%;
}
.table-8 td {
  width: 12%;
}

.table-9 th {
  width: 11%;
}
.table-9 td {
  width: 11%;
}

.table-10 th {
  width: 10%;
}
.table-10 td {
  width: 10%;
}

tbody {
  border-top: none;
}

/*Regions*/
html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

.main-content {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.page-evenements .main-content {
  padding-bottom: 53px;
}
.page-glossaire .main-content {
  padding-bottom: 53px;
}
.page-virades .main-content {
  padding-bottom: 33px;
}
.page-articles .main-content {
  padding-bottom: 45px;
}
.page-simple .main-content {
  padding-bottom: 18px;
}
.pages-a-suivre .main-content {
  padding-bottom: 98px;
}
.page-evenements-fiche .main-content {
  padding-bottom: 45px;
}
.page-green .main-content {
  padding-bottom: 30px;
}
.page-espace-membre .main-content {
  padding-bottom: 28px;
}

.main-title {
  padding-bottom: 12px;
}
.main-title.title-with-btn {
  overflow: hidden;
}
.main-title.title-with-btn h1 {
  width: 610px;
  float: left;
}
.main-title.main-title-b h1 {
  padding-bottom: 11px;
}
.page-virades .main-title {
  padding-bottom: 4px;
}
.pages-a-suivre .main-title {
  padding-bottom: 29px;
}
.page-espace-presse .main-title {
  padding-bottom: 24px;
}
.care-project-info span,
.main-title p,
.lp-teaser {
  clear: both;
  padding-bottom: 9px;
  font-family: arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #666666;
}

.node-type-care-project .block-text .main-title {padding-bottom:0;}

.page-projets-de-soins table li {
  list-style:none;
}


.page-projets-de-soins .search-info-table table .th-add {width:25%;}
.page-projets-de-soins .search-info-table table .td-link {font-weight: normal;}

.page-projets-de-recherches-finances .block-filters label,
.page-projets-de-soins .block-filters label {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

.care-project-info {
  background: #f4f4f4;
  padding:15px 15px 1px;
  margin-bottom: 25px;
}
.care-project-info a {
  display: inline-block;
}
.care-project-info a:before {
  margin-left:5px;
  content:"|";
  margin-right:5px;
}
.care-project-info a:first-child:before {
  display:none;
}
.care-project-info a {
  text-decoration: underline;
}
.care-project-info a,
.main-title p a {
  color: #00A292;
}
.page-projets-de-soins .job-title .term-name-item {
  list-style: disc inside none;
}
.page-pres-de-chez-vous li.term-name-item {
  list-style: none;
}
.info-title {
  color: #00A292;
}
.main-title p a:hover {
  text-decoration: underline;
}
.main-title p .gray-link {
  font-weight: normal;
  color: #666666;
}
.main-title .note {
  font-style: italic;
  font-weight: normal;
}
.main-title .note strong {
  font-family: arial, sans-serif;
  font-weight: bold;
}
.main-title .other-service {
  float: right;
  padding: 2px 0 0 0;
}
.main-title .other-service p {
  font-family: arial, sans-serif;
  color: #666666;
  float: left;
  padding-top: 8px;
}
.main-title .other-service p span {
  font-weight: bold;
}
.main-title .other-service .zoom, .main-title .other-service .mail, .main-title .other-service .zoom-in, .main-title .other-service .zoom-out {
  display: block;
  background: url('../images/sprite2.png') no-repeat -52px -6px;
  width: 32px;
  height: 32px;
  float: left;
  margin-left: 10px;
}
.main-title .other-service .mail {
  background: url('../images/sprite2.png') no-repeat -95px -6px;
}
.main-title .other-service .zoom-in {
  background: url('../images/sprite.png') no-repeat -10px -624px;
}
.main-title .other-service .zoom-out {
  background: url('../images/sprite.png') no-repeat -45px -624px;
}

.left-section {
  width: 745px;
  float: left;
}
.left-section h1 {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 30px;
  line-height: 120%;
  /*text-transform: uppercase;*/
  color: #00A292;
}
.left-section .main-title-project-full h1,
.left-section .main-title-care-project h1 {
  font-size:20px !important;
}
.main-title-project-full span,
.care-project-info span {
  display: block;
}

.left-section h1 a {
  color: #00A292;
}
.left-section h1 span {
  position: relative;
  top: -9px;
}
.left-section .block-video {
  background: #383838;
  overflow: hidden;
  /*.video {
    margin-right: 20px;
  }*/
}

.left-section > p {
  color: #666666;
  font-size: 1.167em;
  line-height: 130%;
  padding-bottom: 17px;
}

.right-section {
  width: 235px;
  float: right;
}

.block-news-lnk {
  background: #f4f4f4;
  margin-bottom: 20px;
  padding: 18px 0;
  text-align: center;
}
.block-news-lnk .news-link {
  position: relative;
  padding: 7px 0 6px 41px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #666666;
}
.block-news-lnk .news-link:hover {
  text-decoration: underline;
}
.block-news-lnk .news-link strong {
  text-transform: uppercase;
}
.block-news-lnk .ico {
  background: url('../images/sprite.png') no-repeat -70px -554px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
}
.block-news-lnk .ico.ico-doc {
  background-position: -70px -554px;
}

.block-content-links-box {
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.block-content-links-box .link-box {
  box-sizing: border-box;
  width: 29%;
  padding: 23px 30px 20px 57px;
  background: #f4f4f4;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #666666;
  display: flex;
  align-items: center;
}
.block-content-links-box .link-box:hover {
  text-decoration: underline;
}

.block-content-links-box .link-box .ico {
  left: 15px;
}
.block-content-links-box .link-box .ico-care {
  background-position: 0 -589px;
}
.block-content-links-box .link-box .ico-research {
  background-position: -35px -589px;
}
.block-content-links-box .link-box .ico-crcm {
  background-position: -70px -589px;
}
.block-content-links-box .arrow {
  background: url('../images/sprite.png') no-repeat 0 -622px;
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 7px;
  height: 12px;
  margin-top: -6px;
}

.block-view {
  width: 362px;
  float: right;
  padding: 0 0 20px 0;
}
.block-view:first-child {
  float: left;
}
.block-view img {
  display: block;
}
.block-view .text {
  background: #f4f4f4;
  padding: 18px 20px 16px 20px;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #666666;
}
.block-view h2 {
  padding: 0 0 11px 0;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #00968b;
}
.block-view h2 a {
  color: #00968b;
}
.block-view p {
  padding-bottom: 5px;
}
.block-view .link-more {
  font-weight: bold;
  line-height: 17px;
  color: #4c4c4c;
}
.block-view .link-more:hover {
  text-decoration: underline;
}
.block-view .link-more span {
  background: url('../images/sprite.png') no-repeat -84px -145px;
  display: block;
  float: left;
  position: relative;
  top: 5px;
  width: 7px;
  height: 7px;
  margin-right: 5px;
}

.block-views-c4 {
  padding: 5px 0 17px 5px;
}
.block-views-c4.last {
  padding-bottom: 0;
}
.block-views-c4 .block-view {
  width: 161px;
  float: left;
  position: relative;
  margin: 0 0 19px 30px;
  padding: 0;
  text-align: center;
}
.block-views-c4 .block-view:first-child {
  margin: 0;
}
.block-views-c4 .block-view:hover .text {
  background: #00A292;
}
.block-views-c4 .block-view:hover .text a {
  color: #ffffff;
}
.block-views-c4 .block-view .text {
  padding: 0;
  zoom: 1;
}
.block-views-c4 .block-view .text a {
  display: block;
  padding: 8px 10px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #4c4c4c;
}
.block-views-c4 .block-view .text .date, .block-views-c4 .block-view .text .view-text {
  min-height: 0;
  padding: 0 0 0 0;
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 120%;
  text-transform: none;
  color: #666666;
}
.block-views-c4 .block-view .text .view-text {
  padding: 0 10px 0 10px;
  line-height: 18px;
}
.block-views-c4 .block-view .bg-block {
  display: none;
  background: url('../images/shadow_bg.png') no-repeat 0 0;
  position: absolute;
  width: 10px;
  height: 10px;
}
.block-views-c4 .block-view .bg-block.show {
  display: block;
}
.block-views-c4 .block-view .bg-block.bg-block-tl {
  background-position: 0 0;
  top: -10px;
  left: -10px;
}
.block-views-c4 .block-view .bg-block.bg-block-tr {
  background-position: -10px 0;
  top: -10px;
  right: -10px;
  left: auto;
}
.block-views-c4 .block-view .bg-block.bg-block-br {
  background-position: -10px -10px;
  top: auto;
  right: -10px;
  bottom: -10px;
  left: auto;
}
.block-views-c4 .block-view .bg-block.bg-block-bl {
  background-position: 0px -10px;
  top: auto;
  right: auto;
  bottom: -10px;
  left: -10px;
}
.block-views-c4 .block-view .bg-block.bg-block-top {
  background: url('../images/shadow_bg_tb.png') repeat-x 0 0;
  top: -10px;
  left: 0;
  width: 100%;
}
.block-views-c4 .block-view .bg-block.bg-block-right {
  background: url('../images/shadow_bg_lr.png') repeat-y -10px 0;
  top: 0;
  right: -10px;
  left: auto;
  height: 100%;
}
.block-views-c4 .block-view .bg-block.bg-block-bottom {
  background: url('../images/shadow_bg_tb.png') repeat-x 0 -10px;
  top: auto;
  bottom: -10px;
  left: 0;
  width: 100%;
}
.block-views-c4 .block-view .bg-block.bg-block-left {
  background: url('../images/shadow_bg_lr.png') repeat-y 0 0;
  top: 0;
  right: auto;
  left: -10px;
  height: 100%;
}
.block-views-c4 .block-content {
  position: relative;
  margin: -5px;
  padding: 0;
  transform: translateZ(0);
}

.block-views-c3, .block-views-c2 {
  padding-left: 5px;
  padding-bottom: 11px;
}
.block-views-c3 {
  padding-bottom: 19px;
}

#main .block-views-c3 a, #main .block-views-c2 a {
  color: #4c4c4c;
  text-decoration: none;
}

#main .block-views-c3 a:focus, #main .block-views-c2 a:focus,
#main .block-views-c3 a:hover, #main .block-views-c2 a:hover,
#main .block-views-c3 a:active, #main .block-views-c2 a:active
{
  color: #fff;
}

.block-views-c3.last, .block-views-c2.last {
  padding-bottom: 0;
}
.block-views-c3 .block-view, .block-views-c2 .block-view {
  width: 225px;
  float: left;
  position: relative;
  margin: 0 0 19px 30px;
  padding: 0;
  text-align: center;
}
.block-views-c3 .block-view {
  margin: 0 0 0 30px;
}
.block-views-c3 .block-view.text-align-middle .text, .block-views-c2 .block-view.text-align-middle .text {
  display: table-cell;
  vertical-align: middle;
  width: 235px;
}
.block-views-c3 .block-view:first-child, .block-views-c2 .block-view:first-child {
  margin: 0;
}
.block-views-c3 .block-view:hover .text, .block-views-c2 .block-view:hover .text {
  background: #00A292;
  color: #fff;
}
#main .block-views-c3 .block-view:hover .text a, #main .block-views-c2 .block-view:hover .text a {
  color: #ffffff;
}
.block-views-c3 .block-view .text, .block-views-c2 .block-view .text {
  padding: 0 0 12px 0;
  zoom: 1;
}
.block-views-c3 .block-view .text a, .block-views-c2 .block-view .text a {
  display: block;
  padding: 12px 10px 3px 10px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  /*text-transform: uppercase;*/
  color: #4c4c4c;
}

.block-views-c2 .block-view .text a,
.block-views-c3 .block-view .text a {
  font-weight: bold;
  font-size: 16px;
}
.block-views-c3 .block-view .text .date, .block-views-c3 .block-view .text .view-text, .block-views-c2 .block-view .text .date, .block-views-c2 .block-view .text .view-text {
  min-height: 0;
  padding: 0 0 0 0;
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 120%;
  text-transform: none;
  color: #666666;
}
.block-views-c3 .block-view .text .view-text, .block-views-c2 .block-view .text .view-text {
  padding: 0 10px 0 10px;
  line-height: 18px;
  font-weight: normal;
}
.block-views-c3 .block-view .bg-block, .block-views-c2 .block-view .bg-block {
  display: none;
  background: url('../images/shadow_bg.png') no-repeat 0 0;
  position: absolute;
  width: 10px;
  height: 10px;
}
.block-views-c3 .block-view .bg-block.show, .block-views-c2 .block-view .bg-block.show {
  display: block;
}
.block-views-c3 .block-view .bg-block.bg-block-tl, .block-views-c2 .block-view .bg-block.bg-block-tl {
  background-position: 0 0;
  top: -10px;
  left: -10px;
}
.block-views-c3 .block-view .bg-block.bg-block-tr, .block-views-c2 .block-view .bg-block.bg-block-tr {
  background-position: -10px 0;
  top: -10px;
  right: -10px;
  left: auto;
}
.block-views-c3 .block-view .bg-block.bg-block-br, .block-views-c2 .block-view .bg-block.bg-block-br {
  background-position: -10px -10px;
  top: auto;
  right: -10px;
  bottom: -10px;
  left: auto;
}
.block-views-c3 .block-view .bg-block.bg-block-bl, .block-views-c2 .block-view .bg-block.bg-block-bl {
  background-position: 0px -10px;
  top: auto;
  right: auto;
  bottom: -10px;
  left: -10px;
}
.block-views-c3 .block-view .bg-block.bg-block-top, .block-views-c2 .block-view .bg-block.bg-block-top {
  background: url('../images/shadow_bg_tb.png') repeat-x 0 0;
  top: -10px;
  left: 0;
  width: 100%;
}
.block-views-c3 .block-view .bg-block.bg-block-right, .block-views-c2 .block-view .bg-block.bg-block-right {
  background: url('../images/shadow_bg_lr.png') repeat-y -10px 0;
  top: 0;
  right: -10px;
  left: auto;
  height: 100%;
}
.block-views-c3 .block-view .bg-block.bg-block-bottom, .block-views-c2 .block-view .bg-block.bg-block-bottom {
  background: url('../images/shadow_bg_tb.png') repeat-x 0 -10px;
  top: auto;
  bottom: -10px;
  left: 0;
  width: 100%;
}
.block-views-c3 .block-view .bg-block.bg-block-left, .block-views-c2 .block-view .bg-block.bg-block-left {
  background: url('../images/shadow_bg_lr.png') repeat-y 0 0;
  top: 0;
  right: auto;
  left: -10px;
  height: 100%;
}
.block-views-c3 .block-content, .block-views-c2 .block-content {
  position: relative;
  margin: -5px;
  padding: 0;
  transform: translateZ(0);
}

.block-views-c2 .block-view {
  width: 353px;
}
.block-views-c2 .block-view.text-align-middle .text {
  display: table-cell;
  vertical-align: middle;
  width: 363px;
}

.block-info-section,
.block-video-youtube {
  padding-bottom: 53px;
}
.block-info-section.last {
  padding-bottom: 0;
}
.pages-a-suivre .block-info-section h2 {
  margin-bottom: 16px;
}
.pages-a-suivre .block-info-section p {
  font-size: 12px;
  line-height: 14px;
}
.block-info-section h2 {
  background: url('../images/title_line.gif') repeat-x 0 bottom;
  margin-bottom: 25px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #00A292;
}
.block-info-section h2 span {
  background: #ffffff;
  padding-right: 10px;
}
.block-info-section h2 a {
  color: #00A292;
}
.block-info-section h2 .sup {
  position: relative;
  top: -5px;
  left: 2px;
  padding: 0 2px 0 0;
  font-size: 10px;
}
.block-info-section .section-title {
  padding-top: 15px;
  padding-bottom: 17px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #4c4c4c;
}
.block-info-section .section-title.first {
  padding-top: 0;
}
.block-info-section .section-note {
  padding-bottom: 27px;
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #666666;
}
.block-info-section .section-note.last {
  padding: 6px 0 0 0;
}
.block-info-section .section-note a {
  color: #00A292;
}
.block-info-section .section-note a:hover {
  text-decoration: underline;
}
.block-info-section .block-views-c3 {
  padding-top: 5px;
}

.page-espace-presse .block-views-section {
  padding-bottom: 34px;
}
.page-espace-presse .block-views-section h2 {
  margin-bottom: 16px;
}
.page-espace-presse .block-views-section .block-event {
  margin-bottom: 15px;
}
.page-espace-presse .block-views-section .block-tabs .field-collection-container {
  border-bottom: none;
}
.page-espace-presse .block-views-section .block-tabs .horizontal-tabs {
  border: none;
}
.page-espace-presse .block-views-section .block-tabs .horizontal-tabs-pane {
  margin-top: 30px;
  padding: 0;
}
.page-espace-presse .block-views-section .block-tabs .horizontal-tabs-pane .teaser{
  margin-bottom: 10px;
}
.page-espace-presse .block-views-section .block-tabs .horizontal-tab-button {
  padding: 8px;
  background: #f4f4f4;
  border: 1px solid #ccc;
}
.page-espace-presse .block-views-section .block-tabs .horizontal-tab-button a:hover,.horizontal-tab-button a:focus {
  background: #f4f4f4;
  text-decoration: underline;
  text-decoration-color: #00A292;
}
.page-espace-presse .block-views-section .block-tabs .horizontal-tab-button.selected a:hover,.horizontal-tab-button a:focus {
  text-decoration-color: #000;
}
.page-espace-presse .block-views-section .block-tabs .horizontal-tab-button strong {
  color: #00A292;
  font-size: 20px;
}
.page-espace-presse .block-views-section .block-tabs .horizontal-tab-button.selected {
  background: #fff;
}
.page-espace-presse .block-views-section .block-tabs .horizontal-tab-button.selected strong {
  color: #000;
}
.horizontal-tabs ul.horizontal-tabs-list {
  background: #fff;
  border-right: none;
}

.block-views-section h2 {
  background: url('../images/title_line.gif') repeat-x 0 bottom;
  margin-bottom: 25px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #00A292;
}
.block-views-section h2 span {
  background: #ffffff;
  padding-right: 10px;
}
.block-views-section h2 a {
  color: #00A292;
}
.block-views-section .block-views-c3 {
  padding-top: 5px;
}
.block-views-section .block-events .block-event {
  margin-top: 0;
}
.block-views-section .block-events .block-info-more {
  margin-top: 4px;
}
.block-views-section .block-events h2 {
  background: none;
  margin-bottom: 0;
}
.block-views-section .link-more {
  display: block;
  float: left;
  clear: both;
  margin-bottom: 1px;
  font-family: arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 120%;
  color: #4c4c4c;
}
.block-views-section .link-more:hover {
  text-decoration: underline;
}
* + html .block-views-section .link-more {
  float: none;
}
.block-views-section .link-more span {
  background: url('../images/sprite.png') no-repeat -84px -145px;
  display: block;
  float: left;
  position: relative;
  top: 6px;
  width: 7px;
  height: 7px;
  margin-right: 5px;
}

.list-docs, .list-info {
  width: 365px;
  padding-right: 15px;
  float: left;
}
.list-docs.last, .list-info.last {
  padding: 0;
}
.list-docs li, .list-info li {
  overflow: hidden;
  padding-bottom: 17px;
  list-style: none;
}
.list-docs li.last, .list-info li.last {
  padding: 0;
}
.list-docs .ico, .list-info .ico {
  background: url('../images/sprite.png') no-repeat 0 -56px;
  display: block;
  float: left;
  width: 32px;
  height: 32px;
}
.list-docs .ico.ico-photo, .list-info .ico.ico-photo {
  background-position: -34px -56px;
}
.list-docs .ico.ico-graph, .list-info .ico.ico-graph {
  background-position: 0 -90px;
}
.list-docs .ico.ico-info, .list-info .ico.ico-info {
  background-position: 0 -297px;
}
.list-docs .ico.ico-eye, .list-info .ico.ico-eye {
  background-position: 0 -533px;
}
.list-docs .ico.ico-workshop, .list-info .ico.ico-workshop {
  background-position: 0 -719px;
}
.list-docs .ico.ico-board, .list-info .ico.ico-board {
  background-position: -35px -719px;
}
.list-docs .ico.ico-text, .list-info .ico.ico-text {
  background-position: -71px -719px;
}
.list-docs .ico.without-ico, .list-info .ico.without-ico {
  background: none;
}
.list-docs .ico.ico-barchart, .list-info .ico.ico-barchart {
  background-position: -35px -754px;
}
.list-docs .ico.ico-connect, .list-info .ico.ico-connect {
  background-position: 0 -754px;
}
.list-docs .text, .list-info .text {
  padding: 0 0 0 41px;
  font-family: arial, sans-serif;
  line-height: 120%;
  color: #666666;
}
.list-docs a, .list-info a {
  display: block;
  padding-top: 2px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
.list-docs p, .list-info p {
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #666666;
}
.list-docs .date, .list-info .date {
  font-size: 12px;
}

.block-info-line {
  padding: 0 15px 17px 20px;
  overflow: hidden;
}
.block-info-line.last {
  padding-bottom: 0;
}
.block-info-line .block-info {
  width: 338px;
  float: left;
  padding-right: 25px;
}
.block-info-line .block-info.last {
  width: 344px;
  padding-right: 0;
}
.block-info-line .ico {
  background: url('../images/sprite.png') no-repeat 0 -56px;
  display: block;
  float: left;
  width: 32px;
  height: 32px;
}
.block-info-line .ico.ico-photo {
  background-position: -34px -56px;
}
.block-info-line .ico.ico-graph {
  background-position: 0 -90px;
}
.block-info-line .ico.ico-info {
  background-position: 0 -297px;
}
.block-info-line .ico.ico-eye {
  background-position: 0 -533px;
}
.block-info-line .ico.ico-workshop {
  background-position: 0 -719px;
}
.block-info-line .ico.ico-board {
  background-position: -35px -719px;
}
.block-info-line .ico.ico-text {
  background-position: -71px -719px;
}
.block-info-line .ico.without-ico {
  background: none;
}
.block-info-line .ico.ico-barchart {
  background-position: -35px -754px;
}
.block-info-line .ico.ico-connect {
  background-position: 0 -754px;
}
.block-info-line .text {
  padding: 6px 0 0 45px;
  font-family: arial, sans-serif;
  line-height: 120%;
  color: #666666;
}
.block-info-line .text.text-several-lines {
  padding-top: 0;
}
.block-info-line h3 {
  margin: 0;
  padding: 0;
  line-height: inherit;
}
.block-info-line a {
  display: block;
  padding-top: 2px;
  padding-bottom: 4px;
  font-family: arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
.block-info-line a span {
  font-weight: normal;
  font-style: italic;
}
.block-info-line p {
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #666666;
}
.block-info-line .date {
  font-size: 12px;
}

.block-info-section-v2 .block-info-line {
  padding: 0 0 18px 0;
}
.block-info-section-v2 .block-info-line.last {
  padding: 0;
}
.block-info-section-v2 .block-info-line .block-info {
  width: 358px;
}
.block-info-section-v2 .block-info-line .block-info.last {
  width: 355px;
}
.block-info-section-v2 .text {
  padding-left: 41px;
}

.block-video {
  clear: both;
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}
.page-espace-presse .block-video {
  padding-bottom: 28px;
}
.page-espace-presse .block-video img {
  display: block;
}
.block-video .video {
  float: left;
  width: 490px;
  height: 266px;
}
.block-video .description {
  background: #383838;
  float: right;
  width: 215px;
  min-height: 230px;
  padding: 18px 20px 18px 20px;
}
.block-video h2 {
  padding-bottom: 15px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #c5d671;
}
.block-video h3 {
  padding-bottom: 4px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}
.block-video p {
  padding-bottom: 14px;
}
.block-video a {
  color: #ffffff;
}
.block-video .link-more:hover {
  text-decoration: underline;
}
.block-video .link-more span {
  background: url('../images/sprite.png') no-repeat -84px -155px;
  display: block;
  float: left;
  position: relative;
  top: 4px;
  width: 6px;
  height: 6px;
  margin-right: 5px;
}

.default-video {
  padding-bottom: 28px;
}
.default-video img {
  display: block;
}
.default-video .video-description {
  padding-top: 9px;
  font-family: arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 120%;
  color: #666666;
}
.default-video .video-description span {
  font-style: italic;
}

.content-image {
  padding-bottom: 18px;
}
.content-image img {
  display: block;
}

.block-section .title-line h2 {
  background: url('../images/title_line.gif') repeat-x 0 bottom;
  margin-bottom: 25px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #00A292;
}
.block-section .title-line h2 span {
  background: #ffffff;
  padding-right: 10px;
}
.block-section .title-line h2 a {
  color: #00A292;
}
.block-section .title-line h2 .sup {
  font-size: 7px;
}
.block-section .block-text,
.block-section .faq-question-answer {
  padding-bottom: 10px;
  font-family: arial, sans-serif;
  line-height: 130%;
  color: #666666;
}
.page-articles .block-section .block-text,
.page-articles .block-section .faq-question-answer {
  padding-bottom: 19px;
}
.block-section .block-text p {
  padding-bottom: 17px;
  font-size: 1.167em;
  line-height: 130%;
}
.block-section .block-text .title-line h2,
.block-section .faq-question-answer .title-line h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.block-section .block-text h2,
.block-section .faq-question-answer h2 {
  padding-bottom: 10px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 1.500em;
  line-height: 120%;
  color: #4c4c4c;
}
.block-section .block-text .button,
.block-section .faq-question-answer .button {
  overflow: hidden;
  padding-bottom: 26px;
}
.block-section .block-text ul,
.block-section .faq-question-answer ul {
  list-style: none;
  margin: 0;
  padding: 0 0 17px 15px;
  overflow: hidden;
}
.block-section .block-text ul li {
  list-style: disc;
  list-style-position: inherit;
  margin: 0 0 0 15px;
  padding: 0 0 4px 0;
  font-size: 1.167em;
  line-height: 130%;
}

.page-chrome .block-section .block-text ul li,
.page-chrome .block-section .faq-question-answer ul li {
  margin-left: 15px;
}
.block-section .block-text ol,
.block-section .faq-question-answer ol {
  margin: 0 0 0 26px;
  padding: 0 0 17px 15px;
  overflow: hidden;
}
.block-section .block-text ol li,
.block-section .faq-question-answer ol li {
  padding: 0 0 4px 0;
  font-size: 1.167em;
  line-height: 130%;
  list-style-position: inside;
}
.block-section .block-members-text {
  border-bottom: 1px solid #EDEDED;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 23px;
  font-size: 16px;
  line-height: 20px;
}
.block-section .block-members-text .image {
  float: left;
  padding-right: 21px;
}
.block-section .block-members-text .image img {
  display: block;
}
.block-section .block-members-text .text {
  overflow: hidden;
}
.block-section .block-members-text p {
  font-size: 16px;
  padding-bottom: 11px;
}
.block-section .block-text-t2 {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 43px;
}
.block-section .block-text-t2 .image {
  float: left;
  padding-right: 19px;
}
.block-section .block-text-t2 .image img {
  display: block;
}
.block-section .block-text-t2 .text {
  overflow: hidden;
}
.block-section .block-text-t2 h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #00A292;
}
.block-section .block-text-t2 p {
  padding-bottom: 9px;
}
.block-section .block-text-t2 p strong {
  font-family: arial, sans-serif;
  font-weight: bold;
}
.block-section .block-text-t2 p a {
  color: #00A292;
}
.block-section .block-text-t2 p a:hover {
  text-decoration: underline;
}
.block-section .block-text-t2 .note {
  font-style: italic;
}
.block-section .block-date {
  background: #00A292;
  width: 171px;
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
  padding: 17px 0 20px 0;
  font-family: 'Montserrat';
  font-weight: normal;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.page-chrome .block-section .block-date {
  margin-right: 26px;
}
.block-section .block-date span {
  display: block;
}
.block-section .block-date .day {
  font-size: 90px;
  line-height: 90px;
}
.block-section .block-date .month {
  padding-bottom: 3px;
  font-size: 18px;
  line-height: 120%;
}
.block-section .block-date .time {
  font-size: 18px;
  line-height: 120%;
}

.asset {
  background-color:transparent;
  border-color: none;
}

#block-system-main .node-golf-event ul,
#block-system-main .node-push ul,
#block-system-main .left-section .main-title ul
 {
  list-style: none;
  margin: 0;
  padding: 0 0 17px 15px;
  overflow: hidden;
}

#block-system-main .node-golf-event li,
#block-system-main .node-push li,
#block-system-main .left-section .main-title li {
  list-style: disc;
  list-style-position: inherit;
  margin: 0 0 0 15px;
  padding: 0 0 4px 0;
}


.block-text table,
.faq-question-answer table {
  border: medium none;
  border-collapse: collapse;
  border-radius: 0;
  margin: 15px 0 15px 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.block-text table th,
.faq-question-answer table th {
  background: #f4f4f4;
  border: 1px solid #DBDBDB;
  padding: 11px 5px 13px 5px;
  vertical-align: middle;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  line-height: 120%;
  color: #4c4c4c;
}
.block-text table td,
.faq-question-answer table td {
  border: 1px solid #DBDBDB;
  height: 37px;
  padding: 10px 5px 10px 5px;
  vertical-align: middle;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: #666666;
}
.block-text table .price,
.faq-question-answer table .price {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #4c4c4c;
}

.comun-list {
  overflow: hidden;
  margin: 0;
  padding: 6px 0 26px 0;
}
.comun-list li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.comun-list li a {
  display: block;
}

.block-additional-info {
  border: 1px solid #DBDBDB;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 17px 18px 0 18px;
}
.page-green .block-additional-info h2 {
  padding-bottom: 17px;
}
.block-additional-info h2 {
  padding-bottom: 25px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #91ba3a;
}
.block-additional-info h2 a {
  color: #91ba3a;
}
.block-additional-info .block-line {
  padding: 0 0 20px 0;
}
.block-additional-info .block {
  border-top: 2px solid #DBDBDB;
  position: relative;
  float: left;
  width: 156px;
  padding: 24px 20px 0 0;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #666666;
}
.block-additional-info .block.first {
  margin: 0 0 0 10px;
}
.block-additional-info .block.last {
  border: none;
  padding-right: 0;
}
.block-additional-info .block.last .block-point {
  top: -9px;
}
.block-additional-info h3 {
  font-family: arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 120%;
  color: #666666;
}
.block-additional-info h3 a {
  color: #666666;
}
.block-additional-info em {
  font-style: italic;
  font-size: 12px;
}
.block-additional-info .item-list {
  padding-bottom: 18px;
}
.block-additional-info .item-list li {
  padding: 2px 0 8px 40px;
}
.block-additional-info li {
  background: url('../images/list_dot.png') no-repeat 0 0;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: #666666;
}

.block-point {
  background: url('../images/sprite.png') no-repeat -68px -263px;
  position: absolute;
  top: -11px;
  left: 0;
  width: 20px;
  height: 20px;
}

.interenet-service-wrapper {
  overflow: hidden;
  border-top: 1px solid #DBDBDB;
}
.interenet-service-wrapper .soc-service {
  float: left;
  padding: 21px 0 17px;
}
.interenet-service-wrapper .soc-service ul {
  margin-left: -10px;
}
.interenet-service-wrapper .soc-service ul li {
  float: left;
  margin-left: 10px;
  list-style: none;
}
.interenet-service-wrapper .other-service {
  float: right;
  padding: 14px 0 15px;
}
.interenet-service-wrapper .other-service p {
  font-family: arial, sans-serif;
  color: #666666;
  float: left;
  padding-top: 8px;
}
.interenet-service-wrapper .other-service p span {
  font-weight: bold;
}
.interenet-service-wrapper .other-service .zoom, .interenet-service-wrapper .other-service .mail, .interenet-service-wrapper .other-service .zoom-in, .interenet-service-wrapper .other-service .zoom-out {
  display: block;
  background: url('../images/sprite2.png') no-repeat -52px -6px;
  width: 32px;
  height: 32px;
  float: left;
  margin-left: 10px;
}
.interenet-service-wrapper .other-service .mail {
  background: url('../images/sprite2.png') no-repeat -95px -6px;
}
.interenet-service-wrapper .other-service .zoom-in {
  background: url('../images/sprite.png') no-repeat -10px -624px;
}
.interenet-service-wrapper .other-service .zoom-out {
  background: url('../images/sprite.png') no-repeat -45px -624px;
}

.block-simple {
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 18px;
  padding-bottom: 15px;
}
.block-simple.last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-simple .title {
  padding-bottom: 12px;
}
.block-simple .title h2 {
  padding: 0 0 5px 0;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  color: #00A292;
}
.block-simple .title h2 a {
  color: #00A292;
}
.block-simple .title h2 span {
  position: relative;
  top: -9px;
}
.block-simple .title p {
  padding-bottom: 7px;
  font-family: arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #666666;
}
.block-simple img {
  display: block;
  padding-bottom: 14px;
}
.block-simple .image-left img {
  padding-bottom: 5px;
}
.block-simple .image-right img {
  padding-bottom: 5px;
}
.block-simple h2 {
  padding-bottom: 15px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #4c4c4c;
}
.block-simple p {
  margin-top: -5px;
  padding-bottom: 19px;
  font-family: arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  color: #666666;
}
.block-simple p:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  width: 0;
}
.block-simple .ie-after {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  width: 0;
}

.block-text-simple {
  float: right;
  width: 362px;
  padding-bottom: 26px;
}
.block-text-simple:first-child {
  float: left;
}
.block-text-simple .title-line h2 {
  margin-bottom: 12px;
}
.block-text-simple p {
  padding-bottom: 10px;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #666666;
}
.block-text-simple p span {
  position: relative;
  top: -4px;
  font-size: 9px;
}

.block-section-quotes .title-line h2 {
  margin-bottom: 16px;
}

.block-quote {
  float: left;
  width: 362px;
  padding-bottom: 32px;
}
.block-quote.block-quote-right {
  float: right;
}
.block-quote img {
  float: left;
}
.block-quote .text {
  padding-left: 146px;
}
.block-quote blockquote {
  padding-bottom: 14px;
  font-family: arial, sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 120%;
  color: #666666;
}
.block-quote .author {
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #666666;
}

.page-espace-membre .main-title p {
  padding-bottom: 14px;
}
.page-espace-membre .block-info-section h2 {
  margin-bottom: 13px;
}
.page-espace-membre .block-info-section p {
  font-size: 12px;
  line-height: 15px;
}
.page-espace-membre .block-info-section .section-note {
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #666666;
}

/*partners block*/
.block-section-partners .title-line h2 {
  margin-bottom: 12px;
}
.block-section-partners .block-text {
  padding-bottom: 7px;
}
.block-section-partners .block-text p {
  font-weight: bold;
}
.block-section-partners .section-title h2 {
  padding-bottom: 18px;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #00A292;
}

.block-partners {
  padding-bottom: 32px;
}

.block-partner {
  background: #F4F4F4;
  float: right;
  width: 328px;
  padding: 15px;
}
.block-partner:first-child {
  float: left;
}
.block-partner .image {
  position: relative;
  float: left;
  width: 136px;
  margin-right: 12px;
}
.block-partner .image-shadow {
  box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.block-partner img {
  display: block;
  width: 136px;
  height: auto;
}
.block-partner h2, .block-partner h3 {
  margin-top: -3px;
  padding-bottom: 7px;
  font-family: arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 120%;
  color: #666666;
}
.block-partner .text {
  overflow: hidden;
  height: 63px;
  margin-bottom: 13px;
}
.block-partner .text p {
  padding-bottom: 12px;
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 120%;
  color: #666666;
}
.block-partner .button {
  position: relative;
}
.block-partner .green-btn {
  background-position: 100% -2111px;
  position: absolute;
  top: 0;
  left: 148px;
  height: 29px;
  line-height: 30px;
  text-align: center;
}
.block-partner .green-btn span {
  background-position: 0 -2081px;
  min-width: 152px;
  height: 29px;
}

/* search table */
.search-info-table {
  padding: 20px 0;
}
.search-info-table table {
  width: 100%;
  text-align: center;
}
.search-info-table table th {
  background: #f4f4f4;
  border: 1px solid #DBDBDB;
  padding: 23px 5px 23px 5px;
  vertical-align: middle;
  font-family: arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  color: #00A292;
}
.search-info-table table th:first-letter {
  text-transform: capitalize;
}
.search-info-table table .th-add {
  background: #00A292;
  width: 13%;
  color: #ffffff;
}
.search-info-table table td {
  border: 1px solid #DBDBDB;
  height: 37px;
  padding: 38px 5px 30px 5px;
  vertical-align: middle;
  font-family: arial, sans-serif;
  font-size: 15px;
  line-height: 120%;
  color: #666666;
}
.search-info-table table .td-link {
  background: #00A292;
  width: 13%;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
}
.search-info-table table .td-link a {
  color: #ffffff;
}
.search-info-table table .price {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #4c4c4c;
}

/*blocks*/
.block-pl {
  background: #ffffff;
  display: block;
  width: 222px;
  margin: 0 0 23px 0;
  position: relative;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #666666;
}
.block-pl img {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
.block-pl a span {
  font-family: 'Montserrat';
  font-weight: normal;
}
.block-pl span {
  padding: 0 10px 0 72px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: normal;
}
.block-pl td {
  height: 95px;
}
.block-pl .ico {
  background: url('../images/sprite.png') no-repeat 0 -132px;
  position: absolute;
  display: block;
  top: 50%;
  left: 20px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
}
.block-pl .ico.ico-people {
  background-position: -42px -132px;
}
.block-pl .ico.ico-prof {
  background-position: -34px -90px;
}
.block-pl .ico.ico-researchers {
  background-position: 0 -791px;
}
.block-pl .ico.ico-employers {
  background-position: -43px -791px;
}
.block-pl .ico.ico-young {
  background: transparent;
  font-family: 'font-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 16px;
  text-transform: none;
  line-height: 1;
  speak: none;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  box-sizing: border-box;
  border: 3px solid #00A292;
  border-radius: 50%;
  padding: 9px 8px 8px 9px;
}
.block-pl .ico.ico-young::before {
  content: "\e90c";
  color: #00A292;
}

.breadcrumb {
  overflow: hidden;
  width: 745px;
  padding-bottom: 11px;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #666666;
}

.breadcrumb li {
  background: url('../images/sprite.png') no-repeat -41px 0;
  float: left;
  margin-left: 3px;
  padding-left: 9px;
  list-style: none;
}
.breadcrumb li.first {
  background: none;
  margin: 0;
  padding: 0;
}
.breadcrumb a {
  font-family: 'Montserrat';
  font-weight: normal;
  color: #666666;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.right-section h2 {
  padding-bottom: 14px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #00A292;
}
.right-section h2 a {
  color: #00A292;
}
.right-section .block-section {
  background: #f4f4f4;
  padding-bottom: 15px;
}
.right-section .block-section:first-child {
  padding-top: 19px;
}
.right-section .block-section.link-box-first:first-child {
  padding-top: 0;
}
.right-section .block-section.block-section-standalone {
  margin-top: 20px;
}
.right-section .block-section.block-section-standalone .block-links-box {
  padding: 0;
}
.right-section .block-section.last {
  padding-bottom: 0;
}
.right-section .block-content-view h2 {
  padding-bottom: 16px;
}
.right-section .block-information {
  padding-bottom: 10px;
}
.right-section .block-information a {
  color: #00A292;
}
.right-section .block-information h3 {
  padding-bottom: 5px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  color: #00A292;
}
.right-section .block-information h3 a {
  color: #00A292;
}
.right-section .block-information h4 {
  font-family: arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 120%;
  color: #666666;
}
.right-section .block-information p {
  padding-bottom: 5px;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #666666;
}
.right-section .block-information p strong {
  font-family: arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #666666;
}
.right-section .block-information .button {
  padding: 4px 0;
}
.right-section .block-information ul {
  list-style: none;
  margin: 0 0 0 7px;
  padding: 0 0 17px 0;
}
.right-section .block-information ul li {
  list-style: disc;
  list-style-position: inherit;
  margin: 0 0 0 13px;
  padding: 0 0 4px 0;
  font-size: 1.167em;
  line-height: 130%;
  color: #666666;
}
.right-section .block-information ol {
  margin: 0 0 0 19px;
  padding: 0 0 17px 0;
}
.page-chrome .right-section .block-information ol {
  margin: 0 0 0 23px;
}
.right-section .block-information ol li {
  padding: 0 0 4px 0;
  font-size: 1.167em;
  line-height: 130%;
  color: #666666;
}
.right-section .block-contacts h2 {
  padding-bottom: 9px;
}
.right-section .block-contacts p:first-child {
  padding-bottom: 0;
}
.right-section .block-info-section {
  overflow: hidden;
}
.right-section .block-info-section h2 {
  background: none;
  padding: 0 0 14px 0;
  margin: 0;
}
.right-section .block-info-section .text {
  padding-top: 0;
  padding-left: 41px;
  line-height: 15px;
}
.right-section .block-info-line {
  border-top: 1px solid #E1E1E1;
  width: auto;
  padding: 0;
}
.right-section .block-info-line.last .block-info {
  margin-bottom: 0;
  padding-bottom: 0;
}
.right-section .block-info-line .block-info {
  overflow: hidden;
  float: none;
  width: auto;
  min-height: 35px;
  padding: 10px 0 7px 0;
}
.right-section .block-info-line .link-several-lines .text a {
  padding-top: 2px;
}
.right-section .block-info-line .text a {
  padding-top: 8px;
}
.right-section .button {
  overflow: hidden;
}
.right-section .block-login {
  padding-top: 3px;
  text-align: center;
}
.right-section .block-login .form-type-text {
  background: url('../images/sprite-btn.png') no-repeat 0 -622px;
  width: 194px;
  margin-bottom: 9px;
  padding: 8px 9px 8px 9px;
}
.right-section .block-login .form-text {
  background: none;
  border: none;
  width: 191px;
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #666666;
}
.right-section .block-login .watermark {
  color: #666666;
}
.right-section .block-login .form-submit {
  background: url('../images/sprite-btn.png') no-repeat 0 -588px;
  width: 212px;
  height: 33px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
}
.right-section .block-login .button {
  padding: 0 0 10px 0;
}

.forgot-pass {
  font-family: arial, sans-serif;
  font-size: 11px;
  font-style: italic;
  line-height: 120%;
  text-align: center;
  text-decoration: underline;
  color: #666666;
}
.forgot-pass:hover {
  text-decoration: none;
}

.block-content {
  padding: 0 10px 6px 10px;
}
.block-content.last {
  border-bottom: 1px solid #C3C3C3;
}
.block-content.last .block-info-line.last {
  padding-bottom: 11px;
}
.block-content.block-links-box {
  padding: 0 0 18px 0;
}
.block-content.info {
  padding: 20px 10px;
}
.block-content .facebook {
  padding-bottom: 11px;
}
.block-content .big-dark-btn {
  margin-bottom: 4px;
}

.block-content-view h3 {
  padding: 0;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #4c4c4c;
}
.block-content-view img {
  display: block;
  padding-bottom: 10px;
}
.block-content-view .block-video {
  padding-bottom: 10px;
}
.block-content-view .block-video img {
  padding: 0;
}
.block-content-view p {
  padding-bottom: 10px;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}

.link-box {
  background: #00A292;
  border-top: 1px solid #008072;
  display: block;
  position: relative;
  width: 177px;
  padding: 19px 5px 16px 53px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #ffffff;
}
.link-box.link-box-light {
  background: #91BA3A;
  border-color: #82A734;
}
.link-box.link-several-lines {
  padding: 10px 5px 8px 53px;
}
.link-box:hover {
  text-decoration: none;
}

.link-box img {
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
}
.link-box strong {
  text-transform: uppercase;
}
.link-box .ico {
  background: url('../images/sprite.png') no-repeat -68px -174px;
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
}
.link-box .ico.ico-heart {
  background-position: -34px -174px;
}
.link-box .ico.ico-plus {
  background-position: 0 -174px;
}
.link-box .ico.ico-facebook {
  background-position: 0 -263px;
}
.link-box .ico.ico-blog {
  background-position: -34px -263px;
}
.link-box .ico.ico-circle-plus {
  background-position: -34px -297px;
}

.link-ar {
  position: relative;
  display: block;
  margin: 0 0 11px 0;
  padding: 0 42px 0 0;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}
.link-ar .arrow {
  background: url('../images/sprite.png') no-repeat -31px -9px;
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 9px;
  height: 15px;
  margin-top: -7px;
}

.site-newsletter {
  overflow: hidden;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  margin: 0 10px 7px 10px;
  padding: 17px 0 20px 0;
}
.site-newsletter.last {
  border-bottom: none;
}
.site-newsletter h3 {
  padding-bottom: 6px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #4c4c4c;
}
.site-newsletter .block-form {
  overflow: hidden;
}
.site-newsletter .form-item {
  background: #ffffff;
  float: left;
  width: 174px;
  height: 15px;
  padding: 10px 0 8px 9px;
}
* + html .site-newsletter .form-item {
  height: auto;
}
.site-newsletter .form-text {
  background: none;
  border: none;
  width: 160px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 12px;
  color: #808080;
}
.site-newsletter .watermark {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 12px;
  color: #808080;
}
.site-newsletter .form-submit {
  background: #666666;
  float: right;
  width: 32px;
  height: 32px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}
.site-newsletter.site-newsletter-dark {
  background: #4c4c4c;
  border: none;
  margin: 0;
  padding: 17px 10px 20px 10px;
}
.site-newsletter.site-newsletter-dark h3 {
  color: #ffffff;
}
.site-newsletter.site-newsletter-dark .form-submit {
  background: #cdcdcd;
  height: 33px;
  color: #4c4c4c;
}

/* Hidden Captcha */
.site-newsletter #webform-client-form-1398 > div > div:not(.form-item):not(.form-actions) {
  position: absolute;
}


.block-img-r {
  overflow: hidden;
  padding-bottom: 0;
}
.block-img-r a {
  float: left;
  width: 50%;
  padding: 12px 0 10px 0;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #4c4c4c;
}
.block-img-r .image {
  float: left;
  width: auto;
  padding-left: 8px;
}
.block-img-r .image a {
  float: none;
  width: auto;
  padding: 0;
}
.block-img-r img {
  display: block;
}

.roll-section {
  margin: 0 0 10px 0;
}
.roll-section.roll-section-empty .title {
  cursor: default;
}
.roll-section.roll-section-empty .title:hover {
  background: #F4F4F4;
}
.roll-section.roll-section-empty .title:hover h2 {
  color: #CFCFCF;
}
.roll-section.roll-section-empty .title:hover .state-ico {
  background-position: -71px -755px;
  width: 11px;
  height: 20px;
  top: 16px;
  right: 24px;
}
.roll-section.roll-section-empty .title h2 {
  color: #CFCFCF;
}
.roll-section.roll-section-empty .title .state-ico {
  background-position: -71px -755px;
}
.page-evenements .roll-section.first {
  margin-top: 10px;
}
.roll-section .content {
  display: none;
  width: 745px;
}
.roll-section .content.open {
  display: block;
}
.roll-section .title {
  background: #F4F4F4;
  overflow: hidden;
  position: relative;
  padding: 15px 19px;
  cursor: pointer;
}
.roll-section .title.active {
  background: #00A292;
}
.roll-section .title.active h2 {
  color: #ffffff;
}
.roll-section .title.active .state-ico {
  background-position: -53px -25px;
  width: 21px;
  height: 11px;
  top: 20px;
  right: 19px;
}
.roll-section .title.active .counter {
  background: url('../images/sprite.png') no-repeat -77px -86px;
  color: #00A292;
}
.roll-section .title.active .ico {
  background: url('../images/sprite.png') no-repeat -55px -208px;
}
.roll-section .title.active .ico.ico-programme {
  background-position: -27px -208px;
}
.roll-section .title.active .ico.ico-contacts {
  background-position: -39px -498px;
}
.roll-section .title.active .ico.ico-location {
  background-position: -95px -498px;
}
.roll-section .title.active .ico.ico-doc {
  background-position: -39px -526px;
}
.roll-section .title.active .ico.ico-plus {
  background-position: 0 -208px;
}
.roll-section .title:hover {
  background: #00A292;
}
.roll-section .title:hover h2 {
  color: #ffffff;
}
.roll-section .title:hover .state-ico {
  background-position: -53px -25px;
  width: 21px;
  height: 11px;
  top: 20px;
  right: 19px;
}
.roll-section .title:hover .counter {
  background: url('../images/sprite.png') no-repeat -77px -86px;
  color: #00A292;
}
.roll-section .title:hover .ico {
  background: url('../images/sprite.png') no-repeat -55px -208px;
}
.roll-section .title:hover .ico.ico-programme {
  background-position: -27px -208px;
}
.roll-section .title:hover .ico.ico-contacts {
  background-position: -39px -498px;
}
.roll-section .title:hover .ico.ico-location {
  background-position: -95px -498px;
}
.roll-section .title:hover .ico.ico-doc {
  background-position: -39px -526px;
}
.roll-section .title:hover .ico.ico-plus {
  background-position: 0 -208px;
}
.roll-section .title h2 {
  float: left;
  max-width: 648px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #00A292;
}
.page-chrome .roll-section .title h2 {
  line-height: 20px;
}
.roll-section .title .ico {
  background: url('../images/sprite.png') no-repeat -55px -235px;
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin: -3px 9px 0 0;
}
.roll-section .title .ico.ico-programme {
  background-position: -27px -235px;
}
.roll-section .title .ico.ico-contacts {
  background-position: -67px -498px;
}
.roll-section .title .ico.ico-location {
  background-position: -95px -526px;
}
.roll-section .title .ico.ico-doc {
  background-position: -67px -526px;
}
.roll-section .title .ico.ico-plus {
  background-position: 0 -235px;
  width: 25px;
  height: 25px;
}
.roll-section .counter {
  background: url('../images/sprite.png') no-repeat -77px -108px;
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  color: #ffffff;
}
.page-chrome .roll-section .counter {
  line-height: 21px;
}
.roll-section .state-ico {
  background: url('../images/sprite.png') no-repeat -76px -25px;
  display: block;
  width: 11px;
  height: 20px;
  position: absolute;
  top: 16px;
  right: 24px;
}
.roll-section .block-text {
  padding: 18px 0 20px 0;
  font-family: arial, sans-serif;
  line-height: 18px;
  color: #666666;
}
.roll-section .block-text p {
  padding-bottom: 18px;
  font-size: 1.167em;
}
.roll-section .block-text p strong {
  font-family: arial, sans-serif;
  font-weight: bold;
}
.roll-section .block-text ul {
  list-style: none;
  margin: 0;
  padding: 0 0 17px 0;
}
.roll-section .block-text ul li {
  list-style: disc;
  margin: 0 0 0 15px;
  padding: 0 0 4px 0;
  font-size: 1.167em;
  line-height: 130%;
}
.page-chrome .roll-section .block-text ul li {
  margin-left: 17px;
}
.roll-section .block-text ol {
  margin: 0 0 0 26px;
  padding: 0 0 17px 0;
}
.roll-section .block-text ol li {
  padding: 0 0 4px 0;
  font-size: 1.167em;
  line-height: 130%;
}
.roll-section .block-content-info {
  border: none;
  margin-bottom: 10px;
  padding: 20px 0 0 0;
}
.roll-section .block-content-info img {
  margin-bottom: 10px;
}
.page-chrome .roll-section .block-content-info img {
  margin-right: 26px;
}
.roll-section .block-content-info p {
  padding-bottom: 17px;
}
.roll-section .block-content-info .text {
  overflow: visible;
  padding-bottom: 0;
}
.roll-section .block-content-info .text ul {
  list-style: none;
  margin: 0;
  padding: 0 0 17px 0;
}
.roll-section .block-content-info .text ul li {
  list-style: disc;
  margin: 0 0 0 15px;
  padding: 0 0 4px 0;
  font-size: 1.167em;
  line-height: 130%;
  color: #666666;
}
.page-chrome .roll-section .block-content-info .text ul li {
  margin-left: 17px;
}
.roll-section .block-content-info .text ol {
  margin: 0 0 0 26px;
  padding: 0 0 17px 0;
}
.roll-section .block-content-info .text ol li {
  padding: 0 0 4px 0;
  font-size: 1.167em;
  line-height: 130%;
  color: #666666;
}

.roll-section-with-icon {
  margin-bottom: 1px;
}
.roll-section-with-icon .title {
  padding-bottom: 13px;
  padding-left: 10px;
}

.block-events {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.block-event {
  width: 235px;
  float: left;
  padding-right: 20px;
  margin: 20px 0 20px 0;
}
.block-event.last {
  padding: 0;
}
.block-event .text {
  background: #f4f4f4;
}
.block-event .date, .block-event .view-text {
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 120%;
  color: #666666;
}

.block-info-more {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 733px;
  margin: 24px 0 0 6px;
}
.block-info-more .bg-block {
  background: url('../images/info_shadow_bg.png') no-repeat 0 0;
  position: absolute;
  width: 10px;
  height: 10px;
}
.block-info-more .bg-block.bg-block-tl {
  background-position: 0 0;
  top: -10px;
  left: -10px;
}
.block-info-more .bg-block.bg-block-tr {
  background-position: -10px 0;
  top: -10px;
  right: -10px;
  left: auto;
}
.block-info-more .bg-block.bg-block-br {
  background-position: -10px -10px;
  top: auto;
  right: -10px;
  bottom: -10px;
  left: auto;
}
.block-info-more .bg-block.bg-block-bl {
  background-position: 0px -10px;
  top: auto;
  right: auto;
  bottom: -10px;
  left: -10px;
}
.block-info-more .bg-block.bg-block-top {
  background: url('../images/info_shadow_bg_tb.png') repeat-x 0 0;
  top: -10px;
  left: 0;
  width: 100%;
}
.block-info-more .bg-block.bg-block-right {
  background: url('../images/info_shadow_bg_lr.png') repeat-y -10px 0;
  top: 0;
  right: -10px;
  left: auto;
  height: 100%;
}
.block-info-more .bg-block.bg-block-bottom {
  background: url('../images/info_shadow_bg_tb.png') repeat-x 0 -10px;
  top: auto;
  bottom: -10px;
  left: 0;
  width: 100%;
}
.block-info-more .bg-block.bg-block-left {
  background: url('../images/info_shadow_bg_lr.png') repeat-y 0 0;
  top: 0;
  right: auto;
  left: -10px;
  height: 100%;
}
.block-info-more h2 {
  padding-bottom: 10px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #4c4c4c;
}
.block-info-more h2 a {
  color: #4c4c4c;
}
.block-info-more p {
  padding-bottom: 17px;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #4c4c4c;
}
.block-info-more .btn-close {
  background: url('../images/sprite.png') no-repeat -68px -56px;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 27px;
  height: 28px;
  cursor: pointer;
}
.block-info-more .block-content {
  background: #f4f4f4;
  position: relative;
  padding: 0;
  z-index: 10;
}
.block-info-more .with-image .text, .block-info-more .with-map .text {
  padding-left: 250px;
}
.block-info-more.block-info-more-cl .with-image .text, .block-info-more.block-info-more-cl .with-map .text {
  padding-left: 297px;
}
.block-info-more .text {
  padding-top: 37px;
}
.block-info-more .image, .block-info-more .block-gmap {
  float: left;
  position: relative;
  z-index: 1;
  margin: -6px 0 -6px -6px;
}
.block-info-more .image img, .block-info-more .block-gmap img {
  display: block;
  width: 235px;
  height: 258px;
}
.block-info-more .block-gmap {
  width: 235px;
  height: 235px;
  margin: -5px 12px -6px 0;
  left: -6px;
}
.block-info-more .block-gmap img {
  width: 235px;
  height: 235px;
}
.block-info-more .block-social {
  border-top: 1px solid #DBDBDB;
  padding-top: 20px;
  padding-bottom: 10px;
}
.block-info-more .block-social li {
  list-style: none;
  float: left;
  padding-right: 10px;
}

.onplace {
  display: none;
  top: 0;
  left: 0;
}

.event-area {
  cursor: pointer;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #4c4c4c;
}
.event-area .text {
  padding: 16px 10px 11px 10px;
  min-height: 54px;
}
.event-area img {
  display: block;
  width: 235px;
  height: 180px;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  background: none;
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*custom*/
.block-slider {
  position: relative;
  width: 745px;
  overflow: hidden;
  margin-bottom: 20px;
}
.block-slider .slides {
  width: 1000%;
}
.block-slider li {
  float: left;
}
.block-slider img {
  display: block;
}
.block-slider .block-info {
  background: url('../images/block_info_bg.png') repeat 0 0;
  position: absolute;
  top: 59px;
  left: 60px;
  width: 235px;
  padding: 18px 20px 20px 20px;
}
.block-slider .block-info h2 {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #00A292;
}
.block-slider .block-info h2 a {
  color: #00A292;
}
.block-slider .block-info p {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #666666;
}
.block-slider .block-info .button {
  padding-top: 9px;
}
.block-slider .block-info .green-btn {
  text-align: center;
}
.block-slider .block-info .green-btn span {
  width: 215px;
}
.block-slider .block-info-v2 {
  width: 340px;
  background: none;
  top: 116px;
  left: 40px;
  padding: 0;
}
.block-slider .block-info-v2 h2 {
  padding-bottom: 19px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  color: #666666;
}
.block-slider .block-info-v2 h2 span {
  background: #ffffff;
  padding: 0 9px;
}
.block-slider .block-info-v2 .button {
  padding-top: 0;
}
.block-slider .block-info-v2 .green-btn {
  background-position: 100% -115px;
  height: 35px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 36px;
  text-transform: uppercase;
}
.block-slider .block-info-v2 .green-btn span {
  background-position: 0 -80px;
  width: auto;
  height: 35px;
  padding-left: 14px;
}
.block-slider .slide-content {
  position: relative;
}

.flex-direction-nav {
  position: absolute;
  right: 1px;
  bottom: 1px;
  z-index: 5;
}
.flex-direction-nav li {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 0 0 1px;
}
.flex-direction-nav a {
  background: url('../images/sprite.png') no-repeat 9px -25px white;
  display: block;
  position: relative;
  overflow: hidden;
  top: auto;
  left: auto;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}
.flex-direction-nav .flex-prev {
  left: auto;
}
.flex-direction-nav .flex-next {
  background-position: -20px -25px;
  right: auto;
}

.flex-control-paging {
  display: none;
}

.block-events-slider {
  margin-bottom: 38px;
}
* + html .block-events-slider {
  overflow: visible;
}
.block-events-slider .flex-control-paging {
  display: block;
  position: relative;
  bottom: auto;
  width: 699px;
  margin: 9px auto 0;
  padding: 9px 0 6px 0;
  z-index: 10;
}
.block-events-slider .flex-control-paging li {
  float: none;
  margin: 0 1.5px;
}
.block-events-slider .flex-control-paging a {
  background: url('../images/sprite.png') no-repeat -112px -292px;
  width: 8px;
  height: 8px;
  border-radius: 0;
  box-shadow: none;
}
.block-events-slider .flex-control-paging a:hover {
  background: url('../images/sprite.png') no-repeat -102px -292px;
}
.block-events-slider .flex-control-paging a.flex-active {
  background: url('../images/sprite.png') no-repeat -102px -292px;
}
.block-events-slider .flex-direction-nav {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  width: 100%;
  right: auto;
  bottom: 1px;
  left: 0;
  padding: 6px 0;
}
* + html .block-events-slider .flex-direction-nav {
  bottom: -6px;
}
.block-events-slider .flex-direction-nav li {
  background: none;
  width: 11px;
  height: 18px;
}
.block-events-slider .flex-direction-nav a {
  background: url('../images/sprite.png') no-repeat -88px -792px;
  width: 11px;
  height: 18px;
  position: absolute;
  top: 6px;
  left: 10px;
}
.block-events-slider .flex-direction-nav a:hover {
  background-position: -97px -272px;
}
.block-events-slider .flex-direction-nav a.flex-next {
  background-position: -102px -792px;
  right: 10px;
  left: auto;
}
.block-events-slider .flex-direction-nav a.flex-next:hover {
  background-position: -110px -272px;
}

table {
  border-collapse: collapse;
}

#datepicker {
  margin-bottom: 13px;
}

.ui-datepicker {
  width: auto;
  padding: 0;
}
.ui-datepicker table {
  width: auto;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker th {
  padding: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-datepicker td span {
  text-align: center;
}
.ui-datepicker td a {
  text-align: center;
}
.ui-datepicker .ui-datepicker-header {
  padding: 0;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0;
  line-height: 120%;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-next.ui-state-disabled {
  display: none;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.ui-datepicker-header {
  background: #00A292;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ui-datepicker-header .ui-datepicker-prev {
  float: left;
  width: 18px;
  height: 35px;
  cursor: pointer;
}
.ui-datepicker-header .ui-datepicker-prev span {
  width: 6px;
  height: 7px;
  display: block;
  text-indent: -9999px;
  background: url('../images/sprite2.png') no-repeat -57px -42px;
  margin: 15px 0 0 12px;
}
.ui-datepicker-header .ui-datepicker-next {
  float: right;
  width: 18px;
  height: 35px;
  cursor: pointer;
}
.ui-datepicker-header .ui-datepicker-next span {
  text-indent: -9999px;
  display: block;
  background: url('../images/sprite2.png') no-repeat -74px -42px;
  width: 6px;
  height: 7px;
  margin: 15px 12px 0 0;
}
.ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
  padding: 11px 0 10px;
}

.ui-datepicker-calendar {
  font-family: 'Montserrat';
  font-weight: normal;
}
.ui-datepicker-calendar th {
  height: 24px;
}
.ui-datepicker-calendar th span {
  font-size: 9px;
  color: #000000;
  font-weight: normal;
}
.ui-datepicker-calendar td {
  text-align: center;
  line-height: 14px;
  height: 30px;
}
.ui-datepicker-calendar td a {
  color: #252525;
  display: block;
  width: 30px;
  padding: 8px 0 6px;
  font-size: 12px;
}
.ui-datepicker-calendar td a.ui-state-active {
  width: 28px;
  padding: 8px 0 6px;
  border: 1px solid #000000;
}
.ui-datepicker-calendar td a.ui-state-highlight {
  border: 1px solid #00A292;
  width: 28px;
  padding: 8px 0 6px;
}
.ui-datepicker-calendar td.event_day {
  border: none;
  background: #00A292;
  color: #ffffff;
}
.ui-datepicker-calendar td.event_day a {
  border: none;
  padding: 8px 0 7px;
  width: 30px;
  color: #ffffff;
}
.ui-datepicker-calendar td.ui-datepicker-other-month .ui-state-default {
  display: block;
  background: url('../images/bg_other_month.png') no-repeat 0 0;
  padding: 7px 0 6px;
  width: 30px;
  font-size: 12px;
}

.combo-wrapper {
  background: url('../images/sprite-btn.png') no-repeat -1px -150px;
  padding-right: 4px;
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  zoom: 1;
}

.combo-selected {
  overflow: hidden;
  margin-right: -10px;
  line-height: 38px;
  text-indent: 12px;
}
* + html .combo-selected {
  width: 138px !important;
}

.combo-button {
  background: url('../images/sprite.png') no-repeat -89px -26px;
  float: right;
  width: 9px;
  height: 17px !important;
  margin: 11px 3px 0 0;
  text-indent: -9999px;
}

.combo-form-type-select, .combo-form-section-select {
  background: #FCFCFC;
  border: 1px solid #E1E1E1;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #666666;
}
.combo-form-type-select li, .combo-form-section-select li {
  padding: 0 5px 5px 5px;
  cursor: pointer;
}
.combo-form-type-select li:hover, .combo-form-section-select li:hover {
  color: #999999;
}

.block-filters {
  background: #F4F4F4;
  overflow: hidden;
  padding: 20px 20px 16px 20px;
  margin-bottom: 27px;
}
.block-filters .top-section {
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 17px;
  padding-bottom: 16px;
}
.block-filters h2 {
  float: left;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  color: #666666;
}
.block-filters h2 span {
  font-family: 'Montserrat';
  font-weight: 700;
  color: #00A292;
}
.block-filters .results {
  float: right;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  color: #4c4c4c;
}
.block-filters .form-type-select {
  float: left;
  margin-right: 14px;
  width: 167px;
}
.block-filters .button-wb {
  clear: both;
  background: #ffffff;
  position: relative;
  top: 16px;
  overflow: hidden;
  margin: 0 -20px 0 -20px;
  padding-top: 13px;
}
.block-filters .filters-btn .form-submit {
  margin-top: -5px;
}
.block-filters .form-submit {
  background: url('../images/sprite-btn.png') no-repeat 0 -193px;
  border: none;
  width: 161px;
  height: 37px;
  float: right;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
}
.block-filters .form-submit.green-btn {
  float: right;
  width: 235px;
  height: 40px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #ffffff;
  background: #00A292;
  border-radius: 7px;
  padding-left: 9px;
}
.page-projets-de-recherches-finances .block-filters .form-submit.green-btn {
  width: 162px;
}

.block-filters .select-big {
  width: 242px;
}
* + html .block-filters .select-big .combo-selected {
  width: 213px !important;
}
.block-filters .select-50-50 {
  width: 329px;
  margin-right: 0;
  margin-left: 32px;
}
.block-filters .select-50-50:first-child {
  margin-left: 0;
}
* + html .block-filters .select-50-50 .combo-selected {
  width: 300px !important;
}
.block-filters .select-30-3 {
  width: 221px;
  margin-right: 0;
  margin-left: 20px;
}
.block-filters .select-30-3:first-child {
  margin-left: 0;
}
* + html .block-filters .select-30-3 .combo-selected {
  width: 192px !important;
}
.block-filters .select-100 {
  margin-left: -2px;
  width: 684px;
}
* + html .block-filters .select-100 .combo-selected {
  width: 655px !important;
}
.block-filters .select-100 .combo-wrapper {
  background-position: 0 -1120px;
}
.block-filters .select-100 .error-message {
  margin-right: -23px;
}
.block-filters .block-search {
  float: left;
  background: url('../images/sprite-btn.png') no-repeat 0 -358px;
  width: 342px;
  margin: 0 17px 0 0;
  padding: 10px 9px 13px 8px;
}
.block-filters .block-search .form-item {
  float: left;
}
.block-filters .block-search .form-text {
  background: none;
  border: none;
  width: 314px;
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #666666;
}
.block-filters .block-search .watermark {
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #666666;
}
.block-filters .block-search .form-submit {
  background: url('../images/sprite.png') no-repeat -82px -208px;
  float: right;
  width: 18px;
  height: 18px;
}
.block-filters .error-message {
  clear: both;
  padding-top: 10px;
  padding-bottom: 0;
}
* + html .block-filters .error-message {
  padding-top: 0;
}

.top-section .form-type-select {
  width: 157px;
  zoom: 1;
}
.top-section .form-type-select.last {
  margin-right: 0;
}
* + html .top-section .form-type-select .combo-selected {
  width: 130px !important;
}
.top-section .combo-wrapper {
  background-position: -172px -150px;
}
.top-section .select-100 {
  margin-left: -2px;
  width: 684px;
}
.top-section .select-100 .combo-wrapper {
  background-position: 0 -1120px;
}

.select-big {
  width: 243px;
}
.select-big .combo-wrapper {
  background-position: 0 -313px;
}

.select-50-50 .combo-wrapper {
  background-position: 0 -2144px;
}

.select-30-3 .combo-wrapper {
  background-position: -332px -2144px;
}

.user-filters {
  background: url('../images/sprite-btn.png') no-repeat 100% -426px;
  position: relative;
  float: left;
  height: 27px;
  margin: 0 10px 0 0;
  padding-right: 25px;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
}
.user-filters span {
  background: url('../images/sprite-btn.png') no-repeat 0 -399px;
  float: left;
  min-width: 134px;
  height: 27px;
  padding-left: 10px;
}
.user-filters .btn-close {
  background: url('../images/sprite.png') no-repeat -83px -131px;
  display: block;
  position: absolute;
  top: 9px;
  right: 8px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.block-content-info {
  border-bottom: 1px solid #DCDCDC;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.block-content-info.last {
  margin-bottom: 15px;
}
.block-content-info img {
  border: 1px solid #E2E2E2;
  float: left;
  margin-right: 20px;
}
.block-content-info .text {
  padding-bottom: 40px;
  overflow: hidden;
}
.block-content-info h2 {
  padding-bottom: 9px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 1.500em;
  line-height: 120%;
  color: #4c4c4c;
}
.block-content-info p,
.block-video-youtube p {
  padding-bottom: 10px;
  font-family: arial, sans-serif;
  font-size: 1.167em;
  line-height: 130%;
  color: #666666;
}
.block-content-info .default-btn {
  position: absolute;
  left: 255px;
  bottom: 30px;
  text-align: center;
}
.block-content-info .default-btn span {
  min-width: 215px;
}

.block-not-results {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 1.500em;
  line-height: 120%;
  color: #4c4c4c;
  text-align: center;
}

.events-section {
  padding-bottom: 25px;
}
.events-section.last {
  padding-bottom: 0;
}
.events-section .title-line h2 {
  margin-bottom: 15px;
}
.events-section .block-content-info {
  margin-bottom: 20px;
}
.events-section .block-content-info.last {
  border-bottom: none;
  margin-bottom: 0;
}
.events-section .block-content-info img {
  width: 144px;
  height: auto;
}
.events-section .block-content-info p {
  padding-bottom: 0;
}
.events-section .block-content-info .default-btn {
  left: 167px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
  padding: 10px;
}
* + html .fancybox-inner {
  overflow: hidden !important;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox_overlay.png') repeat 0 0;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*custom*/
.popup-wrapper {
  background: #ffffff;
  position: relative;
  width: 349px;
}
.popup-wrapper .bg-block {
  background: url('../images/popup_shadow.png') no-repeat 0 0;
  position: absolute;
  width: 10px;
  height: 10px;
}
.popup-wrapper .bg-block.bg-block-tl {
  background-position: 0 0;
  top: -10px;
  left: -10px;
}
.popup-wrapper .bg-block.bg-block-tr {
  background-position: -10px 0;
  top: -10px;
  right: -10px;
  left: auto;
}
.popup-wrapper .bg-block.bg-block-br {
  background-position: -10px -10px;
  top: auto;
  right: -10px;
  bottom: -10px;
  left: auto;
}
.popup-wrapper .bg-block.bg-block-bl {
  background-position: 0px -10px;
  top: auto;
  right: auto;
  bottom: -10px;
  left: -10px;
}
.popup-wrapper .bg-block.bg-block-top {
  background: url('../images/popup_shadow_tb.png') repeat-x 0 0;
  top: -10px;
  left: 0;
  width: 100%;
}
.popup-wrapper .bg-block.bg-block-right {
  background: url('../images/popup_shadow_lr.png') repeat-y -9px 0;
  top: 0;
  right: -10px;
  left: auto;
  height: 100%;
}
.popup-wrapper .bg-block.bg-block-bottom {
  background: url('../images/popup_shadow_tb.png') repeat-x 0 -10px;
  top: auto;
  bottom: -10px;
  left: 0;
  width: 100%;
}
.popup-wrapper .bg-block.bg-block-left {
  background: url('../images/popup_shadow_lr.png') repeat-y -1px 0;
  top: 0;
  right: auto;
  left: -10px;
  height: 100%;
}
.popup-wrapper .content {
  width: 321px;
  padding: 24px 13px 14px 13px;
}
.popup-wrapper h2 {
  padding-bottom: 12px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 120%;
  color: #00A292;
}
.popup-wrapper p {
  padding-bottom: 17px;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
.popup-wrapper .block {
  border-top: 1px solid #DCDCDC;
  padding-top: 14px;
}
.popup-wrapper .total {
  overflow: hidden;
  padding-right: 6px;
}
.popup-wrapper .total p {
  float: left;
  padding-bottom: 19px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #666666;
}
.popup-wrapper .total span {
  float: right;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #00A292;
}
.popup-wrapper .button {
  float: left;
  margin-bottom: 10px;
}
.popup-wrapper .green-btn {
  background: url('../images/sprite-btn.png') no-repeat 0 -873px;
  border: none;
  width: 251px;
  height: 34px;
  padding: 10px 35px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
.popup-wrapper .green-btn span {
  background: none;
  float: none;
  padding: 0;
}
.popup-wrapper .gray-btn {
  background-position: 100% -970px;
  height: 40px;
}
.popup-wrapper .gray-btn span {
  background-position: 0 -930px;
  min-width: 289px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.block-map {
  padding-bottom: 61px;
}
.block-map .mimagemap {
  float: left;
  margin-left: 14px;
}
.block-map .block-right {
  width: 363px;
  float: right;
}
.block-map h3 {
  padding-bottom: 16px;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #00A292;
}
.block-map h3 a {
  color: #00A292;
}
.block-map .block-search {
  position: relative;
  width: 365px;
  margin: 0 17px 0 0;
  overflow: hidden;
}
.block-map .block-search .form-item {
  float: left;
}
.block-map .block-search .watermark {
  line-height: 36px !important;
}
.block-map .block-search .form-text {
  background: url('../images/sprite-btn.png') no-repeat 0 -1011px;
  width: 319px;
  margin: 0 17px 0 0;
  padding: 10px 37px 13px 8px;
  overflow: hidden;
  border: none;
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #666666;
}
.block-map .block-search .watermark {
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #666666;
}
.block-map .block-search .form-submit {
  background: url('../images/sprite.png') no-repeat -82px -208px;
  position: absolute;
  top: 10px;
  right: 10px;
  float: right;
  width: 18px;
  height: 18px;
}
.block-map .block-search .form-type-item {
  margin-top: 10px;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: #666666;
}
.block-map .block-search .form-type-item a {
  color: #666666;
}
.block-map .block-search .form-type-item a:hover {
  color: #91ba3a;
}

.mimagemap {
  width: 334px;
  height: auto;
  position: relative;
  z-index: 1;
}
.mimagemap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.mimagemap .image-main {
  z-index: 3;
}
.mimagemap .image-fake {
  position: relative;
  z-index: 1;
}
.mimagemap canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: auto;
}

.regions {
  margin-top: 28px;
  margin-right: -10px;
}
.regions ul {
  float: left;
  width: 192px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #666666;
}
.regions ul.first {
  padding-right: 12px;
  width: 166px;
}
.regions li {
  padding-bottom: 5px;
  list-style: none;
  cursor: pointer;
}
.regions li.disabled {
  cursor: default;
}
.regions li.disabled:hover {
  color: #666666;
}
.regions li.disabled:hover a {
  color: #666666;
}
.regions li.disabled a {
  cursor: default;
}
.regions li a {
  color: #666666;
}
.regions li.hover {
  color: #91ba3a;
}
.regions li.hover a {
  color: #91ba3a;
}
.regions li:hover {
  color: #91ba3a;
}
.regions li:hover a {
  color: #91ba3a;
}
.regions li.active {
  background: url('../images/list_mp_arrow.png') no-repeat 0 3.5px;
  padding-left: 12px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #91ba3a;
}
.regions li.active a {
  color: #91ba3a;
}

.imagemap-mark {
  background: url('../images/sprite.png') no-repeat 0 -497px;
  display: none;
  position: absolute;
  width: 33px;
  height: 33px;
  z-index: 5;
  text-indent: -9999px;
}
.imagemap-mark.visible {
  display: block;
}
.imagemap-mark.show {
  display: block;
}
.imagemap-mark.hidden {
  display: none;
}

@media screen and (max-width: 340px) {
  .imagemap-mark {
      margin-left: -13px;
      margin-top: -10px;
  }
}
@media screen and (max-width: 330px) {
  .imagemap-mark {
      margin-left: -25px;
      margin-top: -5px;
  }
}

/* ---- FOOTER ----- */
.footer-wrapper {
  padding: 80px 0 70px;
  background: #00A292;
  color: #fff;
  font-family: Montserrat, arial;
}

.footer-wrapper a { color: #fff; }
.footer-wrapper a.active { color: #fff; }

.footer-wrapper-inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.logos-wrapper { margin-bottom: 40px; }
.footer-logo { display: inline-block; }

.logo-vlm::after {
  content: "|";
  display: inline-block;
  vertical-align: 11px;
  margin: 0 20px;
  font-size: 20px;
}

#footer ul {
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

#footer li {
  display: inline-block;
  list-style: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .menu li { padding: 0 2%; }
#footer .social-network { padding: 0 18px; }

#footer .social-network a:hover {
  text-decoration: none;
  color: #ddd;
}

.social-network a::before,
#back-to-top::before  {
  font-family: 'font-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 16px;
  text-transform: none;
  line-height: 1;
  speak: none;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-network span,
#back-to-top span {
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

.facebook::before { content: "\f09a"; }
.twitter::before { content: "\f099"; }
.youtube::before { content: "\e900"; }
.instagram::before { content: "\e90a"; }

.adr {
  font-size: 0.917em;
  font-weight: 400;
}

#back-to-top {
  position:fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 999;
  bottom: 3em;
  right: 0;

  text-decoration: none;
  color: #fff;
  transition: all 0.5s ease-in-out;
  border: solid #fff;
  border-width: 1px 0 1px 1px;
}

#back-to-top::before {
  content: "\f060";
  display: block;
  background: #00A292;
  box-sizing: border-box;
  height: 45px;
  width: 45px;
  padding-top: 11px;
  font-weight: bold;
  text-align: center;
  transform: rotate(90deg);
}

#back-to-top:focus, #back-to-top:hover {
  text-decoration: none;
   border-color: #00A292;
}

#back-to-top:focus::before, #back-to-top:hover::before {
  background: #f4f4f4;
  color: #00A292;
}

#back-to-top.active {
  opacity: 1;

  visibility: visible;
}

/* ---- DESTKOP FIX ----- */
#edit-submitted-crcm { height: 100px; }
#edit-submitted-motif { height: 290px; }

.facebook { text-align: center; }

.wrapper {
  height: 100%;
  height: auto !important;
  min-height: 100%;
}

.page-mediatheque .content .item-list { margin-bottom:20px; }
.page-mediatheque .content .item-list .pager.item-list-page {position: initial; }

.btn-with-text { cursor: pointer; }

.btn-with-text .dropdown-menu,
.btn-with-text .arrow { display: none !important; }

.btn-with-text.active .dropdown-menu,
.btn-with-text.active .arrow {
  display: block !important;
}

/* ---- COL DROITE ----- */
  /*bloc suivre*/
.right-section .block-section.last.bloc-share-nl {
  padding-top:0;
}

.bloc-share {padding-bottom: 20px;}

.social-list li {
  display: inline-block;
  list-style-type: none;
  vertical-align: top;
margin-right: 8px;
}

.social-list .fa span,
.social-list .icon span {
  position: absolute;
  left: -9999px;
}

.social-list .fa,
.social-list .icon {
  display: block;
  color: #666666;
}

.social-list .fa:before,
.social-list .icon:before {
  display: block;
  box-sizing: border-box;
  min-height: 32px;
  min-width: 32px;

  padding-top:5px;
  text-align: center;
  vertical-align: middle;
  border-radius:50%;

  font-size: 20px;
  color: #fff;

}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-facebook:before {
  content: "\f09a";
  background: #3b5999;
}

.fa-twitter:before {
  content: "\f099";
  background: #2ca9e1;
}

.fa-youtube:before {
  content: "";
  background: url(../images/sprite-picto.png) no-repeat 7px -82px #c9332d; /* play*/
}

.fa-instagram:before {
  content: "\f16d";
  background: #527fa4;
}

.social-list .icon {
  font-family: 'font-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 16px;
  text-transform: none;
  line-height: 1;
}

.icon-linkedin:before {
  content: "\e90d";
  background: #0072b1;
}

  /*BLOC NL*/
.site-newsletter {
  margin: 0;
  padding:17px 10px 15px;
  background:  #858585;
}

.site-newsletter h3{
  padding-left: 36px;
  margin-bottom: 10px;
  color:#fff;
  background:  url(../images/sprite-picto.png) no-repeat left -120px; /* nl */
}
.site-newsletter .form-item {padding-bottom: 7px;}
.site-newsletter .form-submit {background: #00A292;}

  /*bloc partenaire*/
.right-bottom-section {
  padding: 15px;
  background: #f4f4f4;
}

.right-bottom-section .asset-wrapper {
  padding: 0;
  margin-bottom: 7px;
}

  /*bloc twitter feed*/
.right-section .block-section.bloc-twitter-feed {
  padding-bottom: 0;
}

.twitter-feed {
  margin-top: 40px;
  max-height: 400px;
  overflow-y: scroll;
}

/* ---- Espace jeune ----- */
.node-type-subcategory-landing-page .main-title .teaser {
  border-right: 2px solid #00A292;
  padding-right: 20px;
  margin-top: 10px;
}
.node-type-subcategory-landing-page  .interenet-service-wrapper {
  border-top: none;
}

.main-content .left-section > .block-content-info a.default-btn,
.main-content .left-section > .block-section .block-content-info a.default-btn,
.node-type-subcategory-landing-page .main-content .left-section > .block-section a.default-btn,
.node-type-subcategory-landing-page .main-content .left-section > .block-video a.default-btn {
  font-weight: bold;
  text-decoration: none;
}

.main-content .left-section > .block-content-info a.default-btn:hover,
.main-content .left-section > .block-section .block-content-info a.default-btn:hover,
.node-type-subcategory-landing-page .main-content .left-section > .block-section a.default-btn:hover {
  color: #ffffff;
}

.node-type-subcategory-landing-page .block-info-section-v2 .text {
  padding-left: 0;
}

.block-content-info h2,
.node-type-subcategory-landing-page .block-info-section h2 {
  background: transparent;
  text-transform: none;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.node-type-subcategory-landing-page .block-content-info:last-child {
  border-bottom: none;
}

.node-type-subcategory-landing-page .left-section .block-video {
  background: transparent;
}

.node-type-subcategory-landing-page .left-section .block-video > h2, .node-type-subcategory-landing-page .left-section .block-document >h2 {
  background: url('../images/title_line.gif') repeat-x 0 bottom;
  margin-bottom: 25px;
  margin-left: 10px;
  padding-bottom: 0;
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #00A292;
}

.node-type-subcategory-landing-page .left-section .block-video > h2 span, .node-type-subcategory-landing-page .left-section .block-document > h2 span {
  background: #ffffff;
  padding-right: 10px;
}

.node-type-subcategory-landing-page .left-section .block-video .block-content {
  border-bottom: none;
}

.node-type-subcategory-landing-page .main-content .left-section > .block-section .block-video a.default-btn {
  color: #00A292;
}

.node-type-subcategory-landing-page .main-content .left-section > .block-section .block-video a.default-btn:hover {
  color: #ffffff;
}

.node-type-subcategory-landing-page .left-section .block-video .block-content-info h2 {
  color: #4c4c4c;
  text-transform: none;
  font-weight: bold;
}

.node-type-subcategory-landing-page .left-section .block-video .block-content-view img {
  padding-bottom: 0;
}

.node-type-subcategory-landing-page .left-section .block-views-section .block-section > .block-views-c3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* bloc youtube */

.block-video-youtube .field-collection-container {
  margin-bottom: 0;
  border: 0;
}

.youtube-video {
  clear: both;
}

.youtube-video:last-of-type {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.youtube-title {
  margin-bottom: 10px;
  font-family: 'Montserrat';
  font-size: 1.5em;
  line-height: 120%;
  color: #4c4c4c;
}

.youtube-content {
  display: flex;
}

.youtube-content .video {
  padding-right: 20px;
  width: 45%;
}

.youtube-description {
  display: flex;
  flex-direction: column;
  width: 55%;
}

.youtube-description p {
  flex-grow: 1;
  padding-bottom: 15px;
}

.youtube-read-more-link a {
  display: inline-block;
  min-width: 150px;
  padding: 12px 20px;
  text-align: center;
  border: solid 1px #E2E2E2;
  border-radius: 7px;
  font-weight: bold !important;
  font-size: 1.16em;
  text-decoration: none !important;
}

.youtube-read-more-link a:hover {
  color: #ffffff !important;
  background: #00A292;
  border-color: #00A292;
}
