

/** basics **/
body{font-family: 'Montserrat', sans-serif;background: #eee;color: #000000;}

h1, h2, h3, h4, h5, h6{font-weight: 700;}
h1{font-size: 24px;}
h2{font-size: 21px;}
h3{font-size: 18px;}
h4{font-size: 16px;}
h5{font-size: 14px;}
p{font-size: 14px;}
ul li{font-size: 14px;}
a{color: #F0BE20;transition: all ease .5s;}
a:hover{color: #F0BE20;opacity: 0.5;text-decoration: none;}
ul{padding: 0px;padding-left: 15px;}
ul li{list-style-type: none;padding-left: -15px;}
ul li::before {font-family: 'Font Awesome 5 Pro';content: "\f054";font-size: 75%;color: #000000;font-weight: 800;margin-top: 4px;float: left;margin-left: -1em;margin-right: 0.5em;}
@media only screen and (max-width: 992px){ul li::before{content: '';}}
tr, td, th{border: 1px solid #333333;padding: 2px 10px;}
/** material icons **/
.material-icons{line-height: inherit!important;}

/** bt **/
a.dropdown-item{font-weight: 700;color: #000000!important;font-size: 14px;}

.btn{font-weight: 700;text-transform: uppercase;letter-spacing: 0.125rem;border-radius: 0px;}
.btn-dark{background-color: #000000;border-color: #000000;font-weight: bolder;}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle{background-color: #000000;border-color: #000000;}
.btn-warning{color: #212529!important;background-color: #ffc107;border-color: #ffc107;font-weight: bolder;}
.btn-success {color: #ffffff!important;background-color: #28a745;border-color: #28a745;font-weight: bolder;}

.btn-secondary {
  color: #ffc107;
  background-color: #212529;
  border-color: #212529;
}

/*** full page ***/
.full-page{min-height: 100vh;background: #eee;margin-top: 85px;}
@media only screen and (max-width: 1200px){.full-page{margin-top: 75px;}}
@media only screen and (max-width: 992px){.full-page{margin-top: 60px;}}
@media only screen and (max-width: 768px){.full-page{margin-top: 30px;}}



/** special **/
span.special{
  position: relative;
  text-decoration: none;
  color: #F0BE20!important;
  cursor: pointer;
}
span.special::after{
  content: '';
  transform-origin: 0 0;
  transform: scaleX(0);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: .4em;
  background: #efbc2594;
  z-index: 0;
  opacity: 0.7;
  transition: transform .3s;
}
span.special:hover::after{transform: scaleX(1);}



/*** nav ***/
.navigation{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 50;
  transition: all ease .5s;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
}

.navigation a{text-decoration: none;}
.navigation a:hover{text-decoration: none;}
.navigation ul li::before{content: ' ';}
.navigation img.logo{max-height: 50px;}
.navigation h1.title{color: #ffffff;font-size: 24px;line-height: 18px;margin: 0px;}
.navigation h1.title span{color: #000000;}
.navigation span.sub{color: #000000;font-size: 12px;}
.navigation .rechercher{font-size: 14px;}

/*** primary ***/
.navigation .primary-nav{
  background-color: #F0BE20;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  transition: all ease .5s;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
}


/*** secondary ***/
.navigation .secondary-nav{background-color: #000000;padding: 10px 0px;}
.navigation .secondary-nav a{
  color: #ffffff;
  transition: 0.5s;
  font-size: 11px;
  font-weight: 700;
  transition: 0.5s;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
  font-size: 18px;
  display: block;
}
.navigation .secondary-nav a:hover{opacity: 0.5;}
.navigation .secondary-nav ul{display: inline-block;}
.navigation .secondary-nav ul li{display: block;}





.navigation select.form-control{
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000000;
  transition: all ease .5s;
}
.navigation .form-control:focus {
    transition: all ease .5s;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    outline: 0;
    box-shadow: none;
    border-radius: .25rem;
}
.navigation .search-prog{
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  color:inherit;
  cursor:pointer;
  font-family:'Material Icons';
  font-size:30px;
  line-height:50px;
  margin:0;
  outline:0;
  padding:0;
  position:absolute;
  text-align:center;
  top: 22px;
  right: 80px;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  z-index: 200;
  display: block;
}
.navigation .search-prog:before
{
  content:'search';
  transition: all ease .5s;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 5px;
}
.navigation .search-prog:checked:before
{
  content:'close';
  color: #000000;
  transition: all ease .5s;
}




.navigation .burger
{
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  color:inherit;
  cursor:pointer;
  font-family:'Material Icons';
  font-size:30px;
  line-height:50px;
  margin:0;
  outline:0;
  padding:0;
  position:fixed;
  text-align:center;
  top: 22px;
  right: 15px;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  z-index: 200;
  display: block;
}

input.burger::after {
    content: 'Menu';
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 21px;
    left: 7px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    transition: all ease .5s;
}

.navigation .burger:before
{
  content:'menu';
  transition: all ease .5s;
}

.navigation .burger:checked:before
{
  content:'close';
  color: #000000;
  transition: all ease .5s;
}
.navigation input.burger:checked::after {
    content: 'Menu';
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 21px;
    left: 7px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    transition: all ease .5s;
}
.navigation .burger:checked + nav
{
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-top: 15%;
  transition: all ease .5s;
}

.navigation .search-prog{display: none;}
.navigation .secondary-nav{display: none;}
#searchform{display: block;}

@media only screen and (max-width: 992px){
  #searchform{display: none;}
  .navigation .search-prog{display: block}

  .navigation .secondary-nav a{
    margin-top: 5%;
    margin-bottom: 5%;
    display: block;
  }
  .navigation .burger{
    display: block;
  }
  .navigation .burger:checked + nav{
    display: block;
  }
}
@media only screen and (max-width: 576px){
  .navigation img.logo{
    max-height: 35px;
  }
  .navigation h1.title{
    font-size: 14px;
  }
  .navigation span.sub{
    font-size: 10px;
  }
  .navigation .search-prog,
  .navigation .burger{
    top: 11px;
  }
}








/*** contents ***/
.contents{
  background-color: #ffffff;
  padding: 20px 30px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  box-shadow: -2px 2px 81px -27px rgba(0,0,0,0.29);
  -moz-box-shadow: -2px 2px 81px -27px rgba(0,0,0,0.29);
  -webkit-box-shadow: -2px 2px 81px -27px rgba(0,0,0,0.29);
  -o-box-shadow: -2px 2px 81px -27px rgba(0,0,0,0.29);
  position: relative;
}

/*** match, chaine ***/
.present-match-1 .match img, .present-match-2 .match img{
  max-height: 48px;
}
.present-match-1 .match a, .present-match-2 .match a{
  color: #000000;
  transition: all ease .5s;
}
.present-match-1 .match-date, .present-match-2 .match-date{
  font-size: 24px;
  font-weight: 600;
}
.present-match-2 .match-title span{
  color: #000000;
  transition: all ease .5s;
}
.present-match-2 .match-title:hover span{
  color: #F0BE20;
}
.present-match-2 .match-date{
  font-size: 16px;
}
.present-match-1 .match-details, .present-match-2 .match-details{
  font-size: 12px;
  font-weight: 600;
  color: #666;
}
.present-match-2 .ligue img, .present-match-1 .ligue img{
  max-height: 70px;
}
present-match-2 .i.material-icons{
  line-height: inherit!important;
}
.present-match-1 .logo-presentation{
  max-width: 100px;
}
/*** .footer ***/
.footer{
  background-color: #000;
  color: #ffffff;
}
.footer img.logo{
  max-height: 50px;
  transition: all ease .5s;
}
.footer img.logo:hover{
  opacity: 0.5;
}
.footer .liens a{
  color: #ffffff;
  text-decoration: none;
  transition: all ease .5s;
}
.footer .liens a:hover{
  opacity: 0.5;
}
.footer .reseaux a{
  color: #ffffff;
  text-decoration: none;
  transition: all ease .5s;
  font-size: 24px;
}
.footer .reseaux a:hover{
  opacity: 0.5;
}
.tag{
  color: #F0BE20;
}






.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type=color], .wpcf7 input:focus[type=date], .wpcf7 input:focus[type=datetime-local], .wpcf7 input:focus[type=datetime], .wpcf7 input:focus[type=email], .wpcf7 input:focus[type=file], .wpcf7 input:focus[type=month], .wpcf7 input:focus[type=number], .wpcf7 input:focus[type=range], .wpcf7 input:focus[type=search], .wpcf7 input:focus[type=submit], .wpcf7 input:focus[type=tel], .wpcf7 input:focus[type=text], .wpcf7 input:focus[type=time], .wpcf7 input:focus[type=url], .wpcf7 input:focus[type=week], .wpcf7 select:focus, .wpcf7 textarea:focus{
    color: #495057;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0,0,0,.25);
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.25);
}

.btn-outline-primary, .wpcf7 input[type=submit]{

    color: #212529!important;
    background-color: #ffc107;
    border-color: #ffc107;
    font-weight: bolder;
  }

.btn-outline-primary, .wpcf7 input[type=submit]:focus  {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
  }

  .btn-outline-primary:hover, .wpcf7 input:hover[type=submit] {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
