body {
  /*font-family: "Linux Libertine O", "Palatino Linotype", Georgia, serif;*/
   font-family: Open Sans,sans-serif,Arial;
	font-size: 1.4em;
	margin: 0;
	
	position: relative;
}

.menu {
  box-sizing: border-box;
 display:none;
   background-color: #4a3622;
	z-index: 10000;
	   right: 0px;
	position:fixed;
	transition: all 2.5s ease-out;
	height: 100%;
	overflow-y: auto;
}

.menu ul {
	text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
	
	    background-color: #4a3622;
}

.menu li {
	display: inline-block;
	
}

.menu a {
  display: block;
  cursor: pointer;
 color: #e39959;
 
  padding: 0 3em;
	line-height: 3em;
	/*text-transform: lowercase;
  font-size: 0.8em;
  */
	text-decoration: none;
  font-size: 15px;
}

.menu a:hover {
 /* color: #2d2d2d;*/
  font-weight: bold;
  border-bottom: 1px solid #e39959;
}

.menu b {
  display: contents;
  cursor: pointer;
 color: #e39959;
 
  padding: 0 3em;
	line-height: 2em;
	/*text-transform: lowercase;
  font-size: 12px;
  */
	text-decoration: none;
 
}

.menu b:hover {
 /* color: #2d2d2d;*/
  font-weight: bold;
  border-bottom: 1px solid #e39959;
}





.btnReg{
	text-align: center;
	
	 color: #e39959;
	cursor: pointer;
	cursor: pointer;
   
    width: 154px;
    margin-right: auto;
    margin-left: auto;
	margin: 5px 0px 10px 0px;
}	







.SuppP{
	color: #e39959;
	cursor: pointer;
	margin: 5px;
}

.AjoutP{
	color: #e39959;
	cursor: pointer;
	margin: 5px;
}


.listgpx{
	 padding: 10px;
	cursor: pointer;
	font-size: 0.6em;
	
}

.listgpx:hover {
 /* color: #2d2d2d;font-weight: bold;*/
 
  border-bottom: 1px solid #e39959;
}







/* The Modal (background) */

.modalRegtxtinfo {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  /* padding-top: 56px; Location of the box */
  left: 0;
  bottom: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed transition: all 2.5s ease-out;*/
 
  background-color: #4a3420; /* Black w/ opacity */
  z-index: 9999;
}



.modalMess {
     display: none; 
    position: inherit;
    z-index: 1;
     padding-top: 5px;
    left: 0;
    top: -95px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #4a34204a;
    z-index: 10000;
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
   /* border-radius: 25px;*/
}

/* Modal Content */
.modalMess-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  
}


.btnMess{
	text-align: center;
	width: 60px;
	 color: #795548;
	cursor: pointer;
	margin: 10px;
   border-bottom: 1px solid #795548;  
   
	margin: 5px 0px 10px 0px;
}


.Closed{
	cursor: pointer;
	font-size: 22px;
	color: #4a3420;
    background-color: #e39959;
    width: 22px;
    height: 22px;
    float: right;
    padding: 10px 10px 10px 10px;
    border-radius: 25px;
    margin-right: 15px;
    margin-top: -40px;
}
.Closed:hover {
	color: red;
	
}



.Add{
	cursor: pointer;
	font-size: 22px;
	color: #4a3420;
    background-color: #c7974d;
    width: 22px;
    height: 22px;
    float: right;
    padding: 10px 10px 10px 10px;
    border-radius: 25px;
      
}
.Add:hover {
	color: red;
	
}




.modalReg {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 56px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed transition: all 2.5s ease-out;*/
 
  background-color: #4a3420; /* Black w/ opacity */
  z-index: 9999;
}

/* Modal Content */
.modalReg-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 56px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 580px;
}



.f-o{
	cursor: pointer;
	height:35px; 
	margin: -15px;
	border: 2px solid #607d8b00;
    margin-right: 5px;
}


.NomInscri{
	width:500px;
	font-size:0.7em;
	padding: 8px;
	margin: 10px;
	
}


.b-m-i {
  background-color: #4a3622;
  color: #eee;
  width: 100%;
  text-align: center;
  padding: 15px;
  cursor:pointer;
  border: 1px solid #4a3622;
      margin: 5px;
}

.b-m-i:hover {
  background-color: #eee;
  color: #4a3622;
   border: 1px solid #4a3622;
}


.c-1{
width: 500px;
   margin-right: auto;
    margin-left: auto;
   
}


.f-1 {
  
  margin: 10px;
    padding: 10px;
    /*border: 1px solid #f1f1f1;*/
    background: #fff;
   /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
	border-radius: 10px;
	margin-top:50px;
	text-align: center;
	background-color: #ddab5f;
	width: 500px;
    margin-right: auto;
    margin-left: auto;
}


/* Full-width inputs */
.i-1[type=text], .i-1[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #205a75;
    box-sizing: border-box;
	text-align: center;
	font-style: italic;	
	border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 0;
}

/* Set a style for all buttons */
.i-1[type=submit] {
    background-color: #4a3622;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
	/*border-radius: 0px 0px 22px 0px;*/
}
.i-1[type=submit]:hover {
    background-color: white;
    color: #6d6d6d;
    border: 1px solid #205a75;
}


.zoneSupReg{
	width: 350px;
    margin-right: auto;
    margin-left: auto;
	
}
#imglogomenu{
		display:none;
}



 #ModalInfoPhoto{
	  width: initial;
  }


@media screen and (min-width: 70em) {
  #b-b{
	  display:block;
  }
 
}


@media screen and (max-width: 700px) {
	 .menu{
		display:none;
		  width: 100%;
	}
	.menu li {
	display: block;
	}
	.menul{		
		  width: 100%;
	}
	.c-1{
    width:auto;  
   
	}
	 .f-1{
	  box-shadow:none;
	  width: auto;
  }
  .zoneSupReg{
	width: 155px;
   
	
}

#imglogomenu{
		display:block;
}


.NomInscri{
	width:70%;
	}

 #ModalInfoPhoto{
	  width: 90%;
  }



}




#p-a {
   
}

#p-a:active {
    width:200%;
    
}


