/**
 * @file
 * Styles en override pour Google CSE.
 *
 * Extrait de prix.css : le partiel, son script et ces règles forment un tout,
 * et sont désormais utilisés par prix.asp comme par search.asp.
 *
 * @see code/v2015/templates/google-cse.html.twig
 */
/* Carried over from the wrapper's inline style, which the partial no longer sets. */
.gcse-wrapper {
  background-color: white;
}

#gs_tti50>input {
  margin: 0 !important;
}

/*
 * prix.asp carries the box in a header banner, where 468px is the slot; the
 * results page is free to fill its column.
 */
#tdSearches .gcse-wrapper {
  width: 468px;
}

.gsc-control-cse {
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
}
