
.dropdownmenu {
  background-color: #80bdcc;
  display: flex;
  text-align: center;
 
}
.dropdownmenu ul {
  display: none;
}
.dropdownmenu,
.dropdownmenu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.dropdownmenu a {
  display: block;
  width: 230px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #317f92;
  text-decoration: none;
  padding: 0px 10px;
  text-align: center;
}
.dropdownmenu li {
  position: relative;
}
.dropdownmenu li:hover ul {
  display: block;
  position: absolute;
  top: 41px;
  left: 0px;
  z-index: 100;
}
.dropdownmenu ul a:hover {
  background-color: #ac9933;
}
.dropdownmenu a:hover {
  background-color: #741374;
}
.containerpetit{
	/*background-color: #EECC4499;*/
	max-width: 900px;
	margin: 0 auto;
	padding: 5px;
	border-radius:10px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
	}

.container{
	/*background-color: #EECC4499;*/
	max-width: 1000px;
	margin: 0 auto;
	padding: 5px;
	border-radius:10px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
	}
	.container::after{
	content:"";
	display:block;
	clear:both;
	}
	
	.container h2 {
	margin-bottom:10px;
	}
	
	.container p{ 
	line-height: 1.4;
	}

	.container iframe{
	width: 400px;
	height: 300px;
	object-fit: cover;
	/*border-radius: 50%;*/
	float: right;
	shape-outside: margin-box;
	margin: 10px 10px 5px 0;
	}
	
	.container img{
	width: 200px;
	/*height: 300px;*/
	object-fit: cover;
	/*border-radius: 50%;*/
	float: right;
	shape-outside: margin-box;
	margin: 10px 10px 5px 0;
	}
	.grande img{
	width:550px;
	height:300px;
	object-fit: cover;
	/*border-radius: 50%;*/
	float: right;
	shape-outside: margin-box;
	margin: 0px 0px 0px 0;
	}
	.grandec img{
	width:600px;
	height:290px;
	object-fit: cover;
	/*border-radius: 30%;*/
	float: right;
	shape-outside: margin-box;
	margin: 0px 0px 0px 0;
	}
	.containerdivD img{
	width: 200px;
	/*height: 300px;*/
	object-fit: cover;
	/*border-radius: 50%;*/
	float: right;
	shape-outside: margin-box;
	margin: 0px 0px 0px 0;
	}
	.containerdivG img{
	width: 200px;
	/*height: 300px;*/
	object-fit: cover;
	/*border-radius: 50%;*/
	float: left;
	shape-outside: margin-box;
	margin: 0px 0px 0px 0;
	}
	
	.flotteD img{
width: 300px;
	/*height: 300px;*/
	object-fit: cover;
	/*border-radius: 50%;*/
	float: right;
	shape-outside: margin-box;
	margin: 0px 0px 0px 0;
}
.flotteG img{
width: 300px;
	/*height: 300px;*/
	object-fit: cover;
	/*border-radius: 50%;*/
	float: left;
	shape-outside: margin-box;
	margin: 0px 0px 0px 0;
}
	.liensna5 img{
	width: 20px;
	
	}
.containertest{
	/*background-color: #EECC4499;*/
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px;
	border-radius:10px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
	}
	
	.pcercle img{
	width: 400px;
	/*height: 200px;*/
	object-fit: cover;
	/*border-radius: 40%;*/
	float: right;
	shape-outside: margin-box;
	margin: 10px 10px 5px 0;
	}
/*	
.hidden {
  visibility : hidden
}*/