.score-section {
font-family: 'Arial', sans-serif;
color: #000;
margin: 20px auto;
max-width: 100%;
padding: 0 10px; }
p, ul, ol, dl, blockquote, address {
margin-top: 0em !important;
margin-bottom: 0;
}
span.sc_icon_type_.icon-cancel,span.sc_icon_type_.icon-check {
font-size: 25px;
}
.details {
text-transform: uppercase;
font-weight: bold;
margin-bottom: 20px;
text-align: center;
}
.score-box,
.cold-bore-box,
.resultats-box,
.duree-box {
background: #fff;
padding: 20px;
margin-bottom: 20px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap; }
.col-gauche {
flex: 1 1 30%;
min-width: 150px;
}
.col-gauche .tireur1 {
font-weight: bold;
font-size: 22px;
}
.col-gauche .tireur2 {
font-size: 20px;
color: #666;
}
.col-centre {
flex: 1 1 30%;
text-align: center;
min-width: 150px;
}
.logo-comp {
max-height: 178px;
width: auto;
}
.col-droite.ordre {
flex: 1 1 30%;
text-align: right;
min-width: 150px;
font-weight: bold;
font-size: 19px;
}
.cold-bore-box {
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.cold-bore-box span {
font-size: 22px;
}
.cold-icon {
font-size: 22px;
}
.resultats-box { overflow-x: auto; }
.shoot-table {
border-collapse: collapse;
width: 100%;
min-width: 800px; }
.shoot-table td {
padding: 6px 10px;
text-align: center;
border: 1px solid #ddd;
}
.shoot-table td.v {
color: green;
font-weight: bold;
}
.shoot-table td.o {
color: red;
font-weight: bold;
}
.shoot-table td.empty {
background: #f0f4ff;
}
.cible {
font-weight: bold;
padding-right: 12px;
}
.score-final {
text-align: center;
font-size: 24px;
font-weight: bold;
margin-top: 20px;
}
.duree-box {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.duree {
font-weight: bold;
font-size: 22px;
}
.duree-temps {
font-size: 22px;
} .score-box,
.cold-bore-box,
.resultats-box,
.duree-box,
.score-final {
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
padding: 20px;
min-height: 100px;
margin-bottom: 20px;
background: #fff;
border-radius: 6px;
} .score-final {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
} @media (max-width: 768px) {
.score-box, .cold-bore-box, .duree-box {
flex-direction: column;
text-align: center;
}
.col-gauche, .col-centre, .col-droite.ordre {
flex: 1 1 100%;
text-align: center;
margin-bottom: 10px;
}
.shoot-table {
min-width: unset;
}
}
@media (max-width: 480px) {
.score-section {
padding: 0 5px;
}
.score-box, .cold-bore-box, .duree-box {
padding: 10px;
}
.shoot-table td {
padding: 4px 6px;
}
.score-final {
font-size: 22px;
}
.duree-temps {
font-size: 22px;
}
.score-box, .cold-bore-box, .resultats-box, .duree-box, .score-final {
min-height: 0px;
}
.cible {
width: 90px;
}
}