@charset "UTF-8";
/* CSS Document */

		html{
	width:100%;
		overflow: hidden;
			height:100%;
		}
		body{
			background-image : url('img/beer-barrel-956322_1920.jpg');
			background-size:cover;
			background-repeat:no-repeat;
			    background-position: center center;
			width:100%;
			margin:0;
			position: absolute;
			height:100%;
			overflow: hidden;
		}

#c5{
	    height: 740px;
  
}
#c5 iframe{
	height:100%;
}
#mentions{

    position: absolute;
    height: 15px;
    width: 300px;
    font-size: 12px;
    color: aliceblue;
    bottom: 0px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    text-align: center;
    padding: 10px;
    border-radius: 0px 20px 0 0;
    background-color: #072A33;
    /* margin-left: -120px; */
  

	
}
#mentions a{
	text-decoration: none;
	color:#A5E3E2;
	
}
#mentions a:hover{
	text-decoration:underline;
	color:#A5E3E2;
	
}
#facebook{
	
			width: 20px;
    height: 30px;
			padding:20px;
			border-radius: 0 0 0 20px;
			background-color: #FFFEE9;
			color: cornflowerblue;
			font-size: 22px;
			font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
			position: absolute;
			font-variant: small-caps;
			background-image: url('https://terre-lingone.fr/img/fb.png');
			background-repeat: no-repeat;
			background-position: left center;
			background-size: contain;
			text-align: right;
			top: 0px;
			right:0px;
			cursor: pointer;
		}
.formzedyx{
	  margin-top: 50vh;
    transform: translateY(-50%);
    width: 450px;
    position: relative;
    overflow: auto;
    margin-right: auto;
    max-height: 90%;
    margin-left: auto;
    max-width: 100%;
}