/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-tap-highlight-color:transparent
}

a, button {
    text-decoration: none;
    outline: 0;
}

a, a:visited {
    color: #000;
    text-decoration: none;
    transition: color 300ms cubic-bezier(0.4, 0.8, 0.74, 1);
}

a:link, a:visited:link {
    -webkit-tap-highlight-color: transparent;
}

img.scale-with-grid {
    display: block;
    height: auto !important;
    width: 100% !important;
}

.transition {
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.transition2 {
    -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    will-change: transform;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*--------------------------------------------------------------
Fonts
--------------------------------------------------------------*/

@font-face {
  font-family: 'BNPPType';
  font-style: normal;
  font-weight: 700;
  src: 
       url('../fonts/BNPPTypeBoldv2.woff2') format('woff2'), 
       url('../fonts/BNPPTypeBoldv2.woff') format('woff'),
       url('../fonts/BNPPTypeBoldv2.ttf') format('ttf'),
       url('../fonts/BNPPTypeBoldv2.eot') format('eot');
}

@font-face {
  font-family: 'BNPPType';
  font-style: normal;
  font-weight: 300;
  src: 
       url('../fonts/BNPPTypeRegularv2.woff2') format('woff2'), 
       url('../fonts/BNPPTypeRegularv2.woff') format('woff'),
       url('../fonts/BNPPTypeRegularv2.ttf') format('ttf'),
       url('../fonts/BNPPTypeRegularv2.eot') format('eot');
}

/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/

body {
    color: #000;
    background-color: #fff;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-weight:100;
    font-size: 1.4rem;
}

body, html {
    width: 100%;
    height: 100%;
}

html {
  font-size: 62.5%;
  /*font-size: calc(1em * 0.625); IE */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1 {
    font-family: 'BNPPType';
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #007549;
    padding-left: 40px;
    position: absolute;
    width: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
    top: 50%;
}
/*
h1 {
    font-family: 'BNPPType';
    font-weight: 700;
    font-size: 3rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #007549;
}
*/
h2 {
    font-family: 'BNPPType';
    font-weight: 700;
    font-size: 1.8rem;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
}

h3 {
    font-family: 'BNPPType';
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
}

h4 {
    font-size:1em;
}

input, select, th, td {font-size:1em;}


.wrapper {
    width:100%;
    overflow: hidden;
}

section {
    position: relative;
    z-index: 100;
}

section#live {
    background:#d75533;
    margin-bottom: 0px;
    overflow: hidden;
}

.live-list {
    position: relative;
    top: -20px;
}

.container {
    position: relative;
    margin: auto;
    z-index: 1;
/*    width: 80%;
    max-width: 1000px;*/
    text-align: center;
}

.text {
    margin: 10px 0;
}

p {
    text-align: justify;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 10px 0;
}

.reveal-animate {
    opacity: 0;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.visible {

/*    -webkit-transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1),-webkit-transform .5s cubic-bezier(.75,0,.25,1);
    will-change: transform;    */ 
    
    /*animation-timing-function: cubic-bezier(.75,0,.25,1);
    -webkit-animation-timing-function: cubic-bezier(.75,0,.25,1);*/

    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;   

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;      
}


/*--------------------------------------------------------------
Le Live
--------------------------------------------------------------*/


.lelive-left {
    width: 85%;
    position: relative;
    display: inline-block;
    padding-left: 15%;
    margin-bottom: 20px;
}

.lelive-left img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    right: 0;
}

.lelive-planning {
    width: 80%;
    position: relative;
        display: inline-block;
        margin-bottom: 20px;
}

.lelive-right {
    width: 80%;
    position: relative;
        display: inline-block;
}

.step {
    background: rgba(255,255,255,0.35);
    color: #fff;
    font-family: 'BNPPType';
    font-weight: 300;
    font-size: 2.4rem;
    text-align: center;
    padding: 8px 10px 8px 0px;
    margin: 5px 0;
    width: 100%;
    display: inline-block;
}

@media screen and (min-width: 960px) {
    .live-list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        
        justify-content: center;
        align-items:stretch;

    /*    justify-content: flex-start;
        align-content: flex-start;
        align-items: stretch;*/
        border-top: 50px solid #d75533;
        border-bottom: 50px solid #d75533;
    }

    .lelive-left {
        width: 40%;
        position: relative;
        padding: 0;
        margin: 0;
    }

    .lelive-left img {
        width: auto;
        height: 147%;
        position: absolute;
        top: -47%;
        right: 0;
    }

    .lelive-right {
        width: 40%;
        position: relative;
    }

    .lelive-planning {
        margin: 0;
        width: 20%;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .step {
        background: rgba(255,255,255,0.35);
        color: #fff;
        font-family: 'BNPPType';
        font-weight: 300;
        font-size: 2.6rem;
        text-align: left;
        padding: 5px 10px;
        margin: 5px 0;
        display: inline-block;
        width: auto;
    }

}

.planning {
    background: #007549;
    position: relative;
    width: 100%;
    /*height: 100px;*/
    padding: 5px;
    display: block;
}

.planning-item {
    width: 70%;
    display: inline-block;
}
.planning-row {
    width: 100%;
    margin: 5px 0;
    padding: 3px 0;
    background: #fff;
    color: #007549;
    text-transform: uppercase;
    text-align: center;
    font-family: 'BNPPType';
    font-size: 1.5rem;
    font-weight: 700;    
}

.carousel-wrapper {
    width: 90%;
    display: inline-block;
}

.owl-nav img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: transparent;
    color: #000;
    border: none;
    padding: 0!important;
    border-radius: 100%;
    width: 20px;
    height: 33px;
    line-height: 33px;
    font-size: 4rem;
    font-weight: 400;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.steps-list {
    text-align: left;
    display: inline-block;
    width: 100%;
}



.step span {
    vertical-align: middle;
}

a.liveBtn {
    font-weight: 700;
    text-transform: uppercase;
    background: #fbd6c6;
    color: #007549;
}

a.liveBtn:hover {
    background: #fff;
}


.icon {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    width: 40px;
    /* background: #fff; */
    padding-bottom: 28px;
    vertical-align: middle;
}

.icon img {
    display: inline-block;
    position: absolute;
    height: 100%;    
    width: auto;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    top: 50%;    
    left: 50%;
}

.play {
    position: absolute;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 22px;
    border-color: transparent transparent transparent #007549;  
}


/*--------------------------------------------------------------
Podcasts
--------------------------------------------------------------*/

.podcasts__wrapper {

}

section.podcasts {
    width: 100%;
    position: absolute;
    overflow: hidden;
} 

#coaching-gagnant {
    z-index: 200;
}

.podcast {
    width: 50%;
    padding: 5px;
    position: relative;
}

.title {
    display: none;
}

.podcasts__tab {
    background: #fff;
    padding-bottom: 10px;
}

.podcasts__tab a {
    float: left;
    width: 50%;
    padding: 20px;
    background: #e2846c;
    position: relative;
}

.podcasts__tab a.active {
    background: #fff;
}

.podcasts__tab a img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.podcasts__tab a .on {
    opacity: 0;
    width: 100%;
    height: auto;
    display: inline-block;
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;    
}

.podcasts__tab a.active .on {
    opacity: 1;
}

#coup-gagnant {
    display: none;
}

.stitle {
    padding: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.playBtn {
    cursor: pointer;
    height: 35px;
    position: absolute;
    width: 35px;
    z-index: 10;
    background: none;
    display: block;
    /* opacity: 0; */
    margin: 0;
    /* padding-bottom: 50%; */
    left: 10px;
    bottom: 10px;
}

.playBtn>.play-bg {
background: transparent;
    display: block;
    opacity: 1;
    height: 100%;
    width: 100%;
    border-radius: 0;
    border-left: 5px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    /* padding-bottom: 100%; */
    position: relative;
}
.playBtn>.play-icon {
background: url(../images/play-blanc.png) no-repeat center center;
    left: 2px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.playing .playBtn:hover>.play-icon {
    background: url(../images/pause-blanc.png) no-repeat center center transparent;
    height: 100%;
    width: 100%;
    background-size: cover;
    border-radius: 100%;
}
.playing .playBtn>.play-icon {
    /* background: url(../images/equalizer-deezer.gif) 0 0; */
    background: url(../images/equalizer-deezer.gif) no-repeat center center;
}

.podcast-content:after {
    height:100%;
    right:-6px;
    top: 0;
    border-top:6px solid #9b432b;
    border-left:6px solid #fff;
}
.podcast-content:before {
    width:100%;
    height:6px;
    top:100%;
    left: 0;
    border-left:6px solid #9b432b;
    border-top:6px solid #fff;
}

section.podcasts .container {
    width: 100%;
    min-height: 300px;
    background: #9b432b;
    padding: 25px;
    height: 100%;
    position: relative;
}

.planning-row.xl {
    display: inline-block;
}          
.planning-row.xs {
    display: none;
} 

@media screen and (max-width: 961px) {

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 15px;
    height: 28px;
}

    .planning-item {
        width: 85%;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -4%;
    }    
    .owl-carousel .owl-nav button.owl-next {
        right: -4%;
    }
    .planning-row {
        font-size: 1.4rem;
    }   
    .planning-row.xs {
        display: inline-block;
    }  
    .planning-row.xl {
        display: none;
    }          

    section.podcasts .container {
        background-image: url(../images/terrain.png);
        background-position: right 100px;
        background-size: 80%;
        background-color: #9b432b;
        background-repeat: no-repeat;
    }

    .coup .podcast-content {
        /*background: #f8e859;
        color: #9b432b;*/
    }

    .coup .podcast-content h2 {
        /*color: #d75533;*/
    }

    .desktop .podcasts-list a.playing .playBtn>.play-bg, .desktop .podcasts-list a.podcast:hover .playBtn>.play-bg {
        border-left: 5px solid #007549;
        border-top: 1px solid #007549;
        border-right: 1px solid #007549;
        border-bottom: 1px solid #007549;
    }
    .desktop .podcasts-list a.playing .playBtn>.play-icon, .desktop .podcasts-list a.podcast:hover .playBtn>.play-icon {
        background: url(../images/play-vert.png) no-repeat center center;
        left: 2px;
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        background-size: cover;    
    }
    .desktop .podcasts-list .playing .playBtn:hover>.play-icon {
        background: url(../images/pause-vert.png) no-repeat center center transparent;
    }
    .desktop .podcasts-list .playing .playBtn>.play-icon {
        background: url(../images/equalizer-deezer-vert.gif) no-repeat center center;
    }
/*
    .coup .playBtn>.play-bg {
        border-left: 5px solid #d75533;
        border-top: 1px solid #d75533;
        border-right: 1px solid #d75533;
        border-bottom: 1px solid #d75533;
    }
    .coup .playBtn>.play-icon {
        background: url(../images/play-orange.png) no-repeat center center;
        left: 2px;
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        background-size: cover;    
    }
    .coup .playing .playBtn:hover>.play-icon {
        background: url(../images/pause-orange.png) no-repeat center center transparent;
    }
    .coup .playing .playBtn>.play-icon {
        background: url(../images/equalizer-deezer-orange.gif) no-repeat center center;
    }
*/
    .podcast-content:before {
        border-top: 6px solid #007549;
    }
    .podcast-content:after {
        border-left: 6px solid #007549;
    }
/*    .coup .podcast-content:before {
        border-top: 6px solid #f8e859;
    }
    .coup .podcast-content:after {
        border-left: 6px solid #f8e859;
    }*/

    .desktop a.podcast:hover .podcast-content {
        background: #fff;
    }

    .desktop .podcasts-list a.podcast:hover .podcast-content {
        color: #007549;
    }

    .desktop .podcasts-list a.podcast:hover .podcast-content h2 {
        color: #007549;
    }


}

@media screen and (min-width: 960px) {
    
    #coup-gagnant {
        display: inline-block;
    }

    .stitle {
        display: none;
    }    

    .podcasts__tab {
        display: none;
    }

    section#live {
        margin-bottom: 20px;
    }

    section {
        position: relative;
        z-index: 100;
    }

    .podcasts__wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
    }

    section.podcasts {
        position: relative;
        width: 50%;
        /*float: left;*/
        /*padding-top: 20px;*/
    }  

    section#coaching-gagnant {
        padding-right: 10px;
    }

    section#coup-gagnant {
        padding-left: 10px;
    }

    .podcast {
        width: 25%;
        padding: 5px;
        position: relative;
    }    

    .title {
        padding: 5px;
        margin-bottom: 10px;
        display: inline-block;
    }

}









.title img, .stitle img {
    width: 100%;
    display: block;
    height: auto;
}

.podcasts-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
}



.podcast-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 120px;
}

.podcast-content {
    background: #007549;
    padding: 10px;
    height: 100%;
    color: #fff;
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: all .1s ease-in;
       -moz-transition: all .1s ease-in;
        -ms-transition: all .1s ease-in;
         -o-transition: all .1s ease-in;
            transition: all .1s ease-in;
}




.desktop .podcast-content:hover {
    top:-6px;
    left:-6px;
    /*box-shadow:4px 4px 0px 0px rgba(255,255,255,1);*/
}

.desktop .podcast-content:hover:before, .desktop .podcast-content:hover:after{
    opacity:1;
}
.desktop .podcast-content:before, .desktop .podcast-content:after {
    content:'';
    display:inline-block;
    position:absolute;
    opacity:0;
    -webkit-transition: all .1s ease-in;
       -moz-transition: all .1s ease-in;
        -ms-transition: all .1s ease-in;
         -o-transition: all .1s ease-in;
            transition: all .1s ease-in;
}



.podcast-content p {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 0;
    padding-bottom: 45px;
}



/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

header {
    position: relative;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    padding: 15px 10px;
    display: block;
    text-align: center;
    overflow: hidden;
}

header .brand {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 70px;
    float: left;
    height: 51px;
}

header .brand img {
    width: auto;
    height: 100%;
    display: block;
    position: relative;
}

/*
header a.brand {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    max-width: 100px;
}

header a.brand img {
    max-width: 100%;
    height: auto;
    display: block;
}
*/

#social-nav {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social-nav-item {
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
}

.social-nav-item a {
    display: block;
    position: relative;
}

.social-nav-item a svg {
    fill: #000000;
}

.social-nav-item a:hover svg {
    fill: #666;
}

.menu-button {
    border: none;
    background: transparent;
    display: none;
    /*-webkit-transition: -webkit-transform cubic-bezier(.7,0,.3,1) .3s;
    transition: -webkit-transform cubic-bezier(.7,0,.3,1) .3s;
    transition: transform cubic-bezier(.7,0,.3,1) .3s;
    transition: transform cubic-bezier(.7,0,.3,1) .3s,-webkit-transform cubic-bezier(.7,0,.3,1) .3s;*/
    position: relative;
    z-index: 100;
}

.menu-button .line {
    width: 32px;
    height: 2px;
    background: #000;
    display: block;

    -webkit-transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1),-webkit-transform .5s cubic-bezier(.75,0,.25,1);
    will-change: transform;     
}

.menu-button .line:nth-child(2) {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.menu-button .line {
    margin-top: 5px;
}

.menu-open .menu-button .line:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-1px,2px);
    transform: rotate(-45deg) translate(-1px,2px);
}

.menu-open .menu-button .line:nth-child(2) {
    -webkit-transform: scale(1) rotate(45deg) translate(-3px,-3px);
    transform: scale(1) rotate(45deg) translate(-3px,-3px);
}

.menu-open .menu-button .line:nth-child(3) {
    -webkit-transform: scale(0);
    transform: scale(0);
}


@media screen and (max-width: 960px) {

    
}

/*--------------------------------------------------------------
Main Nav
--------------------------------------------------------------*/

#main-nav-container {
}

ul#main-nav-list li {
    margin: 0 12px;
    display: inline-block;
}

ul#main-nav-list li:first-child {
    margin-left: 0;
}

ul#main-nav-list li:last-child {
    margin-right: 0;
}

.main-nav-item a {
    display: block;
    position: relative;    
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(62,88,119,.2);
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.main-nav-item a:hover, .main-nav-item.active a { 
    color: #000;
}

@media screen and (max-width: 960px) {
    #main-nav {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);        
    }   
    ul#main-nav-list li {
        margin: 20px 0;
        display: block;
        text-align: center;
    }   
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

footer {
    padding: 20px 0;
    background: #fff;
    position: relative;
    color: rgba(62,88,119,.5);
}

footer ul#main-nav-list li {
    margin: 0 3px;
    display: inline-block;
}

footer .main-nav-item a {
display: inline-block;
    position: relative;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1;
    text-transform: none;
    color: rgba(0,0,0,0.85);
}

/*--------------------------------------------------------------
Loading
--------------------------------------------------------------*/

body.loading {
    height: 100%;
    overflow: hidden;
}

#loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: #d75533;*/
    background-color: #fff;
    z-index: 10000;
}

/*https://codepen.io/ADlL/pen/YPJLyq*/

.balls {
    position: absolute;
    height: auto;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    top: 50%;
    width: 100%;
    text-align: center;
}

  .ball{
    width: 50px;
    height: 50px;
    background-color: #ffe90a;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-animation: loading 0.7s ease-in-out;
    -o-animation: loading 0.7s ease-in-out;
    -moz-animation: loading 0.7s ease-in-out;
    animation: loading 0.7s ease-in-out;
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-iteration-count: infinite;
  }

  .ball:before, .ball:after, .ball2:before, .ball2:after, .ball3:before, .ball3:after {
        content: '';
        position: absolute;
        display: block;
        height: 45px;
        width: 45px;
        border: solid 2px #fff;
        border-radius: 50%;
        box-sizing: border-box;    
  }

    .ball:before,.ball2:before,.ball3:before{
      left: 35px;
    }
    .ball:after,.ball2:after,.ball3:after{
      left: -30px;
    }  


  .ball2{
    width: 50px;
    height: 50px;
    background-color: #ffe90a;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-left: 20px;
    -webkit-animation: loading 0.9s ease-in-out;
    -o-animation: loading 0.9s ease-in-out;
    -moz-animation: loading 0.9s ease-in-out;
    animation: loading 0.9s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  .ball3{
    width: 50px;
    height: 50px;
    background-color: #ffe90a;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-left: 20px;
    -webkit-animation: loading 1s ease-in-out;
    -o-animation: loading 1s ease-in-out;
    -moz-animation: loading 1s ease-in-out;
    animation: loading 1s ease-in-out;
    -webkit-animation-iteration-count: infinite; 
    animation-iteration-count: infinite;
  }


@-webkit-keyframes loading {
  0% { transform: translateY(0px); }
  25% { transform: translateY(-80px); }
  50% { transform: translateY(0px); }
  75% { transform: translateY(-80px); }
  100% { transform: translateY(0px); }
}
@-o-keyframes loading {
  0% { transform: translateY(0px); }
  25% { transform: translateY(-80px); }
  50% { transform: translateY(0px); }
  75% { transform: translateY(-80px); }
  100% { transform: translateY(0px); }
}
@-moz-keyframes loading {
   0% { transform: translateY(0px); }
  25% { transform: translateY(-80px); }
  50% { transform: translateY(0px); }
  75% { transform: translateY(-80px); }
  100% { transform: translateY(0px); }
}
@keyframes loading {
    0% { transform: translateY(0px); }
  25% { transform: translateY(-80px); }
  50% { transform: translateY(0px); }
  75% { transform: translateY(-80px); }
  100% { transform: translateY(0px); }
}



#loading .ripple1 {
    background-color: rgba(255,255,255,0.1);
}

#loading .ripple2 {
    animation-delay: -250ms;
    background-color: rgba(255,255,255,0.3);
}

#loading .ripple3 {
    animation-delay: -500ms;
    background-color: rgba(255,255,255,0.5);
}

#loading .ripple4 {
    animation-delay: -750ms;
    background-color: rgba(255,255,255,0.7);
}

#loading .ripple {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    animation-name: ripple;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
    animation-iteration-count: infinite;
    transform: scale(0);
    opacity: 0.6;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(.01);
            transform: scale(.01);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }    
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(.01);
            transform: scale(.01);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }     
}

/*--------------------------------------------------------------
General Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 960px) {
        
}


@media screen and (min-width: 960px) {
    h1 {
        font-size: 2.6rem;
        padding-left: 40px;
        text-align: center;
        width: 100%;        
    }
    h2 {
        font-size: 1.4rem;
    }  
    .podcast-content p {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }    
    h3 {
        font-size: 1.8rem;
    }         
    .step {
        font-size: 2.2rem;
        padding: 4px 10px;
        margin: 4px 0;        
    }    
    .icon {
        width: 26px;
        padding-bottom: 20px;
    } 
    .play {
        border-width: 8px 0 8px 16px;
        border-color: transparent transparent transparent #007549;
    } 
    .lelive-left {
        width: 45%;
        position: relative;
    }
    .lelive-right {
        width: 35%;
        position: relative;
    }        

    header {
        padding: 15px 40px;
    }

    header .brand {
        display: inline-block;
        position: relative;
        z-index: 2;
        width: 100px;
        float: left;
        height: 72px;
    }

    .live-list {
        top: auto;
    }

    .steps-list {
        width: auto;
    }

}


@media screen and (min-width: 1130px) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 1.5rem;
    }  
    .podcast-content p {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }        
    h3 {
        font-size: 1.9rem;
    }         
    .step {
        font-size: 2.4rem;
    }    
    .icon {
        width: 30px;
        padding-bottom: 22px;
    } 
    .play {
        border-width: 10px 0 10px 18px;
        border-color: transparent transparent transparent #007549;
    } 
    .lelive-left {
        width: 45%;
        position: relative;
    }
    .lelive-right {
        width: 35%;
        position: relative;
    }         
}

/*@media screen and (min-width: 1190px) {
    h1 {
        font-size: 2.8rem;
    }
    h2 {
        font-size: 2.2rem;
    }    
}*/

@media screen and (min-width: 1300px) {
    h1 {
        font-size: 3.2rem;
    }
    h2 {
        font-size: 1.9rem;
    }  
    h3 {
        font-size: 2.2rem;
    }     
    .step {
        font-size: 2.6rem;
    }    
    .icon {
        width: 40px;
        padding-bottom: 28px;
    }  
    .play {
        border-width: 12px 0 12px 22px;
        border-color: transparent transparent transparent #007549;
    }  
    .lelive-left {
        width: 40%;
        position: relative;
    }
    .lelive-right {
        width: 40%;
        position: relative;
    }    
}

@media screen and (min-width: 1600px) {
    h1 {
        font-size: 3.8rem;
    }
    h2 {
        font-size: 2.6rem;
    }  
    h3 {
        font-size: 2.6rem;
    }     
    .step {
        font-size: 3.4rem;
    }    
    .icon {
        width: 40px;
        padding-bottom: 28px;
    }  
    .play {
        border-width: 12px 0 12px 22px;
        border-color: transparent transparent transparent #007549;
    }  
    .lelive-left {
        width: 40%;
        position: relative;
    }
    .lelive-right {
        width: 40%;
        position: relative;
    }    
}

/*--------------------------------------------------------------
TARTE AU CITRON
--------------------------------------------------------------*/

#tarteaucitronAlertBig {
    background: rgba(0,0,0,0.75) !important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    display: block !important;
    margin-bottom: 5px !important;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize {
    background: #737373 !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background: #737373 !important;
    color: #b5b5b5 !important;
    font-size: 17px !important;
    padding: 5px 10px !important;
}

#tarteaucitronPercentage {
    /*display: block !important;*/
    display: none !important;
    background: #999999 !important;
    box-shadow: none !important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    display: inline-block !important;
    margin-bottom: 0 !important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    font-weight: 400 !important;
}

