/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18 janv. 2017, 14:47:25
    Author     : jason
*/

/* MENU RESPONSIVE*/


header {
    
    overflow: hidden;
    min-height: 118px;
    max-height: 118px;
  
}
#secondNav {
    margin: 0;
    padding: 0;
    background: #000;
    height: 118px;
    min-width: 120px;
    max-height: 500px;
}

.conteneur {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    
}

.logoJosee {
    margin: 18px 0 0 0;
    display: inline-block;
}


  .navA{
        width: 670px;
       
        margin: 0;
        float: right;
        display: block;	
         
 }
  .pad{
      padding: 0;
        	
 }
 .navA ul li a {
     background: none;
	font-family: 'Questrial', sans-serif;
        font-size: 18px !important;
	display: block;
        text-transform: uppercase;
        
	text-decoration: none;
	text-align: center;
        font-weight: normal;
    font-style: normal;
	font-variant: normal;
        color: #fff !important;
	
        
      
   
 }
 .navA ul li a:hover {
    	color: #fff !important;

        -ms-transition: all .5s ease;  /* THIS IS FOR THE ANIMATION */
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	
 } 
 .navA a{ 
     padding: 0px 20px;
    
         
 }
 



 .rmm.minimal .rmm-button span {
    display: block;
    margin: 4px 0px;
    height: 2px;
    background: #fff none repeat scroll 0% 0%;
    width: 25px;
}

.rmm.minimal .rmm-main-list li a {
    display: inline-block;
    padding: 8px 25px;
    margin: 0px -3px;
    
}

.rmm {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 50px auto !important;
    text-align: right;
    line-height: 19px !important;
    float: right !important;
}

@media only screen and (max-width:880px) {
      .pad{
      padding: 0;
        	
 }
.rmm {
        
    display: block;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0 auto !important;
    text-align: center;
    line-height: 19px !important;
    float: none !important;
}

}
.rmm.minimal .rmm-button span {
    display: block;
    margin: 4px 0px;
    height: 2px;
    background: #fff none repeat scroll 0% 0% !important;
    width: 25px;
}
.nomargin {
    margin: 0 !important;
}

.rmm.minimal .rmm-toggled ul li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    border-bottom: 1px solid #DEDEDE;
    color: #333;
    
}
.rmm.minimal .rmm-toggled {
    width: 100% !important;
    min-height: 36px;
}
.rmm.minimal .rmm-button {
    display: block;
    position: absolute;
    right: 20px !important;
    top: 7px;
}


@media only screen and (max-width:880px){ 
     header {
        width: 100%;
        overflow: hidden;
       
        min-height: 118px;
        max-height: 538px;
        
} 
#secondNav {
    margin: 0;
    padding: 0;
    background: #000;
    height: 100%;
    min-height: 120px;
    max-height: 538px;
}
.logoJosee {
    margin: 18px auto 0;
    display: block;
    text-align: center;
}


  }
  