body{
    background-color: #161717;
}
#banner {
  background-image: url("logo7.png");
  background-position: center;
  background-size: cover;
  height: 250px;
  width: 100%;
  position: relative;
  text-align: center;
}


.container8 {/*c'est pour les alphabet mu dictionnaire */
  width: auto;
  height: 220px;
  padding: 5px;
  padding-bottom: 5px;
  display: inline-block;
  justify-content: center;
  background-color: #161717;
}
.div2 {
  /*div2 ni ya nos cantiques*/
  width: 100%;
  min-height: auto;
  background-color: #161717;
}
#copy {
  color: #f2f7f7;
  font-size: 1.5rem;
  text-align: center;
  font-family: arial;
  font-weight: bolder;
  padding: 167px 1px 0px 1px;
  text-shadow: 1px 3px 0 rgb(3, 0, 3);
}
#copy1 {
  color: #93dff4;
  font-size: 1.8rem;
  font-weight: bolder;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  padding: 100px 5px 0 0px;
  text-shadow: 3px 2px 2px rgb(5, 45, 164);
}
#copy5 {
  color: #8b9a99;
  font-size: 1.2rem;
  text-align: center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgb(107, 106, 111);
}
#copy6 {
  color: rgb(177, 177, 167);
  font-size: 0.82rem;
  margin: 5px;
  text-align: justify;
  text-justify: inter-word;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: lighter;
  text-shadow: 0px 1px 1px rgb(49, 46, 65);
}
#copy7 {
  color: rgb(177, 169, 167);
  font-size: 0.82rem;
  margin: 5px;
  text-align: center;
  text-justify: inter-word;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: lighter;
  text-shadow: 0px 1px 1px rgb(49, 46, 65);
}
.slide {
  background-image: url("representation.jpg");
  display: block;
  background-position: center;
  background-size: cover;
  height: 370px;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.links {
  list-style-type: none;
  background-color: rgb(17, 1, 1);
  width: 100%;
  justify-content: center;
}

.a {
  justify-content: center;
  position: relative;
  display: inline-block;
}

:root {
  /* Text Colour */
  --primary: #f5f5f5;
  --secondary: #dcaa1b;
  --tertiary: #11d248;
  --white: #430c8c;
  --accent: #c1262d;
}

.links a {
  font-size: 1.3rem;
  text-decoration: none;
  display: inline-block;
  padding: 0.4em 1em;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 0.5em;
  justify-content: center;
  transition: all 0.18s ease-in-out;
  font-weight: 600;
  white-space: nowrap;
  border-bottom: solid var(--accent);
  color: var(--primary);
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdownContent {
  display: none;
  position: absolute;
  width: 700px;
  z-index: 1;
  margin: 0 1em;
  width: fit-content;

  box-shadow: 1px 1px 1px rgba(3, 3, 246, 0.2);
  background: var(--white);
}

.dropdownContent a {
  display: inline-block;
  margin: 0.4em;
}

.dropdown:hover .dropdownContent {
  display: block;
}

.dropdown:hover .dropButton {
  background-color: var(--primary);
  color: var(--white);
}

nav a:hover {
  background: var(--primary) !important;
  color: var(--white);
  border-color: var(--primary);
}

a.button {
  font-size: 0.9em;
  text-decoration: none;
  display: inline-block;
  padding: 0.5em 1em;
  cursor: pointer;
  border-radius: 0.5em;
  margin: 0.3em;
  transition: all 0.18s ease-in-out;
  font-weight: 600;
  white-space: nowrap;
  border-bottom: solid var(--accent);
  color: var(--primary);
}



@media only screen and (max-width: 90px) {
  .styleMode {
    display: none;
  }

  .dropdownContent {
    display: none;
    position: relative;
    z-index: 1;
    margin: 0 -0.3em;
    width: fit-content;
    box-shadow: 5px 3px 8.37px rgba(69, 36, 232, 0.2);
    background: var(--white);
  }
  .dropdown:hover .dropdownContent {
    display: flex;
  }
  .dropdown {
    position: relative;
    display: block;
  }

  .dropdownContent a {
    display: table-column;
    margin: 1em;
  }

  .dropdown:hover .dropButton {
    background-color: var(--primary);
    color: var(--white);
  }
}
 .card8{ /*card ya ma alphabet mu disctionnaire*/
   width: 40px;
   height: 40px;
   display: inline-block;
   background-color: rgb(73, 72, 72);
   margin-left: 0px;
   text-align: center;
   padding-top: 1px;
   box-sizing: border-box;
   box-shadow: 2px 2px 3px -4px rgb(78, 78, 78);
   -webkit-border-radius: 0 6px 6px 6px;
   -moz-border-radius: 0 6px 6px;
   border-radius: 1px 1px 2px 2px;
   border: solid 1px rgb(90, 90, 87);
}
.card8-text { /*hii ni ya ma alphabet mu dictionnaire*/
  color:#666c8e;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1px;
  font-weight: bolder;
  text-shadow:1px 1px 0 rgb(153, 153, 148);
}

.footer {
  background: #000033;
  padding: 20px;
  text-align: center;
}
.footerText {
  color: #93a8a8;
  font-size: 0.9rem;
  font-weight: bolder;
}

.social {
  display: flex;
  justify-content: center;
}

.social i {
  font-size: 36px;
  color: rgb(107, 170, 233);
  padding: 13px;
}

.footerLogo {
  display: flex;
  justify-content: center;
}