form#croisieres-destinations-filtre-form {
    display: flex;
    justify-content: center;
    background: #fff;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    border-radius: 30px;
}

form#croisieres-destinations-filtre-form .form-item {
    padding: 0;
    margin-bottom: 0;
    width: 195px;
}

form#croisieres-destinations-filtre-form .col-sm-12 {
    background: #f16846;
    width: auto;
    border-radius: 0 30px 30px 0;
    display: flex;
    margin-top: initial;
}

form#croisieres-destinations-filtre-form #edit-submit {
    outline: none;
    border: none;
    background: #f16846;
    color: #fff;
    font-weight: 600;
    padding: 0px 25px;
    border-radius: 0 30px 30px 0;
}