/* @font-face {
  font-family: "Franklin Gothic Demi Condensed";
  src: url('../franklin-font/franklingothic-demicd.otf') format('otf');
  src: url('../franklin-font/franklingothic-demicd-webfont.woff2') format('woff2'),
    url('../franklin-font/franklingothic-demicd-webfont.woff') format('woff');
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Franklin Gothic FS Heavy";
  src: url('../franklin-font/franklingothic-hvy.otf') format('otf');
  src: url('../franklin-font/franklingothic-hvy-webfont.woff2') format('woff2'),
    url('../franklin-font/franklingothic-hvy-webfont.woff') format('woff');
  font-style: normal;
  font-weight: bold;
  font-display: swap;
} */

@font-face {
  font-family: "Franklin Gothic Demi Condensed";
  src: url('../franklin-font/franklingothic-demicd-webfont.woff2') format('woff2'),
    url('../franklin-font/franklingothic-demicd-webfont.woff') format('woff');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Franklin Gothic Demi";
  src: url('../franklin-font/franklingothic-demi-webfont.woff2') format('woff2'),
    url('../franklin-font/franklingothic-demi-webfont.woff') format('woff');
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Franklin Gothic heavy";
  src: url('../franklin-font/franklingothic-hvy-webfont.woff2') format('woff2'),
    url('../franklin-font/franklingothic-hvy-webfont.woff') format('woff');
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Franklin Gothic heavy it";
  src: url('../franklin-font/franklingothic-hvyit-webfont.woff2') format('woff2'),
    url('../franklin-font/franklingothic-hvyit-webfont.woff') format('woff');
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

@font-face {font-family: "poppins"; 
  src: url("../font/Poppins-Regular.ttf") format('truetype');
}

body { 
  margin:0; 
  padding:0;
  background: #ccd8d6;
  font-family: Arial, sans-serif;
}

ul, li {
    list-style-type: none;

}

p {
    font-size: 22px;
}

.sub-header {
        height: 15px;
        background-color: #ccd8d6;
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 9px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.sub-header span#year {
    margin-left: 3px; 
    margin-right: 3px; 
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  color: white;
  height: 60px;
  padding: 0 20px;
}

.header-title {
    font-size: 30px;
    font-family: "poppins";
    font-weight:300;
}

.content {
    margin-top: 20px;
    width:100%;
    justify-content: center;
    display: flex;
    height:70vh;
}

.content:after {
  content: "";
  display: table;
  clear: both;
}

.leftcolumn {   
  float: left;
  width: 1000px;
}

.rightcolumn {
  float: left;
  padding-left: 20px;
}


.footer {
    width: 100%;
    height:30px;
    left: 0;
    bottom: 0;
    line-height: 30px;
    text-align: center;
    background-color: #0078d7;
    color: white;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    position:fixed;

}

img {
    width:95px;
}


#upload {
  position:relative;
  width:1000px;
}

.active {
  background: #C2C4C9;
}

.recept-image {
  position:absolute;
  height:563px;
  width: 563px;
}

/* cadre du visuel */

.bloc-visuel{
    margin-top: 20px;
    width: 1000px;
    height:563px;
    background-color: #979ca1;
    align-items: center;
    justify-content: center;
    display: flex;
  }

.image-square {
    position:absolute;
    width:563px;
    height:563px;  
    background-image:url(../img/zapfoot-1-1-v1.webp);
    background-size: cover;
    background-position: center;
    overflow:hidden;    
    background-color: #0060ac;
}

.filtre-square {
  position:absolute;
  width:563px;
  height:563px;  
  /* background-color: #0075de; */
  background-color: rgb(53, 51, 51);
  opacity: 0.2;
  display: none;
}

.image-large {
  position:absolute;
  width:1000px;
  height: 563px;
  background-image:url(../img/zapfoot-16-9-v1.webp);
  background-size: cover;
  background-position: center;
  overflow:hidden;    
}

.filtre-large {
  position:absolute;
  width:1000px;
  height:563px;  
  /* background-color: #0075de; */
  background-color: rgb(53, 51, 51);
  opacity: 0.2;
  display: none;
}


.zap-square {
  width:562px;
  height: 563px;
  background-color: #0075de;
  overflow:hidden;    
  background-size: cover;
} 

.zap-large {
  width:1000px;
  height: 563px;
  background-color: #0075de;
  overflow:hidden;    
  background-size: cover;
}


/* les trois blocs du visuel */

/* CARRE */

.logo-zap-square {
  position:absolute;
  margin-top:60px;
  width:563px;
  height:170px;
  display: flex;
  flex-direction: column;
  align-items: center;  
}

.titre-square {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: 'Franklin Gothic heavy';
  font-size: 107px;
  line-height:82px;
  color:white;
  font-style: normal;
}

.sport-square {
  padding:0px 15px 0px 10px;
  text-transform: uppercase;
  color:white;
  font-family: 'Franklin Gothic heavy it';
  font-size: 75px;
  background: linear-gradient(180deg, rgba(1, 133, 212, 0.8), rgba(0, 118, 214, 0.8));
  display: inline-block;
  border-radius: 15px;
}

.match-square {
  position:absolute;
  margin-top:350px;
  width:563px;
  height: 133px;
}

.box-com-square {
  margin-top: 483px;
  position:absolute;
  width:563px;
  height:80px;
  display:flex;
  justify-content: center;
  font-family: "Franklin Gothic Demi Condensed";
  font-weight: 600;
}

.reporter-square {
  margin-top:26.6px;
  width:563px;
  height:25px;
  line-height:25px;
  font-size:21px;
  color:white;
  text-align: center;
}



/* LARGE 16-9  */

.logo-zap-large {
  position:absolute;
  margin-top:47px;
  width:1000px;
  height:170px;
  display: flex;
  flex-direction: column;
  align-items: center;  
}

.titre-large {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: 'Franklin Gothic heavy';
  font-size: 115px;
  line-height:80px;
  color:white;
  margin-bottom: 8px;
}

.sport-large {
  padding:5px 20px 5px 10px;
  text-transform: uppercase;
  color:white;
  font-family: 'Franklin Gothic heavy it';
  font-size: 81px;
  line-height: 85px;
  background: linear-gradient(180deg, rgba(1, 133, 212, 0.8), rgba(0, 118, 214, 0.8));
  display: inline-block;
  border-radius: 15px;
}


.match-large {
  position:absolute;
  margin-top:310px;
  width:1000px;
  height:153px;
}

.box-com-large {
  margin-top: 483px;
  position:absolute;
  width:1000px;
  height:80px;
  display:flex;
  justify-content: center;
  font-family: "Franklin Gothic Demi Condensed";
  font-weight: 600; 
}


.reporter-large {
  margin-top:7.5px;
  width:1000px;
  height:25px;
  line-height: 25px;
  text-align: center;
  font-size:26.4px;
  color:white;
}


/* le bloc central avec les équipes, les logos et le score  */

.score-domicile-square {
  float:left;
  width:78px;
  height: 133px;
  text-align:center;
}

.score-domicile-large {
  margin-top:60px;
  float:left;
  width:82.6px;
  height: 113px;
  text-align:center;
}

.score-chiffre-domicile-square {
  margin-top:55px;
  width:78px;
  height: 78px;
  line-height: 83px;
  text-align: center;
  font-size:65px;
  color:rgb(255, 255, 255, 1);
  font-family: "Franklin Gothic Demi Condensed";
  font-weight: 600;
  background-color: rgb(0, 117, 222,0.65);
  /* background: rgb(2, 147, 212,0.7); */
  border-radius: 10px;
}

.score-chiffre-domicile-large {
  margin-top:9px;
  width:82.6px;
  height: 82.6px;
  line-height: 87.1px;
  font-size:65px;
  color:rgb(255, 255, 255, 1);
  font-family: "Franklin Gothic Demi Condensed";
  font-weight: 600;
  background-color: rgb(0, 117, 222,0.65);
  border-radius: 10px;
}

.box-tiret-square {
  float:left;
  width:33px;
  height: 133px;
  display: flex;
  justify-content: center;
}

.box-tiret-large {
  float:left;
  width:38.6px;
  height: 113px;
  display: flex;
  justify-content: center;
}


.tiret-square {
  margin-top:89.5px;
  width:19px;
  height: 11px;    
  background-color:white;  
}

.tiret-large {
  margin-top:105.5px;
  width:19px;
  height: 12px;    
  background-color:white; 
}

.score-visiteur-square {
    float:left;
    width:78px;
    height: 133px;
    text-align:center;
}

.score-visiteur-large {
    margin-top:60px;
    float:left;
    width:82.6px;
    height: 113px;
    text-align:center;
}


.score-chiffre-visiteur-square {
    margin-top:55px;
    width:78px;
    height: 78px;
    line-height: 83px;
    text-align: center;
    font-size:65px;
    color:rgb(255, 255, 255, 1);
    font-family: "Franklin Gothic Demi Condensed";
    font-weight: 600;
    /* background: rgb(73, 150, 211,0.7); */
    background-color: rgb(0, 117, 222,0.65);
    border-radius: 10px;
}

.score-chiffre-visiteur-large {
    margin-top:9px;
    width:82.6px;
    height: 82.6px;
    line-height: 87.1px;
    font-size:65px;
    color:rgb(255, 255, 255, 1);
    font-family: "Franklin Gothic Demi Condensed";
    font-weight: 600;
    background-color: rgb(0, 117, 222,0.65);
    border-radius: 10px;
}

/* L'équipe domicile */


.domicile-square {
    float:left;
    width:187px;
    height: 133px;
}

.logo-a-square {
    width:187px;
    height:82px;
    text-align: center;
}

.club-a-square {
    width:187px;
    height:31px;
    line-height: 24px;
    text-align: center;
    color:white;
    font-size: 25px;
    font-weight: bold;
    font-family: "Franklin Gothic Demi Condensed";
}


.domicile-large {
    float:left;
    width:398px;
    height: 153px;
}

.logo-a-large {
    padding-left:100px;
    width:298px;
    height:95px;
    text-align: center;
}

.club-a-large {
    padding-left:100px;
    width:298px;
    height:31px;
    line-height: 31px;
    text-align: center;
    color:white;
    font-size: 34px;
    font-weight: bold;
    font-family: "Franklin Gothic Demi Condensed";
}



/* L'équipe visiteur */

.visiteur-square {
    float:left;
    width:187px;
    height: 133px;
}

.logo-b-square {
    width:187px;
    height:82px;
    text-align: center;
}

.club-b-square {
    width:187px;
    height:31px;
    line-height: 31px;
    text-align: center;
    color:white;
    font-size: 25px;
    font-weight: bold;
    font-family: "Franklin Gothic Demi Condensed";
}


.visiteur-large {
    float:left;
    width:398px;
    height: 153px;
}

.logo-b-large {
    padding-right:100px;
    width:298px;
    height:95px;
    text-align: center;
}

.club-b-large {
    padding-right:100px;
    width:298px;
    height:31px;
    line-height: 24px;
    text-align: center;
    color:white;
    font-size: 34px;
    font-weight: bold;
    font-family: "Franklin Gothic Demi Condensed";
}



/* ................. le bloc boutons du visuel  ..................... */

.bloc-boutons-visuel {
  margin-top:15px;
  width:550px;
  height:70px;
  background-color:#fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align:left;
  border-radius: 10px;
}


/* le bouton de téléchargement de l'image et formulaire crédit photo  */

.boutonUpload {
  float:left;
  width:200px;
  padding-top:10px;
  height:60px;
  padding-left:10px;
}

.uploadbutton {
  background-color: #4CAF50; /* Green */    
  border: none;
  color: white;
  font-size:20px;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  height:24px;
  line-height: 24px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  user-select: none;
  border-radius: 5px;

}
.uploadbutton:hover {
  background-color: #3e8e41;
}

input[type=file] {
  display:none;

}


.bloc-boutons-visuel input[type=text] {
  width: 95%;
  padding: 10px 15px;
  margin: 3px 12px 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  font-size:20px;
  border-radius:8px;
  font-family: Arial, Helvetica, sans-serif;    
}

.bloc-boutons-visuel select {
  width: 90%;
  padding: 10px 10px;
  margin: 3px 12px 18px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  font-size:20px;
  border-radius:8px;
  font-family: Arial, Helvetica, sans-serif;
}


.boutonDeplace {
  float: left;
  width: 115px; 
  height: 115px; 
  background-color:rgb(185, 191, 192);
  padding-left:5px;
  padding-top:5px;
  border-radius: 0 0 57.5px 57.5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.slider-range {
  margin-left:10px;
  padding-top:8px;
  float:left;
  width:200px;
  height:70px;
}

.slider {
  -webkit-appearance: none;
  width: 150px;
  height: 8px;
  background: #C2C4C9;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius:5px;
  margin-left:20px;
  margin-top:15px;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width:  18px;
  height: 18px;
  background: #04AA6D;
  cursor: pointer;
  border-radius:50%;
}

.slider::-moz-range-thumb {
  width:  18px;
  height: 18px;
  background: #04AA6D;
  border-radius:50%;
  cursor: pointer;
}


#sv1 {
transform: rotate(45deg);
position:absolute;
}

#sv2 {
margin-left:20px;
margin-top:20px;
position:absolute;
}

path {
fill:#4CAF50;
stroke:white;
stroke-width:1px;
cursor:pointer;
}

path:hover {
fill:#3e8e41;
transition:0.4s ease;
}
text{
fill:white;
font-size: 30px;
cursor:pointer;
}

.svgtext{
-webkit-user-select: none;  /* Chrome all / Safari all */
-moz-user-select: none;     /* Firefox all */
-ms-user-select: none;      /* IE 10+ */
user-select: none;          /* Likely future */    
}
  



/* ................... sélection du championnat .............  */

.formChampionnat {
  float:left;
  margin:5px 15px 5px 0px;
  width:630px;
  height:80px;
  text-align:left;
  border-radius: 10px;
}

.nomChampionnat {margin-top:15px;}


.formChampionnat select {
  width: 95%;
  padding: 10px 20px;
  margin: 5px 15px 18px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  font-size:20px;
  border-radius:8px;
  font-family: Arial, Helvetica, sans-serif;    
}

option:disabled{
  color:rgb(204, 204, 212);
}

  
  /* ................... Sélection de l'image d'illustration  .............  */
  
  .form-illustration {
    float:left;
    margin:5px 15px 5px 0px;
    width:630px;
    height:80px;
    text-align:left;
    border-radius: 10px;
}

.form-illustration select {
    width: 95%;
    padding: 10px 20px;
    margin: 5px 15px 18px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    font-size:20px;
    border-radius:8px;
    font-family: Arial, Helvetica, sans-serif;    
}


.form-illustration input[type=text]::placeholder{
  color:rgb(206, 202, 202);
}



/* ................. le formulaire ..................... */


.bloc-formulaire {
    width:630px;
    height:550px;
    margin-top:20px;
    font-family: Arial, Helvetica, sans-serif;
    background-color:#fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
    border-radius: 10px;
}


.gauche {
  float:left;
  width: 310px;
  height:170px;
  margin:0px 5px 0px 0px;
  text-align:left;
}

.droite {
  float:left;
  width: 310px;
  height:170px;
  margin:0px 0px 0px 5px;
  text-align:left;
}

.milieu {
  float:left;
  margin:10px 0px;
  width:630px;
  height:100px;
  text-align:left;
}

select {
    width: 90%;
    padding: 12px 12px;
    margin: 3px 18px 18px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    font-size:20px;
    border-radius:8px;
    font-family: Arial, Helvetica, sans-serif;

}

select:focus {
    border: 1px solid rgb(168, 212, 253);
}

input[type=text] {
    width: 95%;
    padding: 10px 20px;
    margin: 3px 15px 18px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    font-size:20px;
    border-radius:8px;
    font-family: Arial, Helvetica, sans-serif;
    
  }
  
input[type=text]:focus {
    border: 1px solid rgb(168, 212, 253);
}

input[type=radio] {
    margin-left:15px;
    width:17px;
    height:17px;
}
  
.l1 {
  float:left;
  width:135px;
  height:60px;
  line-height:60px;
  padding-left:18px;
  font-size: 20px;
  vertical-align: middle;
}
  
.l2 {
    float:left;
    width:150px;
    height:60px;
    line-height:60px;
    padding-left:15px;
    font-size: 18px;
    vertical-align: middle;
}

input[type=number] {
    width: 90%;
    padding: 10px 20px;
    margin: 3px 18px 18px;;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    font-size:20px;
    font-weight:bold;
    border-radius:8px;
    font-family: Arial, Helvetica, sans-serif;
}

input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}

input[type=number]:focus {
    border: 1px solid rgb(168, 212, 253);
}

label {
    padding: 0px 0px 0px 20px;
    font-size:14px;
    font-family: Arial, Helvetica, sans-serif;
    color:#0060AC;
}

.nom-club-a {margin-top:25px;}
.nom-club-b {margin-top:25px;}
.commentateur {margin-top:25px;}


.bouton-vert {
    background-color: #4CAF50; /* Green */    
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 5px;
}

.bouton-rouge {
    background-color: #f10914; /* rouge */
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 5px;
}

.bouton-bleu {
    background-color: #0078d7; /* bleu */    
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 5px;
}

.bouton-vert:hover {
    background-color: #3e8e41;
}

.bouton-rouge:hover {
    background-color: #ca102f;
}
.bouton-bleu:hover {
    background-color: #0060ac;
}

input[type=button] {
  width:143px;
}

input[type=reset] {
  width:143px;
}


/* modification des boutons de changement de format - 5 sept 2022 */

input[type="radio"].format {
  display: none;
  }
  input[type="radio"].format + label {
  padding: 0.6rem 3.1rem;
  font-size: 1.2rem;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  border-radius: 0.2rem;
  color: white;
  background-color: rgb(207, 202, 202);
  border: 1px solid rgb(207, 202, 202);
  transition: all 0.2s ease-in-out;
  border-radius: 5px;     
  user-select: none;
  }
  input[type="radio"].format.square:hover + label {
  cursor:pointer;
  }
  input[type="radio"].format.square:checked + label {
  background-color: #218838;
  border-color: #1e7e34;
  color:white;
  }
  input[type="radio"].format.large:hover + label {
    cursor:pointer;
    }
    input[type="radio"].format.large:checked + label {
    background-color: #218838;
    border-color: #1e7e34;
    color:white;
  }



.telecharger {
  float:left;
  width:630px;
  height:60px;
  margin:0px 5px 0px 0px;
  padding-top:10px;
  text-align:center;
}

@media (max-width: 1440px) {
    body {
      zoom:67%;
    }
}

  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  #score-a, #score-b {
    width:170px;
    height:45px;
    font-size:20px;
    font-weight: bold;
    border-radius:8px;
    border: 1px solid #ccc;
    margin-left:0px;
    margin-right:10px;

  }

  #score-a, #score-b {
    border: 1px solid #ccc; 
  }
  
  #plus-1, #moins-1, #plus-2, #moins-2 {
    width:45px;
    height:45px;
    font-size:20px;
    border-radius:8px;
    border: 1px solid #ccc; 
    cursor:pointer;
  }
  
  #plus-1:hover,  #moins-1:hover, #plus-2:hover,  #moins-2:hover{
      background-color: #dfe2df;
  }

.boutonscore {
    width: 90%;
    height:50px;
    margin: 3px 18px 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    font-weight:bold;
    border-radius:8px;
    font-family: Arial, Helvetica, sans-serif;
  }


  input[type="text"]:disabled {
    background: #fff;
  }

