@font-face {

  font-family: "Patrickhand";
  src: url("css/PatrickHand-Regular.ttf");
}

body {
  font-family: "Patrickhand";
  /*  transform: scale(0.5);*/
  /*zoom:50%;*/
}

small {
  font-family: Tahoma;
  font-size: 0.7rem;
  font-weight: bold;
}

::placeholder {
  opacity: 0.5;
  font-size: 80%
}

.couleurfond {
  background-color: #AED6F1;
  /*background-color: #fff;*/
  background-image: url('bg/cascade.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.bg-lbc-25 {
  background-color: rgba(225, 240, 255, 0.25);
}

.bg-lbc-50 {
  background-color: rgba(225, 240, 255, 0.5);
}

.bg-lbc-75 {
  background-color: rgba(225, 240, 255, 0.75);
}

.bg-lbc-100 {
  background-color: rgba(225, 240, 255, 1);
}

.bg-lbc-bandeau {
  /*background-color: rgba(235, 232, 220, 1);*/
  background-color: rgba(241, 241, 231, 1);
}

.cadre {
  border: 1px solid black;
  border-radius: 5px;
  background-color: #292b2c;
  color: white;
}

.couleurtitre {
  color: black;
}

.couleurecriture {
  color: black;
}

.bg-perso {
  background-color: #ffffff;
}

.zoom {
  font-size: 1.5rem;
}

.icone30 {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 0px;
}

* {
  scrollbar-width: none;
}

.avec-scrollbar {
  scrollbar-width: auto;
}

.avec-scrollbar::-webkit-scrollbar {
  width: 8px !important;
}

.avec-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(100, 100, 100, 0.5);
  border-radius: 4px;
}

.form-switch .form-check-input {
  height: 24px;
  width: 48px;
}

.form-switch .form-check-input:focus,
.form-check-input-title:focus {
  border: none;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  /*background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='rgba(255,0,0,1)'/></svg>");*/
}

.form-switch .form-check-input:checked {
  background-color: #399977;
  border: none;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='rgba(255,255,255,1)'/></svg>");
}

.form-switch .form-check-input:not(:checked) {
  background-color: #e9383f;
  border: none;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='rgba(255,255,255,1)'/></svg>");
}

.form-check-input-title {
  width: 1em;
  height: 1em;
  margin-top: 0.25rem;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-check-input-title:checked {
  background-color: forestgreen;
  color: #000;
  border-color: #fff;
  border: none;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>");
}

.form-check-input-title:not(:checked) {
  background-color: #fff;
  border: none;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='rgba(255,255,255,1)'/></svg>");
}

.post-it {
  padding: 2%;
  background-color: #ffffa5;
  box-shadow: 2px 4px 6px #444;
  -moz-box-shadow: 2px 4px 6px #444;
  -webkit-box-shadow: 2px 4px 6px #444;
  transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  border-bottom-right-radius: 60px 10px;
}

.border-lbc {
  border-style: solid;
  border-width: 2px;
  border-color: #555;
  border-radius: 20%;
  background-color: #fff;
  rotate: 0deg;
}

.euro-pig {
  background-image: url('img/skin/euro-pig.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* MODAL RIGHT */

@media (min-width: 576px) and (max-width: 1024px) {
  .modal-right .modal-dialog {
    margin-left: auto;
    margin-right: calc(3%);
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .modal-right .modal-dialog {
    margin-left: auto;
    margin-right: calc(15%);
  }
}

@media (min-width: 1367px) {
  .modal-right .modal-dialog {
    margin-left: auto;
    margin-right: calc(25%);
  }
}