/*
Theme Name: Irissarry
Theme URI: http://www.novaldi.com
Author: Novaldi
Author URI: http://www.novaldi.com
Description: Thème officiel Hand Irissarry
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: irissarry

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
  font-weight: bold;
  text-transform: uppercase;
  color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: inherit;
  padding: 6px;
  padding: 0.428571429rem;
}
button,
input {
  line-height: normal;
}
textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
  padding: 6px 10px;
  padding: 0.428571429rem 0.714285714rem;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 1.428571429;
  font-weight: normal;
  color: #7c7c7c;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
  color: #5e5e5e;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  color: #757575;
  background-color: #e1e1e1;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: linear-gradient(top, #ebebeb, #e1e1e1);
  box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
  border-color: transparent;
}
.bypostauthor cite span {
  color: #fff;
  background-color: #21759b;
  background-image: none;
  border: 1px solid #1f6f93;
  border-radius: 2px;
  box-shadow: none;
  padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.comment-content img,
.author-avatar img {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
    max-width: 100%;
    padding: 4px;
    font-style: italic;
    border-bottom: 3px solid #242424;
    margin-bottom:10px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #757575;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content dl.gallery-item {
  margin: 0;
}
.gallery-item a,
.gallery-caption {
  width: 90%;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}

/* Navigation */
.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden;
}
#nav-above {
  padding: 24px 0;
  padding: 1.714285714rem 0;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous,
.previous-image {
  float: left;
  width: 50%;
}
.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
  margin: 48px 0;
  margin: 3.428571429rem 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
a {
  outline: none;
  color: #21759b;
}
a:hover {
  color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 12px;
  padding: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site-content {
  margin: 24px 0 0;
  margin: 1.714285714rem 0 0;
}
.widget-area {
  margin: 24px 0 0;
  margin: 1.714285714rem 0 0;
}
.wrapper > .container {
  background: url(img/bg-slider-shadow.png) no-repeat top center #fff;
}

/* Links header */

.wrap-links {
    line-height: 50px;
    text-align: right;
}
.wrap-links a {
    color: #242424;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Oswald;
    font-style: italic;
}
.wrap-links a::before {
  font-size: 20px;
}
.wrap-links a:hover {
    text-decoration: underline;
}
.wrap-links a:hover::before {
  text-decoration: none;
}


/* Banner */
section[role="banner"] {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  word-wrap: break-word;
}
.widget-area .widget h3 {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.widget-area .widget p {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
  list-style: disc outside;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
  margin-left: 36px;
  margin-left: 2.571428571rem;
}
.widget-area .widget a {
  color: #757575;
}
.widget-area .widget a:hover {
  color: #21759b;
}
.widget-area .widget a:visited {
  color: #9f9f9f;
}
.widget-area #s {
  width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
.widget-area .listing-pages {
  margin: 0px;
  background: #474747 none repeat scroll 0% 0%;
  padding: 20px;
  line-height: 35px;
}
.widget-area .listing-pages h3 {
    color: #FFF;
    font-size: 22px;
    font-family: Oswald;
    font-weight: 100;
    padding: 20px;
    background: #242424;
    margin: -20px 0 0 -20px;
    width: 118%;
    overflow: ;
}
.widget-area .listing-pages li {
  line-height: 35px;
}
.widget-area .listing-pages li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: normal;
  border-bottom: 1px solid #242424;
  padding: 0px 10px;
  color: #fff;
  font-family: Oswald;
  transition: all 300ms linear;
}
.widget-area .listing-pages li a:hover, .widget-area .listing-pages .current_page_item a {
  background: transparent linear-gradient(to right, #FE0 0%, #474747 100%) repeat scroll 0% 0%;
  color: #444;
  text-decoration: none;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
  clear: both;
}
.entry-header {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
  color: #242424;
  font-family: Oswald;
  font-size: 26px;
  font-weight: 600;
  text-transform:uppercase;
  background-image: linear-gradient(to right, #fff782 100%, #ffffff 0%);
  border-bottom: 4px solid #242424;
  border-top: 1px solid #d3d3d3;
  padding: 10px;
}
.entry-header .entry-title a {
  text-decoration: none;
}
.entry-header .entry-format {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-weight: normal;
}
.comments-link a,
.entry-meta a {
  color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
  color: #21759b;
}
article.sticky .featured-post {
  border-top: 4px double #ededed;
  border-bottom: 4px double #ededed;
  color: #757575;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 3.692307692;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
  line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
  margin: 24px 0;
  margin: 1.714285714rem 0;
  line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 1.5;

}
.entry-header .entry-title h1{
  background-image: linear-gradient(to right, #fff782 0%, #FFFFFF 100%);
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
  list-style: square outside;
}
.entry-content ol,
.comment-content ol {
  list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
  margin: 0 0 0 36px;
  margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  padding: 24px;
  padding: 1.714285714rem;
  font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content code,
.comment-content code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
}
.entry-content pre,
.comment-content pre {
  border: 1px solid #ededed;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  overflow: auto;
  padding: 24px;
  padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
  display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry-content address,
.comment-content address {
  display: block;
  line-height: 1.714285714;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
  clear: both;
  margin-top: 12px;
  margin-top: 0.857142857rem;
  margin-bottom: 12px;
  margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
  margin: 0 24px;
  margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
  font-weight: bold;
  line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ededed;
  color: #757575;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  width: 100%;
}
.entry-content table caption,
.comment-content table caption {
  font-size: 16px;
  font-size: 1.142857143rem;
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
#planning, #tarifs {
  border:1px solid #474747;
}
#planning td, #tarifs td  {
  font-size:13px;
}
#planning th, #tarifs th {
  background: #474747 none repeat scroll 0 0;
    color: #ffee00;
    font-family: oswald;
    font-size: 16px;
}
#planning .table-hour td  {
  background: #E2E2E2 none repeat scroll 0 0;
    color: #474747;
    font-family: oswald;
    font-size: 15px;
}
.site-content article {
  padding-bottom: 24px;
  padding-bottom: 1.714285714rem;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.page-links {
  clear: both;
  line-height: 1.714285714;
}
footer.entry-meta {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
}
.single-author .entry-meta .by-author {
  display: none;
}
.mu_register h2 {
  color: #757575;
  font-weight: normal;
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
}
.archive-meta {
  color: #757575;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  margin-top: 22px;
  margin-top: 1.571428571rem;
}
h1.archive-title {
  background-image: linear-gradient(to right, #fff782 100%, #ffffff 0%);
    border-bottom: 4px solid #242424;
    border-top: 1px solid #d3d3d3;
    color: #242424;
    font-family: Oswald;
    font-size: 26px;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
  overflow: hidden;
}
.image-attachment div.attachment {
  text-align: center;
}
.image-attachment div.attachment p {
  text-align: center;
}
.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.image-attachment .entry-caption {
  margin-top: 8px;
  margin-top: 0.571428571rem;
}

/* =Event page
-------------------------------------------------------------- */
#event_properties {
    font-size: 150%;
    line-height: 40px;
    font-weight: 700;
    padding-left: 20px;
}
.date_event {
  float: right;
}
#event-score-container {
  padding-top: 20px;
}
.event-score {
    padding: 0 10px;
}
#commentaire-event {
	margin-top: 30px;
    background-color: #FFF;
    box-shadow: 0 0px 20px rgba(140, 134, 65, 1.1);
    margin-bottom: 30px;
    padding: 10px;
}
#commentaire-event p {
    padding : 10px 20px;
    font-size: 150%;
    font-weight: 400;
}
/* =Membre page template
-------------------------------------------------------------- */
.page-template-org .wrap-org li {
  margin: 0;
  padding: 5px;
  list-style: none;
}
.page-template-org .wrap-org li:nth-child(odd) {
  background:#ccc;
}
.page-template-org .wrap-org h3 {
  margin:0;
  font-weight:bold;
}
.page-template-org .wrap-org p {
  margin:0;
  line-height: 30px;
}

/* =Equipe page template
-------------------------------------------------------------- */
#picture-team {
    margin-bottom: 20px;
}
.container-team {
  width: 100%;
}
.team-info .team-coachs {
	display: block;
}
.team-info .team-coachs, .team-info .team-coachs .team-coach {
    list-style: outside none none;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
}
.team-coach-name {
	display:block;
}
.team-info .team-coachs .team-coach .dashicons {
	display:inline;
	vertical-align: middle;
}
.prenomjoueur, .nomjoueur, .attribut_name, .attribut, .team-level, .team-championship {
    font-size: 13px;
    position: relative;
    height: 100%;
    width: 100%;
}
.joueur_container{
    margin: 0px 0 30px 0;
}
.photoJoueur {
    position: relative;
    top: 26px;
    height: 260px;
    z-index: 500;
}
.photoJoueur .dashicons {
    font-size: 150px;
    text-align: center;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.photoJoueur img {
    margin: 0 auto;
}
.joueur_donnees {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.6);
    padding: 15px;
    min-height: 175px;
    position: relative;
	background: #fff;
	z-index: 600;
}
.joueur_donnees h2 {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(33,33,33,0.2);
    margin-bottom: 15px;
}
.attribut{
    line-height: 20px;
    font-weight: 700;
}
.prenomjoueur {
    font-weight: 300;
    font-size: 25px;
    font-family: Oswald;
    display: inline-block;
    width: 100%;
}
.nomjoueur {
    color: #fff000;
    display: inline-block;
    font-family: Oswald;
    font-size: 25px;
    font-weight: 600;
    text-shadow: 2px 2px #444444;
    text-transform: uppercase;
    width: 100%;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.template-front-page .site-content article {
  border: 0;
  margin-bottom: 0;
}
.template-front-page .site-content article.clearfix {
	clear:both;
}
.template-front-page .widget-area {
  padding-top: 1.714285714rem;
}
.template-front-page .widget-area .widget li {
  margin: 8px 0 0;
  margin: 0.571428571rem 0 0;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.714285714;
  list-style-type: square;
  list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
  color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
  color: #21759b;
}
.template-front-page .widget-area .widget_text img {
  float: left;
  margin: 8px 24px 8px 0;
  margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}
.template-front-page #secondary #championship-week-end .widget-title,
.template-front-page #secondary #results-week-end .widget-title  {
  color: #242424;
  font-size: 17px;
  font-family: Oswald;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 3px solid #242424;
}
.template-front-page #secondary #championship-week-end .read-more,
.template-front-page #secondary #results-week-end .read-more,
.single-team_ihb #team-results .read-more,
.single-team_ihb #team-events .read-more {
  color: #136aaa;
  background: #ffeb12;
  padding: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-family:Oswald;
  letter-spacing: -0.05px;
  font-weight: bold;
  transition: all 300ms linear;
  float: right;
}
.template-front-page #secondary #championship-week-end .read-more:hover,
.template-front-page #secondary #results-week-end .read-more:hover,
.single-team_ihb #team-results .read-more:hover,
.single-team_ihb #team-events .read-more:hover {
  color:#232323;
  background: #D4D4D4;
  text-decoration: none;
}
.template-front-page #secondary #championship-week-end > .read-more,
.template-front-page #secondary #results-week-end > .read-more,
.single-team_ihb #team-results > .read-more,
.single-team_ihb #team-events > .read-more {
  margin-top:10px;
}
.template-front-page #secondary #championship-week-end .events .read-more,
.template-front-page #secondary #results-week-end .events .read-more,
.single-team_ihb #team-results .read-more,
.single-team_ihb #team-events .read-more {
  background: #CACACA none repeat scroll 0% 0%;
  transition: all 300ms linear 0s;
  vertical-align: middle;
}
.template-front-page #secondary #championship-week-end .events .read-more:hover,
.template-front-page #secondary #results-week-end .events .read-more:hover,
.single-team_ihb #team-results .read-more:hover,
.single-team_ihb #team-events .read-more:hover {
  background: #0c9cd5;
  color:#fff;
}
.template-front-page #secondary #championship-week-end .events .read-more .dashicons:hover,
.template-front-page #secondary #results-week-end .events .read-more .dashicons:hover,
.single-team_ihb #team-results .read-more .dashicons:hover,
.single-team_ihb #team-events .read-more .dashicons:hover {
  text-decoration: none;
}
.template-front-page #secondary #championship-week-end .events .read-more .dashicons,
.template-front-page #secondary #results-week-end .events .read-more .dashicons,
.single-team_ihb #team-results .read-more .dashicons,
.single-team_ihb #team-events .read-more .dashicons {
  font-size:20px;
}
.template-front-page #secondary #championship-week-end .events,
.template-front-page #secondary #results-week-end .events,
.single-team_ihb #team-results .events,
.single-team_ihb #team-events .events {
  border-bottom: 1px solid #242424;
  display: inline-block;
  width: 100%;
}
.template-front-page #secondary #championship-week-end .events .entry-date,
.template-front-page #secondary #championship-week-end .events .entry-place,
.template-front-page #secondary #results-week-end .events .entry-date,
.template-front-page #secondary #results-week-end .events .entry-place,
.template-front-page #secondary #agenda .events .entry-date,
.template-front-page #secondary #agenda .events .entry-place,
.single-team_ihb #team-results .events .entry-place,
.single-team_ihb #team-events .events .entry-place,
.single-team_ihb #team-results .events .entry-date,
.single-team_ihb #team-events .events .entry-date {
  color: #242424;
  font-size:14px;
  font-family:Helvetica;
  font-weight:bold;
  letter-spacing: -0.05px;
}
.template-front-page #secondary #championship-week-end .events .entry-title,
.template-front-page #secondary #championship-week-end .events .entry-title a,
.template-front-page #secondary #results-week-end .events .entry-title,
.template-front-page #secondary #results-week-end .events .entry-title a,
.template-front-page #secondary #agenda .events .entry-title,
.template-front-page #secondary #agenda .events .entry-title a,
.single-team_ihb #team-events article .entry-title,
.single-team_ihb #team-events article .entry-title a,
.single-team_ihb #team-results article .entry-title,
.single-team_ihb #team-results article .entry-title a {
  color: #0C9CD5;
  font-size: 14px;
  font-family: Helvetica;
  font-weight: bold;
  letter-spacing: -0.5px;
  background: transparent none repeat scroll 0% 0%;
  border: medium none;
  padding: 0px;
}
.single-team_ihb #team-events .entry-title,
.single-team_ihb #team-events .entry-title a,
.single-team_ihb #team-results .entry-title,
.single-team_ihb #team-results .entry-title a {
	margin: 0;
}
.template-front-page #secondary #championship-week-end .events .entry-team,
.template-front-page #secondary #results-week-end .events .entry-team {
    background: #FFEA00 none repeat scroll 0% 0%;
    color: #242424;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.template-front-page #secondary .results-teams {
  color:#177aba;
  font-size:14px;
  font-family:Helvetica Neue;
  font-weight:bold;
}
.template-front-page #secondary #agenda {
  background:#242424;
  color:#fff;
}
.template-front-page #secondary #agenda .widget-title {
  font-size:17px;
  font-family:Oswald;
  font-weight:bold;
  color:#242424;
  background:#fff;
  padding:5px;
}
.template-front-page #secondary #agenda a {
  color: #242424;
  font-size: 14px;
}
.template-front-page #secondary #agenda .team-name {
    background: #FFEA00 none repeat scroll 0% 0%;
    color: #242424;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 30px 0px 5px;
    display: inline-block;
    margin: 10px;
    line-height: 22px;
    vertical-align: middle;
}
.template-front-page #secondary #agenda .events .entry-place {
    color: #E2E2E2;
    font-size: 12px;
    text-transform: uppercase;
}
.template-front-page #secondary #agenda .events .entry-date,
.template-front-page #secondary #agenda .events .entry-time {
  color:#e2e2e2;
  font-size:14px;
  font-weight:bold;
}
.template-front-page #secondary #agenda .events .entry-title a {
  color:#e2e2e2;
  font-size: 14px;
  text-transform: none;
}
.template-front-page #secondary #agenda .events {
    border-bottom: 1px solid #5B5B5B;
    padding: 10px 0;
}

/* =Contact page template
-------------------------------------------------------------- */

.template-contact .nova-contact-infos {
    background: none repeat scroll 0 0 #F1F1F1;
    padding: 20px;
}

/* =Widgets
-------------------------------------------------------------- */
.extranet-menu .sub-menu {
	margin-left:20px;
}
.widget-area .widget ul ul {
  margin-left: 12px;
  margin-left: 0.857142857rem;
}
.widget_rss li {
  margin: 12px 0;
  margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
  color: #aaa;
  font-size: 11px;
  font-size: 0.785714286rem;
  margin-left: 12px;
  margin-left: 0.857142857rem;
}
#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
  text-align: left;
}
#wp-calendar #next {
  padding-right: 24px;
  padding-right: 1.714285714rem;
  text-align: right;
}
.widget_search label {
  display: block;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.widget_twitter li {
  list-style-type: none;
}
.widget_twitter .timesince {
  display: block;
  text-align: right;
}

/* =Plugins
----------------------------------------------- */
/* WP Rocket */
#wpadminbar .nova-cache.dashicons {
  font-family: Dashicons;
  font-size: 20px;
    line-height: 30px;
    margin-right: 5px;
}

/* Gravity Forms */
.gform_wrapper img {
  box-shadow:none;
  border-radius:0;
}

/*Mappress*/
.mapp-map-links {
  display: none;
}
.mapp-layout {
    margin: 0;
    padding: 0;
}

/*Return to top*/
#return-to-top {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    bottom: 20px;
    display: none;
    height: 50px;
    position: fixed;
    right: 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 99999;
}
#return-to-top .dashicons {
    color: #FFFFFF;
    font-size: 50px;
    left: -2px;
    margin: 0 auto;
    position: relative;
    top: 0;
    transition: all 0.3s ease 0s;
}
#return-to-top:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #FFFFFF;
    top: 5px;
}

/* Language Switcher */
.language-switcher {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}
.language-switcher li {
  display: inline;
}

/* =Club BO
-------------------------------------------------------------- */
.single-team_ihb #team-events h2,
.single-team_ihb #team-results h2 {
	width:100%;
	display: inline-block;
	line-height:20px;
}

/* =Media queries
-------------------------------------------------------------- */
@media only screen and (max-width: 991px) {
	.logo-irisartarak,
	.single-post #secondary,
	.single-events #secondary,
	#main-slider,
	.template-front-page #partners .flex-control-nav {
		display: none;
	}
	.template-front-page #secondary #agenda .events {
	    border-bottom: 1px solid #5B5B5B;
	    padding: 10px 0px;
	    display: inline-block;
	    width: 100%;
	}
	
  footer[role="contentinfo"] .blason {
    	margin: 8px auto;
    	display: block;
	}
	footer[role="contentinfo"] #tertiary,
	footer[role="contentinfo"] #tertiary .minimap {
		text-align:center;
	}
	footer[role="contentinfo"] .minimap a {
	    float: none;
	}
	footer[role="contentinfo"] .wrap-brochure .brochure {
	    position: relative;
	    line-height: 20px;
	    display: inline-block;
	    margin: 20px 0;
	    right:inherit;
	    top: inherit;
	}
	.site-header h1 img {
		height:150px;
	}
	.language-switcher {
	    display: inline-block;
	    vertical-align: top;
	    padding-top: 10px;
	    display: block;
	    text-align: center;
	}
	.site-header h1 {
	    display: inline-block;
	    position: relative;
	    top: 10px;
	    width: 100%;
	}
	.widget-area .listing-pages {
	    display: inline-block;
	    width: 100%;
	    overflow: hidden;
	}
	.photoJoueur {
	    position: relative;
	    top: inherit;
	    height: inherit;
	    text-align: center;
	}
	.joueur_donnees {
	    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.6);
	    padding: 15px;
	    display: inline-block;
	    width: 100%;
	    min-height: 175px;
	}
	.team-coach-name {
		width: 100%;
	}
}
/* Minimum width of 768 pixels. */
@media screen and (min-width: 992px) {
	.single-post #secondary {
		display: none;
	}
  .author-avatar {
    float: left;
    margin-top: 8px;
    margin-top: 0.571428571rem;
  }
  .author-description {
    float: right;
    width: 80%;
  }
  .site {
    margin: 0 auto;
    overflow: hidden;
  }
  body.attachment .site-content,
  body.full-width .site-content,
  body.template-contact .site-content,
  body.error404 .site-content {
    width: 100%;
  }
  #respond form input[type="text"] {
    width: 46.333333333%;
  }
  #respond form textarea.blog-textarea {
    width: 79.666666667%;
  }
  .template-front-page .site-content,
  .template-front-page article {
    overflow: hidden;
  }
  .entry-page-image {
    float: right;
    margin-bottom: 0;
    width: 47.916666667%;
  }
}
/* Minimum width of 768 pixels. */
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.main-navigation li {
	    margin: 0px 15px 0px 0px;
	}
	.main-navigation li a {
	    font-size: 18px;
	}
	.photoJoueur {
	    position: relative;
	    top: inherit;
	    height: 185px;
	    text-align: center;
	}
	footer[role="contentinfo"] .blason {
    	margin-left: 20px;
	}
}
/* =Print
----------------------------------------------- */

@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }
  footer a[rel=bookmark]:link:after,
  footer a[rel=bookmark]:visited:after {
    content: " [" attr(href) "] "; /* Show URLs */
  }
  a {
    text-decoration: none;
  }
  .entry-content img,
  .comment-content img,
  .author-avatar img,
  img.wp-post-image {
    border-radius: 0;
    box-shadow: none;
  }
  .site {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  .site-header {
    margin-bottom: 72px;
    margin-bottom: 5.142857143rem;
    text-align: left;
  }
  .site-header h1 {
    font-size: 21pt;
    line-height: 1;
    text-align: left;
  }
  .site-header h2 {
    color: #000;
    font-size: 10pt;
    text-align: left;
  }
  .site-header h1 a,
  .site-header h2 a {
    color: #000;
  }
  .author-avatar,
  #colophon,
  #respond,
  .commentlist .comment-edit-link,
  .commentlist .reply,
  .entry-header .comments-link,
  .entry-meta .edit-link a,
  .page-link,
  .site-content nav,
  .widget-area,
  img.header-image,
  .main-navigation {
    display: none;
  }
  .wrapper {
    border-top: none;
    box-shadow: none;
  }
  .site-content {
    margin: 0;
    width: auto;
  }
  .singular .entry-header .entry-meta {
    position: static;
  }
  .singular .site-content,
  .singular .entry-header,
  .singular .entry-content,
  .singular footer.entry-meta,
  .singular .comments-title {
    margin: 0;
    width: 100%;
  }
  .entry-header .entry-title,
  .entry-title,
  .singular .entry-title {
    font-size: 21pt;
  }
  footer.entry-meta,
  footer.entry-meta a {
    color: #444;
    font-size: 10pt;
  }
  .author-description {

}

.css-645gbo.Mui-selected{color: #000 !important;} 