@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*navigation bar style*/
nav {
   font-family: Helvetica;
   text-align: center;
   padding: 20px 0px 20px 0px;
   background-color: #a1594b;
   font-family: "Dancing Script", cursive;
}

/*navigation bar button style*/
nav a.nav-link {
   color: white;
   text-decoration: none;
   font-size: larger;
}
nav a.nav-link:hover {
   color: #b9c1ab;
}

.logo {
   height:80%;
}

main {
   margin:0px;
   padding-top:20px;
   text-align: center;
}

body {
   background-color: #b9c1ab;
   color: white;

}

main input, main label {
   color: black;  
}
footer {
   color: white;
   background-color: #a1594b;
   font-family: "Montserrat", sans-serif;
}

footer  a{
   color: white;
   font-family: "Montserrat", sans-serif;
}

header {
   background-color: white;   
}

main section {
   background-color: white;
   color: rgba(0, 0, 0, 0.705);
   font-family: "Montserrat", sans-serif;
}

p {
   color: rgba(0, 0, 0, 0.705);
   font-family: "Montserrat", sans-serif;
}


main h1 {
   color: #a1594b;
   font-family: "Dancing Script", cursive;
}

main h4,
main p {
   color: rgba(0, 0, 0, 0.719);
}

.form-control {
   border: var(--bs-border-width) solid #b9c1ab;
}

.form-control:focus {
   border-color: #b9c1ab;
   box-shadow: 0 0 0 .25rem #b9c1ab;
}

.form-floating label {
   color: #a1594b;
}

.btn-light {
   background-color: #b9c1ab;
   color: white;
}

.btn-light:hover {
   background-color: #a1594b;
   color: white;
}

#guestlist th {
   padding-top: 20px;
   width: 33.33%;
   color: rgba(0, 0, 0, 0.705);
   font-family: "Montserrat", sans-serif;
   font-weight: normal;  
}

select.cats{
   max-width:200px;
}

.form-select {
   border: var(--bs-border-width) solid #b9c1ab;
}

.form-select:focus {
   border-color: #b9c1ab;
   box-shadow: 0 0 0 .25rem rgba(161, 89, 75, 0.25);
}
.form-switch .form-check-input:hover {
   cursor:pointer;
}

.form-switch .form-check-input:focus {
   --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a1594b'/%3e%3c/svg%3e");
   border-color: #a1594b;
   box-shadow: 0 0 0 .25rem rgba(161, 89, 75, 0.25);
 }

 
 .form-switch .form-check-input:checked {
   background-color: #a1594b;
   border-color: #a1594b;
   --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked:focus {
   box-shadow: 0 0 0 .25rem rgba(161, 89, 75, 0.25);
}

#Compte {
   color: #a1594b;
   font-family: "Dancing Script", cursive;
}

#compteur td{
   width: 25%; 
   color: #a1594b;
}

#Compte table{
   max-width: 45%; 
   margin: auto;
}