body {
    background-color: white;
}

h1 {
    font-size:48px;
    color: #19388a;
    font-family: Helvetica, serif;
}

h2 {
    font-size:18px;
    color: #19388a;
    font-family: Helvetica, serif;
}

a {
    font-size:14px;
    color: #008ACF;
    font-family: Helvetica, serif;
}

.jury-title h4 {
    text-align: center;
    font-size: 18px;
}

.jury-title p {
    font-size: 12px;
    text-align: justify;
}

.jury-title h1 {
    color: #008acf;
    font-size: 36px;
}

.jury-actions button {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.jury-selections .btn-default {
    color: #333;
    background-color: #cee6f9;
    /* border-color: #ccc; */
    text-align: left ;
}

.jury-selections .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    text-align: left;
}

.jury-selections .btn-lg, .jury-selections .btn-group-lg>.btn {
    display: block;
    width: 100%;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    margin-bottom: 5px;
}

.jury-selections .btn-lg:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}

/* Jury forms */
.jury-form {
    background-color: #cee6f9;
    padding: 20px 0;
}

.jury-form .title-etablissement {
    color: purple;
}

.jury-form .header img {
    box-shadow: 1px 1px 12px #555;
    height: 300px;
    border-radius: 20px;
}

.jury-form .header h1 {
    margin: 10px auto;
}

.jury-form .header .btn-primary a {
    color: white;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    text-decoration: none;
}

.jury-form form .form-label {
    font-weight: 700;
    font-size: 20px;
}

.jury-form form .form-select {
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #ff0d66;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.jury-form form .btn {
    width: 100%;
    font-size: 24px;
}

/* Résultats */
.resultats h1 {
    color: #19388a;
    font-family: helvetica;
    font-size: 42px;
    text-align: center;
}

.resultats table {
    border-collapse: collapse;
    width: 1140px;
    text-align: center;
    margin: 0 auto;
}

.resultats table td {
    border: 1px solid white;
    width: auto;
    height: 80px;
    font-family: helvetica;
    background-color: #e5e5e5;
    padding: 20px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.resultats table th {
    border: 0 solid white;
    background-color: #008acf;
    color: white;
    width: 300px;
    height: 70px;
    text-align: center;
}

.resultats table th.title {
    border: 0px solid white;
    background-color: #008acf;
    color: white;
    width: 2400px;
    height: 70px;
    text-align: center;
}

.resultats table td.title {
    border: 1px solid white;
    width: 1400px;
    height: 80px;
    background-color: #e5e5e5;
    text-align: right;
    padding: 10px;
    color: #333;
    font-size: 16px;
}

.resultats table th.total {
    background-color: red;
}

.resultats table th.ranking {
    background-color: purple;
}

.resultats table th.entrepreneurship {
    background-color: green;
}

.resultats table td.trophy {
    background-color: yellow;
}
