/*Eileen*/
body {
    background-color: ghostwhite}

/*Bar de naviguation*/
body {
  margin: 0;
  }
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 20%;
  background-color: gainsboro;
  position: fixed;
  height: 100%;
  overflow: auto;
  }
li a {
  font-family: "verdana", sans-serif;
  font-size: 20px;
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  }
li p {
  font-family: "verdana", sans-serif;
  font-size: 11px;
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  }
#credits{
  font-family: "verdana", sans-serif;
  font-size: 13px;
  text-align: left;
  display: block;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  width: 90%; 
  }
li a.active {
  font-size: 20px;
  font-family: "verdana", sans-serif;
  background-color: #555;
  color: white;
  }
li a:hover:not(.active) {
  background-color: #555;
  color: white;
  }
#billgatesnav {
    float: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 7%;
    margin-top: 7%;
    width: 90%;  
    }
/*--------------------------------------------------------------------*/

/*Homepage*/
.bodyhomepage{
    background-color: black;
    }
.homepagestyle{
    margin-left:20%;
    padding:0px 0px;
    height:1000px;
    }
/*titre de la Homepage*/
.titrebillgates
  {color: white;
  font-size: 70px;
  text-align: center;
  font-family: "verdana", sans-serif;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  }
/*titre du slideshow de la Homepage*/
.titreslideshowhomepage
  {color: white;
  font-size: 50px;
  margin-bottom: 117px;
  text-align: center;
  font-family: "verdana", sans-serif; 
  }
.titre1slideshowhomepage
  {color: white;
  font-size: 50px;
  margin-bottom: 50px;
  text-align: center;
  font-family: "verdana", sans-serif; 
  }
.titre2slideshowhomepage
  {color: white;
  font-size: 50px;
  margin-bottom: 117px;
  text-align: center;
  font-family: "verdana", sans-serif; 
  }
.titre3slideshowhomepage
  {color: white;
  font-size: 50px;
  margin-bottom: 60px;
  text-align: center;
  font-family: "verdana", sans-serif; 
  }
* {box-sizing:border-box}
.pslideshowhomepage{
  color: gainsboro;
  font-family: "verdana", sans-serif;
  font-size: 20px; 
  text-align: center;
  }
/* container du slideshow de la Homepage */
.slideshow-containerhomepage 
  {max-width: 1000px;
  position: relative;
  margin: auto;
  }
/*cacher images du slideshow de la Homepage*/
.mySlides {
  display: none;
  }
/* boutons next & previous du slideshow de la Homepage */
.prevslideshowhomepage, .nextslideshowhomepage {
  cursor: pointer;
  position: absolute;
  top: 80%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  }
/* Position du "bouton next" à droite du slideshom de la Homepage */
.nextslideshowhomepage {
  right: 0;
  border-radius: 3px 0 0 3px;
  }
/* hover et backround noir transparent du slideshow de la Homepage*/
.prevslideshowhomepage:hover, .nextslideshowhomepage:hover {
color: rgba(1,0,0,0.8);
}
/* text du slideshow de la Homepage */
.textslideshowhomepage {
  color: white;
  font-size: 20px;
  font-family: "verdana", sans-serif;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
  top: 0px;  
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  }
/*text des numéros du slideshow de la Hompepage(1/3 etc) */
.numbertexthomepage {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  }
/* points de référence du slideshow de la Homepage */
.dotslideshowhomepage {
  cursor: pointer;
  height: 6px;
  width: 8px;
  margin: 0 2px;
  background-color: gainsboro;
  border-radius: 0%;
  display: inline-block;
  transition: background-color 0.6s ease;
  }
.active, .dotslideshowhomepage:hover {
  background-color: dimgray;
  }
/* animation du slideshow de la Homepage */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  }
@-webkit-keyframes fade {
  from {opacity: .9}
  to {opacity: 1}
  }
@keyframes fade {
  from {opacity: .}
  to {opacity: 1}
  }
/*boutons pour la bar de navigation dans le slideshow de la Homepage*/
.buttonhomepage {
  background-color: white;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  }
.buttonhomepage {
  background-color: transparent; 
  color: transparent; 
  border: 2px solid white;
  }
.buttonhomepage:hover {
  background-color: white;
  color: transparent;
  }
/*liens du slideshow de la Homepage*/
#ahomepage:link {
    color: white;
    text-decoration: none;
    }
#ahomepage:visited {
  text-decoration: none;
  color: white;
  }
#ahomepage:hover {
  text-decoration: none;
  color:gainsboro;
  }
#ahomepage:active {
  text-decoration: none;
  color:gainsboro;
  }
#a1homepage:link {
    color: white;
    text-decoration: none;
    }
#a1homepage:visited {
  text-decoration: none;
  color: white;
  }
#a1homepage:hover {
  text-decoration: none;
  color:gainsboro;
  }
#a1homepage:active {
  text-decoration: none;
  color:gainsboro;
  }
#a2homepage:link {
    color: white;
    text-decoration: none;
    }
#a2homepage:visited {
  text-decoration: none;
  color: white;
  }
#a2homepage:hover {
  text-decoration: none;
  color:gainsboro;
  }
#a2homepage:active {
  text-decoration: none;
  color:gainsboro;
  }
#a3homepage:link {
    color: white;
    text-decoration: none;
    }
#a3homepage:visited {
  text-decoration: none;
  color: white;
  }
#a3homepage:hover {
  text-decoration: none;
  color:gainsboro;
  }
#a3homepage:active {
  text-decoration: none;
  color:gainsboro;
  }
/*Image avec texte par dessus*/
.containerhomepage {
  position: relative;
  width: 50%;
  float: center;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  }
.imagehomepage {
  display: block;
  width: 90%;
  height: auto;
  float: center;
  margin-left: 2%;
  margin-right: 2%;
  width: 96%;
  }
.overlayhomepage {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(1,0,0,0.5);
  overflow: hidden;
  margin-left: 2%;
  margin-right: 2%;
  width: 96%;
  height: 0;
  transition: .5s ease;
  }
.containerhomepage:hover .overlayhomepage {
  bottom: 0;
  height: 100%;
  }
.titrehomepage{
   color: white;
  font-family: "verdana", sans-serif;
  font-size: 45px;
  position: absolute;
  top: 25%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  }
.texthomepage {
  color: white;
  font-family: "verdana", sans-serif;
  font-size: 30px;
  position: absolute;
  top: 60%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  }
/*--------------------------------------------------------------------*/

/*Microsoft*/
/*image titre Microsoft*/
.microsoftstyle{
    margin-left:20%;
    padding:0px 0px;
    height:1000px;
    }
#microsoftimage {  
 margin-left: auto;
 margin-right: auto;
 width: 100%;
 max-width: 100%;
 height: auto;
 }
/*slogan de Microsoft*/
#slogan1{
    color: black;
    font-size: 25px;
    text-align: center;
    font-family: "verdana", sans-serif;
    background-color: lightgray;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    }
#slogan2{
    color: black;
    font-size: 25px;
    text-align: center;
    font-family: "verdana", sans-serif;
    background-color: lightgray;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    }
.microsoft1style{
    margin-left:4%;
    padding:0px 0px;}
/*naissance de Microsoft*/
.titrenaissancedemicrosoft {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  color: dimgray;
  text-align: center;
  font-family: "verdana", sans-serif;
  font-size: 40px;
  outline-width: 2px;
  outline-color: silver;
  outline-style: solid;
  }
/*container de la naissance de Microsoft*/
.containertextmicrosoft {
  position: relative;
  text-align: center;
  color: black;
  width: 95%;
  }
/*position de la naissance de Microsoft*/
.centertextmicrosoft {
 color: black;
 font-family: "verdana", sans-serif;
 font-size: 27px;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 width: 95%;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 }
/*titre du tableau de Microsoft*/
#titretableaumicrosoft{
    margin-left: auto;
    margin-right: auto;
    width: 46%;
    color: dimgray;
    font-family: "verdana", sans-serif;
    text-align: center;
    outline-width: 2px;
    outline-color: silver;
    outline-style: solid;
    }
/*tableau de Microsoft*/
table, th, td {
  font-family: "verdana", sans-serif;
  font-size: 20px;
  }
table {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border-collapse: collapse;
  border: 1px solid dimgray;
  }
th{
  text-align: center;
  width: 30%;
  }
td {
  text-align: left;
  padding: 10px;
  font-family: "verdana", sans-serif;
  font-size: 20px;
  }
/*inversion couleurs du tableau de Microsoft*/
tr:nth-child(even) {background-color: gainsboro;}
/*slideshow de Microsoft*/    
    * {box-sizing:border-box}
/*container du slideshow de Microsoft */
.slideshow-containermicrosoft {
  max-width: 1000px;
  position: relative;
  margin: auto;
  }
/*images du slideshow de Microsoft */
.mySlides {
  display: none;
  }
/*boutons previous et next du slideshow de Microsoft*/
.prevslideshowmicrosoft, .nextslideshowmicrosoft {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: darkgray;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  }
/* bouton next du slideshow de Microsoft */
.nextslideshowmicrosoft {
  right: 0;
  border-radius: 3px 0 0 3px;
  }
/* fond noir des boutons du slideshow de Microsoft  */
.prevslideshowmicrosoft:hover, .nextslideshowmicrosoft:hover {
  background-color: rgba(0,0,0,0.7);
  }
/* text du slideshow de Microsoft*/
.textslideshowmicrosoft {
  color: white;
  font-size: 15px;
  font-family: "verdana", sans-serif;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  }
/* numéros du slideshow de Microsoft*/
.numbertextmicrosoft {
  color: dimgray;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  }
/* points du slideshow de Microsoft*/
.dotslideshowmicrosoft  {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 0%;
  display: inline-block;
  transition: background-color 0.6s ease;
  }
.active, .dotslideshowmicrosoft :hover {
  background-color: #717171;
  }
/* animation du slideshow de Microsoft */
.fade  {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.2s;
  animation-name: fade;
  animation-duration: 0.2s;
  }
@-webkit-keyframes fade {
  from {opacity: .9}
  to {opacity: 1}
  }
@keyframes fade {
  from {opacity: .9}
  to {opacity: 1}
  }
/*liens du slideshow de la Homepage*/
.abmf:link {
    color: white;
    text-decoration: none;
    }
.abmf:visited {
  text-decoration: none;
  color: white;
  }
.abmf:hover {
  text-decoration: none;
  color:darkgrey;
  }
.abmf:active {
  text-decoration: none;
  color:darkgrey;
  }
/*-----------------------------------------------------------------*/

/*The Bill and Melinda Gates Foundation*/
/*Slideshow de BMF*/
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}
/*container du slideshow BMF */
.slideshow-containerBMF {
  max-width: 1000px;
  position: relative;
  margin: auto;
  background-color: gainsboro;
  }
/*texte du slideshow BMF*/
.captionslideshowBMF{
  color: black;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  }
/* numéros du slideshow BMF (1/3 etc) */
.numbertextslideshowBMF {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  }
/* points de référence du slideshow BMF */
.dotslideshowBMF; {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  }
.active {
  background-color: #717171;
  }
/* animation du slideshow BMF */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
  }
@-webkit-keyframes fade {
  from {opacity: 0.7} 
  to {opacity: 1}
  }
@keyframes fade {
  from {opacity: 0.7} 
  to {opacity: 1}
  }
.BMFstyle{
    margin-left:20%;
    padding:0px 0px;
    height:1000px;
    }
/*titre BMF*/
.titreBMF{
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  color: black;
  font-family: "verdana", sans-serif;
  font-size: 40px;
  text-align: center;
  outline-width: 1px;
  outline-color: silver;
  outline-style: solid;
  }
/*texte BMF*/
#texteBMGF{
    color: darkred;
    font-family: "verdana", sans-serif;
	font-size: 25px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    outline-width: 1px;
    outline-color: darkred;
    outline-style: solid;
    padding: 12px;
    }
/*images avec texte quand on passe dessus*/
* {
  box-sizing: border-box;
  } 
.columnBMF {
  float: left;
  width: 33.33%;
  padding: 5px;
  }
.rowBMF::after {
  content: "";
  clear: both;
  display: table;
  }

/*texte sur images*/
.containerBMF {
  position: relative;
  width: 100%;
  }
.overlayBMF {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(255, 255, 255, 0.5);
  }
.containerBMF:hover .overlayBMF {
  opacity: 1;
  }
.textBMF {
  color: black;
  font-family: "verdana", sans-serif;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  }
/*--------------------------------------------------------------------*/

/*Sources*/
.bodysources{
    background-color: black
    }
/*Titre Sources*/
.titresources{
  font-family: "verdana", sans-serif;
  font-size: 60px;
  position: relative;
  text-align: center;
  color: ghostwhite;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  }
/*Titres des différentes pages*/
.titresourcespages{
  font-family: "verdana", sans-serif;
  font-size: 30px;
  position: relative;
  text-align: left;
  color: ghostwhite;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.2);
  }
/*Titre Images de droite*/
.titresourcesimages{
 font-family: "verdana", sans-serif;
 font-size: 20px;
 position: relative;
 text-align: left;
 color: ghostwhite;
 width: 95%;
 }
/*Titre Textes de gauche*/
.titresourcestextes{
 font-family: "verdana", sans-serif;
 font-size: 20px;
 position: relative;
 text-align:  right;
 color: ghostwhite;
 width: 95%; 
 }
/*Sources Homepage*/
.columnsources {
  float: left;
  width: 45%;
  padding: 10px;
  height: 280px;
  }
/*Sources Biographie*/
.columnsources1 {
  float: left;
  width: 45%;
  padding: 10px;
  height: 190px;
  }
/*Sources Microsoft*/
.columnsources2 {
  float: left;
  width: 45%;
  padding: 10px;
  height: 380px;
  }
/*Sources Fortune*/
.columnsources3 {
  float: left;
  width: 45%;
  padding: 10px;
  height: 100px; 
  }
/*Sources BMF*/
.columnsources4 {
  float: left;
  width: 45%;
  padding: 10px;
  height: 390px;
  }
/*Colonnes égales et régulières*/
.rowsources:after {
  content: "";
  display: table;
  clear: both;
  }
/*liens dans les listes de Sources*/
body {
  margin: 0;
  }
#ulsources {
  list-style-type: square;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%;
  background-color: transparent;
  position: relative;
  height: 100%;
  overflow: auto;
  }
#lisources a {
  font-family: "verdana", sans-serif;
  font-size: 20px;
  display: block;
  color: ghostwhite;
  padding: 8px 16px;
  text-decoration: none;
  }
#lisources a:hover:not(.active) {
  background-color: #555;
  color: ghostwhite;
  }
#ulsources1 {
  list-style-type: square;
  text-align: right;
  padding: 0;
  width: 100%;
  background-color: transparent;
  position: relative;
  height: 100%;
  overflow: auto;
  }
#lisources1 a {
  font-family: "verdana", sans-serif;
  font-size: 20px;
  display: block;
  color: ghostwhite;
  padding: 8px 16px;
  text-decoration: none;
  }
#lisources1 a:hover:not(.active) {
  background-color: #555;
  color: ghostwhite;
  }
/*/Eileen*/



/*--------------------------------------------------------------------*/

/*Victoria*/
/*Biographie*/

.biographiestyle{
    margin-left:22%;
    margin-right: 2%;
    padding:20px 8px;
    height:1000px;
    }
.titrebiographie{color:black;
    text-align: center;
    font-family: "verdana", sans-serif;
    font-size: 40px;
    }
#texte_biographie{ 
  background-color: lightgrey;
  color: black;
    }
#texte_biographie{ 
  background-color: lightgrey;
  color: black;
    }
.titreprison{color:black;
    text-align: center;
    font-family: "verdana", sans-serif;
    font-size: 10;
    }
img{
    float: center;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    }
img{
    float: center;
    margin-right: auto;
    margin-left: auto;
    width: 60%;
    }

/*--------------------------------------------------------------------*/

/*Fortune*/
.titrefortune{
    color:black;
    text-align: center;
    font-family: "verdana", sans-serif;
    font-size: 50px;
    }
.textefortune1{ 
    color:black;
    text-align: center;
    font-family: "verdana", sans-serif;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    }
.containertextfortune {
  position: relative;
  text-align: center;
  color: black;
  width: 100%;
  }
.centertextfortune {
 color: black;
 font-family: "verdana", sans-serif;
 font-size: 25px;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 width: 90%;
 position: absolute;
 top: 40%;
 left: 50%;
 transform: translate(-50%, -50%);
 }
#imageArgents{
    width:97%;
    opacity: 0.85;
}

.bodyfortune{
  background-color: beige;
  }

.textefortune1 {
  margin: 70px;
  border: 1px solid #4CAF50;
}

.fortune{
    margin-left: 20%;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    }