li.page_item ul.children {
  display: none; }

.sidebar .sidebar-title {
  background: #232e50; }
  .sidebar .sidebar-title p {
    color: #fff;
    padding: 20px;
    font-weight: bold; }

.sidebar ul {
  background: #f5f5f5;
  margin: 0;
  margin-top: 20px;
  border-radius: 5px;
  padding: 20px 0; }
  .sidebar ul li {
    border-bottom: 1px dashed #e0e0e0;
    list-style: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 4px 20px; }
    .sidebar ul li:before {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-size: 20px;
      font-weight: bold;
      margin-right: 5px;
      color: #c3c3c3; }
    .sidebar ul li:last-child {
      border-bottom: 0px; }
    .sidebar ul li:hover {
      margin-left: 5px; }
  .sidebar ul a {
    font-weight: normal;
    color: #555; }
    .sidebar ul a:hover {
      text-decoration: none;
      color: #222; }

.sidebar a {
  font-size: 14px;
  line-height: 1.5; }
  .sidebar a i {
    margin-right: 10px; }

.sidebar .cta-offerte {
  padding: 20px;
  background: #f5f5f5;
  margin-top: 20px;
  border-radius: 5px; }

.sidebar .cta-contact {
  padding: 20px;
  background: #091742;
  color: white;
  margin-top: 20px;
  border-radius: 5px; }
  .sidebar .cta-contact p {
    color: #ededed;
    font-weight: bold; }
  .sidebar .cta-contact a {
    color: #ededed;
    font-weight: normal; }
    .sidebar .cta-contact a i {
      color: #ededed; }

.sidebar.desktop {
  display: block; }

.sidebar.mb {
  display: none; }

@media only screen and (max-width: 996px) {
  .sidebar.desktop {
    display: none; }
    .sidebar.desktop ul {
      padding: 0px; }
  .sidebar.mb {
    display: block; } }

.sidebar-widget {
  padding: 20px; }

input.search-input {
  padding: 8px;
  border: 1px solid #ddd;
  font-size: 16px;
  font-family: roboto;
  width: 100%;
  border-radius: 5px; }

button.search-submit {
  border: none;
  border-radius: 30px;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 19px;
  top: 4px;
  font-size: 16px; }
