
body { background-color: lavender;  width: 72%; margin: auto; }

em {
  font-style: normal;
  font-weight: bold;
  color: #33739E ;
}


textarea {
   resize: none;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}

td, th {
  border: 1px solid lightsteelblue;
  text-align: center;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: lavender;
}

#iframe-display iframe {
   display:block;
   margin: auto;
}


#video-display video {
   display:block;
   margin: auto;
   width: 55%
}


.container-banner {
  position: relative;
  text-align: center;
  color: white;

}

.title-banner1 {
  position: absolute;
  top: 28%;
  left: 62%;
  transform: translate(-50%, -50%);
  font-style: italic;
  font-weight: bold;
  color: #33739E ;
  font-size: 1.5em;
}

.title-banner2 {
  position: absolute;
  top: 48%;
  left: 75%;
  transform: translate(-50%, -50%);
  font-style: italic;
  font-weight: bold;
  color: #33739E ;
  font-size: 1em;
}


#header { margin-bottom: 30px; background: #33739E;  padding: 1px 0;}
#header h1 { color: white; font-size: 14px; }
#header ul { margin: 0; padding: 0; list-style-type: none;}
#header ul li { display: inline; margin-right: 3px; }

#navigation {
  margin: auto;
  width: 100%;
  background-color: bisque ;
  border: 1px solid #e7e7e7;
}

#navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#navigation li {
  float: left;
}

#navigation li a {
  display: block;
  color: #33739E;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
}

#navigation .active {
  background-color: cornsilk;
}

/* Change the link color to #111 (black) on hover */
/*#navigation li a:hover {
  background-color: lightgrey;
}*/

#content { width: 100%; margin: auto; margin-bottom: 20px; }
#content body {margin-left: 20px; margin-right: 20px; text-decoration: none;}
#content h3 { margin-left: 20px; margin-right: 20px; text-decoration: none; color: #33739E;}
#content h4 { margin-left: 20px; margin-right: 20px; text-decoration: none; color: #33739E}
#content p { margin-left: 20px; margin-right: 20px; text-decoration: none; text-align: justify; }

#content ul,ol { margin-bottom: 30px; list-style: square;}
#content li { padding-bottom: 12px; text-align: justify; margin-right: 5%; }

/* #content ul li::before {
  content: "\23F5";
  color: #33739E;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
} */

.content-element {
  width: 70%;
  margin: auto;
  margin-bottom: 5px;
  background: ivory;
  border: 1px solid lightsteelblue;
}


.content-element hr {
  margin-left: 20px;
  margin-right: 20px;
  color: #33739E;
}

.content-element h3 {
  margin-left: 20px;
  margin-right: 20px;
  color: #33739E;
  text-align: center;
  padding: 10px 10px 10px 10px;
  background-color: cornsilk;
  border-color: bisque;
  border-style: solid;
  border-radius: 4px;

}

.content-element a {
  text-decoration: none;
  color: #33739E;
}

.content-element img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

.content-element p {
  padding: 10px 10px 10px 10px;
  background-color: bisque;
  border-radius: 4px;
}


.content-description {
  width: 100%;
  margin-bottom: 5px;
  background: white;
  border: 1px solid lightsteelblue;
}

.content-description hr {
  margin-left: 20px;
  margin-right: 20px;
  color: #33739E;
}

.content-description img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

.content-home a {
  text-decoration: none;
  color: darkorange;
}


.content-home a:hover {
  color: orangered;
}


.follow-btn {
  padding-bottom: 10px;
  /* margin-right: 10px; */
  /* display: block; */

  display: flex;
  justify-content: center;
  align-items: center;

}



#footer { margin: auto; width: 100%; background: white;
  border: 1px solid lightsteelblue; }

.title {color: #33739E; text-align: center; font-size: 14px; }
.title a {color: #33739E;}

.img-banniere {
   display: block;
   margin-left: auto;
   margin-right: auto;
   border: 1px solid lightsteelblue;
   width: 100%;
}


.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown a {
  color: #33739E;
  text-decoration: none;
  padding: 14px 16px;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 0px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown:hover .dropbtn {
  background-color:  bisque;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;

}

.dropdown-content a {
  float: none;
  color: #33739E;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: cornsilk;
}

.dropdown:hover .dropdown-content {
  display: block;
  
}


.center-container {
  margin: auto;
  width: 50%;
  /* justify-content: center;
  align-items: center;  */
  /* position: relative;
  left: 50%; */
  /* transform: translateX(-18%); */
}