/* Déclarer la police Suez One */
@font-face {
  font-family: 'Suez One';
  src: url('../fonts/suezone-regular.woff2') format('woff2'),
       url('../fonts/suezone-regular.woff') format('woff'),
       url('../fonts/suezone-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  z-index: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #f8f8f8;
  margin: 0;
  padding: 0;
}

/******* color **********/

#menuPE .color_jaune {
  color: #ffff00;
  font-size: 22px;
}
#menuPE .color_vert {
  color: #55da21;
  font-size: 22px;
}

#menuPE .color_vertSP {
  color: #55da21;
}


/* ----------------- New Nav Bar ---------------- */
.headerS {
  z-index: 5;
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
}

.navBox a,
.navS a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-family: sans-serif;
}

.navS i,
.navBox i,
.retour {
  cursor: pointer;
  font-size: 25px;
  background-color: #094c69;
}

.navS {
  margin-top: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 98%;
  height: 60px;
  border-radius: 20px;
  background-color: #094c69;
}

.navBox ul {
  list-style-type: none;
  height: 100%;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: auto;
}

.navS li,
.navBox li {
  list-style: none;
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

#menuBurger {
  font-weight: bold;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#menuBurger i {
  margin-right: 5px;
}

#navLogo {
  font-size: 25px;
  width: 65%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#navImgLogo {
  height: 90%;
  margin-right: 35px;
}

.sousMenuBox {
  font-family: 'Calibri', serif;
  font-weight: bold;
  z-index: 6;
  top: 0;
  transition: all 1s ease;
  left: -1500px;
  display: flex;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #094c69;
}

.sousMenuBox a {
  font-family: 'Calibri', serif;
  font-weight: bold;
}

.retour {
  margin-top: 50px;
  font-size: 25px;
  font-family: sans-serif;
  display: flex;
  align-items: center;
  width: 85%;
  color: #fff;
  display: flex;
}

.retour h2 {
  margin: 0%;
  font-size: 22px;
}

.transitionMenu {
  transition: all 1s ease;
  left: 0;
}

.linkNavbox {
  
  display: none;
}

@media (min-width: 1025px) {
  .navS {
    justify-content: start;
    margin-top: 0;
    width: 100%;
    border-radius: 0%;
  }

  #menuBurger,
  #menu {
    display: none;
  }

  #navLogo {
    width: auto;
    margin-left: 10px;
  }

  #navImgLogo {
    margin-right: 0px;
  }

  .linkNavbox {
    display: block;
    width: 90%;
    display: flex;
    justify-content: space-evenly;
  }

  .linkNavbox a {
    font-family: 'Calibri', serif;
    font-weight: bold;
    height: 100%;
  }

  .navBox {
    z-index: 1;
  }

  .sousMenuBox {
    transition-delay: 0.2s;
    z-index: 1;
    left: 0;
    height: auto;
    margin: 0, 8, 0, 8;
    top: -1000px;
  }



  

  #menuActiviteP {
    background-color: #094c6980;
  }

  .retour {
    display: none;
  }

  .transitionMenuLaptop {
    top: 60px;
    transition: top 0.3s ease;
    transition-delay: 1ms;
  }
}

/* NAVBAR , gestion des styles et de l'effet*/

.navbar-default .navbar-brand {
  font-size: 3em;

}
.margeT{
	margin-left:-15px;
}
.margeNav{
	margin-left:30px;
	margin-right:-400px;
}
.navbar {
    
    padding:12px;
     -webkit-transition: background .8s ease-out,padding .8s ease-out;
        transition: background .8s ease-out,padding .8s ease-out;
}

.navbar-pad-original {
      padding:5px;

}

.navbar a {
  
  
  margin-right: 5px;

}


.img{
	 margin-left:50px;
}
.text{
	text-align:center;
}


.navbar-default .navbar-nav .active a,
.navbar-default .navbar-nav .active a:hover{
  
  color: #555;
  background-color: rgba(255,255,255,0);
  border-bottom: 2px solid #f0ad4e;
}

@media (min-width: 768px) { 
    .navbar-default .navbar-nav a:hover {
      
      border-bottom: 2px solid #f0ad4e;
    }
}

.navbar-default {
  background-color: #f8f8f8;
}

/* BLOC -> Créaton d'une fonction bloc pour gérer les espaces, j'aurais pu utiliser .container,
mais plusieurs blocs peuvent se trouver dans un container */

.bloc {
  padding-top: 5px;
  padding-bottom: 20px;
}

.bloc-lien a {
  
  color: black;
}


/* A partir des écrans medium et plus, on centre verticalement blocs liens et textes, et les marges entre
les blocs sont plus grandes */
@media (min-width: 992px) { 
    .vcenter {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;  
    }
    .bloc {
  padding-top: 40px;
  padding-bottom: 50px;
  }
}

/* Ajout d'un padding en mode mobile pour que le texte ne soit pas caché par le menu fixe */
@media screen and (max-width: 767px){ 
   .premierblocaccueil{
     padding-top: 70px;
    }
}

@media screen and (max-width: 767px){ 
   .premierbloc{
     padding-top: 70px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px){ 
   .premierbloc{
     padding-top: 150px;
    }
}

@media screen and (min-width: 993px){ 
   .premierbloc{
     padding-top: 100px;
    }
}
/* Style pour les blocs de liens dans l'accueil */

.bloc-lien
{
  background-color: #CCCCCC;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}


/* Titres des différents blocs */

.titre-bloc {
  letter-spacing: -1px;
  font-size: 3em;
  margin-bottom: 20px;
  padding-left: 30px;
  border-left: 3px solid #f0ad4e;
  
}


/* Création de couleurs pour utilisation bandeaux */

.gris {
	background-color: rgba(121,128,129,0.6);

}

.mauve {
	background-color: rgba(177,135,123,0.7);
}

/******** Tableau dans la page index ************/
.mauve table tbody td h3 {
	font-size:11px;
  	font-weight: bold;
}

.bleu {
	background-color: rgb(119, 200, 215)
}

.blanc {
	background-color:white;
}

footer
{
  border-top: 1px dotted gray;
  width: 100%;
}

.form-horizontal {
  margin: 0 30px;
}

.activite {
  padding: 10px 30px;
}

.activite h2{
  margin-bottom: 30px;
  text-decoration: underline;
  letter-spacing: -1px;
}

.button {
  width: 150px;
  margin-top: 20px;
  font-size: 18px;
}
.prix {
    background-color:#f0ad4e;
    color: white;
    padding: 7px 10px;
}

.info {
  font-size:1.4em;
  text-transform:uppercase;
  display: inline-block;
  margin-bottom: 20px;
}


.table-hover > tbody > tr:hover {
  background-color: #dddddd;
}.transparent{opacity : 0.6; }



.date, .auteur {
    font-weight: 900 !important;
    -webkit-font-smoothing: antialiased;
}

#menu-deroulant, #menu-deroulant ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#menu-deroulant {
/* on centre le menu dans la page */
    text-align: center;
}
#menu-deroulant li {
/* on place les liens du menu horizontalement */
    display: inline-block;
}
#menu-deroulant ul li {
/* on enlève ce comportement pour les liens du sous menu */
    display: inherit;
}
#menu-deroulant a {
  
    text-decoration: none;
    display: block;
  color:#000;
}
#menu-deroulant ul {
    position: absolute;
/* on cache les sous menus complètement sur la gauche */
    left: -999em;
    text-align: left;
    z-index: 1000;
}
#menu-deroulant li:hover ul {
/* Au survol des li du menu on replace les sous menus */
    left: auto;
}

.square{
 margin-top:85px;
}
.alignement{
margin-left:498px;
font-size:25px;
}

.tructoggle{
display: none;
}
.alignement2{
margin-left:308px;
font-size:25px;
}

.tructoggle2{
display: none;
}
.alignement3{
margin-left:80px;
font-size:15px;
}

.test
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}
.bouttonFiche{
  width: 150px;
  height: 50px;
  font-size:18px;
}

.justify p{
	text-align:justify;
	text-justify:inter-word;
}

.alignright {
	text-align:right;
	margin-right:5%;
}




/* Menu livret */

#Menu {
  padding: 15px;
  margin-bottom: 20px;
}

nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.1);
}
nav ul{
    list-style: none;
    position: relative;
    float: right;
    margin-right: 100px;
    display: inline-table;
}
nav ul li{
	float: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

nav ul li:hover{background: rgba(0,0,0,.15);}
nav ul li:hover > ul{display: block;}
nav ul li{
	float: left;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
nav ul li a{
  
	display: block; 
	padding: 30px 20px;
	color: #222; 
	font-size: .9em;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
nav ul ul{
	display: none;
	background: #fff;
	position: absolute; 
	top: 100%;
	box-shadow: -3px 3px 10px -2px rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.1);
}
nav ul ul li{float: none; position: relative;}
nav ul ul li a {
  
	padding: 15px 30px; 
	border-bottom: 1px solid rgba(0,0,0,.05);
}

nav ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}

/* slider 2 images */

div.slider2 {
  width: 90%;
  height: 75%;
  overflow: hidden;
  margin: 0 auto;
}

div.slider2 figure {
  position: relative;
  width: 300%;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: left;
  animation: 102s slidy2 infinite;
}

div.slider2 figure img{
  width: 33.33333333333%;
  height: auto;
  float: left;
}

@keyframes slidy2{
  0% { left : 0%; }
  34% { left : 0%; }
  50% { left : -100%; }
  84% { left : -100%; }
  100% { left : -200%; }
}

/* slider 3 images */

div.slider3 {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}

div.slider3 figure {
  position: relative;
  width: 400%;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: left;
  animation: 18s slidy3 infinite;
}

div.slider3 figure img{
  width: 25%;
  height: auto;
  float: left;
}

@keyframes slidy3 {
  0% { left : 0%; }
  22% { left : 0%; }
  33% { left : -100%; }
  56% { left : -100%; }
  67% { left : -200%; }
  89% { left : -200%; }
  100% {left : -300%; }
}

/* slider 4 images */

div.slider4 {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}

div.slider4 figure {
  position: relative;
  width: 500%;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: left;
  animation: 10s slidy4 infinite;
}

div.slider4 figure img{
  width: 20%;
  height: auto;
  float: left;
}

@keyframes slidy4 {
  0% { left : 0%; }
  17% { left : 0%; }
  25% { left : -100%; }
  42% { left : -100%; }
  50% { left : -200%; }
  67% { left : -200%; }
  75% { left : -300%; }
  92% { left : -300%; }
  100% { left : -400%; }
}

/* slider 5 images */

div.slider5 {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
}

div.slider5 figure {
    position: relative;
    width: 600%;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: left;
    animation: 30s slidy5 infinite;
}

div.width5 {
    max-width: 500px;
}

div.slider5 figure img{
    width: 16.666666666%;
    height: auto;
    float: left;
}

@keyframes slidy5 {
    0% { left : 0%; }
    14% { left : 0%; }
    20% { left : -100%; }
    34% { left : -100%; }
    40% { left : -200%; }
    54% { left : -200%; }
    60% { left : -300%; }
    74% { left : -300%; }
    80% { left : -400%; }
    94% { left : -400%; }
    100% { left : -500%; }
}

/* taille slider */

.taille-zoom {
  max-width: 500px;
}

.taille-index {
  max-width: 800px;
}

.taille-bafa {
  max-width: 500px;
}

/* les display du zoom */

#RAMM, #MGrillons, #MPetitPas, #MCalin, #MLoup, #SIPEJ, #Senartaise2017, #Senartaise2017T,
#Incendie, #IncendieT, #Cueillette, #CueilletteT, #Repas, #RepasT, #Equipe, #EquipeT, #ActiviteMotriciteT, 
#ActiviteMotricite, #GymEntreprise, #GymEntrepriseT, #Dessin, #DessinT, #Colle, #ColleT, #Trans, #TransT, #Piscine, #PiscineT,
#Senior, #SeniorT, #Biblio, #BiblioT, #Anniv, #AnnivT, #Musique, #MusiqueT, #Spectacle1, #Spectacle2, #SpectacleT,
#Chandeleur, #ChandeleurT, #Peinture, #PeintureT, #Senartaise2018, #Senartaise2018T,
#PiscinePP, #PiscinePPT, #MotricitePP, #MotricitePPT, #MusiquePP, #MusiquePPT, #MotriciteSeniorPP, #MotriciteSeniorPPT, #SortiePP, #SortiePPT,
#EvacPG, #EvacPGT {
   display: none;
}

/* Page livret police */

.vertBleu {
    color:#088A4B;
}

.cadre {
    padding:5%;
}

.decalage {
    margin-left:5%;
}

.rouge {
  color:red;
}

/* Connexion */

.star {
	position:fixed;
	right:0;
	text-align:right;
}

.star a img {
	padding-bottom:3%;
}

.blocLogin {
	margin-left:20%;
	padding-top:70px;
}

.btnLogin{
	margin-top:20px;
	width: 150px;
	height: 50px;
	font-size:18px;
	margin-left:200px;
}

.ecart {
	margin-left:5%;
}

.horaire {
	text-align:center;
	margin: 0% 3% 0% 3%;
}

.miniEcart {
	margin-left:2em;	
}

.infos-role .lead center li {
  font-size: 25px;
  color: blue;
}

/********* contact new style ****************/

.ccenter {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
}

.ccenter h2 {
  width: 90%;
}

#form_contact {
  width: 90%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#form_contact input:nth-child(2),
#form_contact input:nth-child(4),
#form_contact textarea,
#form_contact label {
  width: 100%;
  border: 0.2 solid #b3b3b3;
}

#form_contact label {
  text-align: start;
}


