body {
    text-align: justify;
}
@font-face {
    font-family: "Caviar Dreams";
    src: url("/public/utilities/caviar_dreams/CaviarDreams.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "Caviar Dreams";
    src: url("/public/utilities/caviar_dreams/CaviarDreams_Bold.ttf") format("truetype");
    font-weight: bold;
}
.btn-horizons {
    background: #fd9c2e;
}
.btn-horizons:hover {
    background: #f78a0f;
}
.btn-outline-horizons {
    background: none;
    color: #fd9c2e;
    border-color: #fd9c2e;
}
.btn-outline-horizons:hover {
    background: #f78a0f;
    border-color: #f78a0f;
    color: #FFF;
}
h1, h2, strong, .card-header {
    font-family: "Caviar Dreams";
}
img[data-src] {
    filter: blur(0.2em);
}

img {
    filter: blur(0em);
    transition: filter 0.3s;
}
strong, .card-header h5 {
    font-weight: bold;
}
#recherche_header {
    color: #333;
    font-family: "Caviar Dreams";
}
#recherche_header::placeholder {
    color: #333;
    font-family: "Caviar Dreams";
}
.navbar-brand {
  font-family: "Caviar Dreams";
}
.font-caviar-dreams {
  font-family: "Caviar Dreams";
}
#footer .container img {
    max-width: 100%;
}

 /* The switch - the box around the slider */
 .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  } 

@media (max-width: 1345px) {
    #recherche_header_container {
        display: none;
    }
}