/*
Theme Name: Twenty Twenty Hypotheses
Description: This is a child theme for Twenty Twenty
Author: OpenEdition
Template: twentytwenty
Version: 1.1
*/
.search-modal-inner {
/* background: #fff; */
transform: translateY(-100%);
transition: transform 0.15s linear, box-shadow 0.15s linear;
margin-top: 38px;}

.powered-by-wordpress {
    margin: 0;
}
.header-inner {
    margin-top: 30px;
}

@media ( min-width: 700px ) {
.footer-credits {
    display: block;
}
.header-inner {
    margin-top: 30px;
}
}

@media ( min-width: 1000px ) {
.header-inner {
    margin-top: 30px;
}
}
/* openbarre */
.template-cover .header-inner{margin-top:78px;}
@media ( max-width: 700px ) {
    .header-inner .toggle {margin-top: 78px;}
}
.screen-height {
  min-height: calc(100vh - 78px);
  min-height: -moz-calc(100vh - 78px);
  min-height: -webkit-calc(100vh - 78px);
}
.search-modal-inner {margin-top:78px;}
