/* styleresto*/
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap');

  
  .columnside {
float:left;
width:40%;  
  }
  
h1 {
	font-family: 'Dancing Script', Georgia, Times, serif;
	font-size: 49px;
	line-height: 60px;
	color : #126429	;
	
}
h11 {
	font-family: 'Gochi Hand', cursive;
	font-size: 28px;
	line-height: 31px;
	color : whitesmoke	;
	
}

h111 {
	font-family: 'Play', sans-serif;
	font-size: 65px;
	line-height: 90px;
	color : #1b5b2d	;
	  text-decoration: bold;
	  	  text-align: center;
	  	  }


h2 {
	font-family: 'Rancho', serif;
	font-size: 60px;
	line-height: 68px;
	color : grey	;
	  text-align: center;
}
h3 {	font-family: 'AMATIC SC', Georgia, Times, serif;
	font-size: 27px;
	line-height: 7px;
	color : #536c67	;
	  text-align: center;
}
h22 {
	font-family: 'Rancho', sans-serif;
	font-size: 35px;
	line-height: 45px;
	color : white	;
	  text-align: center;
}
p {
	font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 25px;
	margin-top: 15px;
	

}




* {
  box-sizing: border-box;
}

body {
  margin: 0;
    background-color: #E5E5E5;
   /*  background-image: url("dn2.jpg"); */
    background-size: 100%;
     font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
  text-align: center;
}

/* Style the header */
.header {
  background-color: #ffffff;
  padding: 0px;
  text-align: center;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
 font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
  text-align: center;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

/* Change color on hover */
.topnav a:hover {

  color: green;
}

.row { margin: auto; width: 95%; align-items: center; 
margin-bottom:70px;
text-align: center;}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column2g {
	margin: 0px; 
  float: left;
  width: 95%;
  
  padding: 25px;
      height: auto; 
       	font-family: 'AMATIC SC', Arial, sans-serif;
    border: none;
    text-align: left;
      font-size: 24px;
    text-decoration: bold;
    text-align: center;
}
.column2g img{
	border-radius: 20px;
	width:210px;
	height:150px;
}



/* Left and right column */
.column.side {
	  background-color: #c9ddd7;
width:40%;
height:590px;
}

.column.side3 {
	  background-color: #c9ddd7;
width:40%;
height:910px;
  text-align: center;
}

/* Left and right column */
.column.side2 {
	  background-color: #c9ddd7;
width:25%;
  height: 840px;
     background-size : cover;
}


.resto {
	  background-color: #C8DDD7 ;


}

/* Middle column */
.column.middle {
	  background-color: #c9ddd7;
	    width: 60%;
	 
	    
}


/* Middle column */
.column.middle2 {
	  background-color: #c9ddd7;
	    position: absolute;
	    width: 80%;
	      margin: 0 auto;
	     text-align: center;
}
.column_middle2 {
	  background-color: #c9ddd7;
	    position: absolute;
	    width: 100%;
	      margin: 0 auto;
	     text-align: center;
}
.column.middle3 {
	  background-color: #c9ddd7;
	    width: 60%;
	     text-align: center;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .column.side, .column.middle {
    width: 100%;
  }
 
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}


/* Style the footer */
.footer {
  background-color: #c9ddd7;
  padding: 10px;
  text-align: center;
}
.footer2 {
  background-color: #c9ddd7;
  padding: 10px;
  text-align: center;
}


.rcorners1b {
  border-radius: 20px;
  background: #000000;
  padding: 7px; 
      height: auto; 
  width: 370px;
  float:flex;
    text-align: center;
    margin:0 auto; 
}
.ad {
	width:90%;
padding: 20px;	
 color: black;
}

.ad a:link {
	padding: 20 px;
  font-size: 14px;
    text-decoration: none;
    outline: none;
     color: black;
  }
  

.adm {
padding: 20 px;	
 color: black;
}
.adm a {
  font-size: 14px;
    text-decoration: none;
    outline: none;
  }
  
input, textarea
	{
 padding: 8px 10px;	 
 border: none;
   border: 3px solid #555;
 /* border-bottom: 2px solid green; 
	   font-family: "Arial", Times, serif; /* On modifie la police du texte tapé l'intérieur des champs */
	}
	input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
	{
	   background-color: #c3dd7; 
	}
	
	input[type=button], input[type=submit], input[type=reset] {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}


	 select {
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 4px;
  background-color: #f1f1f1;
}

	label
	{
	   color: black; /* Colorer en bleu tous les labels (bah oui, pourquoi pas en bleu ?) */
	}
	legend /* On met un peu plus en valeur les titres des fieldset */
	{
	   font-family: "Play", Arial, Georgia, "Times New Roman", serif; 
	   color: black; 
	   font-weight: bold; 
	}
	 fieldset
	{
	   margin-bottom: 15px; /* Une marge pour séparer les fieldset */
	   background-color: #FFFDCC;
	}
