#searchbox {
  position: fixed;
  top: -100vh;
  width: 100%;
  height: 100vh;
  background: #FFFFFF;
  z-index: 99;
  -webkit-transition: top 500ms cubic-bezier(0.34, 0.76, 0.04, 0.87);
  transition: top 500ms cubic-bezier(0.34, 0.76, 0.04, 0.87);
}
@media screen and (min-width: 768px) {
  #searchbox {
    height: 100vh;
  }
}
#searchbox.on {
  top: 0;
}
#searchbox .close {
  top: 15px;
  right: 15px;
}
@media screen and (min-width: 768px) {
  #searchbox .close {
    top: 74px;
    right: 165px;
  }
}
#searchbox .logo {
  padding-top: 70px;
  padding-bottom: 145px;
}
#searchbox .logo img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
#searchbox .input {
  height: 80px;
  width: calc(100% - 40px);
  margin: auto;
  border-bottom: 1px solid #000000;
  margin-top: 100px;
  font-family: "dr-medium", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media screen and (min-width: 768px) {
  #searchbox .input {
    margin-top: 0px;
    width: 80%;
    padding: 0;
    height: auto;
    position: absolute;
    left: 10%;
  }
}
#searchbox .input label {
  position: static;
  color: #F2797A;
}
@media screen and (min-width: 768px) {
  #searchbox .input label {
    font-size: 2vw;
  }
}
#searchbox .input input {
  height: 38px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
  background: transparent;
  color: #000000;
  font-size: 20px;
  font-family: "dr-medium", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media screen and (min-width: 768px) {
  #searchbox .input input {
    font-size: 8vw;
    height: 150px;
  }
}
#searchbox .input input ::-webkit-input-placeholder {
  color: #FFFFFF;
  font-size: 20px;
  font-family: "dr-medium", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#searchbox .input input ::-moz-placeholder {
  color: #FFFFFF;
  font-size: 20px;
  font-family: "dr-medium", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#searchbox .input input :-ms-input-placeholder {
  color: #FFFFFF;
  font-size: 20px;
  font-family: "dr-medium", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#searchbox .input input ::-ms-input-placeholder {
  color: #FFFFFF;
  font-size: 20px;
  font-family: "dr-medium", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#searchbox .input input ::placeholder {
  color: #FFFFFF;
  font-size: 20px;
  font-family: "dr-medium", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#searchbox .input input:focus-visible {
  outline: none;
}
#searchbox .input .search-submit {
  position: absolute;
  right: 0;
  top: 12px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='20'%3E%3Cpath style='fill:%23ffffff' d='M505,470.87,418.67,384.6a234.76,234.76,0,0,0,53-148.78C471.64,105.78,365.86,0,235.84,0S0,105.78,0,235.82,105.8,471.66,235.84,471.66a234.63,234.63,0,0,0,148.76-53l86.29,86.27A24.09,24.09,0,0,0,505,470.87Zm-269.12-47.4c-103.47,0-187.65-84.19-187.65-187.65S132.37,48.19,235.84,48.19s187.61,84.17,187.61,187.63S339.28,423.47,235.84,423.47Z'/%3E%3C/svg%3E");
}

#menu-fixed .bt-search {
  position: absolute;
  right: 28px;
  top: 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
#menu-fixed .bt-search svg * {
  fill: #000000;
}

body.home #menu-fixed .bt-search svg * {
  fill: #FFFFFF;
}

@media screen and (min-width: 768px) {
  body.search #section1 {
    padding-top: 200px;
  }
}
body.search #section1 h1 {
  font-size: 50px;
  margin: 30px 0 50px 0;
  color: #F2797A;
}
@media screen and (min-width: 768px) {
  body.search #section1 h1 {
    font-size: 5.24vw;
    margin: 30px 0 80px 0;
  }
}
body.search #section1 h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  body.search #section1 h2 {
    font-size: 2.196vw;
  }
}
body.search hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #000000;
}
body.search .filtres {
  margin-bottom: 60px;
}
body.search .filtres .filtrem {
  width: 100%;
  padding: 7px 12px;
  background: #F2797A;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.search .filtres .filtrem {
    display: none;
  }
}
body.search .filtres .sel {
  display: none;
}
@media screen and (min-width: 768px) {
  body.search .filtres .sel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body.search .filtres .sel a {
  padding: 5px 8px;
  font-size: 16px;
  color: #222222;
  text-decoration: underline;
  margin-right: 30px;
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: center;
  font-family: "dr-medium", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media screen and (min-width: 768px) {
  body.search .filtres .sel a {
    display: inline;
    padding: 0.439vw 0.732vw;
    font-size: 1.464vw;
    text-align: left;
    width: auto;
  }
}
body.search .filtres .sel a.on {
  background: #F2797A;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  body.search .filtres .sel a.on {
    background: #F2797A;
  }
}
body.search .list-livres {
  margin-top: 0;
  padding-top: 0px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  body.search .list-livres {
    margin-bottom: 100px;
  }
}
body.search .list-livres .box-livre {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.search .list-livres .box-livre {
    width: 25%;
  }
}
body.search .list-livres .box-livre a {
  text-decoration: none;
}
body.search .list-livres .box-livre:nth-child(3n-1) {
  margin-top: 0;
}
body.search .list-livres .box-livre:nth-child(3n-1) .book-text {
  bottom: 15px;
}
body.search .list-livres .box-livre .mask {
  background-color: #F2797A !important;
}
body.search .authors {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  body.search .authors {
    margin-bottom: 100px;
  }
}
body.search .authors a.author {
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  padding: 20px 30px 20px 0;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #3D3D3D;
  font-family: "dr-medium", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #000000;
}
@media screen and (min-width: 768px) {
  body.search .authors a.author {
    padding: 25px 30px 25px 25px;
    font-size: 1.464vw;
  }
}
body.search .authors a.author:hover {
  background: #F2797A;
  color: #FFFFFF;
}
body.search .authors a.author:hover svg * {
  fill: #FFFFFF;
}
body.search .authors a.author svg {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  body.search .authors a.author svg {
    right: 25px;
  }
}
body.search .agendas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 100px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 25px;
}
body.search .agendas .agenda {
  padding: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.search .agendas .agenda {
    width: 33.33333%;
  }
}
body.search .agendas .agenda a {
  display: block;
  padding: 30px;
  border: 2px solid #000000;
  text-decoration: none;
  color: #000000;
  font-family: "dr-medium", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body.search .agendas .agenda a .date {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  body.search .agendas .agenda a .date {
    font-size: 2.196vw;
  }
}
body.search .agendas .agenda a .txt {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  body.search .agendas .agenda a .txt {
    font-size: 1.464vw;
  }
}
body.search .agendas .agenda a .lieu, body.search .agendas .agenda a .heure, body.search .agendas .agenda a .ville {
  font-size: 18px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  body.search .agendas .agenda a .lieu, body.search .agendas .agenda a .heure, body.search .agendas .agenda a .ville {
    font-size: 1.464vw;
  }
}
body.search .agendas .agenda a:hover {
  background: #F2797A;
  color: #FFFFFF;
  border-color: #F2797A;
}
body.search .btn-more {
  width: 100%;
  margin-top: 30px;
}
body.search .noresult {
  margin-bottom: 250px;
}
body.search header .nav ul li a {
  color: #F2797A;
}
body.search footer {
  background-color: #F2797A;
}
body.search footer a {
  color: #FFFFFF;
}

.bt-search svg {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.bt-search svg * {
  fill: #F2797A;
}

body.style-red .bt-search svg * {
  fill: #F2797A;
}

body.style-blue .bt-search svg * {
  fill: #007BC1;
}

body.style-green .bt-search svg * {
  fill: #00A770;
}

body.style-yellow .bt-search svg * {
  fill: #FCE553;
}

body.style-indigo .bt-search svg * {
  fill: #409EA6;
}