/* GENERAL */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "Poppins";
  position: relative;
}

body {
  margin: 0;
}

.content {
  background-image: url('../images/bg.png');
}

article,
aside,
details,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #c9b258;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

b,
strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

/* PRINT */
@media print {

  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .btn>.caret,
  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }

  html {
    background: #fff
  }

  body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    margin: 0px;
    padding: 0px;
  }

  #footer {
    display: none;
  }

  .img-responsive {
    width: 75px;
  }

  #menu-organisateur {
    display: none;
  }

  #content-bottom {
    display: none;
  }

  #trophy_print {
    display: none;
  }

  #annonce {
    display: none;
  }

  #pieces {
    display: none;
  }

  #header {
    display: none;
  }

  #footer {
    display: none;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* IMAGE */
img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* TYPO*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}

h1,
.h1,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h2,
.h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

small,
.small {
  font-size: 85%;
}

.titre {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 200;
  position: relative;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column
}

.titre {
  margin-top: 20px;
  margin-botton: 20px;
}

.titre:after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 0px;
  border: 1px solid;
  margin: 33px 0
}

.titre2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column
}

.titre2 {
  margin-top: 20px;
  margin-botton: 20px;
}

.titre2:after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 0px;
  border: 1px solid;
  margin: 23px 0
}

.trophy-separation {
  padding-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300
}

.trophy-separation {
  margin-top: 30px;
}

.trophy-separation h1.separation {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 200;
  position: relative;
  letter-spacing: 0.050em;
}

/*
.trophy-separation h1.separation:before, h1.separation:after {content:'';width:3em;border-bottom:rgba(240,183,12,0.8) solid 3px;display:inline-block;vertical-align:middle;}
.trophy-separation h1.separation:before {margin-left:-100%;margin-right:2em}
.trophy-separation h1.separation:after {margin-right:-100%;margin-left:2em;}
*/
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Formulaire */
a.form-inscription {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 28px;
}

.form-control input {
  padding: 8px;
  width: 50%;
  border: 1px solid #cccccc;
  margin: 5px;
}

.form-control input:hover,
.form-control input:active {
  border: 1px solid #c9b258;
}

.form-control input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border: none;
}

.form-control input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -border-radius: 4px;
  height: 15px;
  width: 15px;
  background: #fff;
  border: 1px solid #ccc;
  margin: 0px;
}

.form-control input[type="checkbox"]:checked {
  background: #c9b258;
  margin: 0px;
  position: relative;
  color: #000;
  background-image: url('../images/ic_case.png');
}

.form-control label {
  display: block;
}

.form-control .ligne {
  margin: 10px;
}

.form-control select {
  padding: 5px;
  margin: 5px;
  border: 1px solid #cccccc;
}

.form-control select:hover {
  border: 1px solid #c9b258;
}

.form-control select option:hover {
  color: #c9b258;
  box-shadow: inset 20px 20px #00f;
}


/*STRUCTURE */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}


@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    Width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after {
  clear: both;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>tbody.no-border>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}

.table>tbody>tr>td.separation {
  padding: 4px;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

/* box accueil*/
#cbox {
  vertical-align: top;
  display: block;
  overflow: hidden;
  height: 330px;
  margin-bottom: 20px;
}

a #cbox {
  background-color: #ffffff;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

a #cbox {
  text-decoration: none;
}

a:hover #cbox {
  background-color: #f1f1f1;
}

#cbox .cboxHeader {
  background-image: url('../images/bg_box_concours.jpg');
  background-repeat: no-repeat;
  padding: 10px 0px 10px 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
}

#cbox .cboxDate {
  padding: 10px 0px 10px 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 20px;
}

#cbox .cboxEpreuve {
  padding: 10px 0px 10px 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  color: #000;
  font-size: 18px;
}

#cbox .cboxLien {
  padding: 10px 0px 10px 0px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

div.trophy ul li a {
  color: #fbbb01;
  font-size: 150%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

div.trophy .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  float: right
}

div.trophy .nav>li {
  position: relative;
  display: block;
}

div.trophy .nav>li>a {
  position: relative;
  display: block;
  border: 1px solid #f1f1f1;
}

div.trophy .nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
}

div.trophy .nav>li.disabled>a {}

div.trophy .nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

div.trophy .navbar-nav {
  margin: 7.5px -15px;
}

div.trophy .navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
  }

  div.trophy .navbar-nav>li {}
}

tr.utrophy {
  border-top: 1px solid #cccccc;
}

.contenu-blanc-avec-scroll {
  margin: 20px;
  padding: 5px;
  border: 1px solid #cccccc;
  max-height: 150px;
  overflow: hidden;
  overflow-y: auto
}

.button-trophy {
  float: right;
  border: none;
  vertical-align: middle;
  height: 40px;
  line-height: 30px;
  padding: 0 25px;
  border-radius: 50px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  background: #c9b258;
  color: white;
  margin: 20px;
}

.button-trophy {
  cursor: pointer
}

.button-trophy:hover {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #b49b3a;
}

.button-from {
  border: none;
  vertical-align: middle;
  height: 40px;
  line-height: 30px;
  padding: 0 25px;
  border-radius: 50px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  background: #c9b258;
  color: white;
  margin: 20px;
}

.button-from {
  cursor: pointer
}

.button-from:hover {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #b49b3a;
}


.trophy-result {
  border: none;
  padding: 10px 10px 10px 50px;
}

.trophy-result2 {
  border: 1px solid #c9b258;
  padding: 10px 10px 10px 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffffff
}

.trophy-result2 span {
  font-weight: bold;
  width: 50px;
}

.trophy-result h4 span {
  font-size: 12px;
}


a .trophy-result {
  border: none;
  padding: 10px 10px 10px 50px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

a .trophy-result {
  color: #000;
  margin-bottom: 30px;
  background-image: url('../images/coupe.png');
  background-repeat: no-repeat;
  background-position: 10px 15px;
}

a:hover .trophy-result {
  background-color: #f1f1f1;
}

.trophy-result h3 {
  margin: 0px;
  padding: 0px;
  color: #000;
}

.telechargement {
  width: 80%;
  background-color: #f1f1f1;
  margin: 30px;
  text-align: left;
  padding: 20px;
}

.sprite-pdf {
  background-image: url('../images/coupe.png');
  background-repeat: no-repeat;
  background-position: 5px 10px;
  display: block;
}


/* ORGANISATEUR /*/

#menu-organisateur ul {
  margin-top: 20px;
}

#menu-organisateur li {
  padding-right: 8px;
  list-style: none;
  display: inline;
}

#menu-organisateur a {
  padding: 5px 12px;
  background-color: #000;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
}

#menu-organisateur a:hover {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #868686;
}

#menu-organisateur a.notation {
  background-color: #c9b258;
  color: #fff;
}

#menu-organisateur a.notation:hover {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #868686;
}

#menu-organisateur a.deconnexion {
  background-color: #f3d785;
  color: #000;
}

#menu-organisateur a.deconnexion:hover {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #f3d785;
}


#trophy_print ul {
  margin: 0px;
  padding: 0px;
}

#trophy_print li {
  display: inline;
  list-style: none;
}

#trophy_print li a.excel {
  color: #000;
  padding: 5px 5px 5px 25px;
  background-image: url('../images/ic_excel.png');
  background-repeat: no-repeat;
  background-position: 5px 5px;
}

#trophy_print li a.pdf {
  color: #000;
  padding: 5px 5px 5px 25px;
  background-image: url('../images/ic_pdf2.png');
  background-repeat: no-repeat;
  background-position: 5px 5px;
}


#header {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0px;
}

;

.header__top {
  padding: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.header__logo {
  padding: 18px 24px 10px 24px
}

.header__logo a {
  display: block;
  width: 161px;
  height: 30px;
  background: url("../images/logo-unec-pt-2.png") no-repeat center center;
  background-size: contain;
  font-size: 0
}

.header-trophy {
  width: 100%;
  background-color: #000;
  overflow: hidden;
  text-align: center
}

.menu-top {
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.menu-top ul {
  list-style: none;
}

.menu-top ul li {
  display: inline;
  padding-left: 20px;
  font-size: 150%;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
}

.menu-top a {
  color: #000;
}

.menu-top a.organisateur {
  color: #c9b258;
}

#footer {
  background-color: #f1f1f1;
  margin: 0px;
  height: 70px;
}

#footer .menu-footer {
  text-align: center;
}

#footer .menu-footer ul {
  padding-top: 25px;
}

#footer .menu-footer li {
  padding-right: 30px;
  list-style: none;
  display: inline;
}

/** Sponsors **/
.sponsors {
  padding: 40px 20px;
  text-align: center;
}

.sponsors p {
  font-size: 11px;
}

.sponsors__list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.sponsors__list img {
  display: block;
}