

/*** 

====================================================================
  Barre de navigation
====================================================================

 ***/

nav{

    padding: 0px 0px;
    text-align: center;
    color: black;
    text-decoration: none;
    width:100vw;
    height:auto;
    background: rgba(0, 0, 0, .8);
    overflow:hidden;
    position: fixed;
    z-index: 999;


}


@media screen and (min-width: 750px) {
    .nav-mobile{
        display: none;
    }
    .nav{

    }
}

@media screen and (max-width: 750px) {
    .nav-normal{
        display: none;
    }


}

ul{
    list-style-type: none;
    display: inline-block;
    text-align: center;
    padding-right : 10px;
    width: 100%;
}

@media screen and (max-width: 750px) {
    ul{
        margin: 0;
        padding: 0;
        text-align: center;
    }
}

.nav-rubrique{
    font-size: 25px;
    text-decoration: none;
    margin-right: 1%;
    margin-left: 1%;
    display: inline-block;
    font-family: 'Stockport';
}

@media screen and (max-width: 1020px) {

    .nav-rubrique{
        font-size: 15px;
    }
}

.actif a{
    color:#ff0;
}

.inactif a{
    color:white;
    text-decoration: none;
}

.nav-rubrique:first-child{
    margin-left: -19px;
}

.nav-rubrique:last-child{
    margin-right: 0;
}

@media screen and (max-width: 750px) {

    .nav-logo{
        width:120px;
    }
}

.menu{
    height:50px;
    width:100px;
    background: #ff0;
}

.inactif a{
    color:white;
    text-decoration: none;
}

.nav-rubrique:first-child{
    margin-left: 0;
}

.nav-rubrique:last-child{
    margin-right: 0;
}


@media screen and (max-width: 750px) {

    .nav-logo{
        width:120px;
    }
}

.menu{
    height:50px;
    width:100px;
    background: #ff0;
}



.transition_1 {
    margin-top : 11%;
    background: url(../images/halteres.png) fixed;
    padding-top: 40%;
    background-size : cover;
}


.menu-item, .menu-open-button {
    background: rgb(255,255,0);
    border-radius: 100%;
    width: 7%;
    height: 29%;
    position: absolute;
    color: white;
    text-align: center;
    line-height: 44px;
    transform: translate3d(0, 0, 0);
    transition: transform ease-out 200ms;
}
.menu-open {
    display: none;
}
.hamburger {
    width: 55%;
    height: 8%;
    background: black;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -2%;
    transition: transform 200ms;
}
.hamburger-1 {
    transform: translate3d(0, -8px, 0);
}
.hamburger-2 {
    transform: translate3d(0, 0, 0);
}
.hamburger-3 {
    transform: translate3d(0, 8px, 0);
}
.menu-open:checked + .menu-open-button .hamburger-1 {
    transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-open:checked + .menu-open-button .hamburger-2 {
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-open:checked + .menu-open-button .hamburger-3 {
    transform: translate3d(0, 0, 0) rotate(-45deg);
}
.menu {
    margin-left: 1%;
    padding-top: 20px;
    padding-left : 2%;
    width: 650px;
    height: 150px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: left;
    background: rgba(0,0,0,0);
}
.menu-item:hover {
    background: white;
    color: #00bcd4;
}
.menu-item:nth-child(3) {
    transition-duration: 180ms;
}
.menu-item:nth-child(4) {
    transition-duration: 180ms;
}
.menu-item:nth-child(5) {
    transition-duration: 180ms;
}
.menu-item:nth-child(6) {
    transition-duration: 180ms;
}
.menu-item:nth-child(7) {
    transition-duration: 180ms;
}
.menu-item:nth-child(8) {
    transition-duration: 180ms;
}
.menu-item:nth-child(9) {
    transition-duration: 180ms;
}
.menu-open-button {
    z-index: 2;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 400ms;
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
}
.menu-open-button:hover {
    transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}
.menu-open:checked + .menu-open-button {
    transition-timing-function: linear;
    transition-duration: 200ms;
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}
.menu-open:checked ~ .menu-item {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-open:checked ~ .menu-item:nth-child(3) {
    transition-duration: 190ms;
    transform: translate3d(80px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(4) {
    transition-duration: 290ms;
    transform: translate3d(150px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(5) {
    transition-duration: 390ms;
    transform: translate3d(290px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(6) {
    transition-duration: 490ms;
    transform: translate3d(430px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(7) {
    transition-duration: 290ms;
    transform: translate3d(220px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(8) {
    transition-duration: 390ms;
    transform: translate3d(360px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(9) {
    transition-duration: 490ms;
    transform: translate3d(500px, 0, 0);
}

.nav_image {
    width : 55%;
    margin-left: 1%;
}

.Gauche{
    float :left;
}

@media screen and (max-width: 585px)
{
    .menu-open:checked ~ .menu-item:nth-child(3) {
        transition-duration: 190ms;
        transform: translate3d(50px, 0, 0);
    }
    .menu-open:checked ~ .menu-item:nth-child(4) {
        transition-duration: 290ms;
        transform: translate3d(100px, 0, 0);
    }
    .menu-open:checked ~ .menu-item:nth-child(5) {
        transition-duration: 390ms;
        transform: translate3d(200px, 0, 0);
    }
    .menu-open:checked ~ .menu-item:nth-child(6) {
        transition-duration: 490ms;
        transform: translate3d(300px, 0, 0);
    }
    .menu-open:checked ~ .menu-item:nth-child(7) {
        transition-duration: 290ms;
        transform: translate3d(150px, 0, 0);
    }
    .menu-open:checked ~ .menu-item:nth-child(8) {
        transition-duration: 390ms;
        transform: translate3d(250px, 0, 0);
    }
    .menu-open:checked ~ .menu-item:nth-child(9) {
        transition-duration: 490ms;
        transform: translate3d(350px, 0, 0);
    }
}


@media screen and (max-width: 430px)
{
    .menu-open:checked ~ .menu-item:nth-child(3) {
        transition-duration: 190ms;
        transform: translate3d(40px, 0, 0);
    }
    .menu-open:checked ~ .menu-item:nth-child(4) {
        transition-duration: 290ms;
        transform: translate3d(75px, 0, 0);
    }
    .menu-open:checked ~ .menu-item:nth-child(5) {
        transition-duration: 390ms;
        transform: translate3d(145px, 0, 0);
    }
    .menu-open:checked ~ .menu-item:nth-child(6) {
        transition-duration: 490ms;
        transform: translate3d(215px, 0, 0);
    }
    .menu-open:checked ~ .menu-item:nth-child(7) {
        transition-duration: 290ms;
        transform: translate3d(110px, 0, 0);
    }
    .menu-open:checked ~ .menu-item:nth-child(8) {
        transition-duration: 390ms;
        transform: translate3d(180px, 0, 0);
    }
    .menu-open:checked ~ .menu-item:nth-child(9) {
        transition-duration: 490ms;
        transform: translate3d(250px, 0, 0);
    }
    .menu {
        width: 400px;
        height: 90px;      
    }
    .menu-item {
        line-height: 23px;
    }
    .hamburger-1 {
        transform: translate3d(0, -6px, 0);
    }
    .hamburger-2 {
        transform: translate3d(0, 0, 0);
    }
    .hamburger-3 {
        transform: translate3d(0, 6px, 0);
    }
}

@media print {
    .nav-normal, .nav-mobile {
        display : none;
    }
    .image_title {
        margin-bottom : 15%;
    }
    .bordure {
        margin-bottom: 60%;
    }
    .titre_concept{
        margin-top : 60%;
        margin-bottom : 5%;
    }
    #gobox {
        display : none;
    }
    .transition_1 {
        display : none;
    }
    #goequipe, .coach {
        width : 50%;
    }
    .carousel-inner {
        margin-bottom : 90%;
    }
    .comment {
        margin-top : 15%;
        margin-bottom: 60%;
    }
    .titre_equipe {
       margin-bottom:15%;
       margin-top : 80%;
    }
    .coach {
    }
    .boitetarif {
        border : none;
    }
    .texte_scroll {
        border : 1px solid white;
        margin-left : 30%;
        margin-top : -2%;
        overflow-y : unset;
        overflow-x : unset;
    }
    .marge_team {
        margin-bottom : 60%;
    }
    .div_planning {
        margin-top : 70%;
        background-color:black;
        margin-bottom: 100%;
    }
	
	.titre .centre .couleurBlanche
	{
		margin-top:60%;
	}
	
.aside ul.horaires li.left span {
    font-weight: 900;
    float: right;
	margin-top:-90px;
	opacity:1;
}
	
    .planning_class_2{
       margin-top : 10%;
       display : block;
    }
    .planning_class {
        display : none;
    }
    .tarif {
        display : none;
    }
    .content {
        display : none;
    }
    .lasalle {
        display : none;
    }
    .local_print {
        display : none;
    }
    .nb-footer {
        display : none;
    }
    .horaires {
        margin-left: 90%;
        margin-top: 50px;
    }
    .h_print {
        margin-left: 120%;
    }
    .bordure{
        display:none;
    }
    
    #textPuissance{
    display:block;
}

#textVitesse{
    display:block;
}

#textSouplesse{
    display:block;
}

#textAgilite{
    display:block;
}

#textEndurance{
    display:block;
}

#textPrecision{
    display:block;
}

#textCoordination{
    display:block;
}

#textEquilibre{
    display:block;
}
}