.sites_couveuses {
    width: 75%;
}

.main_content {
    margin-bottom: 100px;
    width: 50%;
    margin-top: 50px;
}

.button_submit {
    background-color: #1b6d85;
    border-radius: 8px;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.tuto {
    margin-bottom: 30px;
}

header {
    background: #1b6d85;
    width: 100%;
}

/* Dropdown Button */
.dropbtn {
    background-color: #1b6d85;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #175c71;
}

#form label {
    width: 100px;
    text-align: left;
}

.warnings {
    margin: 120px;
}

a.dropbtn:hover {
    color: #ffffff;
    text-decoration: none;
}

.container-couveuse, .list-couveuse {
    display: flex;
    column-gap: 30px;
    row-gap: 5px;
    flex-wrap: wrap;
}
.list-couveuse .content-couveuse, #form .content-couveuse label {
    width: auto;
}
.container-couveuse {
    margin-bottom: 15px;
    column-gap: 5px;
}
