div#container {
  max-width: 1200px;
  background-image: url("../images/ciel_bleu.png");
  margin: 20px auto;
  min-height: 400px;
  padding:0;
  border: 2px solid #426;
  display: table;
}

div#container div#image .img-fluid{
height:100%;
width:100%;
float:center;
position:relative;
top:0px;
}

div#container main {
  width: 100%;
  min-height: 250px;
  float: center;
  padding: 0;
  margin:0;
}

/* Style the dropdown button */
div#container div#main .dropbtn {
background-color: #60f;
color: white;
margin: 0px 10px;
padding: 3px;
float:right;
font-size: 24px;
font-weight: bold;
border: none;
cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
div#container div#main .dropdown-content {
position: relative;
float:right;
margin: 35px 0px 0px 10px;
padding:0px;
display: inline-block;
}

/* Dropdown content (hidden by default) */
div#container div#main .dropdown-content {
display: none;
position: absolute;
margin: 40px 10px 0px 10px;
padding:2px;
background-color: #aaf;
width: 40px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

/* Links inside the dropdown */
div#container div#main .dropdown-content a {
color: #000;
float:center;
margin: 5px auto;
font-size: 22px;
font-weight: bold;
text-decoration: none;
display: block-inline;
}

/* Change color of dropdown links on hover */
div#container div#main .dropdown-content a:hover {
color:#f00;
font-weight: bold;
background-color: #fff;
}

/* Show the dropdown menu on hover */
div#container div#main .dropdown:hover .dropdown-content {
display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
div#container div#main .dropdown:hover .dropbtn {
background-color: #99f;
}


div#container #main section {
  float: center;
  width: 85%;
  padding: 0px auto;
  margin:0px auto 20px auto;
  text-align: justify;
font-size: 22px;
}

div#container section div#date {
  float: center;
  font-size: 24px;
  font-weight: bold;
  color: #006;
  font-weight: bold;
  text-align: center;
  float: center;
  width:100%;
  margin:20px auto 20px auto;
}

div#container section div#titre {
  font-size: 22px;
  font-weight: bold;
  width:100%;
  margin:0px auto 20px auto;
  color: #006;
  text-align: center;
}

div#container section div#sous-titre {
  border: 0px solid #777;
  font-size: 20px;
  font-weight: bold;
  color: #006;
  width:100%;
  margin:20px 10px 0px auto;
  text-align: justify;
}


div#container div#main {
  width: 100%;
  border: 0px solid #000;
  float: center;
  padding: 0px;
margin:0px;
}

/* Style the dropdown button */
div#container main .dropbtn {
background-color: #f88;
color: white;
margin: 10px 10px 0px 10px;
padding: 3px;
float:right;
font-size: 24px;
font-weight: bold;
border: none;
cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
float:right;
margin: 20px 10px 0px 10px;
padding:0px;
display: inline-block;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
display: none;
position: absolute;
margin: 52px 20px 0px 10px;
padding:2px;
background-color: #fcc;
width: 35px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
color: #660;
float:right;
margin: 10px 0px;
font-size: 22px;
text-decoration: none;
display: block-inline;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
color:#a00;
font-weight: bold;
background-color: #fff;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
background-color: #3e8e41;
}


div#container div#main section p {
  text-align: justify;
  font-style: italic;
  font-weight: bold;
  color: #530;
  width: 100%;
padding:0px;
font-size:20px;
}

div#container div#main section img
{
  border-radius: 80px;
 width: 70%;
}

div#container div#main div#image .top-left a {
  position: absolute;
  top: 10%;
  left: 30%;
  font-size: 30px;
  font-weight: bold;
  color: #00f;
  text-align: center;
}


div#container div#main div#iframe
{margin:0;
padding:0;
height:30px;
position:relative;
width:100%;
bottom:0;
}


div#container div#main p{font-size:21px;}

/* Adjust font size for small screens */
@media (max-width: 980px) {
div#container section div#sous-titre,
div#container div#main p
 {
        font-size: 16px;
    }
}

/* Adjust font size for small screens */
@media (max-width: 980px) {
div#container div#main div#image .top-left a {
  position: absolute;
  top: 0%;
  left: 30%;
  font-size: 20px;
  font-weight: bold;
  color: #00f;
  text-align: center;
}
}

