

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  
  font-family: 'Montserrat', sans-serif;
  
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }




body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;

}


#page {
  width: 100%;
  height: 100%;
  
}




/* ------ HEADER   ----------------- */




#top {
  background: #0081C6;
  width: 100%;
  height: 30px;
  left: 0;
  top: 0;
  text-align:center;
}



#tel {

width: 370px;
border: 1px solid transparent;
color:#FFFFFF;

padding-top:4px;

margin:0px auto 0px;

border:1px solid transparent;

}

#tel p{


font-size: 0.8em;

}



#tel a {

text-decoration:none;
color:#FFFFFF;

	   -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; 
}








@media(max-width: 800px) {

#tel {
float:none;
text-align:center;
width: auto;
border: 1px solid transparent;
margin:0px auto 0px;
padding-top:4px;
}

#tel p{
text-align:center;
font-size: 0.8em;
}

}



@media(max-width: 400px) {

#tel {
float:none;
width: auto;
border: 1px solid transparent;
margin:0px auto 0px;
padding-top:6px;
}

#tel p{
text-align:center;
font-size: 0.65em;
}

}





 h1{
  padding-top:60px;
font-size: 2.5em;
color:#0081C6;
}


 h2{
  padding-top:5px;
  padding-bottom:60px;
font-size: 1.2em;
color:#E31837;
}



















/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {

margin-top : 4%;
 border: 1px solid transparent;
  position: fixed;
z-index:10;
  width: 100%;
 height: 100px;
 
 
  background-color:#FFFFFF;
  opacity: 0.9;
  top: 0;
}



header.smaller {

margin-top :0;
 border: 1px solid transparent;
  position: fixed;
  z-index: 5;
  width: 100%;
height: 60px;
  background-color:#FFFFFF;
  opacity: 0.9;
  top: 0;

	}



.logo {
   width: 350px;
   height: 90px;
margin-left:5%;
  float: left;
  z-index:1;
   -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
}




 .smaller .logo {

 margin-top: 7px;
      width: 179px;
      height: 50px;
   
	  }



 	  
	  
	



	  
	  
	  
	  
	  
	  



/* ------------------------------------------
  RESPONSIVE NAV STYLES - ne pas bouger *
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  
 
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 1300px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}













/* ------------------------------------------
  Derrière le menu mobile
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 600ms;
  -moz-transition: opacity 600ms;
  transition: opacity 600ms;
  background: rgba(0,0,0, .8);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 4;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 1300em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}












/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}









.nav-collapse,
.nav-collapse ul {
  
  list-style: none;
  width: 100%;
  float: left;

  margin-top: 8px;/* -------   HAUTEUR DU MENU --------------- */
  margin-right: 5%;
}



@media screen and (min-width: 40em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}



@media screen and (min-width: 1300px) {
  .nav-collapse li {
    width: auto;
  }
}



.nav-collapse a {

font-size: 1.3em;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid transparent;
  text-decoration: none;
  padding: 0.7em 0.7em 0.4em 1em;
  border:1px solid transparent;
  width: 100%;
  float: left;
  color: #0081C6;
  text-align:right;
  
    -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; 
}



 .nav-collapse a:hover {
border-bottom: 1px solid #BCBEC0;
color: #E31837;
}



.nav-collapse a:active,
.nav-collapse .active a {
  color: #E31837;
}


.nav-collapse a:hover {
   color: #E31837;
}



.smaller .nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  
  margin-top: -5px;/* -------   HAUTEUR DU MENU barre --------------- */

}








/* -------   menu mobile  --------------- */


@media screen and (max-width: 1300px) {


  .nav-collapse a {
    
    color: #FFFFFF;
    padding: 1em 1em 5px 1em;
    border-top: 0;
    float: left;
    margin: 0;
	font-size: 1.4em;
	border-bottom: 1px solid transparent;
	
  }


  
    .nav-collapse a:hover {
  
border-bottom: 1px solid transparent;
   color: #E31837;
    
}
  
  
  
  
  /* -------   au scroll  --------------- */
  
  .smaller .nav-collapse a {
   
  color: #FFFFFF;
    padding: 1em 1em 5px 1em;
    border-top: 0;
    float: left;
    margin: 0;
	font-size: 1.4em;
	border-bottom: 1px solid transparent;
	
  }
  
  
  
  .smaller .nav-collapse a:active,
.nav-collapse .active a {
  color: #E31837;
}


.smaller .nav-collapse a:hover {
  

border-bottom: 1px solid transparent;
   color: #E31837;
    
}


  
}
  
  
  



.nav-collapse ul ul a {
  background: #E31837;
  padding-left: 2em;
}

@media screen and (min-width: 1300px) {
  .nav-collapse ul ul a {
    display: none;
  }
}







/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}



.nav-toggle {

 border: 1px solid transparent;
margin: 1px 10% 0px 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}









.nav-toggle:before {
  color: #E31837; /* Edit this to change the icon color */
  font: normal 34px/67px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 28px;
  content: "\78"; /* Close icon */
}











@media(max-width: 1300px) {

.nav-toggle {
margin: 15px 5% 0px 0px;
border: 1px solid transparent;
}

.smaller .nav-toggle {
margin: -5px 5% 0px 0px;
border: 1px solid transparent;
}


}	

 
 
 
 
  
@media(max-width: 800px) {


header {
margin-top : 8%;
border: 1px solid transparent;
position: fixed;
height: 70px;
}



.logo {

   width: 250px;
   height: auto;
margin-left:5%;
}


.nav-toggle {
margin: 0px 5% 0px 0px;
border: 1px solid transparent;
}



.smaller .nav-toggle {
margin: -5px 5% 0px 0px;
border: 1px solid transparent;
}






}	 	  
	  
	  
	  
	  
	  
	  
	  
@media(max-width: 450px) {



header {
margin-top : 12%;
border: 1px solid transparent;
position: fixed;
height: 50px;
}


.logo {
   width: 180px;
   height: auto;
margin-left:5%;
}


.nav-toggle {
margin: 0px 5% 0px 0px;
border: 1px solid transparent;
}



.nav-toggle:before {

  font: normal 25px/49px "responsivenav"; /* Edit font-size (28px) to change the icon size */

}


.smaller .nav-toggle {
margin: 5px 5% 0px 0px;
border: 1px solid transparent;
}



}	



