.copyright{
  	display:flex;
  	justify-content:center;
    font-size: smaller;
    padding-left: 12px;
}
.copyear{
  display:flex;
  width:100%;
  justify-content:center;
  padding-bottom:20px;
}
form{
    display: flex;
    justify-content: center;
}
.buttL{
    display:flex;
    justify-content:center;
    align-items:center;
}
.buttR{
    display:flex;
    justify-content:center;
    align-items:center;
}
.reglementation{
	display: flex;
  	flex-direction: row;
  	width: 100%;
  	border-bottom: 1px solid #37cdd7;
  	border-top: 1px solid #37cdd7;
  	top: 0;
  	justify-content: space-around;
  	background: rgba(0,0,0,0.5);
    font-family: Arial, Helvetica, sans-serif;
  	color: #37cdd7;
}
.reglementation a{
	color: #37cdd7;
}
.reglementation a:hover{
	background-color: #37cdd7;
  	padding : 0,5px,0,5px;
}
.banniere{
	
  	border: 1px solid #37cdd7;
  	background: rgba(0,0,0,0.5);
  	position: fixed;
  	bottom: 10px;
  	left: 0;
  	width: 100%;
    height: fit-content;
  	color: white;
  	display: flex;
    flex-direction: column;
  	align-items: space-around;
  	font-family: Arial, Helvetica, sans-serif; 

}
.text-banniere{
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.text-banniere p{
	font-size: large;
  	color: #37cdd7;
    justify-self: center;
    align-self: center;
  	
}
.button-banniere a{
	border: 2px solid red;
  	padding: 10px;
  	background: red;
  	text-decoration: none;
  	border-radius: 7px;
  	color: white;

}
.button-banniere{
	display: flex;
    align-items: center;
}
.iconesize{
	font-size:20px;

}

.clignotant{
  
	animation-duration: 2.8s;
   	animation-name: clignoter;
   	animation-iteration-count: infinite;
   	transition: none;

}

@keyframes clignoter {
  0%   { opacity:1; }
  40%   {opacity:0; }
  100% { opacity:1; }
}

.marquee-rtl {
  	
    width: 100%;                     
    margin: 1em auto 2em;
    overflow: hidden;                     
   
  }
.tableauIcones{
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-evenly;
    align-items: center;
    background-color:rgba(0,0,0,0.5);

}
.tableauIcones i{
    padding: 10px;
    font-size: 50px;
    color: #37cdd7;
}
.tableauText{
    display: flex;
    font-size: 20px;
    width: 100%;
    height: auto;
    justify-content: space-evenly;
    align-items: center;
    background-color:rgba(0,0,0,0.5);
}

.contact{
	display:none;


}
.contactok{
	display:flex;

}
a{
color:white;
cursor:pointer;
text-decoration:none;
font-weight:bold;
}

a:hover{
cursor:pointer;
color:black;
}
.marquee-rtl > :first-child {
  	
    display: inline-block;                
    padding-right: 2em;                   
    padding-left: 100%;                   
    white-space: nowrap;                  
    animation: defilement-rtl 15s infinite linear;
  }
  @keyframes defilement-rtl {
    0% {
      transform: translate3d(0,0,0);      
    }
    100% {
      transform: translate3d(-100%,0,0);  
    }
  }


h1{
    color: whitesmoke;
    font-family: Arial, Helvetica, sans-serif;
  	margin-left: 10px;
}
h2{
  	color:red;
  	padding-right :30px;
  	padding-left:30px;
  	border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
}

h3{
    color: red;
    margin-top: 120px;
    font-family: Arial, Helvetica, sans-serif;
}
h4{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}
h5{
    display: flex;
    color: red;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    align-self: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}
h5 p{
    color: greenyellow;
}
p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
}
#guestButton{
    color: #37cdd7;
    font-weight: bolder;
  	height:30px;
}
.headerButtons{
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    margin-left: auto;
    margin-right: 50px;
}
.body{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
  	
}
body{
    background-image: url(../img/fenster.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction:column;
    height: 100vh;
  	width:100%;
    align-items: center;
    margin: 0;
    padding: 0;
  	background-color: grey;
}

.header button{
    
   
    border-radius: 30px;
    cursor:pointer;

}
.images{
    display: flex;
    flex-direction: row;
}
.diapos .images{
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    position:relative;
}

.red{
    
    cursor: pointer;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.25);
    
    position: relative;
}
.red:hover{
    background-color: #89B6F9;
}
.green{
    
    cursor: pointer;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.25);
    
    position: relative;
}
.green:hover{
    background-color: #89B6F9;
}
.header{
    display: flex;
    width: 100%;
    height: 210px;
    background-color:rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
  	border-bottom: 2px solid #37cdd7; 
}

.header button{
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 25px;
    padding: 14px;
    background-color: #fff;
}
.header button:hover{
    background-color: #89B6F9;
  	color: green;
    box-shadow: 0 0 10px rgba(105, 236, 114, 0.7);
}
.header h3{
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    
}
#buttDiap{
    display: flex;
    opacity:0;
    margin: 15px;
    
}
#boxofconnexion{
  	cursor:pointer;
    display: none;
    padding: 5px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    height: 400px;
    width: 500px;
    margin-top: 60px;
    border: 3px solid #37cdd7;
    background-color:rgba(0,0,0,0.7);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    border-radius: 7px;
    

}

#boxofconnexion input{
  	cursor:pointer;
    margin: 0;
    border-radius: 5px;
    width: 300px;
    height: 30px;
    font-family:"trebuchet ms",sans-serif;
    font-size: large;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    background-color: white;
}
::-webkit-input-placeholder { text-align:center; }
::-moz-placeholder { text-align:center; } /* firefox 19+ */
:-ms-input-placeholder { text-align:center; } /* ie */
input:-moz-placeholder { text-align:center; }

#boxofconnexion button{
    cursor: pointer;
    margin-top: 35px;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 7px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#boxofconnexion button:hover{
    background-color: #89B6F9;
    box-shadow: 0 0 10px rgba(105, 236, 114, 0.7);
}
#boxofconnexion h4{
    font-family: Arial, Helvetica, sans-serif;
}

#boxofinscription{
  	cursor:pointer;
    display: none;
    box-sizing: border-box;
    padding-bottom: 15px;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    height: 400px;
    width: 500px;
    padding: 5px;
    margin-top: 60px;
    border: 3px solid #37cdd7;
    background-color:rgba(0,0,0,0.7);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    border-radius: 7px;
}
#boxofinscription input{
  	cursor:pointer;
    margin-top: 15px;
    border-radius: 5px;
    width: 300px;
    height: 30px;
    font-family:"trebuchet ms",sans-serif;
    font-size: large;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    background-color: white;
}

#boxofinscription button{
    cursor: pointer;
    margin-top: 10px;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 7px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#boxofinscription button:hover{
    background-color: #89B6F9;
    box-shadow: 0 0 10px rgba(105, 236, 114, 0.7);
}
.pageprincipale{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.format{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.photo{
    border-radius: 8px;
    
    
}

.photozoomed{
    cursor: pointer;
    margin-top: 96px;
    zoom: 145%;
    transform: matrix(1);
    -moz-transform: scale(1.5);
    
}

.photo:hover{
    cursor: pointer;
    
}
.generalCentrage{
    display: flex;
    flex-direction: column;
    height: 62vh;
}

footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 105px;
    
}
footer button{
    display:none;
    cursor: pointer;
    border-radius: 15px;
    width: 100px;
    height: 25px;
    align-items: center;
    background-color: white;
}

footer button:hover{
    background-color: #89B6F9;
}

.fa-check-circle{
    opacity: 0;
  	font-size: 15px;
    color: lightgreen;
}
.fa-exclamation-circle{
    opacity: 0;
  	font-size: 15px;
    color: red;
}
.inputcheck{
    margin-left: 40px;
    position: relative;
    margin-bottom: 10px;
    
}
small{
    display: flex;
    height: 8px;
    
}
.smallMess{
    color: white;
  	font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 35px;
    
}
.buttonbottom{
    display: flex;
    width: 100%;
    height: fit-content;
    margin-top: 10px;
    justify-content: space-around;
}
.buttonbottom i{
    font-size: 50px;
}

@media only screen and (max-width: 430px ){

    .header a button{
        
        position: relative;
        border-radius: 30px;
        cursor:pointer;
    
    }
    .guestButton{
        color: #37cdd7;
        font-weight: bolder;
      	height:30px;
    }
.buttonbottom{
    display: flex;
    width: 100%;
    height: fit-content;
    margin-top: 10px;
    justify-content: space-around;
}
.buttonbottom i{
    font-size: 50px;
}

.buttL{
    display:flex;
    
    justify-content:center;
    align-items:center;
}
.buttR{
    display:flex;
    
    justify-content:center;
    align-items:center;
}   
.reglementation{
    display: none;
    
}
h3{
    color:red;
    font-family: Arial, Helvetica, sans-serif;
}
h1{
    font-size: 18px;
    color:#37cdd7;
    padding-right: 12px;
}

#BtooMuch{
    display: block;
}

body{
width: 100%;
height: auto;
background-image: url(../img/fenster.jpg);
background-color: #716737;
background-repeat: no-repeat;
background-size: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
margin: 0;
padding: 0;
}


.body{
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
.header{
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: space-around;

width: 100%;
background-color:rgba(0,0,0,0.5);
padding-top: 15px;
padding-bottom: 15px;
}
.header h1{

width:100%;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.header h1{
color:#37cdd7;
margin: 0;
justify-self: center;
justify-content: center;
align-self: center;
align-items: center;
}
.header h3{
display: inline;
margin: 0;
}
.headerButtons{
display: flex;
justify-content: space-evenly;
margin-left: auto;
margin-right: auto;
width:390px;
height: auto;
box-sizing: content-box;

}
.headerButtons button{
margin: 0;
}
form{
width: 100%;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#boxofinscription{
width: auto;
height: auto;
box-sizing:border-box;
}
#boxofinscription input{
    width: 220px;
}
#boxofinscription button{
cursor: pointer;
margin-top: 10px;
border-radius: 10px;
font-family: Arial, Helvetica, sans-serif;
padding: 7px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#boxofinscription button:hover{
background-color: #89B6F9;
box-shadow: 0 0 10px rgba(105, 236, 114, 0.7);
}
#boxofconnexion{
width: auto;
height: auto;
box-sizing:border-box;
}
#boxofconnexion input{
    width: 220px;
}
#boxofconnexion button{
cursor: pointer;
margin-top: 35px;
border-radius: 10px;
font-family: Arial, Helvetica, sans-serif;
padding: 7px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#boxofconnexion button:hover{
background-color: #89B6F9;
box-shadow: 0 0 10px rgba(105, 236, 114, 0.7);
}
.pageprincipale{
display: flex;
}

footer h5{
    display:flex;
    font-size: smaller;
    
}

.marquee-rtl > :first-child {
display: none;                

}
.marquee-rtl {
display:none;                     

}

.photo{
    margin-top: 25px;
    border-radius: 8px;
    width:350px;
  	height:275px;
    border: 3px solid #37cdd7;
}
.tableauIcones{
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-evenly;
    align-items: center;
    background-color:rgba(0,0,0,0.5);

}
.tableauIcones i{
    padding: 10px;
    font-size: 50px;
    color: #37cdd7;
}
.tableauText{
    display: flex;
    font-size: 12px;
    width: 100%;
    height: auto;
    padding-bottom: 4px;
    justify-content: space-evenly;
    align-items: center;
    background-color:rgba(0,0,0,0.5);
}
.copyright{
  	display:flex;
  	justify-content:center;
    font-size: smaller;
    padding-left: 12px;
}
.banniere{
    width: 390px;
}
.text-banniere{
    width: 100%;
    margin: 0;
    padding: 0;
}
iframe{
    width: 390px;
}
p{
    margin: 0;
}
}