/**
 * @file
 * Visual styles for INM's search block.
 */
.block-search form {
  position: relative;
}
.block-search input.form-search {
  padding: 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
  color: #363636;
  margin: 0;
}
.block-search .form-actions {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0;
  font-size: 16px;
}
.block-search .form-actions:after {
  /*font-family: 'FontAwesome';*/
  /*content: "\f002";*/
  /*position: absolute;*/
  /*top: 0;*/
  /*right: 0;*/
  /*z-index: 0;*/
  /*line-height: 44px;*/
  /*width: 40px;*/
  /*display: block;*/
  /*text-align: center;*/
}
.block-search input.form-submit {
  background-color: transparent;
  min-width: 0;
  position: relative;
  z-index: 1;
  height: 43px;
  margin: 0;
  padding: 15px;
  text-indent: -9999px;
  border: none;
  box-shadow: none;
}
.block-search input.form-submit:focus,
.block-search input.form-submit:hover {
  outline: none;
  background: transparent;
}

/*Search blocks @colored-regions*/
.region--light-typography .block-search .form-actions:after {
  color: #767676;
}
.region--black-background .block-search input.form-submit,
.region--black-background .block-search input.form-submit:hover {
  background-color: transparent;
}

/*Header top highlighted search bar*/
.header-top-highlighted__section .block-search {
  margin: 10px 0 0;
}
.header-top-highlighted__section .block-search form {
  position: relative;
  padding-left: 35px;
}
.header-top-highlighted__section input.form-search {
  background-color: transparent;
  padding: 5px 0;
  border-width: 0 0 1px 0;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
}
.region--light-typography .header-top-highlighted__section input.form-search {
  border-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
.header-top-highlighted__section input.form-search:focus,
.header-top-highlighted__section input.form-search:hover {
  box-shadow: none;
}
.header-top-highlighted__section .block-search .form-actions {
  left: 0;
  width: 35px;
  text-align: center;
}
.header-top-highlighted__section .block-search .form-actions:after {
  font-family: 'FontAwesome';
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  display: block;
  line-height: 35px;
}
.header-top-highlighted__section .block-search input.form-submit {
  height: 35px;
  width: 35px;
  box-shadow: none;
}
.region--light-typography .header-top-highlighted__section .block-search .form-actions:after {
  color: #ffffff;
}
.region--light-typography .header-top-highlighted__section ::-webkit-input-placeholder,
.region--light-typography .header-top-highlighted__section :-moz-placeholder,
.region--light-typography .header-top-highlighted__section ::-moz-placeholder,
.region--light-typography .header-top-highlighted__section :-ms-input-placeholder {
  color: #ffffff;
}
@media (max-width: 767px) {
  .header-top-highlighted__section .block-search {
    margin-bottom: 10px;
  }
}

/*Navigation search bar*/
.header__section .block-search {
  padding-top: 8px;
}

#views-exposed-form-search-site-page-1 input#edit-search-api-fulltext {
    min-width: 0;
    position: relative;
    z-index: 1;
    height: 30px;
    margin: 0;
    padding: 0 15px;
    border: none;
    box-shadow: none;
    font-size: 0.875em;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
#edit-submit-search-site{
	display:none !important;
}
header #block-formulaireexposesearch-sitepage-1 {
    position: absolute;
    right: 15px;
    top: 2px;
}
 #block-formulaireexposesearch-sitepage-1 {
    width: 205px;
    height: 34px;
}
 #views-exposed-form-search-site-page-1  .form-item-search-api-fulltext {
    margin-top: 10px;
    margin-bottom: 0;
}
#block-formulaireexposesearch-sitepage-1-2 {
    height: 42px;
    width: 100%;
	vertical-align: middle ;
	position: absolute;
    top: 48%; /* poussé de la moitié de hauteur du référent */
    transform: translateY(-48%); 
}
#block-formulaireexposesearch-sitepage-1-2 input#edit-search-api-fulltext {
    padding: 10px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.875em;
    width: 100%;
    color: #363636;
    margin: 0;
    height: 42px;
}
#block-formulaireexposesearch-sitepage-1-2 .form-item-search-api-fulltext {
    float: right;
    margin-top: 0;
    width: 100%;
    margin-right: 0;
	
}
.header.js-fixed #block-formulaireexposesearch-sitepage-1 {
    display: none; 
}
.footer-top__container .row {

  display: flex; /* equal height of the children */
}

.footer-top__container .col-md-6 {
  flex: 1; /* additionally, equal width */
  
 }
 .footer-top__container .col-md-6 .footer-top-second {
	  height:100%;
 }
 .footer-top__container .col-md-6 .footer-top-second .region-footer-top-second{
	 height:100%;
	 justify-content: center;
	 
 }