.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item { }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//gg2023.org/wp-content/themes/global-games/library/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; }* {
box-sizing: border-box;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; 
font-smoothing: antialiased; 
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html, body {
box-sizing: border-box;
font-family: 'Source Sans Pro', helvetica, arial, lucida, sans-serif;
font-size: 1rem;
line-height: 1.4rem;
font-weight: 400;
font-style: normal;
background: #fff;
color: #242851;
text-rendering: optimizeLegibility; 
word-wrap: normal !important;
-webkit-hyphens: none !important;
hyphens: none !important;
-webkit-word-break: normal !important;
word-break: normal !important;
}
@font-face {
font-family: 'gothambold';
src: url(//gg2023.org/wp-content/themes/global-games/fonts/gotham/gotham-bold-webfont.eot);
src: url(//gg2023.org/wp-content/themes/global-games/fonts/gotham/gotham-bold-webfont.eot?#iefix) format('embedded-opentype'),
url(//gg2023.org/wp-content/themes/global-games/fonts/gotham/gotham-bold-webfont.woff2) format('woff2'),
url(//gg2023.org/wp-content/themes/global-games/fonts/gotham/gotham-bold-webfont.woff) format('woff'),
url(//gg2023.org/wp-content/themes/global-games/fonts/gotham/gotham-bold-webfont.ttf) format('truetype'),
url(//gg2023.org/wp-content/themes/global-games/fonts/gotham/gotham-bold-webfont.svg#gothambold) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'gothammedium';
src: url(//gg2023.org/wp-content/themes/global-games/fonts/gotham/gotham-medium-webfont.eot);
src: url(//gg2023.org/wp-content/themes/global-games/fonts/gotham/gotham-medium-webfont.eot?#iefix) format('embedded-opentype'),
url(//gg2023.org/wp-content/themes/global-games/fonts/gotham/gotham-medium-webfont.woff2) format('woff2'),
url(//gg2023.org/wp-content/themes/global-games/fonts/gotham/gotham-medium-webfont.woff) format('woff'),
url(//gg2023.org/wp-content/themes/global-games/fonts/gotham/gotham-medium-webfont.ttf) format('truetype'),
url(//gg2023.org/wp-content/themes/global-games/fonts/gotham/gotham-medium-webfont.svg#gothammedium) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'gothamregular';
src: url(//gg2023.org/wp-content/themes/global-games/fonts/gotham/gotham-ultra-webfont.eot);
src: url(//gg2023.org/wp-content/themes/global-games/fonts/gotham/gotham-ultra-webfont.eot?#iefix) format('embedded-opentype'),
url(//gg2023.org/wp-content/themes/global-games/fonts/gotham/gotham-ultra-webfont.woff2) format('woff2'),
url(//gg2023.org/wp-content/themes/global-games/fonts/gotham/gotham-ultra-webfont.woff) format('woff'),
url(//gg2023.org/wp-content/themes/global-games/fonts/gotham/gotham-ultra-webfont.ttf) format('truetype'),
url(//gg2023.org/wp-content/themes/global-games/fonts/gotham/gotham-ultra-webfont.svg#gothamregular) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FontAwesome';
font-style: normal;
font-weight: normal;
src: url(//gg2023.org/wp-content/themes/global-games/fonts/font-awesome/fa-brands-400.eot);
src: url(//gg2023.org/wp-content/themes/global-games/fonts/font-awesome/fa-brands-400.eot?#iefix) format("embedded-opentype"),
url(//gg2023.org/wp-content/themes/global-games/fonts/font-awesome/fa-brands-400.woff2) format("woff2"),
url(//gg2023.org/wp-content/themes/global-games/fonts/font-awesome/fa-brands-400.woff) format("woff"),
url(//gg2023.org/wp-content/themes/global-games/fonts/font-awesome/fa-brands-400.ttf) format("truetype"),
url(//gg2023.org/wp-content/themes/global-games/fonts/font-awesome/fa-brands-400.svg#fontawesome) format("svg");
}
:root {
--leftright: 6vw;
--bleu-fonce: #242851;
--bleu-clair: #319ee0;
--bold: 'gothambold';
--medium: 'gothammedium';
--ultra: 'gothamregular';
--heightheaderscroll: 60px;
}
.bold {
font-family: var(--bold);
}
.medium {
font-family: var(--medium);
}
.ultra {
font-family: var(--ultra);
}
.margin-zero {
margin: 0 !important;
}
.bleu-clair {
color: var(--bleu-clair);
}
.bleu-fonce {
color: var(--bleu-fonce);
}
.bkg-bleu-clair {
background: var(--bleu-clair);
}
.bkg-bleu-fonce {
background: var(--bleu-fonce);
}
.bkg-blanc {
background: #fff;
}
.bkg-gris {
background: #eaeaea;
}
.bkg-gris-light {
background: #f4f4f4;
}
.padding-bottom-zero {
padding-bottom: 0 !important;
}
p {
word-wrap: normal !important;
-webkit-hyphens: none !important;
hyphens: none !important;
-webkit-word-break: normal !important;
word-break: normal !important;
margin-bottom: 10px;
font-family: 'Source Sans Pro', helvetica, arial, lucida, sans-serif;
margin-top: 0;
font-style: normal;
position: relative;
}
.entry-content p {
margin: 0;
margin-bottom: 10px;
}
p.small {
font-size: .8rem;
line-height: 1.1rem;
}
.mediumbig,
p.mediumbig {
font-size: 1.15rem;
line-height: 1.3rem;
margin-bottom: 15px;
font-family: var(--bold);
}
.big,
p.big {
font-size: 1.25rem;
line-height: 1.4rem;
margin-bottom: 15px;
font-family: var(--bold);
}
.superbig {
font-size: 2.5rem;
line-height: 2.6rem;
margin-bottom: 30px;
letter-spacing: -1px;
font-family: var(--bold);
}
.cap {
text-transform: uppercase;
}
ul, ol {
margin: 0;
}
a {
outline: none;
}
a,
a:hover,
a:visited,
a::after,
a:hover::after {
color: var(--bleu-fonce);
text-decoration: none;
outline-style: none !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
a.underline:hover {
text-decoration: underline;
}
a,
a:visited {
}
a img {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
img {
max-width: 100%;
}
p a {
display: inline-block;
}
p a:hover {
text-decoration: underline;
}
:focus {
outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-style: normal;
margin: 0;
letter-spacing: 0;
}
h1 {
font-size: 3.1rem;
line-height: 2.9rem;
margin: 0 0 30px 0;
font-family: var(--ultra);
}
h1.small {
font-size: 2.3rem;
line-height: 2.2rem;
margin: 0 0 20px 0;
font-family: var(--bold);
}
h2 {
font-size: 3.1rem;
line-height: 2.9rem;
margin: 0 0 40px 0;
font-family: var(--medium);
}
.single h2 {
font-size: 2.6rem;
line-height: 2.8rem;
margin: 0 0 25px 0;
}
h3 {
font-size: 2rem;
line-height: 2.2rem;
margin: 0 0 20px 0;
font-family: var(--bold);
}
h3 .small {
font-size: 1.7rem;
line-height: 1.2rem;
}
h4 {
font-size: 1.4rem;
line-height: 1.7rem;
font-family: var(--bold);
margin: 0 0 15px 0;
}
h5 {
font-size: 1.1rem;
line-height: 1.3rem;
margin: 0 0 12px 0;
font-family: var(--bold);
text-transform: none;
}
h3.arrow-before {
position: relative;
padding-left: 35px;
}
h3.arrow-before::before {
content: '\ea50';
display: block;
position: absolute;
top: 0;
left: 0;
font-family: 'Material icons';
font-size: 2rem;
color: var(--bleu-clair);
}
a.blanc {
color: #fff;
}
a.bleu-clair {
color: var(--bleu-clair);
}
a.cta {
color: #fff;
background: var(--bleu-fonce);
padding: 0 28px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 20px;
text-decoration: none !important;
display: inline-block;
margin-top: 30px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
a.cta:hover {
background: var(--bleu-clair);
color: #fff !important;
text-decoration: none !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
a.cta-arrow {
font-family: var(--bold);
}
a.cta-arrow::after {
content: '\e8e4';
display: inline-block;
vertical-align: middle;
font-family: 'Material icons';
font-size: 1.4rem;
margin-left: 8px;
}
a.cta-arrow.big::after {
font-size: 2rem;
margin-left: 10px;
}
a.cta-arrow.blanc::after {
color: #fff;
}
a.cta-arrow.bleu-clair::after {
color: var(--bleu-clair);
}
a.cta-arrow:hover {
text-decoration: underline;
}
a.cta-arrow.inactif,
a.cta-arrow.inactif:hover {
cursor: default;
color: #eaeaea;
pointer-events: none;
}
a.cta-arrow.inactif::after {
color: #eaeaea;
}
.mobile-only {
display: none;
}
.img-404 {
height: 300px;
width: 100%;
background: url(//gg2023.org/wp-content/themes/global-games/img/404.jpg) center center no-repeat;
background-size: contain;
margin: 0 auto 30px;
}   iframe {
width: 100%;
height: 450px;
max-width: 100%;
border: 0 !important;
}
.contenu-flexible iframe {
max-width: 100%;
margin: 20px 0;
height: 700px;
width: 100%;
}
.flex-item-deux-tiers iframe {
height: 550px;
}
.flex-item-moitie iframe {
height: 450px;
}
.flex-item-tiers iframe {
height: 240px;
}
.flex-item-quart iframe {
height: 200px;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
background: #fff !important;
color: #333333 !important;
}
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
color: #333333 !important;
}
body #tarteaucitronRoot div#tarteaucitronAlertBig {
border-radius: 0 !important;
box-shadow: none !important;
}
div#tarteaucitronRoot.tarteaucitronBeforeVisible:before {
opacity: .7 !important;
background: #000 !important;
}
div#tarteaucitronAlertBig:before {
display: none !important;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronPersonalize2, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronDeny, #tarteaucitronRoot .tarteaucitronAllow {  
background: #333333 !important;
padding: 10px 20px !important;
}
#tarteaucitronRoot .tarteaucitronDeny {
background: #333333 !important;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
background: #fff !important;
}
#tarteaucitronRoot .tarteaucitronDeny {
position: absolute !important;
background: transparent !important;
top: -30px !important;
padding: 0 !important;
color: #fff !important;
right: 0 !important;
font-size: .85rem !important;
text-decoration: none !important;
}
#tarteaucitronDisclaimerAlert {
font-size: .9rem !important;
line-height: 1.3rem !important;
text-align: justify !important;
}   .absolute {
position: absolute;
}
.relative {
position: relative;
}
a.absolute {
width: 100%;
height: 100%;
position: absolute;
z-index: 14;
top: 0;
left: 0;
}
#content {
margin-top: 0;
width: 100%;
-webkit-transition: all .5s;
transition: all .5s;
}
.wrap {
margin: 0 auto;
padding: 0 var(--leftright);
width: 100%;
}
.wrapthin {
padding: 0 calc(var(--leftright)*2);
}
.hentry {
background: none;
border-radius: 0;
border: 0;
margin-bottom: 0;
}
.entry-content {
padding: 0;
}
.hentry header {
border: 0;
border-bottom: 0;
padding: 0;
}
.hentry footer {
border: 0;
padding: 0;
}
.clearboth {
clear: both;
}
.floatleft {
float: left;
}
.floatright {
float: right;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.display-table {
display: table;
vertical-align: middle;
height: 100%;
width: 100%;
}
.display-table-cell {
display: table-cell;
vertical-align: middle;
height: 100%;
width: 100%;
}
.blanc p,
p.blanc,
.blanc {
color: #fff;
}
.bkg-cover {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.widget {
padding: 0;
margin: 0;
}
.widgettitle {
border: 0;
margin-bottom: 0;
}
.padding80 {
padding: 80px;
}
.padding60 {
padding: 60px;
}
.padding50 {
padding: 50px;
}
.padding40 {
padding: 40px;
}
.padding30 {
padding: 30px;
}
.padding20 {
padding: 20px;
}
.padding15 {
padding: 15px;
}
.padding10 {
padding: 10px;
}
.cartouche {
margin: 30px auto;
}
.filet {
width: 100%;
height: 1px;
margin: 15px 0;
}
.filet-moyen {
width: 100%;
height: 3px;
margin: 20px 0;
}
.filet-epais {
width: 100%;
height: 6px;
margin: 20px 0;
}
.container-flex {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;    
display: flex;
position: relative;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.container-flex-center {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;    
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
}
.container-flex-nowrap {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;    
display: flex;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.container-flex-start {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;    
display: flex;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.container-flex img,
.container-flex-center img,
.container-flex-nowrap img,
.container-flex-start img {
width: auto;
max-width: 100%;
height: auto;
}
.flex-item-moitie {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 48%;
position: relative;
}
.flex-item-quart {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 23%;
position: relative;
}
.flex-item-trois-quart {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 70%;
position: relative;
}
.flex-item-tiers {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 31%;
position: relative;
}
.flex-item-deux-tiers {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 65%;
position: relative;
}
.flex-item-auto {
-webkit-justify-content: space-between;
justify-content: space-between;
position: relative;
}
.flex-item-full {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 100%;
position: relative;
}
.flex-item-cinq {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 18%;
position: relative;
}
.flex-item-40 {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 40%;
position: relative;
}
.flex-item-30 {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 30%;
position: relative;
}
.flex-item-60 {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 60%;
position: relative;
}
section {
padding: 50px 0;
position: relative;
}
.displayblock {
display: block !important;
}
.displaynone {
display: none !important;
}   #toTop {
display: none;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 8222;
}
#toTop::before {
content: '\e5d8';
font-family: 'Material Icons';
width: 60px;
height: 60px;
border-radius: 50%;
display: block;
background: rgba(217,232,232,.4);
font-size: 1.4rem;
text-align: center;
line-height: 60px;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
#toTop:hover::before {
background: rgba(217,232,232,1);
-webkit-transition: all 0.2s;
transition: all 0.2s;
}   .loader-site {
background: #fff;
width: 100%;
height: 100%;
position: fixed;
z-index: 15000;
}
#loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
text-align: center;
}
.sk-chase {
margin: 30vh auto;
width: 60px;
height: 60px;
position: relative;
animation: sk-chase 2.5s infinite linear both;
}
.sk-chase-dot {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0; 
animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}
.sk-chase-dot:before {
content: '';
display: block;
width: 25%;
height: 25%;
background-color: var(--bleu-clair);
border-radius: 100%;
animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}
.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
@keyframes sk-chase {
100% { transform: rotate(360deg); } 
}
@keyframes sk-chase-dot {
80%, 100% { transform: rotate(360deg); } 
}
@keyframes sk-chase-dot-before {
50% {
transform: scale(0.4); 
} 100%, 0% {
transform: scale(1.0); 
} 
}
#holder {
opacity: 0;  
transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out;
}
#holder.visible {
opacity: 1;
transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
-webkit-transition: opacity 0.4s ease-in-out;
}   header.header {
background: #fff;
position: fixed;
z-index: 99;
width: 100%;
margin: 0 auto;
padding: 10px 0;
box-shadow: 0 8px 8px rgba(0,0,0,0.2);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.logo-header {
width: 200px;
height: 80px;
background-size: contain;
background-repeat: no-repeat;
background-position: top left;
display: block;
position: relative;
-webkit-transition: all .3s !important;
transition: all .3s !important;
}   .module-acces-rapides {
background: #fff;
padding: 18px 12px;
border-radius: 30px;
position: fixed;
z-index: 36;
right: 25px;
top: 40%;
box-shadow: 0 0 12px rgba(0,0,0,0.2);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.module-acces-rapides:hover {
background: #f4f4f4;
box-shadow: 0 0 8px rgba(0,0,0,0.2);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.item-acces-rapide {
display: block;
position: relative;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid var(--bleu-fonce);
}
.module-acces-rapides .item-acces-rapide:last-child {
margin: 0;
border: 0;
padding: 0;
}
.icone-acces-rapide {
width: 30px;
height: 36px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
.titre-acces-rapide {
position: absolute;
right: 160%;
background: var(--bleu-fonce);
color: #fff;
padding: 2px 6px;
font-size: .85rem;
top: 20%;
z-index: 22;
border-radius: 4px;
opacity: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.item-acces-rapide:hover .titre-acces-rapide {
top: 30%;
opacity: 1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}   .selecteur-langue {
height: 60px;
margin-top: 10px;
margin-right: 30px;
position: relative;  }
.selecteur-langue::before {
content: '\e894';
display: block;
font-family: 'Material icons';
color: var(--bleu-clair);
font-size: 1.2rem;
position: absolute;
z-index: 2;
top: 20px;
left: -25px;
}
.selecteur-langue select {
background: #fff;
font-size: .9rem;
color: var(--bleu-clair);
text-transform: uppercase;
background-image: url(//gg2023.org/wp-content/themes/global-games/img/select-lang.png);
background-repeat: no-repeat;
background-position: 70% center;
margin-right: 30px;
margin-bottom: 0;
border-radius: 0;
height: auto;
line-height: inherit;
padding: 0;
cursor: pointer;
}   .declenche-search {
position: relative;
margin-top: 10px;
cursor: pointer;
}
.declenche-search::before {
content: '\e8b6';
display: block;
position: relative;
font-family: 'Material icons';
font-size: 1.4rem;
height: 60px;
width: 60px;
border: 1px solid var(--bleu-clair);
line-height: 60px;
border-radius: 50%;
text-align: center;
color: var(--bleu-clair);
-webkit-transition: all .3s !important;
transition: all .3s !important;
}
.declenche-search:hover::before {
border: 1px solid var(--bleu-fonce);
color: var(--bleu-fonce);
-webkit-transition: all .3s !important;
transition: all .3s !important;
}
#sidebar-search {
position: fixed;
opacity: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0;
-webkit-transition: all .5s;
transition: all .5s;
background: #fff;
z-index: -1;
}
.bloc-search {
position: relative;
width: 100%;
padding: 0 var(--leftright);
}
#sidebar-search.actif {
opacity: 1;
z-index: 602;
-webkit-transition: all .5s;
transition: all .5s;
}
#sidebar-search .input-search-big {
background: #f1f1f1;
border-radius: 4px;
height: 0;
width: 100%;
max-width: 100%;
font-size: 1.7rem;
color: #333333;
margin-top: 10vh;
height: 100px;
line-height: 100px;
padding: 0 0 0 40px;
position: relative;
}
#sidebar-search .input-search-big::placeholder {
opacity: .5;
}
#sidebar-search button {
display: none;
}
.close-search {
position: absolute;
cursor: pointer;
top: 35px;
right: 120px;
-webkit-transition: all .3s;
transition: all .3s;
}
.close-search::after {
content: '\e5cd';
display: block;
opacity: 0;
font-size: 2.2rem;
font-family: 'Material icons';
color: var(--bleu-fonce);
z-index: 10233;
}
#sidebar-search.actif .close-search::after {
opacity: 1;
-webkit-transition: all .8s;
transition: all .8s;
}   .menu-principal li {
height: 80px;
position: relative;
display: inline-block;
padding: 0 15px;
margin: 0 15px;
line-height: 80px;
overflow: hidden;
-wekkit-transition: all .3s;
transition: all .3s;
}
.menu-principal li div {
text-transform: uppercase;
height: 80px;
line-height: 80px;
display: block;
position: relative;
cursor: pointer;
text-decoration: none;
-wekkit-transition: all .3s;
transition: all .3s;
}
.menu-principal li div:hover {
color: var(--bleu-clair);
}
.menu-principal li div::before {
content: '\e5c5';
position: absolute;
display: block;
color: var(--bleu-clair);
font-family: 'Material icons';
font-size: 1.1rem;
margin-left: 100%;
}
.menu-principal li div::after {
content: '';
position: absolute;
height: 6px;
width: 100%;
background: var(--bleu-clair);
opacity: 0;
bottom: 18px;
left: -100%;
-wekkit-transition: all .3s;
transition: all .3s;
}
.menu-principal li div:hover::after {
content: '';
opacity: 1;
left: 0;
-wekkit-transition: all .6s;
transition: all .6s;
}   header.header.scroll {
padding: 8px 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
header.header.scroll .logo-header {
width: 180px;
height: var(--heightheaderscroll);
-webkit-transition: all .3s !important;
transition: all .3s !important;
}
header.header.scroll .menu-principal li {
height: var(--heightheaderscroll);
-wekkit-transition: all .3s;
transition: all .3s;
}
header.header.scroll .menu-principal li div {
height: var(--heightheaderscroll);
line-height: var(--heightheaderscroll);
-wekkit-transition: all .3s;
transition: all .3s;
}
header.header.scroll .declenche-search {
margin-top: 5px;
-webkit-transition: all .3s !important;
transition: all .3s !important;
}
header.header.scroll .declenche-search::before {
height: calc(var(--heightheaderscroll) - 10px);
width: calc(var(--heightheaderscroll) - 10px);
line-height: calc(var(--heightheaderscroll) - 10px);
-webkit-transition: all .3s !important;
transition: all .3s !important;
}
header.header.scroll .selecteur-langue {
height: calc(var(--heightheaderscroll) - 10px);
width: calc(var(--heightheaderscroll) - 10px);
-webkit-transition: all .3s !important;
transition: all .3s !important;
}
header.header.scroll  .selecteur-langue::before {
top: 15px;
}
header.header.scroll .menu-principal li div::after {
bottom: 8px;
}   .panneau-menu {
position: absolute;
padding: 30px 0;
width: 100%;
background: #fff;
border-top: 2px solid #f1f1f1;
border-bottom: 1px solid #f1f1f1;
top: 100%;
z-index: -1;
opacity: 0; 
visibility: hidden;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-transition: all .2s;
transition: all .2s;
}
.panneau-menu-responsive {
top: 0;
left: -82%;
position: fixed;
z-index: 10001;
width: 80%;
padding: 30px;
background: #fff;
height: 100%;
border: 0;
border-right: 2px solid #f1f1f1;
overflow: auto;
-webkit-transition: all .3s;
transition: all .3s;
}
.panneau-menu-responsive.actif {
left: 0;
-webkit-transition: all .3s;
transition: all .3s;
}
.panneau-menu a {
cursor: default;
pointer-events: none;
}
.panneau-menu.actif {
opacity: 1;
z-index: 301;
visibility: visible;
user-select: inherit;
-webkit-user-select: inherit;
-moz-user-select: inherit;
-ms-user-select: inherit;
}
.panneau-menu.actif a {
cursor: pointer;
pointer-events: inherit;
}
.sous-menu-principal .item-sous-menu {
background: #f4f4f4;
border-radius: 8px;
margin-bottom: 25px;
font-family: var(--medium);
position: relative;
font-size: 1rem;
padding: 10px 15px;
-webkit-transition: all .3s !important;
transition: all .3s !important;
}
.intitule-sous-menu {
line-height: 36px;
-webkit-transition: all .3s !important;
transition: all .3s !important;
}
.sous-menu-principal .item-sous-menu::after {
content: '\e5cc';
display: block;
position: absolute;
z-index: 3;
font-family: 'Material icons';
right: 15px;
top: 30%;
}
.sous-menu-principal .item-sous-menu.lien-externe::after {
content: '\e89e';
display: block;
position: absolute;
z-index: 3;
font-family: 'Material icons';
right: 15px;
top: 30%;
}
.sous-menu-principal .item-sous-menu:hover {
background: #eaeaea;
border-radius: 12px;
-webkit-transition: all .3s !important;
transition: all .3s !important;
}
.icone-sous-menu {
height: 34px;
width: 34px;
background-size: contain;
margin-right: 12px;
background-repeat: no-repeat;
}
.overlay-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
z-index: -1;
opacity: 0;
-webkit-transition: all .3s !important;
transition: all .3s !important;
}
.overlay-menu.actif {
z-index: 22;
opacity: .65;
-webkit-transition: all .3s !important;
transition: all .3s !important;
}   .onglet-burger {
display: none;
position: absolute;
cursor: pointer;
top: 20px;
right: var(--leftright);
}    
.onglet-burger::after {
content: 'Menu';
font-size: .8rem;
position: absolute;
top: 0;
left: -130%;
color: var(--bleu-clair);
}
.onglet-burger::before {
content: '\e5d2';
display: block;
position: relative;
font-family: 'Material icons';
font-size: 1.5rem;
color: var(--bleu-clair);
}
.onglet-burger.actif::before {
content: '\e5cd';
}
body.overflow-hidden {
overflow: hidden;
}
.panneau-menu-responsive {
top: 0;
left: -82%;
position: fixed;
z-index: 10001;
width: 80%;
padding: 30px;
background: #fff;
height: 100%;
border: 0;
border-right: 2px solid #f1f1f1;
overflow: auto;
-webkit-transition: all .3s;
transition: all .3s;
}
.panneau-menu-responsive.actif {
left: 0;
-webkit-transition: all .3s;
transition: all .3s;
}
.pole-menu-responsive {
margin-bottom: 30px;
}
.pole-menu-responsive .onglet-menu-responsive {
font-size: 1.2rem;
margin-bottom: 12px;
}
.panneau-menu-responsive .sous-menu-principal {
padding: 15px;
border-radius: 8px;
background: #f1f1f1;
margin: 15px 0;
}
.panneau-menu-responsive .sous-menu-principal li {
margin-bottom: 10px;
}   footer.footer {
background: var(--bleu-clair);
padding: 30px 0;
color: #fff;
}
footer.footer a,
footer.footer p {
color: #fff;
}
footer.footer a:hover {
text-decoration: underline;
}
footer.footer .footer-nav a {
margin-bottom: 8px;
display: inline-block;
}   #menu-menu-reseaux-sociaux {
margin-bottom: 30px;
}
li.linkedin,
li.twitter,
li.facebook,
li.youtube,
li.instagram {
display: inline-block;
width: auto !important;
margin-left: 8px;
}
li.linkedin a,
li.twitter a,
li.youtube a,
li.facebook a,
li.instagram a {
padding: 0;
}
li.linkedin a::after,
li.youtube a::after,
li.twitter a::after,
li.facebook a::after,
li.instagram a::after {
content: '';
display: inline-block;
font-size: 1.3rem;
font-family: 'fontAwesome';
color: var(--bleu-clair);
height: 40px;
width: 40px;
border-radius: 50%;
background: #fff;
text-align: center;
line-height: 40px;
}
li.linkedin a:hover::after,
li.youtube a:hover::after,
li.twitter a:hover::after,
li.facebook a:hover::after,
li.instagram a:hover::after {
}
li.facebook a::after {
content: '\f39e' !important;
}
li.instagram a::after {
content: '\f16d' !important;
}
li.twitter a::after {
content: '\f099' !important;
}
li.linkedin a::after {
content: '\f0e1' !important;
}
li.youtube a::after {
content: '\f167' !important;
}
li.tiktok a::after {
content: '\e07b' !important;
}
li.whatsapp a::after {
content: '\f232' !important;
}   #content {
padding-top: 100px;
}   .slider {
width: 100%;
height: 600px;
max-height: 70vh;
overflow: hidden;
position: relative;
box-shadow: 0 22px 25px rgba(0,0,0,0.15);
}
.slide { 
width: 100%;
height: 100%;
top: 0;
left: 0;
float: left;
position: absolute;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
#slideposition {
position: relative;
bottom: 50px;
left: 0;
width: auto;
text-align: center;
z-index: 3;
display: block;
}
#slideposition ul {
list-style-type: none;
margin: 0;
padding: 0;
display: block;
}
#slideposition ul li.indicator {
display: inline-block;
height: 16px;
width: 16px;
background: #fff;
margin: 0 8px;
padding: 0;
border-radius: 50%;
overflow: hidden;
cursor: pointer;
}
#slideposition ul li.indicator.active {
background: var(--bleu-clair);
}
.titre-slide h1 span {
padding-left: 30px;
}
.titre-slide h1 span:nth-of-type(2) {
font-size: 4.7rem;
line-height: 3.8rem;
padding: 0;
}
.titre-slide h1 span:nth-of-type(3) {
font-size: 2.6rem;
line-height: 2.3rem;
padding-left: 40px;
}   .container-compteur {
height: 100%;
}
.intro-countdown {
padding: 0 20px;
height: 28px;
line-height: 28px;
border-radius: 15px;
z-index: 24;
position: relative;
margin-bottom: -25px;
display: inline-block;
}
#compteur {
padding: 25px;
background: #fff;
border-radius: 60px;
z-index: 12;
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;    
display: flex;
margin-top: -8px;
position: relative;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
#compteur div {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 23%;
position: relative;
font-family: var(--ultra);
text-align: center;
font-size: 2.7rem;
line-height: 2.3rem;
}
#compteur div::after {
content: '';
display: block;
font-size: 1rem;
font-family: var(--medium);
line-height: 1.3rem;
}
#compteur div.day::after {
content: 'jours';
}
.contenu-eng #compteur div.day::after {
content: 'days';
}
.contenu-eng #compteur div.hour::after {
content: 'hours';
}
#compteur div.hour::after {
content: 'heures';
}
#compteur div.minute::after {
content: 'minutes';
}
#compteur div.sec::after {
content: 'sec';
}   .module-jour-home {
background: url(//gg2023.org/wp-content/themes/global-games/img/bkg-module-jour.jpg) center center no-repeat;
background-size: cover;
height: 130px;
margin-bottom: 25px;
cursor: pointer;
flex-grow: 1;
border: 5px solid #fff;
}
.module-jour-home:hover {
border: 5px solid #a73162;
}
.module-jour-home:hover .hover {
opacity: 1;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.module-jour-home::before {
content: '\ebcc';
font-family: 'Material icons';
position: absolute;
z-index: 7;
color: rgba(255,255,255,0.6);
top: 15px;
right: 15px;
font-size: 1.5rem;
}
.module-jour-home .module-jour-date {
position: absolute;
z-index: 6;
bottom: 10px;
left: 15px;
line-height: 1.2rem;
}
.module-jour-home.jour-actif {
border: 5px solid #a73162;
}
.module-jour-home.jour-actif::before {
content: '\e8df';
color: rgba(255,255,255,1);
}
.module-jour-home.jour-actif .hover {
opacity: 1;
}
.module-jour-home.jour-actif::after {
content: '\e5c5';
display: block;
position: absolute;
z-index: 5;
left: 0;
font-family: 'Material icons';
font-size: 3rem;
bottom: -20px;
color: #a73162;
}
.container-programme-jour {
padding-top: 50px;
padding-bottom: 50px;
background: url(//gg2023.org/wp-content/themes/global-games/img/bkg-resumes-single-sport.jpg) bottom center no-repeat;
background-size: cover;
}
.module-sport-jour {
border-radius: 8px;
flex-grow: 1;
max-width: 50%;
}
.module-sport-jour .lieu::before {
content: '\e0c8';
display: block;
margin: 0 auto 4px;
font-family: 'Material icons';
font-size: 1.5rem;
color: #ccc;
}
.module-sport-jour .icone-sport {
height: 60px;
width: 60px;
margin: 0 auto;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.module-sport-programme {
flex-grow: 1;
flex-shrink: 0;
flex-basis: calc(13% - 10px);
background: var(--bleu-clair);
text-align: center;
color: #fff;
padding: 12px;
border-radius: 6px;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.module-sport-programme:hover {
background: var(--bleu-fonce);
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.module-sport-programme .icone-sport {
height: 50px;
width: 50px;
margin: 0 auto;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}   section.section-live iframe {
width: 70vw;
height: 70vh;
}   .module-resume {
background: #fff;
box-shadow: 0 8px 8px rgba(0,0,0,0.15);
}
.module-resume.resume-exergue {
box-shadow: 0 18px 18px rgba(0,0,0,0.15);
}
.module-resume .icone-sport {
height: 40px;
width: 40px;
border-radius: 50%;
border: 2px solid var(--bleu-fonce);
margin: 0 auto;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.module-resume.resume-exergue .icone-sport {
height: 50px;
width: 50px;
}
.youtube_player {
width: 100%;
background: #f4f4f4;
}
.owl-carousel iframe {
height: 200px;
width: 100%;
}
.module-resume.resume-exergue iframe {
width: 100%;
}
#carrousel-resumes .owl-stage-outer {
height: auto !important;
}
.container-resumes-sport .module-resume,
#carrousel-resumes .module-resume  {
margin-bottom: 40px;
}
.container-resumes-sport .module-resume .resume-infos,
#carrousel-resumes .module-resume .resume-infos {
padding: 10px 15px;
font-size: 90%;
}
.container-resumes-sport .module-resume .resume-infos .mediumbig,
#carrousel-resumes .module-resume .resume-infos .mediumbig {
font-size: .9rem;
line-height: 1.2rem;
}
#carrousel-resumes .owl-nav {
text-align: right;
}
.container-carrousel-resumes .cta {
margin-top: 0;
}
.container-tous-resumes .module-resume {
margin-bottom: 40px;
}   .owl-carousel {
width: 100%;
}
.owl-nav {
}
.owl-carousel-actus .owl-nav {
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
margin: 0 10px;
height: 50px;
width: 50px;
position: relative;
}
.owl-carousel .owl-nav button.owl-prev {
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
}
.owl-prev::before,
.owl-next::before {
content: '';
height: 50px;
width: 50px;
border: 2px solid var(--bleu-fonce);
border-radius: 50%;
position: absolute;
font-family: 'Material icons';
font-size: 1.5rem;
line-height: 50px;
text-align: center;
color: var(--bleu-fonce);
top: 0;
left: 0;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.owl-prev:hover::before,
.owl-next:hover::before {
border: 2px solid var(--bleu-clair);
color: #fff;
background: var(--bleu-clair);
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.owl-prev.disabled::before,
.owl-next.disabled::before {
opacity: .5;
cursor: default;
}
.owl-prev.disabled:hover::before,
.owl-next.disabled:hover::before {
border: 2px solid var(--bleu-fonce);
color: var(--bleu-fonce);
background: inherit;
}
.owl-prev::before {
content: '\e314';
}
.owl-next::before {
content: '\e315';
}
.owl-dots {
top: 0;
right: 0;
position: absolute;
}
.owl-dot {
width: 12px;
height: 12px;
border-radius: 50%;
margin: 0 0 0 8px;
opacity: .35;
}
.owl-dot.active {
opacity: 1;
}   .section-partenaires {
padding: 60px 0;
min-height: 90vh;
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center;
}
.module-logo-partenaire {
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
height: 130px;
margin-bottom: 40px;
padding: 0 20px;
}   .zone-filtres {
margin-bottom: 30px;
border-radius: 8px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.zone-filtres .flex-item-tiers,
.zone-filtres .flex-item-quart,
.zone-filtres .flex-item-cinq {
padding: 0 10px;
}
.zone-filtres select {
background-color: #fff;
margin-bottom: 0;
cursor: pointer;
}
body:not(.single-sport_type, .single-lieu_type) #form-filtre-epreuves.scroll .zone-filtres {
position: fixed;
top: 82px;
left: 0;
width: 100%;
z-index: 20;
border-radius: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
body:not(.single-sport_type, .single-lieu_type) #content.content-programme.scroll {
padding-top: 270px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}   .top-image-page h1 {
margin-bottom: 0;
}
.top-image-page {
height: auto;
padding: 40px 0;
}
.top-image-page.img-defaut {
background: url(//gg2023.org/wp-content/themes/global-games/img/banniere-page-default.jpg) center center no-repeat;
background-size: cover;
}
.icone-page {
height: 46px;
width: 46px;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
margin: 0 auto 15px;
}
.container-breadcrumb {
padding: 8px 0;
border-bottom: 1px solid #eaeaea;
}
#breadcrumbs li {
display: inline-block;
color: var(--bleu-clair);
}
#breadcrumbs li a {
color: var(--bleu-fonce);
}
#breadcrumbs li a::after {
content: '\e5cc';
display: inline-block;
font-family: 'Material icons';
margin: 0 0 0 4px;
vertical-align: middle;
} #breadcrumbs a:hover,
#breadcrumbs a:hover span,
#breadcrumbs a.breadcrumb-accueil:hover::before {
color: var(--bleu-clair);
}
body.page-template-default section {
padding-bottom: 0;
}   .module-sport-page {
border-radius: 10px;
margin-bottom: 30px;
background: var(--bleu-clair);
text-align: center;
color: #fff;
padding: 30px;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.module-sport-page .icone-sport {
height: 80px;
width: 80px;
margin: 0 auto;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.module-sport-page:hover {
background: var(--bleu-fonce);
-webkit-transition: all 0.2s;
transition: all 0.2s;
}   #accordion h3 {
position: relative;
box-shadow: 0 0 12px rgba(0,0,0,0.15);
margin-bottom: 20px;
cursor: pointer;
padding: 20px 30px;
}
#accordion h3 .flex-item-auto {
}
#accordion h3::after {
content: '\e5cc';
display: block;
position: absolute;
z-index: 3;
top: 30%;
right: 30px;
font-family: 'Material Icons';
font-size: 1.6rem;
color: #b4b4b4;
-webkit-transition: all .3s;
transition: all .3s;
}
#accordion h3:hover,
#accordion h3.ui-state-active {
background: #f1f1f1;
}
#accordion h3.ui-state-active::after {
content: '\e313';
-webkit-transition: all .3s;
transition: all .3s;
}
.module-resultat .icone-sport {
height: 50px;
width: 50px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
border-radius: 50%;
border: 2px solid var(--bleu-clair);
}
.body-accordion {
padding: 30px 0;
}
.body-accordion .module-epreuve-programme {
box-shadow: none;
border-bottom: 1px solid #eaeaea;
margin-bottom: 15px;
}   .module-resultat-recherche {
padding: 25px 0;
border-bottom: 1px solid #eaeaea;
}   .module-epreuve-programme {
background: #fff;
box-shadow: 0 0 16px rgba(0,0,0,0.15);
padding: 15px;
margin-bottom: 25px;
}
.module-epreuve-programme .icone-sport {
height: 50px;
width: 50px;
border: 2px solid var(--bleu-clair);
border-radius: 50%;
margin: 0 auto;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
margin-right: 10px;
}
.programme-horaire {
border-right: 1px solid var(--bleu-clair);
border-left: 1px solid var(--bleu-clair);
}   .top-image-single {
}
.top-image-single .icone-page {
height: 54px;
width: 54px;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
margin: 0 auto 15px;
border: 2px solid #fff;
border-radius: 50%;
}
.wrap.container-resumes-sport {
padding-top: 50px;
padding-bottom: 40px;
background: url(//gg2023.org/wp-content/themes/global-games/img/bkg-resumes-single-sport.jpg) top center no-repeat;
background-size: cover;
}
.module-lieu-single-sport {
margin-bottom: 30px;
width: 100%;
height: 165px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.module-lieu-single-sport .container-adresse-lieu {
position: absolute;
z-index: 3;
bottom: 0;
left: 0;
width: 100%;
padding: 6px 20px;
background: rgba(0,0,0,0.8);
}
.hover {
position: absolute;
z-index: 2;
background: rgba(0,0,0,0.5);
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.module-lieu-single-sport:hover .hover {
opacity: 1;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.titre-programme::before {
content: '\e916';
display: inline-block;
font-family: 'Material icons';
font-size: 1.5rem;
color: #fff;
margin-right: 12px;
vertical-align: middle;
}
.module-lieu-single-sport.img-defaut {
background: url(//gg2023.org/wp-content/themes/global-games/img/illus-lieu-defaut.jpg) left center no-repeat;
background-size: cover;
}   .adresse-site {
padding: 10px 0 10px 30px;
position: relative;
}
.adresse-site::before {
content: '\e0c8';
display: block;
position: absolute;
top: 10px;
left: 0;
font-family: 'Material icons';
color: var(--bleu-clair);
font-size: 1.8rem;
}
.acf-map {
width: 100%;
height: 500px;
margin: 20px 0;
}
body.page-template-page-lieux .acf-map {
height: 60vh;
margin-top: 0;
}
.acf-map img {
max-width: inherit !important;
}
.liste-sports-associés {
margin-top: 10px;
text-align: center;
float: left;
}
.liste-sports-associés li {
margin-right: 20px;
display: inline-block;
}
.liste-sports-associés .icone-sport {
width: 60px;
height: 60px;
margin: 0 auto 12px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
border: 2px solid var(--bleu-clair);
border-radius: 50%;
}
.liste-sports-associés .icone-sport:hover {
border: 2px solid var(--bleu-fonce);
}
.icone-sport-filet {
width: 60px;
height: 60px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
border: 2px solid var(--bleu-fonce);
border-radius: 50%;
}
.icone-lieu {
background-image: url(//gg2023.org/wp-content/themes/global-games/img/icone-header-page-lieux.png);
background-size: contain;
background-repeat: no-repeat;
}   .bloc-partage {
width: 100%;
text-align: right;
}
a.share-icone {
text-decoration: none !important;
margin-right: 8px;
}
a.share-icone:last-child {
margin-right: 0;
}
a.share-icone::before {
content: '';
display: inline-block;
font-size: 1.5rem;
font-family: 'fontAwesome';
color: #333;
}
a.share-icone:hover::before {
color: var(--orange);
}
a.share-icone.share-twitter::before {
content: '\f081';
}
a.share-icone.share-facebook::before {
content: '\f082';
}
a.share-icone.share-linkedin::before {
content: '\f08c';
}   .rangee-page {
padding-top: 30px;
padding-bottom: 30px;
}
.contenu-flexible ul + h3,
.contenu-flexible img + h3,
.contenu-flexible p + h3 {
margin: 20px 0 15px 0;
}
.contenu-flexible ul + h4,
.contenu-flexible img + h4,
.contenu-flexible p + h4 {
margin: 25px 0 15px 0;
}
.contenu-flexible p a {
text-decoration: underline;
font-family: var(--bold);
}
.contenu-flexible p a:hover {
color: var(--bleu-clair);
}
.contenu-flexible h3 {
color: var(--bleu-clair);
}
.contenu-flexible img {
max-width: 100%;
height: auto;
margin: 0 0 20px 0;
}
.contenu-flexible ul + img,
.contenu-flexible p + img {
margin-top: 25px;
}
.contenu-flexible ul {
margin: 15px 0;
list-style: square;
}
.contenu-flexible ul li {
margin-bottom: 6px;
padding-left: 6px;
margin-left: 18px;
}
.contenu-flexible img.aligncenter {
margin-right: auto;
margin-left: auto;
}
blockquote p {
font-style: italic;
}
blockquote {
position: relative;
}
blockquote::before {
content: '';
display: block;
position: absolute;
left: -30px;
top: 0;
width: 6px;
height: 100%;
background: var(--bleu-clair);
}
.contenu-flexible p:last-child {
margin-bottom: 0;
}
.rangee-page.blanc h2,
.rangee-page.blanc h3,
.rangee-page.blanc h4,
.rangee-page.blanc h5,
.rangee-page.blanc p,
.rangee-page.blanc a,
.rangee-page.blanc strong {
color: #fff;
}
.rangee-page.bkg-image {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.rangee-page.bkg-image .wrap {
position: relative;
z-index: 15;
}
.rangee-image-seule {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: 600px;
max-height: 70vh;
width: 100%;
}
.rangee-image-seule.rangee-image-double {
height: 900px;
max-height: 85vh;
background-position: top center;
}
.rangee-page.bkg-image,
.rangee-image-seule,
.rangee-page.bkg-gris-light,
.rangee-page.bkg-bleu-clair {
padding-top: 50px;
padding-bottom: 50px;
margin: 0;
}
.rangee-page.bkg-bleu-clair h2,
.rangee-page.bkg-bleu-clair h4,
.rangee-page.bkg-bleu-clair p a,
.rangee-page.bkg-bleu-clair p,
.rangee-page.bkg-bleu-clair h3 {
color: #fff;
}
.rangee-page .wp-caption {
background: none;
padding: 0;
}
.wp-caption p.wp-caption-text {
font-size: .9rem;
line-height: 1.3rem;
text-align: right;
padding: 5px 14px;
background: var(--bleu-clair);
color: #fff;
font-family: var(--medium);
position: absolute;
bottom: 10px;
right: 20px;
z-index: 3;
}
.owl-carousel#carrousel-photos {
padding-left: 15vw;
width: 100%;
}
.owl-carousel#carrousel-photos .item {
height: 380px;
max-height: 80vh;
}
.owl-carousel#carrousel-photos .owl-nav {
position: absolute;
left: 0;
bottom: 50px;
}
.owl-carousel#carrousel-photos .owl-nav button.owl-next {
left: 80px;
}
.owl-carousel#carrousel-photos .owl-nav button.owl-prev,
.owl-carousel#carrousel-photos .owl-nav button.owl-next {   
position: absolute;
background: #f1f1f1;
width: 60px;
height: 60px;
border-radius: 50%;
}
.owl-carousel#carrousel-photos .owl-nav button.owl-prev::before,
.owl-carousel#carrousel-photos .owl-nav button.owl-next::before {
content: '\e5c8';
position: absolute;
font-family: 'Material icons';
font-size: 2rem;
top: 0;
color: var(--bleu-fonce);
line-height: 60px;
width: 60px;
height: 60px;
left: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.owl-carousel#carrousel-photos .owl-nav button.owl-prev::before {
content: '\e5c4';
}
.owl-carousel#carrousel-photos .owl-nav button.owl-next::before {
content: '\e5c8';
}
.owl-carousel#carrousel-photos .owl-nav button.owl-prev:hover::before,
.owl-carousel#carrousel-photos .owl-nav button.owl-next:hover::before {
color: var(--bleu-clair);
}   .pagination {
text-align: center;
}
.pagination ul {
background: none;
border-radius: 0;
text-align: right;
}
.pagination li {
display: inline-block;
float: none;
}
.pagination,
.pagination a {
font-weight: 800;
font-size: .9rem;
}
.pagination a,
.pagination span {
padding: 8px 12px;
}
.pagination .current {
color: var(--bleu);
}
.pagination li a:hover {
text-decoration: underline;
}
.wp-video {
margin: 0 auto;
max-width: 100%;
width: 100%;
}@media only screen and (max-width: 1466px) {
html {
font-size: 95%;
-webkit-text-size-adjust: 95%;
-ms-text-size-adjust: 95%;
}
}   @media only screen and (max-width: 1280px) {
h1 {
font-size: 2.5rem;
line-height: 2.5rem;
margin: 0 0 20px 0;
}
h1.small {
font-size: 2rem;
line-height: 1.9rem;
}
h2 {
font-size: 2.5rem;
line-height: 2.3rem;
margin: 0 0 30px 0;
}
.single h2 {
font-size: 2.1rem;
line-height: 2.2rem;
margin: 0 0 20px 0;
}
h3 {
font-size: 1.7rem;
line-height: 1.9rem;
}
h3 .small {
font-size: 1.5rem;
line-height: 1.7rem;
}
h4 {
font-size: 1.3rem;
line-height: 1.5rem;
}
h5 {
font-size: 1rem;
line-height: 1.3rem;
}
.module-epreuve-programme .flex-item-tiers {
width: 31% !important;    
}
}   @media only screen and (max-width: 1280px) {
.wrapthin {
padding: 0 var(--leftright);    
}
.titre-slide h1 span {
padding-left: 0;
font-size: 2.5rem;
line-height: 2.3rem;
}
.titre-slide h1 span:nth-of-type(1),
.titre-slide h1 span:nth-of-type(2),
.titre-slide h1 span:nth-of-type(3) {
font-size: 2.5rem;
line-height: 2.3rem;
padding: 0;
}
.intro-countdown {
margin-bottom: 0;
}
#compteur {
padding: 12px;
border-radius: 40px;
margin-top: -4px;
}
#compteur div {
font-family: var(--bold);
font-size: 1.8rem;
line-height: 1.6rem;
}
#compteur div::after {
font-size: .85rem;
line-height: 1.2rem;
}
.selecteur-langue {
margin-right: 15px;    
}
a.cta {
height: auto;
padding: 10px 25px;
line-height: inherit;
margin-top: 20px;
}
.container-programme-jour {
padding-top: 30px;
padding-bottom: 30px;
}
.container-programme-jour .container-epreuves-defaut,
.container-programme-jour .container-epreuves {
margin-top: 20px !important;
}
.container-epreuves-defaut .flex-item-cinq,
.container-epreuves .flex-item-cinq {
width: 100%;
padding-right: 0 !important;
margin-bottom: 20px;
}
.container-epreuves .flex-item-cinq h3,
.container-epreuves-defaut .flex-item-cinq h3 {
display: inline-block;
}
.container-epreuves .flex-item-cinq a.cta,
.container-epreuves-defaut .flex-item-cinq a.cta {
display: inline-block;
top: -20px;
margin-left: 50px;
}
section.section-programme-sports-home .flex-item-cinq {
width: 100%;
margin-bottom: 20px;
padding-right: 0 !important;
}
section.section-programme-sports-home .container-flex-start {
flex-wrap: wrap !important;    
}
.container-cartes-epreuves,
.modules-sports-home {
width: 100%;
}
footer.footer .flex-item-moitie {
width: 72%;
}
footer.footer .flex-item-quart.right {
width: 100%;
text-align: center;
}
footer.footer #menu-menu-reseaux-sociaux {
margin-bottom: 20px;
}
footer.footer .flex-item-quart.right .footer-links {
text-align: center;
}
footer.footer .flex-item-quart.right .footer-links li {
display: inline-block;
margin: 0 10px;
}
.container-carrousel-resumes .resume-infos .icone-sport {
display: none;
}
.flex-item-moitie iframe {
height: 280px;    
}
.owl-carousel iframe {
height: 130px;    
}
.big,
p.big {
font-size: 1.15rem;
line-height: 1.3rem;
}
.superbig {
font-size: 1.8rem;
line-height: 2rem;
letter-spacing: 0;
margin-bottom: 15px;
}
.sous-menu-principal .icone-sous-menu {
display: none;
}
.sous-menu-principal .intitule-sous-menu {
line-height: inherit;
}
.close-search {
right: 20px;
top: 20px;
}
}   @media only screen and (max-width: 1170px) {
#content,
#content.scroll {
padding-top: 70px;    
}
section {
padding: 30px 0;
}
.flex-item-auto.container-menu {
display: none;
}
.menu-principal li {
display: none;
}
header.header,
header.header.scroll {
padding: 8px 0;
}
header.header .logo-header,
header.header.scroll .logo-header {
width: 180px;
height: var(--heightheaderscroll);
}
header.header .flex-item-auto.right .floatright {
margin-right: 80px;    
}
header.header .declenche-search,
header.header.scroll .declenche-search {
margin-top: 5px;
margin-right: 0;
}
header.header .declenche-search::before,
header.header.scroll .declenche-search::before {
height: calc(var(--heightheaderscroll) - 10px);
width: calc(var(--heightheaderscroll) - 10px);
line-height: calc(var(--heightheaderscroll) - 10px);
}
header.header .selecteur-langue,
header.header.scroll .selecteur-langue {
height: calc(var(--heightheaderscroll) - 10px);
width: calc(var(--heightheaderscroll) - 10px);
margin-right: 30px;
margin-top: 0;
}
header.header  .selecteur-langue::before,
header.header.scroll  .selecteur-langue::before {
top: 15px;
}
.onglet-burger {
display: block;
z-index: 10;
}
#menu-responsive {
display: block;
}
.declenche-search::before {
font-size: 1.2rem;
height: 36px;
width: 36px;
line-height: 34px;
}
.module-acces-rapides {
padding: 12px 10px;
right: 20px;
}
.icone-acces-rapide {
width: 20px;
height: 24px;
}
.module-epreuve-programme .flex-item-tiers {
width: 31% !important;    
}
.module-programme-part01 {
width: 100%;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid var(--bleu-clair);
}   
.module-programme-part02,
.module-programme-part03 {
width: 48%;    
}
.module-programme-part02 .big {
font-size: 1.3rem;
line-height: 1.6rem;
}
.module-epreuve-programme .icone-sport {
width: 40px;
height: 40px;
}
.module-epreuve-programme .module-programme-part01 p.bold.small {
font-size: 1rem;
line-height: 40px !important;
}
.flex-item-moitie.right.programme-cta-resultat,
.flex-item-moitie.programme-classification-sport {
height: 40px !important;
}
.programme-titre-epreuve.module-programme-part02 {
padding-left: 0 !important;
}
.ui-accordion .flex-item-30.module-programme-part01 .flex-item-tiers {
width: 100% !important;    
}
}   @media only screen and (max-width: 967px) {
.slide .flex-item-moitie {
width: 100%;
margin-top: -130px;
}
.container-compteur .flex-item-moitie {
width: 50vw;
}
.slide {
background-position: center left;
}
section.section-resumes .container-flex .flex-item-moitie {
width: 100%;
}
section.section-resumes .container-carrousel-resumes {
margin-top: 40px;
text-align: center;
}
section.section-resumes .flex-item-moitie iframe {
height: 400px;
}
section.section-resumes .owl-carousel iframe {
height: 200px;    
}
.owl-carousel .resume-infos {
text-align: left;
}
section.section-partenaires .container-flex-center {
justify-content: space-between;    
}
section.section-partenaires .container-flex-center .flex-item-cinq {
width: 23%;    
}
.module-jour-home .module-jour-date.bold {
left: 10px;
padding-right: 10px;
font-size: var(--medium) !important;
font-size: .85rem;
}
.rangee-page {
padding-top: 30px;
padding-bottom: 30px;
}
}   @media only screen and (max-width: 768px) {
#toTop {
display: none !important;
}
.container-breadcrumb #breadcrumbs,
.container-breadcrumb {
display: none;
}
.groupe-jours-programme {
display: none;
}
.slide .flex-item-moitie {
width: 100%;
margin-top: -130px;
}
.container-compteur .flex-item-moitie {
width: 70vw;
text-align: center;
margin: 0 auto;
}
.slide {
text-align: center;
background-position: center left;
}
section.section-live iframe {
height: 50vh;
}
.flex-item-moitie {
width: 100%;
margin-bottom: 20px;
}
.flex-item-quart {
width: 48%;
margin-bottom: 20px;
}
.flex-item-cinq {
width: 31%;
margin-bottom: 20px;
}
.flex-item-tiers,
.flex-item-deux-tiers {
width: 100%;
margin-bottom: 20px;
}
.padding40 {
padding: 30px;
}
.padding30 {
padding: 20px;
}
footer.footer .flex-item-quart {
width: 100%;
margin-bottom: 30px;
text-align: center;
}
footer.footer .flex-item-moitie {
width: 100%;    
}
footer.footer .flex-item-moitie .flex-item-tiers {
width: 31%;
}
#sidebar-search .input-search-big {
height: 80px;
line-height: 80px;
width: 95vw;
padding-left: 20px;
font-size: 1.3rem;
}
.container-carrousel-resumes {
overflow: hidden;
}
.container-carrousel-resumes .owl-carousel {
width: 120%;    
}
.mobile-only {
display: block;    
}
.no-mobile {
display: none !important;
}
#carrousel-resumes .owl-nav {
width: 80%;
text-align: center;
margin-bottom: 30px;
}
.rangee-image-seule {
max-height: 40vh;    
}
#form-filtre-epreuves.scroll .zone-filtres {
top: 70px;
}
.module-programme-part02,
.module-programme-part03 {
width: 100%;    
}
.module-programme-part03 .flex-item-moitie {
width: 48%;
margin-bottom: 0;
}
.module-programme-part01 .flex-item-tiers {
margin-bottom: 0;    
}
.module-programme-part02 {
padding-bottom: 15px;
margin-bottom: 5px;
border-bottom: 1px solid var(--bleu-clair);
}
.rangee-page {
padding-top: 20px;
padding-bottom: 20px;
}
}   @media only screen and (max-width: 600px) {
:root {
--heightheaderscroll: 50px;
}
h1 {
font-size: 2rem;
line-height: 2rem;
}
h1.small {
font-size: 1.7rem;
}
h2 {
font-size: 2.2rem;
line-height: 2.2rem;
}
.single h2 {
font-size: 2rem;
line-height: 2rem;
}
h3 {
font-size: 1.4rem;
line-height: 1.6rem;
}
h3 .small {
font-size: 1.2rem;
line-height: 1.4rem;
}
h4 {
font-size: 1.1rem;
line-height: 1.3rem;
}
#content, #content.scroll {
padding-top: 60px;
}
footer.footer {
padding-bottom: 80px;    
}
.module-acces-rapides {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
right: auto;
border-radius: 0;
top: auto;
padding: 8px;
box-shadow: none;
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
border-top: 2px solid #f1f1f1;
}
.item-acces-rapide {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
width: 48%;
position: relative;
text-align: center;
border-right: 1px solid var(--bleu-fonce);
}
.module-acces-rapides .item-acces-rapide:last-child {
border: 0;
}
.icone-acces-rapide {
height: 26px;
width: 30px;
margin: 0 auto 4px;
}
.titre-acces-rapide {
opacity: 1;
font-size: .9rem;
background: transparent;
color: var(--bleu-fonce);
padding: 0;
border-radius: 0;
right: auto;
left: 0;
top: 0;
width: 100%;
text-align: center;
position: relative;
}
.item-acces-rapide:hover .titre-acces-rapide {
top: inherit;
}
header.header .logo-header,
header.header.scroll .logo-header {
width: 180px;
height: var(--heightheaderscroll);
}
header.header .flex-item-auto.right .floatright {
margin-right: 70px;    
}
header.header .declenche-search,
header.header.scroll .declenche-search {
margin-top: 5px;
margin-right: 0;
}
header.header .declenche-search::before,
header.header.scroll .declenche-search::before {
height: calc(var(--heightheaderscroll) - 10px);
width: calc(var(--heightheaderscroll) - 10px);
line-height: calc(var(--heightheaderscroll) - 10px);
}
header.header .selecteur-langue,
header.header.scroll .selecteur-langue {
height: calc(var(--heightheaderscroll) - 10px);
width: calc(var(--heightheaderscroll) - 10px);
margin-right: 20px;
margin-top: 0;
}
header.header  .selecteur-langue::before,
header.header.scroll  .selecteur-langue::before {
top: 10px;
}
.section-programme-sports-home h3,
.container-epreuves .flex-item-cinq h3,
.container-epreuves-defaut .flex-item-cinq h3 {
display: block;
text-align: center;
padding-left: 0;
}
.section-programme-sports-home h3::before,
.container-epreuves .flex-item-cinq h3::before,
.container-epreuves-defaut .flex-item-cinq h3::before {
display: none;
}
.container-epreuves .flex-item-cinq a.cta,
.container-epreuves-defaut .flex-item-cinq a.cta {
display: inline-block;
top: 0;
margin: 20px auto;
}
.container-epreuves-defaut .flex-item-cinq,
.container-epreuves .flex-item-cinq {
text-align: center;    
}
.slide .flex-item-moitie {
width: 100%;
margin-top: -120px;
}
.container-compteur .flex-item-moitie {
width: 80vw;
}
section.section-live iframe {
height: 40vh;    
}
section.section-resumes .flex-item-moitie iframe,
.flex-item-moitie iframe {
height: 300px;    
}
section.section-resumes .owl-carousel iframe {
height: 160px;    
}
section.section-partenaires .container-flex-center .flex-item-cinq {
width: 31%;    
}
footer.footer img {
max-width: 70px;
height: auto;
}
footer.footer .flex-item-moitie {
display: none;
}
.flex-item-cinq {
width: 48%;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
height: 40px;
width: 40px;
}
.owl-prev::before,
.owl-next::before {
height: 40px;
width: 40px;
font-size: 1.2rem;
line-height: 40px;
}
.titre-slide h1 span:nth-of-type(1),
.titre-slide h1 span:nth-of-type(2),
.titre-slide h1 span:nth-of-type(3) {
font-size: 2rem;
line-height: 2rem;
line-height: 2rem;
}
#compteur div {
font-size: 1.5rem;
line-height: 1.4rem;
}
.wrap.wrap-top,
.wrap.wrap-slider {
padding: 0;    
}
#sidebar-search .input-search-big {
height: 60px;
line-height: 60px;
width: 80vw;
font-size: 1rem;
}
.zone-filtres .flex-item-quart {
width: 100%;    
}
.zone-filtres .flex-item-quart:last-child {
margin-bottom: 0;    
}
.top-image-single .icone-page,
.icone-page {
height: 36px;
width: 36px;
margin-bottom: 10px;
}
.top-image-page {
padding: 25px 15px;
}
#accordion h3 {
padding: 10px 20px;    
}
.module-resultat .icone-sport {
width: 40px;
height: 40px;
}
.body-accordion {
padding: 20px 0;    
}
.container-resumes-sport .flex-item-tiers {
padding-right: 0 !important;    
}
.module-sport-page {
padding: 15px;
width: 48% !important;
}
.module-sport-page h4 {
font-size: 1rem;
line-height: 1.3rem;
}
.module-sport-page .icone-sport {
width: 60px;
height: 60px;
}
.container-programme-jour {
padding-top: 0;    
}
}   @media only screen and (max-width: 480px) {
section {
padding: 20px 0;
}
.container-compteur .flex-item-moitie {
width: 90vw;
padding: 0 30px !important;
}
.slider {
max-height: 60vh;    
}
section.section-live iframe {
width: 100%;    
}
.flex-item-quart iframe,
.flex-item-tiers iframe,
.flex-item-moitie iframe,
.flex-item-moitie iframe {
height: 250px;    
}
section.section-resumes .owl-carousel iframe {
height: 140px;    
}
section.section-partenaires .container-flex-center .flex-item-cinq {
width: 48%;    
}
.selecteur-langue {
display: none;
}
.flex-item-trois-quart {
width: 100%;    
}
p.big,
.big p,
.big {
font-size: 1rem;
line-height: 1.3rem;
}
.flex-item-tiers,
.flex-item-quart {
width: 100%;
}
.module-logo-partenaire {
height: 100px;
padding: 0;
}
.module-epreuve-programme .icone-sport {
width: 32px;
height: 32px;
margin: 0 auto 6px;
}
.flex-item-tiers.programme-nom-sport {
text-align: center;
}
.flex-item-tiers.programme-nom-sport .floatleft {
float: none;
}
.module-epreuve-programme .module-programme-part01 p.bold.small {
line-height: 20px !important;
font-size: .85rem !important;
}
.module-programme-part02 .big {
font-size: 1rem;
line-height: 1.3rem;
}
}   @media only screen and (max-width: 375px) {
section.section-resumes .flex-item-moitie iframe,
.flex-item-quart iframe,
.flex-item-tiers iframe,
.flex-item-moitie iframe,
.flex-item-moitie iframe {
height: 200px;    
}
section.section-resumes .owl-carousel iframe {
height: 100px;    
}
.resume-infos .icone-sport {
display: none;
}
}