@font-face {
    font-family: disney;
    src: url('../fonts/custom/waltographUI.ttf');
}

@font-face {
    font-family: birds;
    src: url('../fonts/custom/Birds.ttf');
}

@font-face {
    font-family: horizon;
    src: url('../fonts/custom/Horison.ttf');
}

@font-face {
    font-family: peach;
    src: url('../fonts/custom/SuperPeach.ttf');
}

.disney-font{
    font-family: disney;
}

.birds-font{
    font-family: birds;
}

.horizon-font{
    font-family: horizon;
}

.peach-font{
    font-family: peach;
}

.custom-select {
    min-width: 350px;
  }
  




.custom-dropdown-btn {
    padding: 8px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.custom-dropdown-options {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.custom-dropdown-option {
    padding: 8px;
    cursor: pointer;
    font-size: 16px;
    width: 120px;
}

.custom-dropdown{
    width: 140px;
}

.custom-dropdown-btn::after {
    content: "\25BC";  /* Code Unicode pour la flèche vers le bas */
    font-size: 12px;
    margin-left: 8px;
    color: #ddb892;
}

.logo-home-size{
	max-width: 200px;
    max-height: 50px;
    margin-top: 20px;;
    scale: 4;
}

.logo-home-mobile{
    scale: 0.8;
}
