body{
    background: rgba(17, 17, 17,1) !important;
}

@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bad+Script&family=Permanent+Marker&display=swap');

body *{
    color: #bbb;
}

h1{
    font-size: 25px !important;
    color: #f5127c !important;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
}

h2{
    font-size: 22px !important;
}

h3{
    font-size: 18px !important;
    margin-top: .5rem;
}

a, a:hover{
    color: inherit !important;
}

.label{
    color: #bbb !important;
    background: none;
    border: none;
    margin-left: 0;
    text-align: left;
}

.back{
    font-size: 40px;
    line-height: 30px;
    margin: 20px 10px 0 0;
    color: #f5127c !important;
}

.back:hover{
    color: #f5127c;
}

.hidden{
    display: none !important;
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
}

.spaceBottom{
    margin-bottom: 20px;
}

a:hover, a{
    text-decoration: none !important;
}

.desktop{
    display: block;
}

.mobile{
    display: block;
}

.prose{
    color: #f5127c !important;
}

.pblack{
    color: black;
}

.pwhite{
    color: white !important;
}

.recalheader{
    height: 90px;
}

.noShow{
    display: none;
}


/*------------------------- Views -------------------------*/

/*---------------- index -------------------*/
#splashScreen{
    display: none;
}

.index h1{
    text-transform: uppercase;
    font-size: 40px !important;
    text-align: center;
}

.index .screen{
    width: 100%;
    height: auto;
}

.index .screenBrake p{
    color: #111111;
    text-transform: uppercase;
    text-align: center;
    width: 250px;
    font-weight: bold;
}

.index .screenBrake .overlay{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255, 0.5);
}

.index .screenBrake .absolute{
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
}

/*------------------------- Login -------------------------*/

#login input{
    width: 85% !important;
}

#login .account{
    margin-top: 20px;
}

/*---------------- Univers -------------------*/

#univers h2{
    text-transform: uppercase;
    font-size: 30px !important;
    line-height: 50px;
}

#univers .calageH2{
    background: rgba(245, 18, 124, .6);
    height: 30%;
    padding: 0 10px;
}

.choice{
    width: 360px;
    height: 360px;
    border-radius: 20px;
}

#univers .lock{
    width: 50px;
    height: 50px;
    margin: auto;
    margin-right: 15px;
}

.choice h2{
    color: white;
    position: relative;
    text-align: center;
    font-size: 50px;
}

#trainer{
    background-image: url(../_img/imgAdmin/stig.jpg);
    background-position: 55%;
    background-size: cover;
}

#coach{
    background: url(../_img/imgAdmin/coach.jpg);
    background-position: 50%;
    background-size: cover;
}

#track{
    background: url(../_img/imgAdmin/raceTrack.jpg);
    background-position: 50%;
    background-size: cover;
}

#admin{
    background: url(../_img/imgAdmin/cadenas.jpg);
    background-position: 50%;
    background-size: cover;
}

.actif{
    border: 6px solid #f5127c;
}

.passif{
    border: 6px solid white;
}

/*---------------- Univers -------------------*/

#universCoach .choice{
    background: #f5127c;
}

#universCoach h2{
    color: rgb(17, 17, 17);
}

#universCoach h2{
    height: 100%;
}

/*------------------------- track -------------------------*/

.profil .labelP{
    font-size: 12px;
}

.profil img{
    width: 100%;
}

.logoModify{
    width: 100%;
}

/*---------------- account -------------------*/

.btnProfil{
    margin: 47px 0 15px;
}

canvas{
    background: white;
    border-radius: 15px;
    padding: 10px;
}

.storyboard img{
    width: 100%;
    height: auto;
}

.storyboard .comments{
    font-size: 12px;
}

.storyboard .withoutComment{
    margin-bottom: 16px;
}

.storyboard .tips{
    color: white;
    background: #f5127c;
    top: 10px;
    left: 10px;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
}

.storyboard .cloudLoad{
    top: 8px;
    right: 10px;
    width: 26px;
    height: auto;
}

.storyboard span{
    font-size: 12px;
}

.storyboard .placeDate{
    bottom: 0;
    padding: 4px 8px;
    background: rgba(0,0,0,0.7);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-color: #f5127c;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: calc(100% - 2px);
    margin-left: 1px;
}

.storyboard .imgStory, .storyboard .loader{
    position: relative;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    border: 1px solid #f5127c;
    top: 0;
}

.storyboard .divLoader{
    position: absolute;
    top: 0;
}

.storyboard .portrait{
    transform: rotate(90deg);
}


/*---------------- coach -------------------*/

.birthDate select, .birthDate input{
    margin-right: 15px;
}

.listEventP{
    font-size: 14px;
}

/*---------------- list stage -------------------*/

.carte{
    background: #373737;
    padding: 5px 10px 10px;
    border-radius: 5px;
}

.archive{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f5127c;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 2px;
    color: white !important;
    font-size: 12px;
    padding: 3px 3px;
    z-index: 10;
}

/*---------------- gestion -------------------*/

#gestion .stagiaire{
    color: #f5127c !important;
    font-weight: bold;
    margin-right: 10px;
    line-height: 33px;
}

#gestion .plate, #trackView .plate{
    width: 33px;
    color: black;
    background: yellow;
    padding: 5px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
}

#gestion .official{
    width: 33px;
    background: green;
    border-radius: 50%;
    margin-left: 5px;
    padding: 5px;
    text-align: center;
}

#gestion .smallOfficial{
    width: 15px;
    height: 15px;
    background: green;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -5px;
}

#gestion .guest .smallOfficial img{
    width: 8px;
    margin-bottom: 10px;
}

#gestion .guest{
    width: 33px;
    background: red;
    border-radius: 50%;
    margin-left: 5px;
    padding: 4px;
    text-align: center;
    position: relative;
}

#gestion .official img{
    width: 18px;
}

#gestion .guest img{
    width: 13px;
}

#gestion .parameters, #stats .parameters, #trackView .parameters{
    font-size: 12px !important;
    margin-bottom: 3px;
}

#gestion .statMax, #stats .statMax, #trackView .statMax{
    width: 100%;
    height: 3px;
    background: #bbb;
    margin-bottom: 10px;
}

#gestion .stat, #stats .stat, #trackView .stat{
    position: absolute;
    top: -1px;
    height: 5px;
}

.low{
    background: red;
}

.medium{
    background: orange;    
}

.high{
    background: green;
}

#menuPhoto .api{
    margin-top: 25vh;
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
}

#trackEvent .api{
    margin-top: 40px;
}

#api.decal{
    margin-top: 2vh;
}

.api .button{
    width: 92px;
    height: 92px;
    background: #f5127c;
    border-radius: 50%;
    border: 2px solid white;
    padding: 10px;
}

.checkApi .button, .checkTools .button, .checkWeather .button{
    top: 0;
    width: 42px;
    height: 72px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    border: 2px solid white;
    border-top: none;
    position: fixed;
    z-index: 100;
}

.checkApi .button{
    left: 80vw;
    background: #f5127c;
}

.checkTools .button{
    left: calc( 80vw - 51px );
    background: #4400ff;
}

.checkWeather .button{
    left: calc( 80vw - 102px );
    background: #20a813;
}

#api #apiLabel{
    width: 92px;
    height: 92px;
    background: #f5127c;
    border-radius: 50%;
    border: 2px solid white;
    padding: 10px;
}

#apiLabel img{
    margin-top: 2px;
}

#apiButton{
    cursor: pointer;
}

.button img{
    vertical-align: -2px;
}

#menuPhoto, #tools{
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    z-index: 110;
}

#weather{
    position: fixed;
    top: -120vh;
    left: 0;
    width: 100%;
    height: 120vh;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    z-index: 110;
}

#weather.decal{
    transform: translate(0, 120vh);
}

#menuPhoto{
    background: rgba(17, 17, 17,0.96);
}

#tools{
    background: rgba(17, 17, 17,0.99);
}

#weather{
    background: rgba(17, 17, 17,0.99);
}

#menuPhoto.decal, #tools.decal{
    transform: translate(0, 100%);
}

#menuPhoto .preview{
    max-width: 80%;
}

#menuPhoto .preview img{
    width: auto;
    max-height: 200px;
}

#previewPicture img{
    width: 100%;
    border-radius: 5px;
}

#menuPhoto form{
    position: relative;
}

#choiceName h2 span{
    color: #f5127c;
}

#comments textarea{
    padding: 5px;
    border-radius: 3px;
    color: black;
}



    /*---------------- weather ----------------------*/

.today{
    margin-top: 20px;
}

.box{
    width: 70px;
    height: 70px;
}

div.box-bg{
    display: grid;
    grid-template-columns: 50% 50%;
    transform: rotate(-45deg);
    filter: blur(30px);
}

span.month{
    font-weight: 700;
    font-size: 0.8em;
    letter-spacing: 3px;
    text-indent: 3px;
    color: #f5127c;
}

span.date{
    font-weight: 700;
    font-size: 2.5em;
    color: #f5127c;
}

div.date-box{
    width: 100px;
    height: 100px;
    background: transparent;
    border-radius: 35px;
    box-shadow: 0px 10px 30px 0px rgb(0,0,0,.1);
}

.green{
    background: #94e2bb;
}

.blue{
    background: #72befa;
}

.pink{
    background: #fe8bc4;
}

.purple{
    background: #8060ff;
}

#weather .weather-block{
    margin: 80px 0 0 0;
}

#weather .button{
    text-align: center;
    margin-top: 40px;
    z-index: 100;
    position: relative;
}

#weather .icone{
    width: 60%;
}

#weather .weatherP{
    font-size: 15px;
    margin-bottom: 5px;
}

#weather .hourP{
    font-size: 19px;
    margin-bottom: 5px;
    color: #f5127c;
}

    /*---------------- chrono ------------------------*/

#tools input,
#tools label {
    display: none;
}

#tools .button>img, #weather .button>img{
    transform: rotate(180deg);
    margin-bottom: 30px;
}

#tools .container {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin: 40px auto 0;
    width: 90vw;
    min-width: 300px;
    max-width: 400px;
    text-align: center;
}

time {
    font-size: 57px;
    height: 1em;
    line-height: 1em;
    display: inline-block;
    overflow: hidden;
    animation-name: none;
    animation-play-state: paused;
    margin-bottom: 30px;
    color: #fff;
}

time i,
time b {
    float: left;
    font-style: normal;
    font-weight: 600;
    animation-name: inherit;
    animation-play-state: inherit;
    color: #f5127c;
}

.container > time b {
    height: 1em;
    min-width: 0.3em;
    padding-top: 0.3em;
}

.container > time b::before,
.container > time b::after {
    content: '';
    display: block;
    width: 0.08em;
    height: 0.08em;
    background-color: currentColor;
    border-radius: 100%;
    margin: 0 auto 0.29em;
}

time i::before,
time i::after {
    content: '0\A 1\A 2\A 3\A 4\A 5\A 6\A 7\A 8\A 9\A 0';
    white-space: pre;
    animation-name: inherit;
    animation-play-state: inherit;
    animation-iteration-count: infinite;
    animation-timing-function: steps(10);
    float: left;
    margin: 0 0.02em;
}

time i:first-child::before,
time i:nth-of-type(2)::before {
    content: '0\A 1\A 2\A 3\A 4\A 5\A 0';
    animation-timing-function: steps(6);
}

time i:first-child::before {
    animation-duration: 3600s;
}

time i:first-child::after {
    animation-duration: 600s;
}

time i:nth-of-type(2)::before {
    animation-duration: 60s;
}

time i:nth-of-type(2)::after {
    animation-duration: 10s;
}

time i:nth-of-type(3)::before {
    animation-duration: 1s;
}

time i:nth-of-type(3)::after {
    animation-duration: 100ms;
}

.controls {
    position: relative;
    height: 80px;
    margin-bottom: 20px;
}

.controls::before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background-color: #0F0F0F;
    opacity: 0.5;
    z-index: 10;
}

#tools label {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #353535;
    background-color: #353535;
    box-shadow: inset 0 0 0 2px #0F0F0F;
    color: white !important;
    width: 80px;
    border-radius: 100%;
    text-align: center;
    line-height: 76px;
    position: absolute;
    top: 0;
    left: 0;
}

#tools label[for="start"] {
    background-color: #182E1C;
    border-color: #182E1C;
    color: #42CC57;
}

#tools label[for="stop"] {
    background-color: #351614;
    border-color: #351614;
    color: #FF352C;
}

#tools label[for="start"],
#tools label[for="stop"] {
    right: 0;
    left: auto;
}

.laps {
    counter-reset: laps;
    list-style: none;
    margin: 0;
    padding-left: 0;
    border-top: 1px solid #333;
    font-size: 16px;
    height: 50vh;
    overflow: scroll;
}

.laps li {
    color: white;
    text-align: right;
    position: relative;
    border-bottom: 1px solid #333;
    padding-top: 1em;
    height: 3em;
}

.laps li::before {
    counter-increment: laps;
    content: 'Lap ' counter(laps);
    visibility: hidden;
    color: inherit;
    line-height: 3em;
    position: absolute;
    left: 0;
    top: 0;
}

.laps li time {
    visibility: hidden;
    color: inherit;
    font-size: inherit;
    margin-bottom: 0;
}

.laps li time i,
.laps li time b {
    font-weight: inherit;
    padding-top: 0;
}

.laps li time b::before {
    content: ':';
}

/* Visible control conditions */
#start:checked ~ .controls label[for="stop"],
#start:checked ~ #lap_1:not(:checked) ~ .controls label[for="lap_1"],
#start:checked ~ #lap_1:checked + #lap_2:not(:checked) ~ .controls label[for="lap_2"],
#start:checked ~ #lap_2:checked + #lap_3:not(:checked) ~ .controls label[for="lap_3"],
#start:checked ~ #lap_3:checked + #lap_4:not(:checked) ~ .controls label[for="lap_4"],
#start:checked ~ #lap_4:checked + #lap_5:not(:checked) ~ .controls label[for="lap_5"],
#start:checked ~ #lap_5:checked + #lap_6:not(:checked) ~ .controls label[for="lap_6"],
#start:checked ~ #lap_6:checked + #lap_7:not(:checked) ~ .controls label[for="lap_7"],
#start:checked ~ #lap_7:checked + #lap_8:not(:checked) ~ .controls label[for="lap_8"],
#start:checked ~ #lap_8:checked + #lap_9:not(:checked) ~ .controls label[for="lap_9"],
#start:checked ~ #lap_9:checked + #lap_10:not(:checked) ~ .controls label[for="lap_10"],
#start:checked ~ #lap_10:checked ~ .controls label[for="lap_10"],
#stop:checked ~ .controls label[for="start"],
#stop:checked ~ .controls label[for="reset"],
#init:checked ~ .controls label[for="start"],
#init:checked ~ .controls label[for="lap_1"] {
    display: block;
}

/* Disable lap control conditions */
#init:checked ~ .controls::before,
#start:checked ~ #lap_10:checked ~ .controls::before {
    display: block;
}


/* Visible lap conditions */
.laps li:first-child time,
.laps li:first-child::before,
#lap_1:checked ~ .laps li:nth-child(2) time,
#lap_1:checked ~ .laps li:nth-child(2)::before,
#lap_2:checked ~ .laps li:nth-child(3) time,
#lap_2:checked ~ .laps li:nth-child(3)::before,
#lap_3:checked ~ .laps li:nth-child(4) time,
#lap_3:checked ~ .laps li:nth-child(4)::before,
#lap_4:checked ~ .laps li:nth-child(5) time,
#lap_4:checked ~ .laps li:nth-child(5)::before,
#lap_5:checked ~ .laps li:nth-child(6) time,
#lap_5:checked ~ .laps li:nth-child(6)::before,
#lap_6:checked ~ .laps li:nth-child(7) time,
#lap_6:checked ~ .laps li:nth-child(7)::before,
#lap_7:checked ~ .laps li:nth-child(8) time,
#lap_7:checked ~ .laps li:nth-child(8)::before,
#lap_8:checked ~ .laps li:nth-child(9) time,
#lap_8:checked ~ .laps li:nth-child(9)::before,
#lap_9:checked ~ .laps li:nth-child(10) time,
#lap_9:checked ~ .laps li:nth-child(10)::before {
    visibility: visible;
}

/* Reset */
#init:checked ~ time,
#init:checked ~ .laps li time {
    animation-name: none;
}

#init:not(:checked) ~ time,
#init:not(:checked) ~ .laps li time {
    animation-name: digit;
}

/* Timer / Lap running conditions */
#start:checked ~ time,
#start:checked ~ #lap_1:not(:checked) ~ .laps li:first-child time,
#start:checked ~:checked + #lap_2:not(:checked) ~ .laps li:nth-child(2) time,
#start:checked ~:checked + #lap_3:not(:checked) ~ .laps li:nth-child(3) time,
#start:checked ~:checked + #lap_4:not(:checked) ~ .laps li:nth-child(4) time,
#start:checked ~:checked + #lap_5:not(:checked) ~ .laps li:nth-child(5) time,
#start:checked ~:checked + #lap_6:not(:checked) ~ .laps li:nth-child(6) time,
#start:checked ~:checked + #lap_7:not(:checked) ~ .laps li:nth-child(7) time,
#start:checked ~:checked + #lap_8:not(:checked) ~ .laps li:nth-child(8) time,
#start:checked ~:checked + #lap_9:not(:checked) ~ .laps li:nth-child(9) time,
#start:checked ~:checked + #lap_10:not(:checked) ~ .laps li:nth-child(10) time {
    animation-play-state: running;
}

/* Timer / Lap stopping conditions */
#stop:checked ~ time,
#stop:checked ~ .laps li time,
#start:checked ~ #lap_1:checked ~ .laps li:first-child time,
#start:checked ~ #lap_2:checked ~ .laps li:nth-child(2) time,
#start:checked ~ #lap_3:checked ~ .laps li:nth-child(3) time,
#start:checked ~ #lap_4:checked ~ .laps li:nth-child(4) time,
#start:checked ~ #lap_5:checked ~ .laps li:nth-child(5) time,
#start:checked ~ #lap_6:checked ~ .laps li:nth-child(6) time,
#start:checked ~ #lap_7:checked ~ .laps li:nth-child(7) time,
#start:checked ~ #lap_8:checked ~ .laps li:nth-child(8) time,
#start:checked ~ #lap_9:checked ~ .laps li:nth-child(9) time,
#start:checked ~ #lap_10:checked ~ .laps li:nth-child(10) time {
    color: #fff;
    animation-play-state: paused;
}

@keyframes digit {
    from {
    transform: translateY(0);
    }
    to {
    transform: translateY(calc(-100% + 1em));
    }
}


    /*---------------- bouton radio -------------------*/

input[type="radio"]{
    display: none;
}

label{
    text-align: center;
    position: relative;
    color: #f5127c !important;
    border: 2px solid #f5127c;
    background: white;
    font-family: poppins;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    float: left;
    margin: 0 4px;
}

.frame{
    min-width: 54px;
    font-size: 20px;
    border-radius: 5px;
    padding: 10px 10px;
}

.param{
    font-size: 15px;
    border-radius: 4px;
    padding: 5px 5px;
}

.notation{
    width: 50px;
    font-size: 15px;
    border-radius: 4px;
    padding: 5px 3px;
}



input[type="radio"]:checked + label{
    background-color: #f5127c;
    color: white !important;
    border: 2px solid white;
}




/*---------------- Liste Article -------------------*/

#myResult .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: rgba(17,17,17,1);
    background-color: #f5127c !important;
    border-top-color: #f5127c !important;
    border-right-color: #f5127c !important;
    border-bottom-color: #f5127c !important;
    border-left-color: #f5127c !important;
    color: white !important;
    padding: 8px 3px;
}

#myResult .nav-item.show .nav-link, .nav-tabs .nav-link{
    padding: 8px 3px;
}

#myResult li .nav-link.active{
    border-bottom: 1px solid #f5127c;
    color: rgba(17,17,17,1);
}

#myResult li .nav-link{
    color: #bbb;
    text-decoration: none;
}

#myResult{
    border-bottom: 1px solid #f5127c;
    width: 100%;
    margin: 0 0 20px;
}

#myResult .nav-item{
    width: 50%;
    text-align: center;
}

#myResult .nav-item.user{
    width: 33.33333%;
    text-align: center;
}

/*---------------- All -------------------*/

.yesNo{
    width: 80px;
}

#imgArchiv{
    height: 250px;
    width: auto;
    text-align: center;
}

    /*---------------- Article image impaire -------------------*/

.article_list:nth-child(odd) .divContent {
    margin-left: 45%;
}

.article_list:nth-child(odd) .article_content{
    top: 0;
    left: 45%;
    width: 50%;
}

.article_list:nth-child(odd) .article_image{
    width: 45%;
    position: relative;
    top: 0;
    left: 0;
}

.article_list:nth-child(odd) .article_image>img{
    width: auto;
    height: 220px;
}

.article_list:nth-child(odd) .date p{
    text-align: right;
}

    /*---------------- Article image paire -------------------*/

.article_list:nth-child(even) .divContent {
    margin-left: 5%;
}

.article_list:nth-child(even){
    width: 50%;
}

.article_list:nth-child(even) .article_content{
    left: 5%;
    height: 100%;
}

.article_list:nth-child(even) .article_image{
    width: 45%;
    position: relative;
    top: 0;
    left: 50%;
}

.article_list:nth-child(even) .article_image>img{
    width: auto;
    height: 220px;
}

.article_list:nth-child(even) .date p{
    text-align: left;
}

/*---------------- Page Article -------------------*/

.page_article *{
    color: #bbb;
}

.page_article h1{
    font-size: 20px;
}

.page_article h2, .page_article h3{
    font-size: 18px !important;
}

.page_article .spec h3{
    font-weight: 600;
    color:#fc5130;
}

.page_article .spec .specPicto{
    width: 22px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 4px;
}

.page_article .title p{
    font-size: 12px !important;
}

.page_article a:hover, .messageBody a:hover{
    text-decoration: none;
}

.page_article .sharing{
    margin-bottom: 1rem;
    position: relative;
}

.page_article .sharing a{
    margin-right: 5px;
}

.page_article .sharing .fb-share-button{
    /*position: absolute;*/
    left: 0;
}

.fb-share-button span iframe{
    width: 32px !important;
    height: 32px !important;
}

.page_article .tags span p{
	color: #fff;
	padding: 5px 15px;
	background-color: #fc5130;
	border-radius: 5px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0;
    display: inline-block;
}

.page_article .textarea .centrer{
    display: inline-block;
    text-align: center;
    width: 100%;
}

.page_article .textarea .paragraphe{
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}

.page_article .textarea .paragraphe p{
    padding: 4px;    
}

/*.page_article hr, .messageBody hr{
    background: #bbb;
}*/

.page_article .spec{
    background: #333333;
    padding: 20px;
    border-radius: 5px;
}

.page_article .spec .spare{
    margin: 0.7rem 0 !important;
    width: 100%;
    height: 1px;
    background: #bbb;
}

.page_article .spec .toRight{
    background: linear-gradient(to right, #bbb, #bbb 50%, #111 85%, #111);
}

.page_article .spec .toLeft{
    background: linear-gradient(to left, #bbb, #bbb 50%, #111 85%, #111);
}



.page_article h3, .page_article p{
    display: inline;
}

.page_article p{
    font-weight: 300;
}


    /* -------------------vue notation-------------------- */

#postit{
    transform: rotate(-4deg);
    margin-bottom: 50px;
}

.postit .before{
    position: absolute;
    bottom: -10px;
	left: -10px;
	transform: rotate(-4deg) skew(-9deg);
    box-shadow: -10px 20px 9px rgba(0, 0, 0, 0.9);
    z-index: -10;
}

.postit .after{
	right: 10px;
	transform: rotate(4deg) skew(9deg);
    box-shadow: 10px 20px 9px rgba(80, 80, 80, 0.6);
    z-index: -10;
}

.postit .scotch{
    width: 118px;
    height: 35px;
    position: absolute;
    top: -16px;
    left: 48%;
    margin: auto;
    background: rgba(255,255,200,0.6);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    transform: rotate(-75deg);
}

    /* -------------------même auteur-------------------- */

.page_article .recall .sameAuthor, .messageBody .recall .sameAuthor{
    margin-top: 15px;
    height: 80px;
    padding-right: 0 !important;
}

.page_article .recall .title, .messageBody .recall .title{
    padding-left: 10px;
    padding-right: 0;
}

.page_article .recall .backgroundImage, .messageBody .recall .backgroundImage{
    height: 100%;
    width: auto;
    background-position-Y: 38%;
    background-size: cover;

}

.page_article .recall .sameAuthor h2, .message .recall .sameAuthor h2{
    font-size: 17px !important;
}

.page_article .recall .sameAuthor .title{
    margin: auto 0;
}



/*---------------- Footer -------------------*/

.footer{
    padding: 15px;
    background: rgb(24, 24, 24) !important;
    margin-top: 30px;
}

.footer *{
    color: #bbb;
}

.footer a:hover{
    color: #bbb;
    text-decoration: none;
}

.footer a, .footer p{
    display: flex;
    align-items: center;
    margin: 0;
}

.footer .brand{
    align-items: center;
}

.footer .footerRecall .brand img{
    width: 40px;
    height: auto;
}

.footer .footerRecall .brand h2{
    font-family: 'Goldman', cursive !important;
    margin: 0;
    padding-left: 10px;
}

.footer .footerRecall .family a{
    text-decoration: none;
    text-transform: uppercase;
}

.footer .footerRecall .social svg{
    fill: #bbb;
    width: 24px;
    height: 24px;
    align-items: center;
    margin: 0 10px;
    text-align: right;
}

.footer #families{
    display: none;
}

.footer .family a{
    text-transform: uppercase;
}

.footer .newsletter{
    align-items: center;
    margin-bottom: 15px;
    height: 120px;
}

.footer .newsletter .mail input{
    margin-left: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.footer .newsletter .mail button{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.footer .newsletter .mail .form-control:focus {
    border-color: #fc5130;
    box-shadow: 0 0 0 .2rem rgba(252,81,48,0.15);
}

.footer .newsletter .mail{
    display: none;
}

.footer .footerBottom{
    height: 25px;
}

.mobile .family{
    padding: 20px 0;
}

.mobile .footerBottom{
    margin:0 0 15px;
}

.mobile .footerBottom p{
    font-size: 12px !important;
}

/*----------------------- mentions / cookies -----------------------------*/

.mention *{
    color: #bbb;
}

.mentionsBody, .cookiesBody{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #bbb;
}

.mentionsBody, .cookiesBody{
	padding: 0 90px !important;
}

.mentionsBody h2, .cookiesBody h2{
	margin-top: 30px;
}

.mentionsBody h2, .mentionsBody h3, .cookiesBody h2, .cookiesBody h3{
	margin-bottom: 10px;
}

.mentionsBody h3, .cookiesBody h3{
	margin-top:20px;
	font-size: 1.5rem;
}

.mentionsBody p, .cookiesBody p{
	margin-top: 10px;
	font-size: 0.9rem;
}

.mentionsBody strong a, .cookiesBody strong a{
	text-decoration: none;
	color: #fc5130;
}

.mentionsBody ul{
    padding: 0 15px;
}

.cookiesBody{
	padding: 0 90px 50px 90px !important;
}

.cookiesBody ul{
    margin-left: 15px;
}

.cookiesBody li{
    margin-left: 30px;
}

.cookie-alert{
	width: 100%;
	height: 230px;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	position: fixed;
	padding: 30px 50px;
	text-align: justify;
}

.cookie-alert p{
	color: #fff;
}

.cookie-alert .lien-cookie{
	text-align: right;
}

.cookie-alert .lien-cookie a{
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	margin-left: 20px;
	border-radius: 4px;
}

.cookie-alert .lien-cookie .ok{
	background: #3050EC;
}

.cookie-alert .lien-cookie .error{
	background: #439e06;
}

/*----------------------- newsletter -----------------------------*/

.bodyNewsletter *{
    color: #bbb;
}

.bodyNewsletter img{
    margin-top: 30px;
    width: 100%;
    height: auto;
}

.bodyNewsletter h1{
    text-align: center;
}

.bodyNewsletter span{
    color: #fc5130;
    text-transform: uppercase;
}

.bodyNewsletter ul{
    padding-left: 15px;
}

/*----------------------- contact -----------------------------*/

.contactBody * {
    color: #bbb;
}

.contactBody h2{
    text-align: center;
}

.contactBody form label{
    margin-top: 15px;
}

.contactBody form>div{
    margin: 15px 0;
}

/*----------------------- message -----------------------------*/

.messageBody * {
    color: #bbb;
}

.messageBody img{
    width: 100%;
    height: auto;
}

.messageBody h2{
    font-size: 24px;
    margin-top: 25px;
}

.messageBody p a:hover{
    color: #fc5130;
}

/*---------------- Movie.php -------------------*/


.page_article .iframe iframe{
    width: 100%;
}

/*----------------------- affichage -----------------------------*/

.iframe{
    margin: 0 auto;
}

/*----------------------- star du jour -----------------------------*/

#star{
    width: 100vw;
    height: 120px;
    background-color:rgba(17, 17, 17,1);
    z-index: 50;
}

#star h1, #star h2{
    font-family: 'Permanent Marker', cursive !important;
    color: white !important;
    text-align: center;
}

#star h1{
    margin-top: 20px !important;
}

#star p{
    margin: 15px 0 !important;
}

#star p{
    font-family: 'Bad Script', cursive !important;
    text-align: center;
    color: #f5127c;
    margin: 5px 0 !important;
    font-size: 30px;
}

/*----------------------- album -----------------------------*/

.album img{
    width: 100%;
    height: auto;
}

.album{
    width: 100%;
    margin: 0px 0px 10px !important;
}

.album .pres, .loadingImage .pres{
    font-size: 13px;
    margin: 2px 0;
}

.album .user_comment, .loadingImage .user_comment{
    font-size: 17px;
}

.album .cadre{
    width: calc( 100vw - 30px);
    height: calc( 100vw - 30px);
    background-position: center;
    background-size: cover;
    top: 0;
    border-radius: 10px;
    border: 1px solid #f5127c;
}

.album .cadre.rotate{
    transform: rotate(90deg);
}


/*----------------------- loading image -----------------------------*/

.loadingImage{
    width: calc( 100% - 40px );
    margin: 0px 20px;
    padding-top: 15px;
}

.loadingImage img{
    width: 100%;
    height: auto;
}

.loadingImage .titre{
    font-size: 10px;
    margin: 5px 0;
}

.loadingImage .relative .heart{
    top: 10px;
    left: 10px;
    width: 32px;
    height: auto;
}

/*------ Responsive ------*/

/*---------------- CSS mobile -------------------*/

@media (max-width: 775px){
    .index .header{
        margin-top: 50px
    }

    .index .screenBrake{
        display: block;
    }

    #splachScreen .blank{
        height: 118px;
    }

    
    #splachScreen{
        position: fixed;
        top: 0;
        width: 100vw;
        height: 120vh;
        background-color: #f5127c;
        z-index: 100;
        overflow-x: hidden;
    }

    #splachScreen .splachContent{
        height: 100vh;
        position: relative;
        padding-top: 15vh;
    }


    #splachScreen p{
        text-align: center;
        color: white;
        font-size: 50px;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-family: 'Varela Round' !important;
        margin: 15vh 0 0 0;
    }

    #splachScreen .second{
        margin: 0;
    }

    #splachScreen span{
        letter-spacing: .8rem;
        color: white !important;
        font-family: 'Varela Round' !important;
    }

    #splachScreen .bottom{
        margin-top: 15vh;
    }

    #splachScreen .notice, #splachScreen a{
        font-size: 15px;
        color: white;
        text-decoration: none;
    }

    #splachScreen p.notice{
        margin: 0;
    }

}

@media (min-width: 776px){
    .index .screenBrake{
        display: none;
    }

    #splachScreen{
        display: none;
    }
}

@media (max-width: 576px){

    .desktop{
        display: none !important;
    }

    .mobile{
        display: block !important;
    }

    .universCoach{
        flex-wrap: wrap;
    }

    .universCoach .choice{
        width: 160px;
        height: 160px;
    }

    .recalheader{
        height: 50px;
    }

    body p{
        font-size: 17px;
    }

    .header{
        height: 100vh;
        width: auto;
        background-position: 48% 28%;
    }

    .header h1{
        line-height: 100px;
        font-size: 20vw !important;
    }

    #btn_up{
        display: none;
    }

    .container{
        width: 100%;
    }

    /*---------------- index -------------------*/

    .epingle{
        margin: 20px 10px 0;
        padding: 10px 10px 0;
        background: #222222;
        border: 1px solid #fc5130;
        border-radius: 5px;
        color: white;
    }

    .epingle h2{
        color: white;
        font-size: 14px;
    }
    
    .epingle .epingle-image{
        margin-top: 10px;
    }

    .epingle img{
        position: relative;
    }
    
    .epingle p{
        margin-top: 10px;
        font-size: 12px !important;
    }

    .epingle a{
        padding: 3px 17px;
        font-size: 12px;
    }

    .prim .honeycomb-cell{
        flex: 0 1 250px;
        max-width: 250px;
        height: 137.5px;
        margin: 81.25px 25px;
    }

    .prim .honeycomb .honeycomb-cell:nth-child(1){
        margin-top: 20px !important;
    }

    .prim .honeycomb-cell_desc p{
        width: 250px;
    }

    .prim .honeycomb .honeycomb-cell .logoYT {
        margin: 10px 0;
    }

    /*---------------- List Article -------------------*/

    .article_list{
        background-size: cover;
        background-position-x: 50%;
    }

    .article_list .divContent{
        width: calc(100% - 2px)!important;
        margin: 0;
        margin-left: 1px !important;
        border-bottom: 10px;
        margin-top: 220px;
    }

    .article_list .divContent a:hover{
        color: white;
        text-decoration: none;
    }

    .article_content p{
        text-align: left;
        margin-top: 15px;
        margin-bottom: 2rem;
    }

    .article_lien_mobile{
        position: absolute;
        bottom: -26px;
        left: 0px;
        width: 100%;
        margin-bottom: 15px;
    }

    .article_list .divContent .date p{
        font-size: 11px !important;
        margin: 0 0;
        position: relative;
        bottom: 0px;
    }

       /*---------------- Article image impaire -------------------*/

    .article_list:nth-child(odd) .article_content, .article_list:nth-child(even) .article_content{
        width: calc(100% + 2px);
        border-radius: 0 0 10px 10px;

    }

        /*---------------- Article image paire -------------------*/
    
    /*---------------- Page Article -------------------*/

    .page_article .textarea img{
        width: 100% !important;
        height: auto !important;
        float: unset !important;
        margin: 10px 0 !important;
    }

    .page_article .textarea .paragraphe {
        display: block;
        margin-bottom: 25px;
    }

    .page_article .textarea .paragraphe p {
        padding: 0;
        margin: 0;
    }

    /* -------------------spécifications-------------------- */

    .page_article .spec .specPicto{
        width: 18px;
        height: auto;
        margin-right: 5px;
    }

    .page_article .spec h3{
        font-size: 15px;
    }

    .page_article .spec p{
        font-size: 13px !important;
    }



    /* -------------------notation-------------------- */

    #postit{
        margin: -10px 3% 20px;
        width: 94%;
        transform: rotate(-3deg);
    }

    #postit .scotch{
        width: 70px;
        height: 27px;
        left: 40%;
        top: -10px;
    }

    #postit .noPaddingMobile{
        padding: 0;
    }

    #postit .pictoPostit {
        width: 20px;
        height: 20px;
        margin-top: 2px;
    }

    #postit p{
        padding-right: 0;
        margin-bottom: 8px;
        line-height: 21px;
        font-size: 18px !important;
    }

    .postit .scotch {
        left: 35%;
    }

    /*---------------- List recherche Article -------------------*/

    #article_search{
        margin-bottom: 50px;
        color: #bbb;
    }

    /*------------------------ view mentions / cookies -----------------*/

    .mention{
        margin: 0 !important;
    }
    
    .mentionsBody, .cookiesBody{
		margin: 0;
		padding: 0 0 !important;
	}

	.mentionsBody h2{
		font-size: 1.5rem;
	}

	.mentionsBody h3{
		font-size: 1.1rem;
		text-decoration: underline;
	}

	.cookie-alert{
		height: 400px;
		padding: 30px 30px;
	}

	.cookie-alert #text{
		font-size: 13px !important;
	}

	.cookie-alert .lien-cookie{
		padding: 20px 0;
    }
    
    /*------------------------ view mentions / cookies -----------------*/

    .bodyNewsletter img{
        width: auto;
        height: 40vh;
    }

    /*------------------------ contact -----------------*/

    .contactBody label{
        padding: 0;
        margin: 15px 0 8px;
    }

    .contactBody input, .contactBody .textarea{
        margin: 0;
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){

    #landscape{
        display: block ! important;
    }

    #portrait{
        display: none !important;
    }

    .footer .footerRecall, .footer #families, .footer .newsletter{
        height: 50px;
    }

    .footer .footerRecall .family a{
        display: none;
    }

    .footer #families{
        display: flex;
    }

    .article_list:nth-child(odd) .divContent {
        /*margin-left: unset !important;*/
    }

    .cookie-alert {
        height: 270px;
    }

    .page_article .textarea .paragraphe {
        display: initial;
        margin-bottom: 15px;
        width: 100%;
    }

    .page_article .epingle .div .mobile{
        display: none;
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){

    #landscape{
        display: none ! important;
    }

    #portrait{
        display: block !important;
    }

    .footer #families{
        display: none;
    }

    .article_list:nth-child(odd) .divContent {
        /*margin-left: unset !important;*/
    }

    .footer .mention{
        width: 100%;
        margin: 0;
    }

    .prim .honeycomb-cell {
        margin: 73.4px 12.5px 41px 12.5px;
    }

    .cookie-alert {
        height: 330px;
    }

    .page_article .textarea .paragraphe {
        display: initial;
        margin-bottom: 15px;
        width: 100%;
    }

    .page_article .textarea img {
        max-width: 100% !important;
    }

    .page_article .epingle {
        padding: 15px;
        margin: 15px auto;
        width: 90%;
    }

    .page_article .textarea img {
        width: 100% !important;
        height: auto !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        float: unset !important;
        margin: unset !important;
    }

}

@media (min-width: 577px) and (max-width: 767px){

    #landscape{
        display: none ! important;
    }

    #portrait{
        display: block !important;
    }

    .footer #families{
        display: none;
    }

    .article_list:nth-child(odd) .divContent {
        /*margin-left: unset !important;*/
    }

    .footer .mention{
        width: 100%;
        margin: 0;
    }

    .prim .honeycomb-cell {
        margin: 73.4px 12.5px 41px 12.5px;
    }

    .cookie-alert {
        height: 330px;
    }

    .page_article .textarea .paragraphe {
        display: initial;
        margin-bottom: 15px;
        width: 100%;
    }

    .page_article .textarea img {
        max-width: 100% !important;
    }

    .page_article .epingle {
        padding: 15px;
        margin: 15px auto;
        width: 90%;
    }

    .page_article .textarea img {
        width: 100% !important;
        height: auto !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        float: unset !important;
        margin: unset !important;
    }

}





@media (min-width: 550px) and (max-width: 761px){
    .header {
        height: 400px;
        width: auto;
        background-position: 48% 28%;
    }

    .header h1 {
        line-height: 400px;
        font-size: 11vw !important;
    }

    .epingle{
        margin: 40px 0 0;
    }

    .article_content h2{
        font-size: 1.15rem;
    }

    .article_content p{
        font-size: 0.75rem;
    }

    .article_lien_mobile a{
        padding: 3px 22px;
        font-size: 0.8rem;
    }

    .article_lien_mobile a:hover{
        text-decoration: none;
        color: rgba(17, 17, 17,1);
    }
}

@media (max-width: 767px){

    .footer .newsletter{
        height: 65px;
    }

    .footer .newsletter p{
        margin-bottom: 10px;
    }

    .footer .mention{
        width: 100%;
        margin: 10px 0 0 0;
    }

}

@media (max-width: 800px){
    /*---------------- Movie.php -------------------*/


    /*----------------------- affichage -----------------------------*/

    .iframe{
        width: 100%;
    }

    .iframe iframe{
        width: 100%;
        height: auto;
    }
}

@media (min-width: 762px) and (max-width: 991px){

    .header {
        height: 400px;
        width: auto;
        background-position: 48% 28%;
    }

    .epingle{
        margin: 40px 0 0;
    }

    .header h1 {
        line-height: 400px;
        font-size: 11vw !important;
    }

    .article_content h2{
        font-size: 1.15rem;
    }

    .article_content p{
        font-size: 0.8rem;
    }

    .article_lien_mobile a{
        padding: 3px 22px;
        font-size: 0.8rem;
    }

    .article_lien_mobile a:hover{
        text-decoration: none;
        color: rgba(17, 17, 17,1);
    }

}

@media (min-width: 550px) and (max-width: 991px){

    .header h1{
        line-height: 100px;
        font-size: 14vw !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px){

    .desktop{
        display: block !important;
    }

    .mobile{
        display: none !important;
    }

    .article_content h2{
        font-size: 1.4rem;
    }

    .article_content p{
        font-size: 0.85rem;
    }

}

@media (min-width: 991px) and (max-width: 1099px){

    .header h1 br{
        display: none !important;
    }
}

/*---------------- CSS Héxagones -------------------*/

@media (max-width: 1099px){

    .desktop{
        display: none !important;
    }

    .mobile{
        display: block !important;
    }
}

@media (max-width: 550px){

    .prim .honeycomb-cell {
        margin-bottom: 85px !important;
    }

    .prim .honeycomb-cell_title {
        font-size: 1.3rem;
    }

}

@media (min-width: 775px) and (max-width: 825px){

    .prim .honeycomb-cell {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 785px) and (max-width: 1177px){
    .prim .honeycomb-cell{
        margin: 73.4px 17.5px 50px 20px;
    }
}

@media (min-width: 550px) and (max-width: 825px){

    .prim .honeycomb-cell:nth-child(3n){
        margin-right: calc(50% - 125px);
        margin-left: calc(50% - 125px);
    }

    .prim .honeycomb_Hidden:nth-child(3n + 5){
        display: block;
    }

}

@media (max-width: 825px){
    
    .prim .honeycomb-cell:nth-child(3n){
        margin-right: calc(50% - 170px);
        margin-left: calc(50% - 170px);
    }

    /*.prim .honeycomb-cell {
        margin: 73.4px 12.5px 145px 12.5px;
    }*/

}

@media (min-width: 825px) and (max-width: 1100px){

    .desktop{
        display: none !important;
    }

    .mobile{
        display: block !important;
    }
 
    .prim .honeycomb-cell:nth-child(3n + 3){
        margin-left: calc(50% - 275px);
        margin-right: calc(50% - 275px);
    }

    /*.prim .honeycomb-cell:nth-child(5n + 5){
        margin-right: calc(50% - 275px);
    }*/

    .prim .honeycomb_Hidden:nth-child(5n), 
    .prim .honeycomb_Hidden:nth-child(5n + 3){
        display: block;
    }
}

@media (max-width: 991px){

    .bodyNewsletter h2{
        margin-top: 25px;
        margin-bottom: 15px;
        text-align: center;
    }

}

@media (min-width: 1100px){

    .desktop{
        display: block !important;
    }

    .mobile{
        display: none !important;
    }

    .prim .honeycomb-cell:nth-child(7n + 4){
        margin-left: calc(50% - 390px);
    }

    .prim .honeycomb-cell:nth-child(7n + 7), 
    .prim .honeycomb-cell:nth-child(7n + 5){
        margin-right: calc(50% - 400px);
    }

    .prim .honeycomb_Hidden:nth-child(7n + 7), 
    .prim .honeycomb_Hidden:nth-child(7n + 9), 
    .prim .honeycomb_Hidden:nth-child(7n + 11){
        display: block;
    }
}

@media only screen and (max-device-width : 776px) and (orientation : landscape){

    .header h1{
        line-height: 100px;
        font-size: 8vw !important;
    }

    .header h1 .mobile{
        display: none !important;
    }


}
