/*LANGUAGE SWITCHER*/
.language-switcher-language-url{
  width: 100%;
  display: block;
  position: relative;
}
.language-switcher-language-url ul{
  padding: 0;
  margin: 0;
  padding-left: 0px;
  position: relative;
  z-index: 2;
}

.language-switcher-language-url ul::before{
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #EAEEF3;
  font-size: 20px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 5;
  display: block;
  width: 24px;
  height: 30px;
}

.language-switcher-language-url ul li{
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.language-switcher-language-url ul li a{
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  padding: 8px;
  font-size: 14px;
}
.language-switcher-language-url ul li a:hover{
  color: #464190;
}
/*.language-switcher-language-url .block-content{
  position: relative;
  display: block;
  float: left;
}


.language-switcher-language-url #lang-selector{
  position: absolute;
  cursor: pointer;
  cursor: pointer;
  display: block;
  float: left;
  width: 32px;
  z-index: 4;
  height: 42px;
  left: 70px;
  
}
.language-switcher-language-url #lang-selector::before{

  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    color: #EAEEF3;
    font-size: 20px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 5;
    display: block;
    width: 24px;
    height: 30px;
    cursor: pointer;
}
.language-switcher-language-url #lang-selector:hover::before{
  color: #3c4181;
}


.language-switcher-language-url ul{

  margin: 0;
  text-align: left;
  padding: 0;
  position: absolute;
  width: 60px;
  top: 0px;
  z-index: 4;
  text-align: left;
}
.language-switcher-language-url ul li{
  margin: 0;
  width: 60px;
  list-style: outside none none;
  display: none;
}
.language-switcher-language-url ul li.is-active{
  color:#3c4181;
  display: block;
}
.language-switcher-language-url .open ul li{
  display: block;
}

.language-switcher-language-url li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 8px;
    padding: 8px;
    display: inline-block;
    background: #39b7b4 ;
}



.language-switcher-language-url li a:hover {
    color: #3c4181;
    text-decoration: none;
    background: #FFF;
}

.block-dropdown-language{
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
/*.block-dropdown-language .dropbutton-widget{
  position: absolute;
  width: 90px;
  top: 0px;
  font-size: 15px;
  
}
.block-dropdown-language .dropbutton-widget ul li a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 8px;
    padding: 8px;
    display: inline-block;
    background: #39b7b4 ;
}
.block-dropdown-language .dropbutton-widget ul li a:hover {
    color: #3c4181;
    text-decoration: none;
    background: #FFF;
}
.block-dropdown-language .dropbutton-toggle button{
  position: relative;
}
.block-dropdown-language .dropbutton-toggle button:before{
    font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e9ca";

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #EAEEF3;
    font-size: 20px;
    position: absolute;
    top: 10px;
    width: 30px;
    height: 30px;
    right: 0;
    z-index: 10;
}
.block-dropdown-language .dropbutton-arrow{
  visibility: hidden;
}
.block-dropdown-language ul{
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.block-dropdown-language ul li{
  list-style: none;
  display: block;
}
*/

/*RESEAUX SOCIAUX*/
.social-links.block-content{
  margin: 0 15px;
}
.social-links span{
  padding: 15px;
  font-size: 2.5em;
}

.social-links a{
  color: #30b8c0;
}
.social-links a:hover{
  color: #25a5ab;
}

/**********QUOTE BLOCK************/
div.quote-block {
    background: #3c4181 none repeat scroll 0 0;
    color: #fff;
    padding: 30px 15px;
    text-align: center;
}
div.quote-block h2 {
    color: #39b7b4;
}
div.quote-block p {
    margin-bottom: 8px;
    padding-bottom: 8px;
}
div.webform-block {
    color: #3c4181;
    padding: 40px;
    max-width: 100%;
    margin-bottom: 30px;
}
div.webform-block h2 {
    color: #fff;
}
#content-second #block-webform{
  padding: 40px;
  background: rgba(255,255,255, 0.2);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  
}
#content-second #block-webform form:after, #content-second #block-webform form:before{
  content: "";
  display: table;
}
#content-second #block-webform form:after{
  clear: both;
}

#content-second #block-webform .form-type-textfield, 
#content-second #block-webform .form-type-email{
  float: left;
  width: 98%;
  height: 80px;
  margin: 1%;
}


#content-second #block-webform  .form-type-textarea{
  float: left;
  width: 98%;
  margin: 1%;
}

#content-second #block-webform  .form-actions{
  float: left;
  width: 98%;
  margin: 1%;
  text-align: right;
}

/**********CONTACT BLOCK************/
div.contact-block {
    background: #EFEFEF none repeat scroll 0 0;
    color: #3c4181;
    padding: 30px 15px;
    text-align: center;
    border-radius: 15px;
}
div.contact-block h2 {
    color: #39b7b4;
}
div.contact-block p {
    margin-bottom: 8px;
    padding-bottom: 8px;
}
div.contact-block p a.btn{
  background: #FFF;
  border-radius: 10px;
}
/**********SOCCIAL SHARE LINKS BLOCK************/
.social-share-links .share-link a {
    background: #39b7b4 none repeat scroll 0 0;
    border-color: #39b7b4;
    color: #fff;
    text-decoration: none;
}
.social-share-links .share-link a:hover {
    background: #238d8c none repeat scroll 0 0;
}


/*****BACK TO TOP******/
#back-to-top:hover{
  color: #FFF;
}


/****MAP DATA****/
#block-views-block-map-data-home-block-1{
  display: none;
}


/*****MAP SLIDER*****/
#block-views-block-home-office-region-slider-block-1{
  position: relative;
  top: 0;
  width: 100%;
  margin: 0px auto;
  z-index: 500;
  font-size: 35px;
  line-height: 1.3em;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  padding: 20px 0;
  float: left;
}
#block-views-block-home-office-region-slider-block-1 .view-header{
  width: 84%;
  display: block;
  height: 50px;
  margin: auto;
  text-align: center;
}
#block-views-block-home-office-region-slider-block-1 .view-content{
  width: 84%;
  display: block;
  color: #37B7C3;
  text-align: center;
  height: 50px;
  margin: auto;
  font-size: 20px;
}

/*BLOCK AVEC IMAGE EN ARRIERE PLAN*/
div.block.image-behind-right{
  position: relative;
  width: 100%;
  z-index: 1;
}
div.block.image-behind-right .block-content{
  position: relative;
  z-index: 2;
  height: 100%;

}
div.block.image-behind-right .image-overlay{
    background: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0)); /* Standard syntax (must be last) */
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
div.block.image-behind-right .field--name-field-bloc-bg-image{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

div.block.image-behind-right .field--name-field-bloc-bg-image img{
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
/*BLOCK AVEC IMAGE EN ARRIERE PLAN A GAUCHE*/
div.block.image-behind-left{
  position: relative;
  width: 100%;
  z-index: 1;
}
div.block.image-behind-left .block-content{
  position: relative;
  z-index: 2;
  height: 100%;

}
div.block.image-behind-left .field-body{
  position: relative;
  width: 80%;
  max-width: 1140px;
  margin: auto;
  z-index: 2;

}

div.block.image-behind-left .field--name-field-bloc-bg-image{
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

/*BLOCK AVEC IMAGE A DROITE*/
div.block.image-on-right{
  margin-top: 40px;
  margin-bottom: 40px;
}
div.block.image-on-right .field-body{
  width: 98%;
  float: left;
  display: block;
  margin-right: 1%;

}

div.block.image-on-right .field--name-field-bloc-bg-image{
  float: left;
  width: 98%;
  display: block;
  text-align: center;
  margin: 1%;
  box-sizing: border-box;
}
/*BLOCK AVEC IMAGE A GAuche*/
div.block.image-on-left{
  margin-top: 40px;
  margin-bottom: 40px;
}
div.block.image-on-left .field-body{
  width: 98%;
  float: right;
  display: block;
  margin-right: 1%;

}

div.block.image-on-left .field--name-field-bloc-bg-image{
  float: left;
  width: 98%;
  display: block;
  text-align: center;
  margin: 1%;
  box-sizing: border-box;
}

/***BLOCK TITRE****/
.block-title{
  max-width: 60%;
  margin: auto;
  text-align: center;
}

@media (min-width: 768px) {
  div.webform-block #edit-personal-informations{
    float: left; 
    display: block;
    width: 48%;
    margin-right: 2%;
  }

  div.block.image-on-right .field-body{
  width: 48%;
  }
  
  div.block.image-on-right .field--name-field-bloc-bg-image{
    width: 48%;
    padding: 40px;
  }
  div.block.image-on-left .field-body{
  width: 48%;
  }
  div.block.image-on-left .field--name-field-bloc-bg-image{
    width: 48%;
    padding: 40px;
  }
  div.block.image-behind-right .field--name-field-bloc-bg-image img{
    bottom: 0;
    top: inherit;
  }
  #content-second #block-webform .form-type-textfield, 
  #content-second #block-webform .form-type-email{
    float: left;
    width: 48%;
    height: 80px;
    margin: 1%;
  }
  #block-views-block-home-office-region-slider-block-1{
    position: absolute;
    left: 50%;
    width: 600px;
    margin-left: -300px;
  }
  #block-views-block-home-office-region-slider-block-1 .view-header{
    width: 25%;
    text-align: left;
    margin: 0;
    float: left;
  }
  #block-views-block-home-office-region-slider-block-1 .view-content{
    width: 75%;
    float: left;
    font-size: 35px;
  }
  

  
}
@media (min-width: 992px) {

}