/**
 * Place your custom styles here.
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Whitney:200,400,700');

/** Global */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham_Narrow_Ultra_Italic.otf');
}
@font-face {
  font-family: 'GothamBlack';
  src: url('../fonts/Gotham-Black.otf');
}
@font-face {
  font-family: 'GothamBlack';
  src: url('../fonts/Gotham-Black.otf');
}
@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/GothamHTF-Bold.otf');
}
@font-face {
  font-family: 'GothamLight';
  src: url('../fonts/GothamHTF-Light.otf');
}
@font-face {
  font-family: 'GothamBook';
  src: url('../fonts/GothamHTF-Book.otf');
}
@font-face {
  font-family: 'Whitney';
  src: url('../fonts/Whitney-Book.otf');
}
@font-face {
  font-family: 'WhitneyBold';
  src: url('../fonts/Whitney Bold.ttf');
}
/** End Global */

/** Defaults override */
h1, h2, h3, h4, h5, h6 {
  color: #D04E33;
  font-family: Gotham;
}

body {
  font-family:"Whitney", sans-serif;
  overflow-x:hidden;
}

a, li, p, .btn, .button {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.page-header {
  border: none;
  text-align: center;
  font-size:4em;
}

.path-realisations .page-header, .page-node-type-realisations .page-header {
  margin-bottom:0;
}
.path-realisations .chapo_page h2, .page-node-type-realisations .chapo_page h2 {
  margin-top:0;
}
.navbar .logo {
  background-color: #fff;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
/** End defaults override */

/** Header */

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}
.bdm-header {
  background: linear-gradient(90deg, #79C085 10%, #6DC4D3 90%);
  border: none;
  position:fixed;
  width:100%;
}

.home_top_header{
  background: linear-gradient(90deg, #79C085 10%, #6DC4D3 90%);
}

.path-frontpage .region-home-top-header {
  padding-top:160px;
}

.main-container {
  padding-top:110px;
}
.path-frontpage .main-container {
  padding-top:0;
}

.textaligncenter {
  text-align:center;
}

.textaligncenter iframe {
  height:315px;
}

.picto_youtube {
  padding-left:40px;
}

.picto_youtube:before {
  background: url(../img/youtube.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: inline-block;
  content: "";
  float: left;
  background-position: center center;
  margin-right: 5px;
}


.bigvideo iframe {
  width:800px;
  height:450px;
}

.navbar .logo img {
  max-height: 34px;
}

.navbar-header {
  float:none;
  background: rgba(124, 150, 137, 0.35);
}

.navbar-header .container {
  position:relative;
}

.navbar-header nav, .navbar-header nav ul li {
  display:inline-block;
  float:left;
  height:42px;
  line-height:42px;
}

#block-blockextranet {
      position: absolute;
    background: white;
    right: 47px;
    top: 42px;
    z-index:9999;
    display:none;
}

#block-chapostructure h2 {
    text-transform: uppercase;
    margin-top: -30px;
}

#block-blockextranet .field--name-body {
  padding:0;
}

#block-blockextranet .field--name-body iframe {
  height:176px;
}

#block-navbarmenu ul li a, .telephone-link, .contact-link,#block-subtheme-account-menu ul li.first a {
  padding:0 10px !important;
  color: white;
  font-size: 0.8em;
}

#block-navbarmenu ul li a:hover, .telephone-link:hover, .contact-link:hover,#block-subtheme-account-menu ul li.first a:hover {
 color:white;
 text-decoration:underline;
}

.navbar-header .facebook-link, .navbar-header .twitter-link, .navbar-header .linkedin-link{
    font-size: 0;
    text-indent: -9999px;
    background: url(../img/facebook_white.svg) no-repeat;
    background-size: 25%;
    background-position: center center;
    height: 42px;
    width: 35px;
}
.navbar-header .twitter-link{
    background: url(../img/twitter_white.svg) no-repeat;
    background-size: 45%;
    background-position: center center;
}
.navbar-header .linkedin-link{
    background: url(../img/linkedin_white.svg) no-repeat;
    background-size: 45%;
    background-position: center center;
}

.telephone-link:before {
  background: url(../img/tel.svg) no-repeat;
  width: 14px;
  height: 42px;
  background-size: 100%;
  display: inline-block;
  content: "";
  float: left;
  background-position: center center;
  margin-right: 5px;
}


.contact-link:before {
  background: url(../img/contact.svg) no-repeat;
  width: 14px;
  height: 42px;
  background-size: 100%;
  display: inline-block;
  content: "";
  float: left;
  background-position: center center;
  margin-right: 5px;
}

.contact-link{
  background:#70C5D7;
}

#block-subtheme-main-menu ul {
  clear: both;
  float: none;
  text-align: center;
  padding-left: 50px;
    margin-top: 0px;
    margin-bottom: 0px;

}

.path-frontpage #block-subtheme-main-menu ul.menu--main {
   margin-top: 25px;
    margin-bottom: 40px;
}

.little_menu .menu--main {
  margin-top:0!important;
  margin-bottom:0!important;
}
#block-subtheme-main-menu ul .dropdown-menu {
    clear: both;
    float: none;
    text-align: left;
    padding:0px;    border: 0;
    border-radius: 0;
}
#block-subtheme-main-menu ul li {
  float:none;
  display:inline-block;
}
#block-subtheme-main-menu ul li > a {
  color:white;
  font-size: 1.2em;
}

#block-subtheme-main-menu ul li .dropdown-menu > li {
  width:100%;
}

#block-subtheme-main-menu ul li .dropdown-menu > li > a {
  color:#7C9689;
  font-size:1em;
  width:100%;
  cursor:pointer;
  padding:10px 20px 10px 20px;
  border-bottom: 1px solid #D2D2D2;
}

#block-subtheme-main-menu ul li .dropdown-menu > li.active > a, #block-subtheme-main-menu ul li .dropdown-menu > li > a:hover {
  background:#F2F2F2;
}

#block-subtheme-account-menu ul li a {
  display:block;
  height:100%;
  line-height:42px;
  color:white;
}

#block-subtheme-account-menu ul li a.search-link {
  font-size:0;
  text-indent:-9999px;
  background: url(../img/search.svg) no-repeat;
  width:32px;
  background-size:65%;
  background-position:center center;
}

#block-subtheme-account-menu ul li.first a{
  background: #7BA554;
  text-transform:uppercase;
  height:42px;
}

#block-subtheme-account-menu ul li.first a:before, #compte_link:before {
  background: url(../img/compte.svg) no-repeat;
  width: 11px;
  height: 42px;
  background-size: 100%;
  display: inline-block;
  content: "";
  float: left;
  background-position: center center;
  margin-right: 5px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-nav .open .dropdown-toggle {
  background:rgba(255,255,255,0.23) !important;
}
h1 {
  text-transform:uppercase;
  margin-top:20px;
}

.breadcrumb {
  background:none;
}

.breadcrumb li, .breadcrumb li a {
  color:#6A6A6A;
}

.breadcrumb .active {
  color: #42A577;
}

.breadcrumb > li + li:before {
  content:" > ";
  color:#6A6A6A;
}

.location-title {
  display:none !important;
}

.location-content .views-field-title a {
  color:#70C5D7;
  font-family:"Gotham", sans-serif;
  text-transform:uppercase;
  font-size:1.4em;
  margin-bottom:13px;
  display:block;
  line-height: 1.6em;
}

.location-content .views-field-view-node {
 float:right;
}

.location-content .btn-green {
 padding:9px 15px;
}

.location-content .views-field-field-ville .field-content {
  color:#7C9689;
  font-family:"Whitney", sans-serif;
  font-weight:bold;
  text-transform: capitalize;
  padding-bottom: 20px;
  border-bottom: 3px solid #CFCFCF;
  font-size:1.1em;
  display:block;margin-top: -15px;
}
.location-content .views-field-field-maitre-d-ouvrage .views-label, .location-content .views-field-field-accompagnateur .views-label {
  color:#484848;
  font-family:"WhitneyBold", sans-serif;
  text-transform:uppercase;
  font-size:1.1em;
  margin-top: 14px;
  display: block;
  line-height: 0.7em;
}


.location-content .views-field-field-maitre-d-ouvrage .field-content, .location-content .views-field-field-accompagnateur .field-content {
  color:#7C9689;
  font-family:"Whitney", sans-serif;
  font-weight:bold;
  font-size:1.1em;
}

.location-content .views-field-field-batiments ul, .page-node-type-realisations .views-field-field-batiments ul {
  list-style:none;
  padding:0;
}

.location-content .views-field-field-batiments ul li, .page-node-type-realisations .views-field-field-batiments ul li {
  padding:15px 10px 10px 10px;
  background:#F1F1F1;
  margin-bottom:15px;
  position: relative;
}

.location-content .views-field-field-batiments ul li .field, .page-node-type-realisations .views-field-field-batiments ul li .field {
  color:#7C9689;
  display:inline-block;
  font-size:0.8em;
}

.location-content .views-field-field-batiments ul li .field:after, .page-node-type-realisations .views-field-field-batiments ul li .field:after {
  content:" - ";
  display:inline-block;
      margin-left: 3px;
}
.location-content .views-field-field-batiments ul li .field:last-child:after, .page-node-type-realisations .views-field-field-batiments ul li .field:last-child:after {
  display:none;
}
.location-content .views-field-field-batiments ul li .field--label-inline .field--items,.location-content .views-field-field-batiments ul li .field--label-inline .field--item, .location-content .views-field-field-batiments ul li .field--label-inline .field--label,
.page-node-type-realisations .views-field-field-batiments ul li .field--label-inline .field--items,.page-node-type-realisations .views-field-field-batiments ul li .field--label-inline .field--item, .page-node-type-realisations .views-field-field-batiments ul li .field--label-inline .field--label{
  float:none;
  display:inline-block;
  font-weight:400;
  padding:0;
  font-family: "Whitney",sans-serif;
}

.location-content .views-field-field-batiments ul li .field--name-field-nom, .page-node-type-realisations .views-field-field-batiments ul li .field--name-field-nom {
  color:#484848;
  font-family:"WhitneyBold", sans-serif;
  text-transform:uppercase;
  font-size:0.9em;
  position: absolute;
  top: 3px;
  left: 10px;
}


.skin-default {
 position:relative;
}

.page-node-type-realisations .views-field-field-batiments ul li .field--name-field-nom {
  top: -6px;
}


.location-content .views-field-field-batiments ul li .field--name-field-nom:after, .page-node-type-realisations .views-field-field-batiments ul li .field--name-field-nom:after {
  content:"";
  display:none;
}

.location-content .views-field-field-visuel, .location-content .views-field-field-visuel img {
  max-width:20px;
}


.view-medaille .views-row, .view-medaille .views-row .views-field {
  display:inline-block;
      vertical-align: middle;
    margin-right: 5px;
}
.view-medaille .views-row  {
  display:inline-block;
    margin-right: 5px;
}

.location-content .view-medaille {
  margin-bottom:15px;
  margin-top:10px;
}


.gm-style .gm-style-iw-c, .gm-style .gm-style-iw-d {
  border-radius:0 !important;
  max-height:inherit !important;
}

#block-formulairederecherche .form-search {
  background:white;
  box-shadow: 0 0 0 0;
  border: 0;
  color: #5eb5bb;
  padding-left: 15px;
}

#block-formulairederecherche .form-submit {
  background: #e04225;
  font-size: 0;
  width: 34px;
  background-size: 65%;
  background-position: center center;
  height: 30px;
  border: 0;
  z-index: 99999;
  position:relative;
}

#block-formulairederecherche .form-submit:after {
  content: "OK";
  color: white;
  position: absolute;
  display: block;
  top: 3px;
  z-index: 999999;
  width: 34px;
  height: 30px;
  font-size: 16px;
  right: 6px;
}

/** End Header */

/** ACCUEIL **/

#block-tophome {
  margin-top:0px;
  padding-bottom:40px;
  text-align: center;
  color: white;
  font-size: 1.1em;
}

.text_grey {
 color:#989898;
 margin-top:5px;
}

#block-tophome h1 {
  color:white;
  font-weight:100;
  margin-top:25px;
  margin-bottom:25px;
  letter-spacing:3px;
  text-transform:none;
}

#block-tophome p {
  max-width:800px;
  margin:auto;
  font-size: 1.1em;
  position: relative;
    clear: both;
}

#block-tophome .first_link {
  float:left;
  padding:9px 15px;
  font-size:0.95em;
}
#block-tophome .third_link {
  float:right;
  padding:9px 15px;
  font-size:0.95em;
}

#block-tophome .second_link {
  padding:9px 15px;
  font-size:0.95em;
}

#block-tophome .btn:hover {
 opacity:1 !important;
}

#block-tophome .btn_div {
  margin-top:40px;
  margin-bottom:50px;
  max-width:635px;
}

.btn {
  padding:9px 35px;
  border:1px solid #6DC4D6;
}

.btn_white {
  color:#7C9689;
  border-color:white;
  background:white;
  font-size:1.1em;
}


.btn_blue {
  color:#fff;
  border-color:#70C5D7 !important;
  background:#70C5D7;
  font-size:1em;
  float:left;
      padding: 9px 20px;
}


.btn_blue:hover {
  color:#70C5D7 !important;
  background:transparent;
  opacity:1 !important;
  border-size:1px !important;
}

.btn_green {
  color:#7BA554;
  border-color:#7BA554;
  background:transparent;
  font-size:1.1em;
}
.btn_green:hover {
  background:#7BA554;
  color:white;
}

.btn_green_plein {
  background:#7BA554;
  border-color:#7BA554;
  color:white;
  font-size:1.1em;
}

.btn_green_plein:hover {
      color: #7BA554 !important;
    border-color: #7BA554 !important;
    background: transparent;
    opacity: 1 !important;
}
.btn_white:hover {
  color:white;
  background:transparent;
}

.btn_round {
  border-radius: 30px;
}

#block-undouteunequestion .btn_contact, #block-undouteunequestion .btn_tel {
  width:75%;
  margin:auto;
  display:block;
  position:relative;
  padding-left:25px;
  text-transform:uppercase;
  margin-top:20px;
}

#block-undouteunequestion .btn_tel:before {
  width:20px;
  height:20px;
  content:"";
  display:block;
  position:absolute;
  background:url("../img/phone_green.svg") no-repeat;
  left:16px;
}

#block-undouteunequestion .btn_tel:hover:before {
  width:20px;
  height:20px;
  content:"";
  display:block;
  position:absolute;
  background:url("../img/phone_white.svg") no-repeat;
  left:16px;
}


#block-undouteunequestion .btn_contact:before {
  width:20px;
  height:20px;
  content:"";
  display:block;
  position:absolute;
  background:url("../img/contact_green.svg") no-repeat;
  left:16px;
    top: 12px;
}


#block-undouteunequestion .btn_contact:hover:before {
  width:20px;
  height:20px;
  content:"";
  display:block;
  position:absolute;
  background:url("../img/contact_white.svg") no-repeat;
  left:16px;
    top: 12px;
}


.faqfield-question{
  background: #efefef !important;
    color: #D04E33 !important;
    font-style: inherit !important;
    padding: 20px !important;
    font-size: 2em !important;
    border-color: #dddddd !important;
    margin-top:50px !important;
}

.faqfield-question.ui-state-active {
    color: #4ac6d6 !important;
  background: none !important;
}

.faqfield-answer {
  margin-bottom:40px;
}

.field--name-field-faq {
  margin-bottom:60px;
}

.views-field-nothing a {
  border-radius: 30px;
  padding:9px 15px;
  border:1px solid #7BA554;
  color:white;
  background:#7BA554;
  font-size:1.1em;
  margin-top:30px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
}

#block-views-block-actualites-block-1 .views-field-nothing a {
 margin-top:40px;
}

#block-socialmenu-2 {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 99999;
}

#block-socialmenu-2 li {
  background:white;
}

#block-socialmenu-2 li:hover {
  background:rgba(255,255,255,0.5);
}

#block-socialmenu-2 .facebook-link, #block-socialmenu-2 .twitter-link, #block-socialmenu-2 .linkedin-link{
    font-size: 0;
    text-indent: -9999px;
    background: url(../img/facebook_green.svg) no-repeat;
    background-size: 25%;
    background-position: center center;
    height: 42px;
    width: 35px;
}
#block-socialmenu-2 .twitter-link{
    background: url(../img/twitter_green.svg) no-repeat;
    background-size: 45%;
    background-position: center center;
}
#block-socialmenu-2 .linkedin-link{
    background: url(../img/linkedin_green.svg) no-repeat;
    background-size: 45%;
    background-position: center center;
}

#views_slideshow_cycle_main_actualites-block_1 .views_slideshow_cycle_slide .views-row {
  clear:both;
  width:100% !important;
  display: flex !important;
}

#views_slideshow_cycle_main_actualites-block_1 .views_slideshow_cycle_slide .views-row .views-field{
  display: flex !important;
    flex-direction: column;
    justify-content: center;
}

#views_slideshow_cycle_main_actualites-block_1 h3 {
  color:#7C9689;
  margin-top:0;
}


#views_slideshow_cycle_main_actualites-block_1 .contenu_actu {
  font-family: "WhitneyBook",sans-serif;
  margin-top: 30px;
}

#block-chapoaccueil h3 {
  color:#7C9689;
  margin-bottom:40px;
  margin-top:0;
  font-weight: 400;
    font-size: 1.5em;
}

#block-chapoaccueil .field--name-body {
  padding-top:0 !important;
}

#block-views-block-realisations-block-1 {
  padding-bottom:40px !important;
}

#views_slideshow_cycle_main_actualites-block_1 .views-field-nothing h2, #block-views-block-realisations-block-1 h2, #block-20ansdepresence h2 {
  font-size:3.5em;
  margin-bottom:15px;
  text-transform:uppercase;
}

#block-views-block-realisations-block-1 h2 {
  margin-bottom:30px;
}

.green {
  color:#7C9689;
}

.nouppercase {
  text-transform:none;
}

.right-realisation {
  background:#F1F1F1;
  position:relative;
  padding:20px 0;
  width:49%;
  margin-left:1%;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}

.right-realisation:after, .view-display-id-page_1 .views-row:after {
  content:"";
  display:table;
  clear:both;
}


.path-realisations .view-display-id-page_1 .views-row {
  padding:30px 0;
}

.path-realisations .view-display-id-page_1
{
  margin-top:100px;
}

#block-views-block-accompagnateurs-block-1 {
 height:440px !important;
 min-height: 440px !important;
 background-size:cover;
}

#block-formulaireexposerealisationspage-1 {
    position: absolute;
    top: 0;
    background: white;
    width: 25%;
    padding: 20px;
    padding-top:60px;
}

#block-formulaireexposerealisationspage-1:before {
  position:absolute;
  content:"Trouver un projet BDM";
  background:#70C5D7;
  color:white;
  font-family:"WhitneyBold", sans-serif;
  text-transform:uppercase;
  font-size:1.1em;
  padding: 20px 0 9px;
  text-align: center;
  top: 0;
  width: 100%;
  left: 0;
}

#block-formulaireexposerealisationspage-1 .form-item label {
  color:#7C9689;
  font-family:"Whitney", sans-serif;
  font-weight:400;
  margin-bottom:15px;
  font-size:1em;
}

#block-formulaireexposerealisationspage-1 .form-item label input {
  display:none;
}

#block-formulaireexposerealisationspage-1 .form-item label.input-checked, #block-formulaireexposerealisationspage-1 .form-item label:hover {
  color:#70C5D7;
      text-decoration: underline;
}

#block-formulairedabonnementmailchimpnewsletter-2 label input, #block-formulairedabonnementmailchimpnewsletter label input {
  display:none;
}

#block-formulairedabonnementmailchimpnewsletter-2 label:before, #block-formulairedabonnementmailchimpnewsletter label:before {
  content:"";
  width:15px;
  height:15px;
  display:inline-block;
  border:1px solid white;
  background:transparent;    margin-right: 5px;
    vertical-align: middle;
}

#block-formulairedabonnementmailchimpnewsletter-2 label.input-checked:before, #block-formulairedabonnementmailchimpnewsletter label.input-checked:before {
  background:rgba(255,255,255,0.8);
}

#block-formulaireexposerealisationspage-1 #edit-field-typologie-value .form-item label:before {
  content:"";
  width:15px;
  height:20px;
  display:inline-block;
  margin-right:5px;
  background:url("../img/marker-Tertiaire.png") no-repeat;
  background-size: cover;
}


#block-formulaireexposerealisationspage-1 #edit-field-typologie-value .form-item label:after{
   content:"";
   width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: 4px;
    top: 3px;
    border: 1px solid white;
}


#block-formulaireexposerealisationspage-1 #edit-field-typologie-value .form-item label:hover:after,  #block-formulaireexposerealisationspage-1 #edit-field-typologie-value .form-item label.input-checked:after{
  background: #90DEE6;
}

#block-formulaireexposerealisationspage-1 #edit-field-typologie-value .form-item.form-item-field-typologie-value-enseignement label:hover:after,#block-formulaireexposerealisationspage-1 #edit-field-typologie-value .form-item.form-item-field-typologie-value-enseignement label.input-checked:after {
  background:#253661;
}

#block-formulaireexposerealisationspage-1 #edit-field-typologie-value .form-item.form-item-field-typologie-value-maison-individuelle label:hover:after,#block-formulaireexposerealisationspage-1 #edit-field-typologie-value .form-item.form-item-field-typologie-value-maison-individuelle label.input-checked:after {
  background:#E9B55A;
}

#block-formulaireexposerealisationspage-1 #edit-field-typologie-value .form-item.form-item-field-typologie-value-habitat-collectif label:hover:after,#block-formulaireexposerealisationspage-1 #edit-field-typologie-value .form-item.form-item-field-typologie-value-habitat-collectif label.input-checked:after {
  background:#63A463;
}

#block-formulaireexposerealisationspage-1 #edit-field-typologie-value .form-item.form-item-field-typologie-value-réhabilitation-en-site-occupé label:hover:after,#block-formulaireexposerealisationspage-1 #edit-field-typologie-value .form-item.form-item-field-typologie-value-réhabilitation-en-site-occupé label.input-checked:after, #block-formulaireexposerealisationspage-1 #edit-field-typologie-value .form-item.form-item-field-typologie-value-process label:hover:after,#block-formulaireexposerealisationspage-1 #edit-field-typologie-value .form-item.form-item-field-typologie-value-process label.input-checked:after {
  background:#FA8E84;
}


#block-formulaireexposerealisationspage-1 #edit-field-typologie-value .form-item.form-item-field-typologie-value-enseignement label:before {
  background:url("../img/marker-Enseignement.png") no-repeat;
  background-size: cover;
}


#block-formulaireexposerealisationspage-1 #edit-field-typologie-value .form-item.form-item-field-typologie-value-maison-individuelle label:before {
  background:url("../img/marker-Maison individuelle.png") no-repeat;
  background-size: cover;
}

#block-formulaireexposerealisationspage-1 #edit-field-typologie-value .form-item.form-item-field-typologie-value-réhabilitation-en-site-occupé label:before {
  background:url("../img/marker-Process.png") no-repeat;
  background-size: cover;
}

#block-formulaireexposerealisationspage-1 #edit-field-typologie-value .form-item.form-item-field-typologie-value-habitat-collectif label:before {
  background:url("../img/marker-Habitat collectif.png") no-repeat;
  background-size: cover;
}

#block-formulaireexposerealisationspage-1 #edit-field-typologie-value .form-item.form-item-field-typologie-value-process label:before {
  background:url("../img/marker-Process.png") no-repeat;
  background-size: cover;
}

#block-formulaireexposerealisationspage-1 #edit-name .form-item label:before, #block-formulaireexposerealisationspage-1 #edit-parent-target-id .form-item label:before {
  content:"";
  width:15px;
  height:15px;
  border-radius:50%;
  border:3px #748172 solid;
  display:inline-block;
  margin-right:5px;
}



#block-formulaireexposerealisationspage-1 #edit-name .form-item label:hover:before, #block-formulaireexposerealisationspage-1 #edit-parent-target-id .form-item label:hover:before,  #block-formulaireexposerealisationspage-1 #edit-parent-target-id .form-item label.input-checked:before, #block-formulaireexposerealisationspage-1 #edit-name .form-item label.input-checked:before{
  background: #748172;
}

#block-formulaireexposerealisationspage-1 #edit-name .form-item.form-item-name-1 label:before {
  border-color:#7BB672;
}

#block-formulaireexposerealisationspage-1 #edit-name .form-item.form-item-name-1 label:hover:before, #block-formulaireexposerealisationspage-1 #edit-name .form-item.form-item-name-1 label.input-checked:before {
  background:#7BB672;
}



#block-formulaireexposerealisationspage-1 #edit-name .form-item label:hover:after, #block-formulaireexposerealisationspage-1 #edit-name .form-item label.input-checked:after,
#block-formulaireexposerealisationspage-1 #edit-parent-target-id .form-item label:hover:after, #block-formulaireexposerealisationspage-1 #edit-parent-target-id .form-item label.input-checked:after{
  background:trasnparent;
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  border:1px #fff solid;
  display:inline-block;
  position:absolute;
  top: 3px;
  left: 3px;
}


#block-formulaireexposerealisationspage-1 #edit-name .form-item.form-item-name-2 label:before {
  border-color:#D1877A;
}

#block-formulaireexposerealisationspage-1 #edit-name .form-item.form-item-name-2 label:hover:before, #block-formulaireexposerealisationspage-1 #edit-name .form-item.form-item-name-2 label.input-checked:before {
  background:#D1877A;
}

#block-formulaireexposerealisationspage-1 #edit-name .form-item.form-item-name-3 label:before {
  border-color:#B6BCB9;
}

#block-formulaireexposerealisationspage-1 #edit-name .form-item.form-item-name-3 label:hover:before, #block-formulaireexposerealisationspage-1 #edit-name .form-item.form-item-name-3 label.input-checked:before {
  background:#B6BCB9;
}

#block-formulaireexposerealisationspage-1 #edit-name .form-item.form-item-name-4 label:before {
  border-color:#EDC27E;
}

#block-formulaireexposerealisationspage-1 #edit-name .form-item.form-item-name-4 label:hover:before, #block-formulaireexposerealisationspage-1 #edit-name .form-item.form-item-name-4 label.input-checked:before {
  background:#EDC27E;
}


#block-formulaireexposerealisationspage-1 legend, #block-formulaireexposerealisationspage-1 .form-item-field-surface-value-1-min label {
  color:#57645E;
  font-family:"Whitney", sans-serif;
  font-weight:500;
  padding-top:30px;
  padding-bottom:10px;
  font-size:1.1em;
}

#block-formulaireexposerealisationspage-1 .form-item-field-surface-value-1-min label {
 margin-bottom:40px;
}

#block-formulaireexposerealisationspage-1 .form-item-field-surface-value-1-min {
  margin-bottom:30px;
  width:100%;
}

#block-formulaireexposerealisationspage-1 .form-item-field-surface-value-1-min .form-text{
    border: 0;
    display: inline-block;
    width: 50px;
    padding: 0;
    box-shadow: 0 0 0 0;
    color: #7C9689;
    font-size: 0.7em;
    position: absolute;
    bottom: 100px;
    left:0;
    text-align:center;
}

 #block-formulaireexposerealisationspage-1 .form-item-field-surface-value-1-max label {
  display:none;
 }

#block-formulaireexposerealisationspage-1 .form-item-field-surface-value-1-max .form-text{
    border: 0;
    display: inline-block;
    width: 50px;
    padding: 0;
    box-shadow: 0 0 0 0;
    color: #7C9689;
    font-size: 0.7em;
    position: absolute;
    bottom: 100px;
    right:0;
    text-align:center;
}

#block-formulaireexposerealisationspage-1 .form-item-field-etat-value {
  margin-top:50px;
}

#block-formulaireexposerealisationspage-1 .form-item-field-etat-value label {
  margin-bottom:0;
  margin-right:15px;
}

#block-formulaireexposerealisationspage-1 .form-item-field-etat-value select {
  border: 0;
  box-shadow: 0 0 0;
  padding: 0;
}

.bef-slider {
  border: 0 !important;
  height: 4px !important;
  background: #A1A1A1 !important;
}

.bef-slider .ui-widget-header {
 background:#6DC4D6 !important;
}

.bef-slider .ui-state-default, .bef-slider .ui-widget-content .ui-state-default {
  border: 0 !important;
  border-radius: 50% !important;
  background: #393939 !important;
  top: -7px !important;
}

.right-realisation hr {
  border: 1px solid #CFCFCF;
}

.typologie, .nom, .type, .ville, .maitre_oeuvre {
  padding:0 40px;
}

.typologie {
  font-size:2em;
  font-family:"WhitneyBold", sans-serif;
  text-transform:uppercase;
  padding-top:20px;
}

.nom {
  font-size:1.8em;
  margin-top:-10px;
}

.nom a {
 background: none;
    border: 0;
    padding: 0;
    margin-top: 0;
    color: #333;
    font-size: 1em;
    min-width: 0;
    text-align: left;
}


.commissions {
  position:absolute;
      right: 10px;
    top: 10px;
    max-width: 80px;
}
.commissions h2 {
  display:none;
}

.ville , .maitre_oeuvre, .type{
  color:#7C9689;
  font-family:"WhitneyBold", sans-serif;
  margin-bottom:20px;
  font-size:1.4em;
}

.type .field--name-field-type-travaux:before {
  background: url(../img/pin.svg) no-repeat;
    width: 11px;
    height: 15px;
    background-size: 100%;
    display: inline-block;
    content: "";
    float: left;
    background-position: center center;
    margin-right: 5px;
}

.right-realisation a.link-plus {
  min-width:0;
  margin:0;
  position:absolute;
  right:35px;
  bottom:25px;
}

#block-views-block-realisations-block-2 {
  margin-bottom:50px;
}

#block-views-block-realisations-block-2 .view-footer {
  text-align:center;
  margin-top:40px;
}

.ville span, .maitre_oeuvre span {
  font-weight:bold;
  text-transform:uppercase;
  display:block;
  color:black;
}

.views-infinite-scroll-content-wrapper .table-responsive:not(:first-child) thead {
 display:none !important;
}

.views-infinite-scroll-content-wrapper .table-responsive table {
 margin-bottom:0 !important;
}

.node-form .country.form-select {
 display:block !important;
}


.views_slideshow_controls_text {
  position: absolute;
  top: 50%;
  width:100%;
  margin-top:-17.5px;
}

.views_slideshow_controls_text .views_slideshow_controls_text_previous {
  position: absolute;
  left: -30px;
  z-index:99999;
}
.views_slideshow_controls_text .views_slideshow_controls_text_previous a {
  font-size:0;
  text-indent:-9999px;
  width:18px;
  height:35px;
  background:url(../img/left_arrow.svg) no-repeat;
  background-size:cover;
  display:block;
}

.views_slideshow_controls_text .views_slideshow_controls_text_next {
  position: absolute;
  right: -30px;
  z-index:99999;
}
.views_slideshow_controls_text_pause {
  display:none;
}

.views_slideshow_controls_text .views_slideshow_controls_text_next a {
  font-size:0;
  text-indent:-9999px;
  width:18px;
  height:35px;
  background:url(../img/right_arrow.svg) no-repeat;
  background-size:cover;
  display:block;
}

#block-views-block-realisations-block-1, #block-batidurable, #block-20ansdepresence, #block-views-block-chiffres-cles-block-1, #block-views-block-nos-partenaires-block-1, #block-views-block-nos-partenaires-block-2, #block-undouteunequestion {
  padding:60px 0;
}

#block-views-block-nos-partenaires-block-2 {
  max-width:46%;
  margin-right:4%;
}

#block-batidurable {
  background: url(../img/background_maison.png) no-repeat;
  background-size:cover;
  color:white;
  text-align:center;
}
#block-batidurable h2 {
  color:white;
  margin-top:0;
    font-size: 2.8em;
}
.btn_transparent{
  background:transparent;
  color:white;
}
.btn_transparent:hover{
  background:white;
  color:#6DC4D6 !important;
}
.btn_white.btn_transparent:hover{
  background:white;
  color:#6DC4D6 !important;
}

.block-title {
  max-width:1170px;
  margin:auto;
}
#block-20ansdepresence {
  background:#F1F1F1;
  text-align: center;
  padding:10px 0 30px 0;
}
#block-20ansdepresence ul li {
  text-align:left;
  margin-bottom:15px;
  font-family: "Whitney",sans-serif;
}

#block-20ansdepresence ul {
  list-style: none;
}

#block-20ansdepresence ul li::before {
  content: "\2022";
  color: #F23D44;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size:1.2em;
}

iframe {
  max-width:100%;
  height:auto;
}

#block-20ansdepresence h3 {
  color:#6DC4D6;
  font-size:1.7em;
  text-transform:uppercase;    max-width: 200px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

#block-20ansdepresence .btn-green,
#block-20ansdepresence iframe {
  margin-top:30px;
  font-size:1.2em;
}

#block-20ansdepresence .chapo {
  font-size:1.4em;
  color:#1A1A1A;
  margin-bottom:50px;
}

.whitespace.secondcolonne {
  height:185px;
}

.whitespace.thirdcolonne {
  height:33px;
}

#block-views-block-chiffres-cles-block-1, #block-views-block-chiffres-cles-block-1 .views_slideshow_cycle_slide{
  width:100% !important;
  min-height: 200px;
}

.views_slideshow_cycle_slide, .views_slideshow_cycle_teaser_section {
  width:100% !important;
}


#block-views-block-nos-partenaires-block-1 .views_slideshow_cycle_slide .views-row,#block-views-block-nos-partenaires-block-1 .views_slideshow_cycle_slide .views-row .views-field, #block-views-block-nos-partenaires-block-1 .views_slideshow_cycle_slide .views-row .views-field .field-content, #block-views-block-nos-partenaires-block-2 .views_slideshow_cycle_slide .views-row,#block-views-block-nos-partenaires-block-2 .views_slideshow_cycle_slide .views-row .views-field, #block-views-block-nos-partenaires-block-2 .views_slideshow_cycle_slide .views-row .views-field .field-content {
    height: 100%;
}
#block-views-block-nos-partenaires-block-1 .views_slideshow_cycle_slide .views-row .views-field .field-content, #block-views-block-nos-partenaires-block-2 .views_slideshow_cycle_slide .views-row .views-field .field-content  {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

#block-views-block-chiffres-cles-block-1 .views_slideshow_cycle_slide .views-row {
  text-align:center;
}

#block-views-block-chiffres-cles-block-1 .views-field-field-picto .field-content {
  display:inline-block;
  border:20px solid #6DC4D6;
  border-radius:50%;
  margin:auto;
  width:165px;
  height:165px;
  line-height:120px;
}

#block-views-block-chiffres-cles-block-1 .views-field-field-picto .field-content img {
  display: inline-block;
  max-width:75px;
}

#block-views-block-chiffres-cles-block-1 h2, #block-views-block-nos-partenaires-block-1 h2,#block-views-block-nos-partenaires-block-2 h2, #block-undouteunequestion h2 {
   color: #6DC4D6;
   text-align:center;
   margin-bottom:40px;
}

#block-views-block-nos-partenaires-block-1 {
 max-width:80%;
 margin:auto;
}

#block-views-block-chiffres-cles-block-1 h2, #block-views-block-nos-partenaires-block-1 h2 {
  text-transform:uppercase;
}

#block-views-block-chiffres-cles-block-1 .views-row {
 text-align:center;
}

#block-views-block-chiffres-cles-block-1 .views-field-field-chiffre .field-content{
    color: #6DC4D6;
    font-size: 2.7em;
    text-transform: uppercase;
    max-width: 200px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: Gotham;
}
#block-views-block-chiffres-cles-block-1 .views-field-title .field-content{
  font-size:1.4em;
}

#block-views-block-chiffres-cles-block-1 {
  margin-bottom:90px;
}

#block-views-block-agenda-block .views-row , #block-views-block-actualites-block-2 .views-row {
  padding-bottom:40px;
  position:relative;
}

#block-views-block-agenda-block .view-footer , #block-views-block-actualites-block-2 .view-footer, #block-views-block-publications-block-1 .view-footer {
    clear: both;
    padding: 30px 0;
    border-top: 1px solid #777;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    width:86%;
}

#block-views-block-agenda-block .view-content , #block-views-block-actualites-block-2 .view-content, #block-views-block-publications-block-1 .view-content {
  padding-bottom:115px;
}

#block-views-block-agenda-block .form-group, #block-views-block-agenda-block .form-group .view,
#block-views-block-actualites-block-2 .form-group, #block-views-block-actualites-block-2 .form-group .view {
  position:static;
}

#block-formulairederecherche {
  position: absolute;
  width: 210px;
  right: -45px;
  padding-top: 5px;
  display:none;
}


#block-views-block-agenda-block .views-field-view-node , #block-views-block-actualites-block-2 .views-field-view-node {
  float:right;
}
#block-views-block-agenda-block .views-field-view-node {
  margin-top:5px;
}
#block-views-block-publications-block-1 .views-field-view-node {
  position: absolute;
  bottom: 14px;
  right: 0;
}
#block-views-block-agenda-block .views-field-view-node .btn-green,#block-views-block-actualites-block-2 .views-field-view-node .btn-green, #block-views-block-publications-block-1 .views-field-view-node .btn-green {
  padding:9px 15px !important;
}

#block-views-block-agenda-block .views-field-nothing, #block-views-block-actualites-block-2 .views-field-created, #block-views-block-publications-block-1 .views-field-field-date-de-publication {
  color: #27AE60;
}

#block-views-block-agenda-block .views-field-field-date {
  background: #2B2A2C;
  position: absolute;
  top: 0;
  width: 100px;
  color: white;
  text-align: center;
  height: 100px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}
#block-views-block-agenda-block .views-field-title h3, #block-views-block-agenda-block .views-field-nothing{
  margin-bottom:20px;
}

#block-views-block-publications-block-1 .views-field-field-propose-par-envirobatbdm {
  position: absolute;
    right: 0;
    top: 14px;
}

#block-views-block-publications-block-1,#block-views-block-agenda-block,#block-views-block-actualites-block-2  {
  font-family:"Whitney",sans-serif;
  padding:0 35px;
}

#block-views-block-publications-block-1 {
 padding-right:0;
 padding-left:70px;
}


#block-views-block-agenda-block {
 padding-left:0;
 padding-right:70px;
}


#block-views-block-publications-block-1 .views-field-title a {
  font-family:"Whitney",sans-serif;
  font-weight:bold;
  font-size:1.2em;
  color:#2B2A2C;
}

#block-views-block-publications-block-1 .views-label-field-date-de-publication, #block-views-block-actualites-block-2 .views-field-created, #block-views-block-agenda-block .views-field-nothing {
  font-family:"Whitney",sans-serif;
  margin-top:2px;
  font-size:0.9em;
}
#block-views-block-agenda-block .views-field-title h3 a, #block-views-block-actualites-block-2 .views-field-title h3 a {
  font-family:"WhitneyBook", sans-serif;
  color:#2B2A2C;
  text-transform: none;
  font-weight: 400;
  text-align:left;
  font-size:0.8em;
}


#block-views-block-actualites-block-2 .views-field-field-image, #block-views-block-actualites-block-2 .views-field-field-image-miniature {
  border:1px solid #707070;
  margin-bottom:15px;
}
#block-views-block-agenda-block .block-title, #block-views-block-actualites-block-2 .block-title, #block-views-block-publications-block-1 .block-title {
  text-transform:uppercase;
  padding-bottom:10px;
  margin-bottom:20px;
}

#block-views-block-publications-block-1 .views-field-body, #block-views-block-agenda-block .views-field-body, #block-views-block-actualites-block-2 .views-field-body {
  font-weight:300;
}

.page-node-type-realisations .main-container .block-title {
  padding-bottom:10px;
   padding-top:33px;
  margin-bottom:20px;
  color:#6DC4D6;
}

.page-node-type-realisations .main-container .block-title:after{
  content:"";
  display:block;
  width:60px;
  height:12px;
  background:#6DC4D6;
  margin-top:10px;
}

.page-node-type-realisations .view-realisations .views-field {
      color: #7C9689;
    font-size: 1.3em;
    margin-bottom: 15px;
}

.page-node-type-realisations .view-realisations .views-field-field-latitude {
  margin-bottom:0;
}

#block-views-block-realisations-block-9 {
  margin-bottom:0;
  clear:both;
  margin-top:30px;
}

#block-views-block-actualites-block-2 .block-title, #block-views-block-publications-block-1 .block-title{
  padding-top:33px;
}

#block-views-block-agenda-block .block-title:after, #block-views-block-actualites-block-2 .block-title:after, #block-views-block-publications-block-1 .block-title:after {
  content:"";
  display:block;
  width:100px;
  height:13px;
  background:#7C9689;
  margin-top:5px;
}

#block-views-block-publications-block-1 .views-row {
    padding: 35px 0 52px;
    border-bottom: 1px solid #707070;
    clear: both;
    position: relative;
}

#block-views-block-publications-block-1 .views-row:first-child {
  padding-top:0;
}


#block-views-block-publications-block-1 .views-row:last-child {
  border:0;
}

.lightgrey {
  background:#E9E9E9;
  margin-top:60px;
  padding:80px 0;
  clear:both;
}

.clear {
  clear:both;
}

.view-frontpage {
  display:none !important;
}

#block-formulairedabonnementmailchimpnewsletter, #block-enviroboite {
  width:48%;
  background:url("../img/envirofeuille.png") #7BA554 no-repeat;
  padding:40px 60px;
  color:white;
  text-align:center;
}
#block-enviroboite {
  margin-right:4%;
  background:url("../img/enviroboite.png") #7C9689 no-repeat;
}

#block-formulairedabonnementmailchimpnewsletter p, #block-enviroboite p {
  font-size:1.2em;
}
#block-enviroboite .little {
  margin-top:40px;
  margin-bottom:45px;
}
#block-enviroboite h2, #block-formulairedabonnementmailchimpnewsletter .block-title {
  color:white;
  margin-top:0;
  text-align:center;
  text-transform:uppercase;
  font-size:3em;
  line-height:0.8em;
  margin-bottom:30px;
}


#block-enviroboite h2 .little {
  font-size:0.8em!important;
}

#block-enviroboite h2 .little {
  padding-left: 20px;
}

#block-enviroboite .field--name-body {
 padding-top:0;
}

#block-formulairedabonnementmailchimpnewsletter .block-title {
  font-size:2.4em;
}

#block-formulairedabonnementmailchimpnewsletter .block-title .little {
  font-size:1.05em!important;
  padding-left: 13px;
    line-height: 0.95em;
}
.mailchimp-newsletter-mergefields #edit-mergevars-email, .mailchimp-newsletter-mergefields #edit-mergevars-email--2 {
  background: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 20px;
    height: 40px;
    max-width: 80%;
    opacity:1;
  font-family:"Whitney",sans-serif;
}

.mailchimp-newsletter-mergefields #edit-mergevars-email::placeholder, #block-formulairedabonnementmailchimpnewsletter-2 #edit-mergevars-email--2::placeholder {
  color:white;
  opacity:0.8;
  font-family:"Whitney",sans-serif;
}
#block-formulairedabonnementmailchimpnewsletter .mailchimp-newsletter-mergefields, #block-formulairedabonnementmailchimpnewsletter-2 .mailchimp-newsletter-mergefields {
  margin-top:30px;
}

#mailchimp-signup-subscribe-block-newsletter-form {
  position:relative;
  font-size:1.2em;
  max-width: 80%;
    margin: auto;
    margin-bottom: 15px;
}

.footer #mailchimp-signup-subscribe-block-newsletter-form {
  max-width:100%;
  margin:auto;
  font-size:1em;
  margin-bottom:0;
}

#mailchimp-signup-subscribe-block-newsletter-form, #mailchimp-signup-subscribe-block-newsletter-form--2, .footer #mailchimp-signup-subscribe-block-newsletter-form {
  position:relative;
    margin-bottom: 15px;
}

#mailchimp-signup-subscribe-block-newsletter-form--2 br {
  display:none;
}

.menu--contact-menu {
  margin-left:40px;
  margin-right:25px;
}

.menu--account {
  margin-left:25px;
}

#block-formulairedabonnementmailchimpnewsletter .btn {
  font-size:1.2em;
  margin-top:12px;
}

#block-formulairedabonnementmailchimpnewsletter label, #block-formulairedabonnementmailchimpnewsletter-2 label, .footer #block-formulairedabonnementmailchimpnewsletter label {
  font-size:0.7em;
  margin-bottom:20px;
  vertical-align: middle;
    font-family: "Whitney",sans-serif;
    font-weight: 400;
}

#block-formulairedabonnementmailchimpnewsletter .form-submit, #block-formulairedabonnementmailchimpnewsletter-2 .form-submit, .footer #block-formulairedabonnementmailchimpnewsletter .form-submit, .mailchimp-signup-subscribe-form .form-submit {
  background: transparent;
  border: 0;
  color: white;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size:0.9em;
  border-radius:7px;
  font-family:"Whitney",sans-serif;
}
#block-formulairedabonnementmailchimpnewsletter .form-submit:hover, #block-formulairedabonnementmailchimpnewsletter-2 .form-submit:hover {
  background:rgba(255,255,255,0.4);
}

.little {
  font-size:0.9em !important;
}

#block-views-block-realisations-block-1 .little {
  font-size:0.6em !important;
  padding-left:10px;
}

/** END ACCUEIL **/


/** FORMATIONS ET VISITES **/

.bef-exposed-form .form--inline > .form-item {
  float:none;
}

#block-formulaireexposeformations-et-visitespage-1 fieldset, #block-formulaireexposeformations-et-visitespage-1 .form-item-field-propose-par-envirobatbdm-value, #block-formulaireexposeformations-et-visitespage-1 .form-item-field-tarif-adherent-value-max, #views-exposed-form-formations-et-visites-page-1 .form-item-combine,  #views-exposed-form-formations-et-visites-page-1 .form-item-sort-by {
  margin-bottom:30px;
  padding-bottom:30px;
  border-bottom:1px solid #707070;
  width:100%;
  float:none !important;
}

#block-formulaireexposeformations-et-visitespage-1 .form-checkboxes .control-label, #block-formulaireexposeformations-et-visitespage-1 .form-type-checkbox label {
 position:relative;
 padding-left:20px !important;
}

#block-formulaireexposeformations-et-visitespage-1 .form-item-field-propose-par-envirobatbdm-value-selective-1 label:after {
 content:" EnvirobatBDM";
 display:inline-block;
}

#block-formulaireexposeformations-et-visitespage-1 .form-checkboxes .control-label input, #block-formulaireexposeformations-et-visitespage-1 .form-type-checkbox label input, #block-formulaireexposeformations-et-visitespage-1 .form-group.form-type-select, #block-formulaireexposerealisationspage-1 .form-item-field-surface-value-selective {
  display: none;
}


#block-formulaireexposeformations-et-visitespage-1 .form-checkboxes .control-label:before, #block-formulaireexposeformations-et-visitespage-1 .form-type-checkbox label:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1px solid #333;
  background: transparent;
  margin-right: 5px;
  position: absolute;
    left: 0;
    top: 3px;
}

#block-formulaireexposeformations-et-visitespage-1 .form-checkboxes .control-label.input-checked:before, #block-formulaireexposeformations-et-visitespage-1 .form-type-checkbox label.input-checked:before {
    background: rgba(109, 196, 214,0.7);
}

#views-exposed-form-formations-et-visites-page-1 .form-item-combine .form-text {
 max-width:80%;
}

#block-formulaireexposeformations-et-visitespage-1 fieldset legend {
  font-size:1.1em;
  font-family:"WhitneyBold",sans-serif;
}

#views-exposed-form-formations-et-visites-page-1 .form-item-field-propose-par-envirobatbdm-value:before {
  font-size:1.1em;
  font-family:"WhitneyBold",sans-serif;
  content:"Produit par";
  display:block;
}

.form-item-field-tarif-adherent-value-min {
  width:100%;
  position:relative;
}

.form-item-field-tarif-adherent-value-min:before {
  font-size:1.1em;
  font-family:"WhitneyBold",sans-serif;
  content:"Tarif";
  margin-bottom:15px;
  display:block;
}

.view_only_mobile {
 display:none;
}
#edit-field-tarif-adherent-value-min{
    position: absolute;
    top: 38px;
    padding-top: 9px;
        left: 50%;
    margin-left: -100px;
}
#edit-field-tarif-adherent-value-min:before{
  content:"Entre ";
  display:inline;
}

.page-node-type-formation .field--name-field-tarif-adherent {
  background-color: #6DC4D6;
    color: white;
    padding: 10px;
    width: 200px;
    float:left;
    margin-right:30px;
    text-align:right;
    clear:both;
}

.page-node-type-formation .field--name-field-tarif {
  background-color: #7BA554;
    color: white;
    padding: 10px;
    width: 210px;
    text-align:right;
    float:left;
}

.page-node-type-formation .field--name-body {
 clear:both;
}

#block-views-block-actualites-block-1 {
 margin-top:20px;
}

.form-item-field-tarif-adherent-value-min label {display:none;}

#edit-field-tarif-adherent-value-min, #edit-field-tarif-adherent-value-max {
  border:0;
  background:transparent;
  width:80px;
  text-align:center;
  display:inline-block;
  box-shadow:0 0 0 white;
}

#block-formulaireexposeformations-et-visitespage-1 .form-item-field-tarif-adherent-value-max {
  padding-left:100px;
}

#block-formulaireexposeformations-et-visitespage-1 fieldset .form-type-checkbox {
  margin-bottom:8px;
  margin-top:8px;
}

.form-composite .form-type-checkbox label, .form-composite .form-type-checkbox {
  display:block;
}

.img_couverture img{
  width:100%;
}


.img_couverture_realisations img{
 margin:auto;
}

.img_round {
    width: 220px;
    height: 220px;
    display:block;
    margin:auto;
    text-align: center;
    border-radius: 50%;
    border: 20px solid #6DC4D6;
    vertical-align: middle;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.img_round.img_right {
  margin-right:0;
}

.img_round.img_left {
  margin-left:0;
}

.img_round .title {
    font-family: "Gotham",sans-serif;
    text-transform: uppercase;
    color: #7BA554;
    font-size: 1.3em;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
}

#block-views-block-historique-block-1 {
  margin-bottom:30px;
}

ul.timeline-list li.timeline-item .timeline-item-wrapper span.timeline-marker {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    background: #D04E33;
    border: 8px solid #D04E33;
    border-radius: 50%;
}

ul.timeline-list li.timeline-item .views-field-title {
    font-family: "Gotham",sans-serif;
    color: #D04E33;
    font-size: 1.8em;
    margin-top: -10px;
    padding: 0 15px;
    margin-bottom: 8px;
}

ul.timeline-list li.timeline-item .views-field-body {
  padding: 0px 15px 20px 15px;
  max-width: 300px;
}

ul.timeline-list li.timeline-item.odd .views-field-body {
  float:right;
}

ul.timeline-list:after {
  background:#D04E33;
}

.img_couverture {
  margin-bottom:30px;
}

.chapo_page {
  text-align:center;
  padding:0px 0 40px 0;
  font-size:1.2em;
}

.chapo_page .field--name-body {
 padding:0;
}

.chapo_page h2 {
  color:#7C9689;
  margin-bottom:30px;
}

.view-formations-et-visites h3, .view-display-id-page.view-agenda h3 {
    color: #6DC4D6;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    padding-top: 40px;
    clear:both;
  }
  .view-id-agenda.view-display-id-page_1, .view-id-actualites.view-display-id-page_1, .view-id-publications.view-display-id-page_1 {
    max-width:850px;
    margin:auto;
    display:block;
  }


  #views-exposed-form-accompagnateurs-page-2 #edit-title, #views-exposed-form-accompagnateurs-page #edit-title {
   max-width:200px;
  }

  .ligne-carre {
    display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden;    margin-bottom: 30px;
  }


  .ligne-carre .views-field-field-image {
    background:white;
  }
  .ligne-carre .envirobat-0, .ligne-carre .envirobat-1 {
    position:relative;
    max-width:31%;
    margin-right:2.33%;
    background:#6DC4D6;
    color:white;flex: 1;
    padding:0;
    min-height:595px;
    margin-bottom:25px;
  }

  .ligne-carre .envirobat-1 {
    background-color:#7BA554;
    position:relative;
  }
  .ligne-carre .views-col:last-child{
    margin-right:0;
  }


  .ligne-carre .views-field-field-date, .ligne-carre .views-field-field-date-de-publication{
    background-color:#7BA554;
    color:white;
    position: absolute;
    top: 159px;
    padding: 10px;
    text-transform: uppercase;
  }

  .ligne-carre .views-field-field-tarif-adherent {
    background-color:#6DC4D6;
    color:white;
    position: absolute;
    top: 0;
    right:0;
    padding: 10px;
    text-transform: uppercase;
  }

  .ligne-carre .envirobat-1 .views-field-field-date, .ligne-carre .envirobat-1 .views-field-field-date-de-publication {
    background:#6DC4D6;
  }

  .ligne-carre .envirobat-1 .views-field-field-tarif-adherent {
    background:#7BA554;
  }

  .ligne-carre .views-field-title a{
    color:white;
    font-family:"Gotham",sans-serif;
    font-size:1.8em;
    padding: 20px 20px 10px 20px;
    display: block;
    line-height:1.1em;
  }

  .ligne-carre .views-field-title h3{
    font-size:1em;
    margin:0;
  }

  .ligne-carre .views-field-field-lieu {
    padding:0 20px;
    color:white;
  }

  .ligne-carre .views-field-field-lieu br, .ligne-carre .views-field-field-lieu .postal-code, .ligne-carre .views-field-field-lieu .country {
    display:none;
  }

  .ligne-carre .views-field-field-lieu .locality:before {
    display:inline;
    content:", ";
  }
   .ligne-carre .views-field-field-propose-par-envirobatbdm{
    position: absolute;
    top: 0;
    background: white;
    padding: 5px;
   }

  .ligne-carre .views-field-field-public-vise {
    background:#7C9689;
    color:white;
    text-align:center;
    font-family:"WhitneyBold", sans-serif;
    padding:13px 0 6px;
    margin-top:20px;
    position:absolute;
    bottom:0;
    width: 100%;
  }

  .view-id-formations_et_visites.view-display-id-page_1 .ligne-carre .views-col {
   padding-bottom:80px;
  }

  .ligne-carre .views-field-body, .ligne-carre .views-field-created {
    padding: 0 20px 20px 20px;
  }

  .ligne-carre.view-formations-et-visites .view-content {
    width:100% !important;
  }

  .ligne-carre.view-formations-et-visites .view-content .views-row {
    width:32% !important;
    margin-right:1.333333%;
    position:relative;
    padding:0;
    padding-bottom: 80px;
    min-height:485px;
    margin-bottom:30px;
  }

  #block-views-block-formations-et-visites-block-3 .ligne-carre .views-field-field-date{
       top: 137px;
   }

  .form-item-combine label, .views-exposed-form .form-item-title label  {
    background: url(../img/search_black.svg) no-repeat;
    width: 20px;
    height: 34px;
    background-size: 100%;
    display: inline-block;
    background-position: center center;
    margin-right: 5px;
    font-size:0;
    text-indent:-9999px;
  }

  #block-desformations, #block-views-block-formations-et-visites-block-3 {
    padding:60px 0;
    font-family:"Whitney",sans-serif;
    font-size:1.1em;
  }

  #block-desformations h2, #block-views-block-formations-et-visites-block-3 h2 {
    color:#6DC4D6;
    margin-bottom:30px;
    text-transform:none;
    text-align:left;
    padding-left:0;
  }

  #block-desformations h2:before {
    display:none;
  }

  #block-desformations ul {
    padding-left:0;
    margin-bottom:15px;
  }
  #block-desformations ul li {
    margin-bottom:10px;
  }

  #block-desformations .field--name-body {
    padding-top:0 !important;
  }

  .view-agenda h3 {
   clear:both;
  }

  .form-item-field-departement-target-id label, .form-item-field-secteur-d-activite-value label {
    display:none;
  }

  .form-item-field-secteur-d-activite-value .form-select, .form-item-field-departement-target-id .form-select {
    border: 0;
    border-bottom: 1px solid black;
    border-radius: 0;
    box-shadow: 0 0 0 white;
    max-width: 200px;
    margin-bottom:20px;
  }

  .form-item-sort-by {
    float:right !important;
  }

  #block-formulaireexposeformations-et-visitespage-1-2, .view-filters {
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #707070;
  }

  .view-id-accompagnateurs .view-filters {
    border:0;
  }

  .view-filters .form-item {
    float:right !important;
    margin-left:15px;
  }

  .file-link {
    border: 0 !important;
    background: transparent !important;
  }

  .view-id-accompagnateurs .view-filters .form-item {
    float:left !important;
    margin-left:0px;
    margin-right:20px;
    margin-bottom:20px;
  }

  .view-id-accompagnateurs .table-striped > tbody > tr, .view-id-accompagnateurs .table > thead > tr > th {
    border:0;
  }

   .view-id-accompagnateurs .table > thead > tr > td, .view-id-accompagnateurs .table > tbody > tr > td, .view-id-accompagnateurs .table > tfoot > tr > td {
    padding:30px;
    border:0 !important;
  }

  .view-id-accompagnateurs .table > thead > tr > th, .view-id-accompagnateurs .table > tbody > tr > th, .view-id-accompagnateurs .table > tfoot > tr > th {
    padding:20px;
    border:0 !important;
  }

  .view-id-accompagnateurs .views-field-view-node a {
    border-radius: 30px;
    padding: 9px 15px;
    border: 1px solid #7BA554;
    color: white;
    background: #7BA554;
    font-size: 1.1em;
    display: inline-block;
    text-align: center;
  }

  #views-exposed-form-accompagnateurs-block-2 {
    display:none !important;
  }

  .view-id-accompagnateurs .views-field-view-node {
    padding:20px !important;
  }

  .view-id-accompagnateurs .table-striped > tbody > tr:nth-of-type(odd) {
    background:#F1F1F1;

  }


  .view-id-accompagnateurs .table-striped > tbody > tr:nth-of-type(even) {
    background:#fff;
  }

  .view-filters #views-exposed-form-accompagnateurs-page-1 .form-item {
    float:left !important;
    margin-left:0;
    margin-right:15px;
  }

  .view-filters .form-item-field-propose-par-envirobatbdm-value {
    padding-top:6px;
  }

  #block-views-block-actualites-block-4 .views-field-field-lien, #block-views-block-actualites-block-4 .views-field-field-fichier {
    float:left;
    width:50%;
    text-align:center;
    margin-top:30px;
  }

  #edit-combine,  .form-item-title .form-text {
    background: #ECECEC;
    border: 1px solid #ECECEC;
    box-shadow: 0 0 0 white;
    border-radius: 20px;
  }

  #block-jerejoinslereseau-2, #block-jerejoinslereseau, #block-jemeforme, #block-jevaluemonprojet, #block-jerejoinslereseau-3, #block-jemeforme-2, #block-jevaluemonprojet-2 {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 25px 0;
    text-align: center;
        background: #F1F1F1;
  }

  #block-jerejoinslereseau-2 .btn, #block-jerejoinslereseau .btn, #block-jemeforme .btn, #block-jevaluemonprojet .btn, #block-jerejoinslereseau-3 .btn, #block-jerejoinslereseau .btn, #block-jemeforme-2 .btn, #block-jevaluemonprojet-2 .btn  {
    margin-top:25px;
    width:80%;
  }

  #block-jeconsultelannuairedespros {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #777777;
  }

  #views-exposed-form-accompagnateurs-block-1 {
    display:none !important;
  }

  .views-exposed-form .form-actions .js-form-submit {
    border-radius: 20px;
    background-color: #7BA554;
    border-color: transparent;
    color: white;
    padding: 7px 20px;
  }

  .views-exposed-form .form-actions #edit-reset {
   margin-top:10px;
  }



#edit-submit-formations-et-visites {
     margin-bottom: 40px;
    background: #D04E33;
    min-width: 100px;
}

#views-exposed-form-formations-et-visites-page-1 .form-actions {
 display:none;
 text-align:center;
}

  .around_img_picto {
    width: 110px;
    height: 110px;
    text-align: center;
    margin: auto;
    display: block;
    border-radius: 50%;
    background: white;
    line-height: 110px;
  }

  .around_img_picto img {
   max-width:70px;
  }

  .path-frontpage .around_img_picto {
    width: 140px;
    height: 140px;
    line-height: 133px;
  }

  .path-frontpage .around_img_picto img {
   max-width:inherit;
  }


  .well {
        padding: 0;
    background: none;
    border: 0;
  }

  .field--name-field-sous-titre {
    color:#7C9689;
    font-family:"Gotham", sans-serif;
    font-size:1.8em;
  }

  .field--name-field-thematique-formation, .field--name-field-date, article:not(.structure) .field--name-field-lieu, .field--name-field-date-de-publication, .field--name-field-thematique {
    font-family:"WhitneyBold", sans-serif;
    margin-top:15px; margin-bottom:15px;
    color:#AAA;
    line-height:1.7em;    min-width: 320px;
  }

  .page-node-type-formation .field--name-field-date {
   min-width:180px;
  }

  .atcb-link {
    font-family: "WhitneyBold", sans-serif;
    color: #AAA;
    border: 0;
    margin-top: 20px;
  }

   .atcb-list {
    clear: both;
    float: none;
    text-align: left;
    padding: 0px;
    border: 0;
    border-radius: 0;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }

    .atcb-list li {
         width: 100%;
         float: none;
         display: inline-block;
    }

     .atcb-list li a {
         color: #7C9689;
         font-size: 1em;
         width: 100%;
         cursor: pointer;
         padding: 10px 20px 10px 20px;
         border-bottom: 1px solid #D2D2D2;
    }

  .field--name-field-ajouter-au-calendrier {
   text-align:left;
  }

  article:not(.structure) .field--name-field-lieu a {
   color:#AAA;
  }

  article:not(.structure) .field--name-field-lieu a:hover {
   color:#333
  }

  .field--name-field-date, .field--name-field-thematique {
    float:left;
  }

  .node-form .form-group, .node-form .form-wrapper {
   float:none !important;
  }

  article.structure .field--name-field-secteur-d-activite .field--item:first-child {
    color: #7C9689;
    font-family:"Gotham",sans-serif;
    font-size:1.8em;
  }

  article.structure .field--name-field-secteur-d-activite {
    padding-left:15px;
    margin-bottom:20px;
  }


  article:not(.structure) .field--name-field-lieu, .field--name-field-date-de-publication {
    float:right;
    text-align: right;
  }

  .field--name-field-thematique-formation:before, .field--name-field-date:before, article:not(.structure) .field--name-field-lieu:before, .field--name-field-thematique:before, .field--name-field-date-de-publication:before, .view-display-id-block_7 .views-field-field-ville:before {
    background: url(../img/book.svg) no-repeat;
    width: 13px;
    height: 13px;
    background-size: 100%;
    display: inline-block;
    content: "";
    background-position: center center;
    margin-right: 5px;
  }

  article:not(.structure) .field--name-field-lieu .address, .field--name-field-thematique-formation .field--item, .view-display-id-block_7 .views-field-field-ville .field-content {
    display:inline-block;
    vertical-align:top;
  }

  .greengrey, .backgreen, .backblue {
    background:#7C9689;
    color:white;
    width:32%;
    margin-right:2%;
    padding: 40px 50px;
    text-align: center;
  }

  .greengrey h3, .backgreen h3, .backblue h3 {
    color:white !important;
    margin-bottom:30px;
  }

  .greengrey p, .backgreen p, .backblue p {
    color:white;
    font-size:1.1em;
    margin-bottom:30px;
  }

  .backgreen {
    background:#7BA554;
  }

  .backgreen .btn_white {
    color:#7BA554;
  }

  .backgreen input[type="text"] {
    background: transparent;
    border: 1px solid white;
    color: white;
    padding:0 20px;
    border-radius: 20px;
    height: 40px;
    max-width: 80%;
    opacity: 1;
    margin-bottom:30px;
  }

  .backgreen input[type="text"]::placeholder {
    color:white;
    opacity:0.8;
  }


  .backblue {
    margin-right:0;
    background:#70C5D7;
  }

  .backblue .btn_white {
    color:#70C5D7;
  }

  .greengrey .btn_white, .backblue .btn_white {
    position:absolute;
    bottom:40px;
    left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .node-108 .chapo_page {
    padding-bottom:0;
  }

  .node-108 .lightgrey {
    margin-top:0;
  }

  .btn-green-dark {
    background:#7C9689 !important;
    border-radius: 20px;
  border-color: transparent;
  color: white;
    padding: 9px 20px;
  }
  .littletext {
    font-size:0.8em;
  }

  .btn-red, .btn_red, .form-submit {
    background:#D04E33;
    border-radius: 20px;
  border-color: transparent;
  color: white;
    padding: 9px 20px;
  }

  .block-views-blockrealisations-block-8 {
   clear:both;
  }

  .pager__item .button {
        background: #D04E33 !important;
    border-radius: 20px !important;
    border-color: transparent !important;
    color: white;
    padding: 9px 20px !important;
  }

  .btn-red:hover, .btn_red:hover, .form-submit:hover {
    background:#D04E33;
    border-radius: 20px;
  border-color: transparent;
  color: white;
    padding: 9px 20px;
    opacity:0.7;
  }

  #block-views-block-formations-et-visites-block-2 {
    clear:both;
    margin-top:40px;
  }

  #block-views-block-formations-et-visites-block-2 .views-field-nothing, #block-views-block-formations-et-visites-block-2 .views-field-field-lien, #block-views-block-formations-et-visites-block-2 .views-field-field-fichier {
    width:33.3333%;
    float:left;
  }

  #block-views-block-formations-et-visites-block-2 .views-field-nothing a {margin-top:0;}

  #block-views-block-formations-et-visites-block-2 .views-field-field-lien{
    text-align:center;
  }

  #block-views-block-formations-et-visites-block-2 .views-field-field-fichier {
    text-align:right;
  }

  article:not(.structure).field--name-field-lieu br, .field--name-field-lieu .country {display:none;}


  article.structure .field--name-field-telephone,article.structure .field--name-field-email,article.structure .field--name-field-site-web {
    margin-bottom:25px;
  }

  #block-views-block-accompagnateurs-block-3 h2, #block-views-block-accompagnateurs-block-4 h2 {
    color:black;
    font-family:"WhitneyBold",sans-serif;
    font-size:1.6em;
    margin-top:15px;
    margin-bottom:30px;
  }
  #block-views-block-accompagnateurs-block-3 .col-md-3 .views-field-field-photo,#block-views-block-accompagnateurs-block-4 .col-md-3 .views-field-field-photo {
   height:247.5px;
  }
  #block-views-block-accompagnateurs-block-3 .col-md-3 .views-field-field-photo .field-content,#block-views-block-accompagnateurs-block-4 .col-md-3 .views-field-field-photo .field-content{
       display: flex !important;
       flex-direction: column;
       justify-content: center;
       height: 100%;
       width: 100%;
  }

  .entities-list .item-container.label {
   color:black !important;
  }

  #block-views-block-accompagnateurs-block-3 .views-field-field-photo img,#block-views-block-accompagnateurs-block-4 .views-field-field-photo img, .little-carre .views-field-field-photo img {
    width:100%;
  }

  #block-views-block-accompagnateurs-block-3 .views-field-nothing,#block-views-block-accompagnateurs-block-4 .views-field-nothing {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    opacity:1;
    padding: 0 30px 0 0px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .little-carre .views-field-nothing {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    opacity:0;
    padding: 0 30px 0 0px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
  }

  #block-views-block-accompagnateurs-block-3 .views-field-field-est-ce-accompagnateur, #block-views-block-accompagnateurs-block-4 .views-field-field-est-ce-accompagnateur  {
    position: absolute;
    top: 0;
    padding: 10px;
    background: #6da847;
    color: white;
  }
  #block-views-block-accompagnateurs-block-3 .views-row:hover .views-field-nothing, #block-views-block-accompagnateurs-block-4 .views-row:hover .views-field-nothing {
    opacity:0;
  }

  .little-carre:hover .views-field-nothing {
   opacity:1;
  }


  #block-views-block-accompagnateurs-block-3 .views-field-nothing .field-content,#block-views-block-accompagnateurs-block-4 .views-field-nothing .field-content, .little-carre .views-field-nothing .field-content {
    height:100%;
    width:100%;
    background:rgba(109,196,214,0.8);
    color:white;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }

  #block-views-block-accompagnateurs-block-3 .accompagnateur-0 .views-field-nothing .field-content, #block-views-block-accompagnateurs-block-4 .accompagnateur-0 .views-field-nothing .field-content {
    background:rgba(109,168,71,0.8);
  }

  #block-views-block-accompagnateurs-block-3 .views-field-nothing .field-content .nom,#block-views-block-accompagnateurs-block-4 .views-field-nothing .field-content .nom, .little-carre .views-field-nothing .field-content .nom {
    margin-top:0;
    text-align:center;
    font-family:"Gotham",sans-serif;
    font-size:2em;
  }

  #block-views-block-accompagnateurs-block-3 .views-field-nothing .field-content .fonction,#block-views-block-accompagnateurs-block-4 .views-field-nothing .field-content .fonction, .little-carre .views-field-nothing .field-content .fonction {
    margin-top:0;
    text-align:center;
    font-size:1.6em;
  }

  .little-carre .views-field-nothing a {
    background:transparent;
    color:white;
    border:1px solid white;
    max-width:150px;
    min-width:150px;
    margin-left:auto;
    margin-right:auto;
  }

  .little-carre {
    margin-bottom: 30px;
  }

  .little-carre .views-field-field-image, .little-carre .views-field-field-media, .little-carre .views-field-field-photo {
    min-height:350px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }

  .little-carre .views-field-field-media img {
   margin:auto;
  }

  .block-action h2 {
    color:#6DC4D6;
    text-transform:uppercase;
    text-align:center;
    padding:0 15px;
    margin-bottom: 30px;
  }

  .block-action h2:before {
    content: "1";
    font-size: 3em;
    display: block;
    border-bottom: 10px solid #6DC4D6;
    line-height: 0.8em;
    width: 50px;
    margin: auto;
    margin-bottom: 23px;
  }

  .block-views-blockaction-block-1 h2, .block-views-blockaction-block-3 h2{
    padding:0 30px;
  }

  .block-views-blockaction-block-2 h2:before {
    content: "3";
  }

  .block-views-blockaction-block-2 h2{
    padding:0 45px;
  }

  .fullwidth .contextual {
   right:400px;
  }


  .block-views-blockaction-block-3 h2:before {
    content: "2";
  }

   .block-action {
    margin-bottom:60px;
   }

  .block-action ul {
    list-style:none;
  }

  .block-action ul li:before {
    background:#D04E33;
    border-radius:50%;
    width:8px;
    height:8px;
    content:"";
    display:inline-block;
    margin-right:15px;
  }

  .block-action ul li .views-field-title {
    display:inline-block;
  }

  .block-action ul li .views-field-title a {
    color:#484848;
  }
   .block-action ul li .views-field-title a:hover {
    color:#F90B0B;
    text-decoration:underline;
   }

   .block-action strong {
    font-family:"WhitneyBold", sans-serif;
   }

  .page-node-type-page article.page h2 {
    color:#7C9689;
  }

  .page-node-type-page article.page h3 {
   color:#6DC4D6;
  }

  .page-node-type-page article.page h4 {
   color:#333;
  }

  .page-node-type-page article.page .block-action ul {
    padding-left:0;
  }

  .page-node-type-page article.page .block-action {
    padding-left:0;
    padding-right:30px;
    margin-top:30px;
  }

  .page-node-type-page article.page .block-action ul li {
    margin-bottom:20px;
  }

  .page-node-type-page article.page .form-adhesion {
    margin-top:30px;
    background:#70C5D7;
    color:white;
    padding:30px;
    padding-top:10px;
  }

  .fond_bleu {
    background:#70C5D7;
    color:white;
    padding:40px 60px;
    font-family:"WhitneyBold", sans-serif;
    width: 32%;
    margin-right: 1.333%;
  }

  .fond_bleu h3 {
    color:white !important;
  }

  .etape h3 {
    color:#7C9689;
  }

  .etape h3:after {
    background:#6DC4D6;
    height:10px;
    width:47px;
    content:"";
    display:block;
    margin-top:4px;
  }

  .etape h4 {
    color:#6DC4D6;
    font-family:"WhitneyBold", sans-serif;
    margin-top:20px;
  }

  .etape {
   padding-bottom:45px;
  }

  .etape .btn_red {
    position:absolute;
    bottom:10px;
  }

  .firstlineetape {
    margin-bottom:50px;
  }

  .firstlineetape .etape:after {
        content: "";
    display: block;
    height: 1px;
    width: 90%;
    background: #707070;
    position: absolute;
    bottom: 0;
  }

  .etape .col-md-6 {
    padding-left:0;
  }

  .etape .col-md-6 img {
    max-width: 30px;
    margin-right: 10px;
  }

  .etape .col-md-6 .ligne {
    margin-bottom:15px;
  }


  .lightgreen, .greygreen {
    background: #7BA554;
    padding: 50px;
    width: 48%;
    margin-right: 4%;
    color: white;
    font-size:1.3em;
    font-family:"WhitneyBold", sans-serif;
    text-align: center;
  }

  .greygreen {
    margin-right:0;
    background:#7C9689;
  }

  .lightgreen .btn, .greygreen .btn{
    display: block;
    font-size: 0.8em;
    max-width: 200px;
    font-family: "Whitney",sans-serif;
    margin: auto;
    margin-top: 40px;
  }

  .lightgreen .btn:hover {
    color:#7BA554 !important;
  }

  .greygreen .btn:hover {
    color:#7C9689 !important;
  }

  .img_fond {
    background:url("../img/fond_img.png") #6DC4D6 no-repeat;
    background-position:center center;
    color:white;
    padding:50px 0;
    clear:both;
  }

  .bleu_bg {
   background:#6DC4D6;
    color:white;
    padding:50px 0;
    clear:both;
  }

  .bleu_bg .btn-green {
       display: block;
    width: 160px;
    margin: auto;
  }

  .img_fond #mailchimp-signup-subscribe-block-newsletter-form{
    max-width:400px;
    font-size:0;
  }

  .img_fond #mailchimp-signup-subscribe-block-newsletter-form .btn{
    font-size:18px!important;
  }

  .img_fond .col-md-6 {
    padding-left:0;
    padding-right:30px;
  }

  .img_fond h2 {
    color:white !important;
    text-align:center;
    margin-bottom:50px;
  }

  .img_fond .content_line {
    border-bottom:1px solid white;
    padding-bottom:30px;
  }

  .bigp p {
    font-size:1.2em;
    margin-bottom:33.5px;
  }

  .monnaie, .performance, .cible {
    font-size:1.1em;
    clear: both;
    margin-bottom:30px;
  }

  .monnaie:before, .performance:before, .cible:before {
    content: "";
    background: url(../img/monnaie.svg) #fff no-repeat;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: 60%;
    background-position: center center;
    float: left;
    margin-right: 15px;
    margin-bottom:30px;
  }
  .performance:before {
    content: "";
    background: url(../img/performance.svg) #fff no-repeat;
    background-size: 60%;
    background-position: center center;
  }
   .cible:before {
    content: "";
    background: url(../img/cible.svg) #fff no-repeat;
    background-size: 60%;
    background-position: center center;
  }
  .img_fond .btn {
    margin:auto;
        display: block;
    max-width: 200px;
  }

  .img_fond h3 {
    color:white !important;
    text-align:center;
    margin-top:30px;
    margin-bottom:30px;
  }

  .page-node-type-page article.page .form-adhesion p {
    font-style:italic;
    font-size:1.4em;
  }

  .page-node-type-page article.page .form-adhesion label {
    min-width:170px;
    font-weight:100;
  }

  .page-node-type-page article.page .form-adhesion .ligne {
    margin-bottom:15px;
  }

  .page-node-type-page article.page .form-adhesion input[type="radio"] {
    margin-right:5px;
  }

  .page-node-type-page article.page .form-adhesion input[type="text"], .page-node-type-page article.page .form-adhesion select {
    -webkit-appearance: none;
    -webkit-border-radius: 20px;
    background: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 20px;
    height: 30px;
    opacity: 1;
    width: 190px;
    margin-left: 10px;
    padding-left:20px;
  }

  .cost-calculator-form {
    margin-bottom:0px;
  }

  .result_message {
    margin-top:50px;
  }

  .my_top_message {
    font-family:"WhitneyBold", sans-serif;
    text-transform:uppercase;
    font-size:1.2em;
  }
  .bordertable td, .bordertable th {
    border-color:white !important;
    padding:10px;
  }

  .picto_medailles {
   text-align:center;
  }

  .picto_medailles img {
   max-width:100%;
  }

  .subline {
    background: rgba(255,255,255,0.1) !important;
  }

  .bordertable th {
    font-family:"WhitneyBold",sans-serif;
    text-transform:uppercase;
  }

  .webform-submission-contact-add-form {
    background: #F1F1F1;
    width:50%;
    float:left;
    padding:60px;
  }

  .form-text, .form-email, .form-select, .form-textarea {
    border-color: #F1F1F1;
    border-radius: 20px;
    padding-left: 20px;
    padding-right:20px;
  }

  .select-wrapper:after {
    right:10px;
  }

  #block-bloccontact > div.field--name-body {
    background: #70C5D7;
    color: white;
    padding: 60px;
    text-align: center;
    font-family: "WhitneyBold", sans-serif;
    font-size: 1.1em;
  }

  #block-bloccontact .adresse {
    margin-bottom:50px;
  }

  #block-bloccontact a {
    color:white;
  }

  #block-bloccontact a:hover {
    color:white;
    text-decoration:underline;
  }

  #block-bloccontact .adresse:before, #block-bloccontact .phone:before , #block-bloccontact .mail:before , #block-bloccontact .horaires:before  {
    background: url(../img/pin_white.svg) no-repeat;
    content:"";
    display:block;
    margin:auto;
    width:40px;
    height:40px;
    margin-bottom:20px;
    background-position:center;
  }

  #block-bloccontact .phone:before  {
    background: url(../img/phone_white.svg) no-repeat;
    background-position:center;
  }


  #block-bloccontact .mail:before  {
    background: url(../img/contact_white.svg) no-repeat;
    background-position:center;
  }

  #block-carte {
    clear:both;
    padding-top:50px;
  }

  #block-carte iframe {
    height:450px;
  }

  .view-emplois .table-responsive .views-field {
    vertical-align:middle;
  }

  .page-node-type-page article.page .form-adhesion .btn_white {
    color: #51c7d9;
    min-width: 200px;
    position: absolute;
    bottom: 45px;
    right: 30px;
    min-height: 45px;
  }

  .btn_white:hover {
    color:white !important;
    border-color:white !important;
  }

  .sameheight {
    width:100%;
    display:flex;
  }

  .page-node-type-page article.page .form-adhesion p {
    margin-top:25px;
    margin-bottom:25px;
  }

  .download {
    color:white;
    text-decoration:underline;
  }

  .download:before {
    background: url(../img/download.png) no-repeat;
    width: 14px;
    height: 14px;
    background-size: 100%;
    display: inline-block;
    content: "";
    background-position: center center;
    margin-right: 5px;
  }

  #block-views-block-accompagnateurs-block-3, #block-views-block-accompagnateurs-block-4{
    padding-bottom:60px;
    padding-top:30px;
  }

  #block-views-block-accompagnateurs-block-4{ padding-top:99px; }

  .view-l-equipe {
    padding-bottom:60px;
    padding-top:20px;
  }

  .view-id-l_equipe.view-display-id-page_2 h3 {
   clear:both;
   text-align: center;
   text-transform: uppercase;
   color:#70C5D7;
   padding-bottom:30px;
   font-size:2.2em;
  }

  .view-l-equipe .view-footer {
    clear:both;
  }

  .field--name-field-lieu .address-line1:after {
    content:", ";
    display:inline;
  }

  .field--name-body {
    clear:both;
    padding-top:15px;
  }

  .field--name-field-thematique-formation .field--item, .field--name-field-date time, .field--name-field-lieu p {
    padding-top:2px;
  }

  .field--name-field-date:before, .field--name-field-date-de-publication:before {
    background: url(../img/calendar.svg) no-repeat;
  }

  .field--name-field-pagination {
    clear:both;
  }

  .field--name-field-lieu:before, .view-display-id-block_7 .views-field-field-ville:before {
    background: url(../img/pin_black.svg) no-repeat !important;
  }

  .agenda .field--name-field-programme {
    max-width:600px;
    margin:auto;
  }

  .agenda .field--name-field-intervenants {
    clear:both;
    margin-bottom:30px;
  }

  .agenda .field--name-field-programme > .field--label, .agenda .field--name-field-intervenants > .field--label {
    font-family:"Gotham", sans-serif;
    color:#7C9689;
    font-size:1.8em;
    margin-top:30px;
    margin-bottom:20px;
    text-align:center;
    text-transform:uppercase;
  }

  .agenda .field--name-field-programme .field--items > .field--item {
    width:60%;
    float:left;
    margin-bottom:30px;
  }

  .agenda .field--name-field-programme .field--items > .field--item:nth-child(even) {
    float:right;
    text-align:right;
  }

  .agenda .field--name-field-programme .field--items > .field--item .field--name-field-heure, .agenda .field--name-field-intervenants .field--items > .field--item .field--name-field-titre {
    font-family:"Gotham", sans-serif;
    color:#6DC4D6;
    font-size:1.6em;
  }

  .agenda .field--name-field-intervenants .field--items > .field--item {
    width:20%;
    margin-right:2.5%;
    margin-left:2.5%;
    background:#E9E9E9;
    text-align:center;
    padding:10px;
    float:left;
    min-height:170px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }

  .agenda .field--name-field-intervenants .field--items > .field--item .paragraph {

  }

  .form-item-field-propose-par-envirobatbdm-value-selective-0 {
   display:none;
  }


.paragraph--type--architecte {
 display:inline;
}

.views-field-field-architecte .field-content, .views-field-field-architecte .field-content .paragraph--type--architecte {
 display:inline !important;
}
  .agenda .field--name-field-lien {
    clear: both;
    text-align: center;
        padding-top: 50px;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom:40px;
  }

  .agenda .field--name-field-lien a {
    background: #D04E33;
    border-radius: 20px;
    border-color: transparent;
    color: white;
    padding: 9px 20px;
  }

/** END FORMATIONS ET VISITES **/

/** FOOTER **/

.footer {
  border:0;
  background:#7C9689;
  color:white;
  padding: 60px 0;
  margin-top:0;
}

.footer h2 {
  font-family:"Whitney", sans-serif;
  color:white;
  margin-top:0;
}

.footer a {
  color:white;
}

.footer img {
  max-width:100%;
}

.footer .menu--footer li a {
  padding-left:0;
}

.footer #block-socialmenu-3, .footer #block-socialmenu-3 ul li {
    display: inline-block;
}

.footer .facebook-link, .footer .twitter-link, .footer .linkedin-link{
    font-size: 0;
    text-indent: -9999px;
    background: url(../img/facebook_white.svg) no-repeat;
    background-size: 25%;
    background-position: left center;
    height: 42px;
    width: 35px;
}
.footer .twitter-link{
    background: url(../img/twitter_white.svg) no-repeat;
    background-size: 45%;
    background-position: left center;
}
.footer .linkedin-link{
    background: url(../img/linkedin_white.svg) no-repeat;
    background-size: 45%;
    background-position: left center;
}

.footer .menu--social-menu {
  margin-top:15px;
  margin-bottom:20px;
}

.footer .copyright {
  text-align:center;
  font-size:0.8em;
}

#block-contactinfo p {margin-bottom:20px;}

#block-formulairedabonnementmailchimpnewsletter-2 .block-title, #block-compteutilisateur .block-title {
  margin-bottom:20px;
  font-weight: bold;
}

#block-logofooter {
 margin-top:-15px;
 max-width:350px;
}

footer .field--name-body {
 padding-top:0;
}

.region-footer-2 {
 padding:0 60px;
}

.btn-green#compte_link {
  border-radius:0;line-height: 45px;
}

#block-compteutilisateur {
  margin-top:30px;
}


/** Buttons */
.btn-green {
  border-radius: 20px;
  background-color: #7BA554;
  border-color: transparent;
  color: white;
    padding: 9px 20px;
}
.btn-green a {
  color:white;
  text-decoration:none;
    font-weight: bold;
}
.btn-green:hover {
  background-color: #7ba554c7;
  border-color: transparent;
  color:white;
}
.btn:hover {
  opacity:0.7;
  border-color: transparent;
  color:white;
}

#go_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: url("../img/go_top.svg") no-repeat;
    font-size:0;
    text-indent:-9999px;
    cursor: pointer;
    transition: all 0.4s;
    width: 60px;
    height: 60px;
}



  .little-carre .views-field-field-image img {
   margin:auto;
  }

#go_to_top.show {
  display:block;
}

#go_to_top:hover {
  opacity:0.7;
}

#block-views-block-bouton-page-block-1 {
 clear:both;
}

#block-views-block-bouton-page-block-1 .views-row {
    float: left;
    width: 32%;
    margin-right: 1.33333%;
    text-align:left;
}

#block-views-block-bouton-page-block-1 .views-row a{
    margin-top:20px !important;
}

#block-views-block-bouton-page-block-1 .views-row:nth-child(3n) {
 text-align:right;
}


#block-views-block-bouton-page-block-1 .views-row:nth-child(3n+2) {
 text-align:center;
}


.page-node-type-actualite article .field--name-field-image, .page-node-type-agenda article .field--name-field-image, .page-node-type-formation article .field--name-field-image,  .page-node-type-formation article .field--name-field-media, .page-node-type-actualite article .field--name-field-media, .page-node-type-agenda article .field--name-field-media {
 visibility:hidden;
     height: 0;
}

.search_by {
  color:#C3CFC9;
  font-size:1.5em;
  margin-top:30px;
  margin-bottom:40px!important;

}
/** End Buttons */

/** Adhérer */
.votre-cotisation {
  font-size: 16px;
  text-align: center;
  border: 1px solid #79B189;
  padding: 15px;
}
.field--name-field-payment-title {
  color: #D04E33;
  font-family: Gotham;
  font-size: 36px;
  text-align: center;
  padding-bottom: 20px;
}
.field--name-field-tva {
  padding-top: 20px;
}
/** End Adhérer */

.node-95 .img_couverture {
 display:none;
}

.node-95 .page-header {
 padding-bottom:0px;
}

.node-95 .chapo_page, .path-realisations .chapo_page {
 padding-bottom:0px;
}

.menu_burger {
 display:none;
}

#block-menuburger {
 display:none;
}

.acomz-payment-form .payment_reference-refresh-button {
  display: none;
}

@media screen and (min-width:768px) {
 .little-carre:nth-child(3n+1) {
  clear:both;
 }
}

@media screen and (max-width:1100px) {
 #block-navbarmenu, #block-subtheme-account-menu ul li a.search-link {
  display:none;
 }
 .ligne-carre .views-field-field-date, .ligne-carre .views-field-field-date-de-publication {
  top:124px;
 }
 .view-id-formations_et_visites.view-display-id-page_1 .ligne-carre .views-col {
  padding-bottom:100px;
 }

 .path-node .region-content {
  margin-bottom:30px;
 }
}


@media screen and (max-width:1023px) {
  #block-socialmenu {
   display:none;
  }
  .path-frontpage #block-subtheme-main-menu ul.menu--main {
   padding-left:0;
  }
  #navbar .home_top_header{
   display:none;
  }
  #block-menuburger {
   display:inline-block;
   float:right;
   margin-right:20px;    margin-top: 5px;
  }

  #block-menuburger a {
   font-size:0;
  }

   #block-menuburger a, #block-menuburger a::before, #block-menuburger a::after {
      background-color: #ffffff;
      content:"";
      display:block;
      width: 15px;
      height: 2px;
      opacity:1;
      border-radius: 4px;
      position: absolute;
      transition-property: transform;
     transition-duration: 0.15s;
     transition-timing-function: ease;
  }

  #block-menuburger a.open {
     transform: rotate(45deg);
     transition-delay: 0.12s;
     transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #block-menuburger a::before {
   top:-5px;
  }

  #block-menuburger a::after {
   top:5px;
  }

  #block-menuburger a.open::before {
     top: 0;
     opacity: 0;
     transition: top 0.075s ease, opacity 0.075s 0.12s ease;
 }

  #block-menuburger a.open::after {
     bottom: 0;
     transform: rotate(-90deg);
     transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
         top: inherit;
 }

   .menu_burger {
     display: block;
     transform: translateX(100%);
     position: fixed;
      top: 40px;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #ffffff;
      height: 100%;
      z-index: 999999;
      overflow: scroll;
    padding-bottom: 100px;
  }
  #search-block-form--2 {
   margin-top:30px;
  }

  #block-mainnavigation, #block-socialmenu-4, #block-navbarmenu-2 {
   clear:both;
       padding-top: 1px;
  }

  #block-mainnavigation ul {
   width:100%;
  }

  #block-mainnavigation ul > li {
    font-size: 1.3em;
    color: #95989A;
    position: relative;
    display:block;
    float:none;
    margin:0;
   width:100%;
  }

  #block-mainnavigation ul > li a {
    padding: 20px;
    display: block;
    color: #95989A;
   width:100%;
   white-space: inherit;
  }

  #block-mainnavigation ul > li .dropdown-menu {
   position:relative;
   top:inherit;
   left:inherit;
   right:inherit;
   bottom:inherit;
   background:#eeeeee;
   border:0;
   box-shadow:0 0 0 0;
   width:100%;
    margin-bottom: 15px;
    padding-left:30px;
  }

  #block-socialmenu-4 .contextual {
   display:none !important;
  }

  #block-socialmenu-4 ul {
    display: flex;
    justify-content: space-between;
    margin: 30px 20px;
  }

  #block-socialmenu-4 ul li {
       display: inline-block;
       font-size: 2rem;
   }

   #block-socialmenu-4 .facebook-link, #block-socialmenu-4 .twitter-link, #block-socialmenu-4 .linkedin-link {
     font-size: 0;
     text-indent: -9999px;
     background: url(../img/facebook_green.svg) no-repeat;
     background-position: center center;
     height: 40px;
     width: 40px;
   }

   #block-socialmenu-4 .twitter-link {
    background: url(../img/twitter_green.svg) no-repeat;
    background-position: center center;
   }



   #block-socialmenu-4 .linkedin-link {
    background: url(../img/linkedin_green.svg) no-repeat;
    background-position: center center;
   }

   .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
       color: #fff !important;
       text-decoration: none;
       background-color: #70C5D7;
       outline: 0;
   }

  #block-navbarmenu-2 ul {
   margin-left:20px;
  }

    #block-navbarmenu-2 li {
      color: #95989A;
      padding: 8px 0;
    }

    #block-navbarmenu-2 li a {
      color: #95989A;
      padding:0;
    }

  .js-form-type-search input.form-search {
    background-color: #EDEDED;
    box-shadow: none;
    border: none;
    display: inline-block;
    border-radius: 2px;
    padding: 15px 20px;
    min-width: 100%;
    outline: none;
  }

  .js-form-type-search button.js-form-submit {
       padding: 4px 20px;
  }

  #search-block-form--2>.icon {
   display:none;
  }

  .right-realisation {
   width:96%;
   margin-left:2%;
   margin-right:2%;
   margin-top:20px;
  }

  #block-20ansdepresence ul li {
   text-align:center;
  }

  #block-20ansdepresence .col-md-4 {
   margin-bottom:40px;
  }

  .whitespace.secondcolonne, .whitespace.thirdcolonne {
   height:10px;
  }

  #block-views-block-agenda-block, #block-views-block-actualites-block-2, #block-views-block-publications-block-1 {
    width: 60%;
    padding: 0 35px;
    margin: auto;
    float: none;
  }

  .sameheight {
   display:block;
  }

  #block-formulairedabonnementmailchimpnewsletter, #block-enviroboite, .lightgreen, .greygreen {
    width: 60%;
    margin: auto;
    float:none;
  }

  #block-enviroboite, .lightgreen {
   margin-bottom:50px;
  }

  #block-views-block-nos-partenaires-block-1 a img {
   margin:auto;
   margin-bottom:20px;
  }

  .footer {
   text-align:center;
  }

  .footer section {
   margin-bottom:40px;
  }

  #block-logofooter {
   max-width:100%;
   margin-top:0;
  }

   .img_round {
    margin-bottom:20px;
   }

  .img_round.img_right, .img_round.img_left {
   margin:auto;
    margin-bottom:20px;
  }

  .fond_bleu, .etape {
   width: 60%;
    margin: auto;
    margin-bottom: 30px;
    float: none;
    padding-bottom:0;
  }

  .etape .btn_red {
       position: relative;
    margin: auto;
    bottom: inherit;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
  }

  .picto_medailles img {
       max-width: 100px;
   }

  .firstlineetape {
       margin-bottom: 0px;
   }
   .clear {
        clear: both;
        height: 0;
    }

    .ligne-carre .envirobat-0, .ligne-carre .envirobat-1 {
     width:48% !important;
     margin-right:2%;
     max-width: 48%;
         min-height: 575px;
    margin-bottom: 30px;
    }

    .ligne-carre.view-formations-et-visites .view-content .views-row {
     width:48% !important;
     margin-right:2%;
     max-width: 48%;
         min-height: 500px;
    margin-bottom: 30px;
    }


    .ligne-carre .views-field-field-date, .ligne-carre .views-field-field-date-de-publication {
     top:210px;
    }

    .ligne-carre .envirobat-0 .views-field-field-image img, .ligne-carre .envirobat-1 .views-field-field-image img {
     width:100%;
    }

    .view-id-formations-et-visites .ligne-carre .views-field-field-date, .view-id-formations-et-visites .ligne-carre .views-field-field-date-de-publication {
     top:154px;
    }

    .view-id-accompagnateurs .view-filters .form-item {
     margin-bottom:30px;
    }
    #block-views-block-chiffres-cles-block-1 .views-row {
    text-align: center;
    margin-bottom: 30px;
    }
    #block-views-block-chiffres-cles-block-1 {
     margin-bottom:30px;
    }

}

@media screen and (max-width:767px) {
 #block-subtheme-account-menu {
  display:none;
 }
 .navbar-header .container {
  padding:0;
 }
 .navbar .logo {
  padding:10px 2px;
 }
 .navbar .logo img {
  max-width:130px;
 }
 .menu--contact-menu {
  margin:0;
 }
 #views_slideshow_cycle_main_actualites-block_1 .views_slideshow_cycle_slide .views-row {
  display:block !important;
 }
 #block-views-block-agenda-block, #block-views-block-actualites-block-2, #block-views-block-publications-block-1 {
  width:90%;
  padding:0;
 }
 #block-formulairedabonnementmailchimpnewsletter, #block-enviroboite, .lightgreen, .greygreen, .fond_bleu, .etape {
  width:100%;
    padding-left: 20px;
    padding-right: 20px;
 }
 #block-tophome img {max-width:90%;
 margin-left:auto; margin-right:auto;}

 #block-tophome .first_link, #block-tophome .second_link, #block-tophome .third_link {
  float:none;
  margin-bottom:15px;
 }
 .views_slideshow_controls_text {
    margin: auto;
    position: relative;
    width: 75%;
    height: 35px;
    margin-top: 0;
    top: inherit;
  }

  #block-menuburger {
      margin-right: 25px;
  }
  .ligne-carre.view-formations-et-visites .view-content .views-row {
   width:98%!important;
   margin-left:1%!important;
   margin-right:1%!important;
   margin-bottom:30px!important;
   max-width:98%;
  }

  #views-exposed-form-formations-et-visites-page-1 {
   display:none;
  }

  #block-formulaireexposeformations-et-visitespage-1:before {
   width:55px;
   height:55px;
   content:"";
   display:block;
   background:url("../img/btn_filter.png") no-repeat;
  }

  .path-formations-et-visites #block-jeconsultelannuairedespros, .path-formations-et-visites #block-jerejoinslereseau-2 {
    display:none;
   }

   .field--name-field-thematique-formation, .field--name-field-date, article:not(.structure) .field--name-field-lieu, .field--name-field-date-de-publication, .field--name-field-thematique {
    float:none;
    text-align:center;
   }

   .page-header, #block-tophome h1, #views_slideshow_cycle_main_actualites-block_1 .views-field-nothing h2, #block-views-block-realisations-block-1 h2, #block-20ansdepresence h2, #block-batidurable h2 {
    font-size:2em;
   }
   .chapo_page h2 {
    font-size:1.5em;
   }
   .page-node-type-formation .field--name-field-tarif-adherent,.page-node-type-formation .field--name-field-tarif {
    margin-bottom:20px;
    float:none;
   }
   #block-views-block-formations-et-visites-block-2 .views-field-nothing, #block-views-block-formations-et-visites-block-2 .views-field-field-lien, #block-views-block-formations-et-visites-block-2 .views-field-field-fichier {
    float:none;
    width:100%;
    text-align:center;
    margin-bottom:20px;
   }

   .btn {
    padding:9px 15px;
   }

   .ligne-carre .envirobat-0, .ligne-carre .envirobat-1 {
        width: 98% !important;
        margin-right: 1%;
        margin-left: 1%;
        max-width: 98%;
        min-height: 0;
        margin-bottom: 30px;
    }

    .page-node-type-page article.page .form-adhesion .btn_white {
     position:relative;
         bottom: inherit;
    right: inherit;
    margin: auto;
    margin-top: 20px;
    }

    .fond_bleu {
     padding-bottom:20px;
    }

    #block-formulaireexposerealisationspage-1 {
     width: 55px;
     padding: 0;
     height: 55px;
     right: 25px;
     top: 5px;
    }

    #block-formulaireexposerealisationspage-1:before {
      width:55px;
      height:55px;
      content:"";
      display:block;
      background:url("../img/btn_filter.png") no-repeat;
     }
    #views-exposed-form-realisations-page-1 {
     display:none;
    }

    #block-formulaireexposerealisationspage-1.open {
     width:100%;
     height:auto;
     top:0;
     right:0;
    }

    #block-formulaireexposerealisationspage-1.open #views-exposed-form-realisations-page-1 {
     display:block;
    }

    #block-formulaireexposerealisationspage-1.open:before {
    position: absolute;
    content: "Trouver un projet BDM";
    background: url(../img/return.png) no-repeat #70C5D7;
    color: white;
    font-family: "WhitneyBold", sans-serif;
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 20px 0 9px;
    text-align: center;
    top: 0;
    width: 100%;
    left: 0;
    background-size: auto 100%;
   }

   .webform-submission-contact-add-form {
    width:98%;
    margin-left:1%;
    margin-right:1%;
    margin-bottom:20px;
    float:none;
   }
   .contact-link:before, .telephone-link:before, #block-socialmenu-2 {
    display:none;
   }
   .path-frontpage .region-home-top-header {
       padding-top: 60px;
   }


   .right-realisation .commissions {
    position:relative;
    top:inherit;
    right:inherit;
    margin:auto;
   }

   .right-realisation .commissions img {
    max-width:50px;
    margin:auto;
   }
   #block-formulairedabonnementmailchimpnewsletter .form-submit {
    padding-right:0;
   }

   #block-tophome {
    padding-bottom:0;
   }

   #block-views-block-nos-partenaires-block-1 {
    display:none;
   }


   .view_only_mobile {
    display:block;
   }

   #block-boutonpartenaires {
    padding: 20px 0 30px 0;
    text-align: center;
   }

   .btn_center {
    float:none;
   }
}

