html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* defaults */

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}



body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a {
    text-decoration: none;
    color: white;
}


/* START */
html {
  width: 100%;
}

body {
    margin: 0px;
}  


/* welcome page */
.heady {
  position: relative;
  height: calc(100vh);
  top: 0px;
  left: 0px;
  background-color:  rgb(33, 32, 131);
}

.earth-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: rgb(33, 32, 131);
}

.responsive-wrapper {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
  
  .title {
    font-size: 700%;
    line-height: 1;
    font-style: normal;
    color: white;
    font-family: 'Archivo', sans-serif;
  }

  .marginalie {
    font-weight: bold;
    color: white;
    }
  
  .main-datum {
    position: relative;
    top: 20px;
    left: 20px;
  }
  
  .location-title {
    margin: 0;
    position: absolute;
    top: 35%;
    right: 30px;
    color: white;
    text-align: right;
    float: right;
  }
  
  #top {
    position: absolute;
    top: 7px;
    left: 7px;
    width: calc(100vw - 57px);
  }
  
  .detail-container {
    position: relative;
    display: block;
    flex-direction:row;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 20px;
    }
  
  .detail {
    font-family: 'Unna', serif;
    font-size: calc(100vw / 90);
    position: relative;
    display: inline-block;
    border: 0.25vh solid white;
    padding-left: 5px;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-right: 5px;
    float: left;
    flex-grow:0;
    min-width: 85px;
  }
  
  #bottom {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100vw - 66px);
  }
  
  
  .main-title {
    position: relative;
    margin: 0;
    bottom: 20px;
    left: 20px;
    color: white;
    text-align: left;
  }
  
  .earth {
  width: auto;
  height: auto;
  top: 19%;  
  left: 35%;
  position: absolute;
  }

  .circle {
    position: absolute;
    top: 10%;  
    left: 30%;
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
  
    offset-path: path(
      "M300,0C465.69,0,600,134.31,600,300S465.69,600,300,600,0,465.69,0,300,134.31,0,300,0"
    );
    /* width: ; */
    /* offset-distance: 0%; */
    animation: followpath 10s linear infinite;
  }
  
  @keyframes followpath {
    0% {
      offset-distance: 0%;
    
    }
   

    100% {
      offset-distance: 100%;
    }
    
  }

/* page dégradé*/

main {
  height: auto;
	width: 100%;
  background-color: rgb(33, 32, 131);
  position: relative;
}

/* Sticky header */

.navtop {
  width: 97%;
  height: 2vw;
  background: rgb(33, 32, 131);
  position: sticky;
  top: 0;
  margin-left: 0px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  text-align: left;
  vertical-align: middle;
  font-size: 1em;
  padding-top: 1vw;
  padding-left: 3%;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  z-index: 3;
}

div #scale {
  width: 1%;
  height: 1621vh;
  background: linear-gradient(to bottom, rgb(76, 0, 255), rgb(0, 247, 255), rgb(255, 174, 0), rgb(255, 38, 0), rgb(255, 0, 242), rgb(76, 0, 255), rgb(4,2,97) ); 
  float: left;
  margin-left: 0;
}

.parents {
  height: auto;
}

.child {
  width: 7em;
  height: 1.5vw;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  position: sticky;
  top: 0.65vw;
  margin-right: 3%;
  border-radius: 40vw;
  border: 0.15rem solid  white;
  float:right;
  z-index: 3;
  margin-top: -2.5vw;
}

.hauteur {
  text-align: center;
  font-size: 1em;
  color:  white;
  margin: auto;
 padding-top: 0.25vw; 
 font-family: 'Archivo', sans-serif;
}

a.hauteur {
  margin: auto;
  padding-left: 12px;
}

/* page titre */

#second {
  position: relative;
  height: calc(100vh);
  margin-top: -1.1%;
  left: 0px;
}

#top02 {
  position: absolute;
  top: 6%;
  left: 40px;
}

.right-title {
  margin: 0;
  position: absolute;
  top: 140px;
  right: 40px;
  color: white;
  text-align: right;
  float: right;
}

.middle-title {
  margin: auto;
  position: absolute;
  top: 40%;
  padding-left: 55vh;
  color: white;
}

#bottom02 {
  position: absolute;
  left: 40px;
  top: 470px;
}

#bottom03 {
  position: absolute;
  left: 20px;
  top: 550px;
}

/* education */
div #goldenticket {
  background-image: url('images/original.gif');
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 500px;
}


/* beginning */
div #navalbase {
  background-image: url('images/navalbase.gif');
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 65vw;
}

#pop {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.25vh;
  -webkit-text-stroke-color: white;
  padding-left: 25%;
  text-align: left;
}
#pop:hover {
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 0;
  }

#portrait01 {
  width: 73%;   
  display: none;
  visibility: hidden;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
}
.visible {
  visibility: visible !important;
}
#pop:hover::after, #portrait01 {  
  /* position: absolute; */
  display: block;
 }

 /* recognition */
 div #satellitegw {
  background-image: url('images/satelliteGW_B&W.gif');
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 610px;
}

/* hover and images */

/* childhood */
 .farmer {
  position: absolute;
  z-index: 2;
  width: 30%;   
  display: none;
  visibility: hidden;
  margin-left: 28vw;  
  margin-top: -7vh ;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
}
.visible {
  visibility: visible !important;
}
#pop:hover::after, .farmer {  
  display: block;    
 }



/* beggining */
.dahlgren {
  position: absolute;
  width: 30%;   
  display: none;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  z-index: 1;
  float: right;
  margin-left: 50%;
  margin-top: 0%;
}
.visible {
  visibility: visible !important;
}
#pop:hover::after, .dahlgren {  
  
  display: block;    
 }

 .coding {
  position: absolute;
  width: 25%;   
  display: none;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  z-index: 1;
  margin-left: 8%;
  margin-top: 0%;
}
.visible {
  visibility: visible !important;
}
#pop:hover::after, .coding {  
  display: block;    
 }

 .husband {
  position: absolute;
  width: 25%;   
  display: none;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  z-index: 1;
  margin-top: 0%;
  margin-left: 15%;
}
.visible {
  visibility: visible !important;
}
#pop:hover::after, .husband {  
  display: block;    
 }

/* career */
div #ibmcomputing {
  background-image: url('images/ibm_B&W.gif');
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 650px;
}

 .ibm {
  position: absolute;
  width: 25%;   
  display: none;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  z-index: 1;
  float: right;
  margin-top: -8%;
  margin-left: 50%;
}
.visible {
  visibility: visible !important;
}
#pop:hover::after, .ibm {  
  /* position: absolute; */
  display: block;    
 }
 


/* TEXT */
.hoversmall {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.20vh;
  -webkit-text-stroke-color: white;
  font-family: 'Archivo', sans-serif;
  font-size: 80%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.hoversmall:hover {
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 0;
}

.hoverbig {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.25vh;
  -webkit-text-stroke-color: white;
  font-style: normal;
  text-align: left;
}
    
.hoverbig:hover {
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 0;
}


p {
  font-family: 'Archivo', sans-serif;
  font-size: 110%;
  line-height: 1.25;
  font-weight: 600;
  color: white;
  text-align: center; 
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 20vw;
  padding-right: 20vw;
  column-span: all;
}

.undertitle {
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  margin-top: 20vh;
  color: white;
  font-size: calc(100vh / 8.5);
  line-height: 7vw;
  padding-top: 2%;
  padding-left: 3.25vw;
  padding-right: 2.5vw; 
}

.wichtigsmall {
  font-family: 'Archivo', sans-serif;
  font-size: 82%;  
  font-weight: 600;
}



#italic {
  font-style: italic;
}

.colonnes {
  column-count: 2;
  column-gap: 3.5%;
  column-rule: 2px solid white;
  font-family: 'Unna', serif;
  color: white;
  font-size: 200%;
  line-height: 1.1;
  margin-top: 5%;
  padding-left: 3vw;
  padding-right: 3vw;
  width: 91vw;
}
  
.alinea {
  text-indent: 7%;
}

#freedom {
  color: rgb(51, 216, 253);
}

#freedomq {
  color: rgb(125, 244, 250);
}

#work {
  color: rgb(159, 203, 100);
}

#workq {
  color: rgb(186, 194, 74);
}

#men{
  color: rgb(195, 207, 59);
}

#menq {
  color: rgb(214, 178, 34);
}

#gettoher {
  color: rgb(237, 132, 3);
}

#gettoherq {
  color: rgb(219, 88, 18);
}

#segregation {
  color: rgb(237, 85, 3);
}

#segregationq {
  color: rgb(219, 65, 18);
}

#stigma {
  color: rgb(237, 65, 3);
}

#stigmaq {
  color: rgb(219, 21, 18);
}

#decades {
  color: rgb(217, 3, 237);
}

#decadesq {
  color: rgb(212, 84, 197);
}

#seen {
  color: rgb(159, 3, 237);
}

#seenq {
  color: rgb(85, 14, 201);
}

#paper {
  color: rgb(86, 34, 241);
}

#paperq {
  color: rgb(42, 8, 212);
}

/* draggable */
.cache {
  position: absolute;
  z-index: 0;
}

.gps {
  width: 35%;
  margin-left: 300px; 
  margin-top: -800px; 
}

.geodetic {
  width: 400px; 
  height: auto;  
  margin-left: 250px;
  margin-top: -100px;
}

.gpsorbit {
  width: 30%;
  height: auto;
  margin-top: 0;
  margin-left: 700px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
}

.gps-1 {
  width: 30%;
  height: auto;
  margin-top: 0px;
  margin-left: 300px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
}

.affame {
  width: 30%;   
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
  margin-left: 100px;
  margin-top: 0px;
}

.simpson {
  width: 40%;   
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
  margin-left: 600px;
  margin-top: -400px;
}

div #rap-wrapper {
  width: 100%;
  height: 100%;
  margin-top: 5%;
  padding-bottom: 5%;
}

video {
  width: 80%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);

}

footer{
  position: relative;
  left: 0;
  bottom: 0;
  width: 94%;
  background-color: rgb(33, 32, 131);
  z-index:2;
  padding-left: 3%;
  padding-right: 3%;
}
.ticker {
 height: 50px;  
 overflow: hidden;
 position: relative;
 bottom: 0;
}
.ticker h1 {
 font-size: 2em;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: left;
 white-space: nowrap;

 /* Starting position */
 -moz-transform:translateX(3%);
 -webkit-transform:translateX(3%);  
 transform:translateX(3%);
 /* Apply animation to this element */  
 -moz-animation: 25s linear infinite;
 -webkit-animation: 25s linear infinite;
 animation: 25s linear infinite;
 -moz-animation-delay: 3s linear infinite;
 -webkit-animation-delay:  3s linear infinite;
 animation-delay: 3s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes ticker {
 0%   { -moz-transform: translateX(3%); }
 100% { -moz-transform: translateX(-250%); }
}
@-webkit-keyframes ticker {
 0%   { -webkit-transform: translateX(50%); }
 100% { -webkit-transform: translateX(-250%); }
}

.ticker h1 {
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 25px;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: left;
}

h1 {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: white;
}
.word {
  font-size: 20px;
  position: relative;
  white-space: nowrap;
  color: white;
  text-align: left;
  float: left;
  text-shadow: 0 0 3px rgba(0,0,0,1); 
}

.word::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: yellow;
  overflow: hidden;
  width: 40%;
  animation: run-text 20s infinite linear;
  text-shadow: 0 0 3px rgb(255, 0, 170); 
}

@keyframes run-text {
  from { width: 0 }
  to { width: 100% }
}


/* media queries */

@media all and (max-width: 1160px)
{
  .navtop {
    font-size: 15px;
    padding-top: 1vw;
  }

  .child {
    border: 0.12rem solid  white;
    margin-top: -2vw;
  }

  .hauteur {
    font-size: 15px;
   padding-top: 0.17vw; 
  }

  div #scale {
    width: 1%;
    height: 1715vh;
    background: linear-gradient(to bottom, rgb(76, 0, 255), rgb(0, 247, 255), rgb(255, 174, 0), rgb(255, 38, 0), rgb(255, 0, 242), rgb(76, 0, 255), rgb(4,2,97) ); 
    float: left;
    margin-left: 0;
  }

  #portrait01 {
    width: 55%;   
    display: none;
    visibility: hidden;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
  }
  .visible {
    visibility: visible !important;
  }
  #pop:hover::after, #portrait01 {  
    /* position: absolute; */
    display: block;
   }

  .geodetic {
    width: 400px; 
    height: auto;  
    margin-left: 0;
    margin-top: 0;
  }
  
  .gpsorbit {
    width: 300px;
    margin-top: 0;
    margin-left: 200%;
  }

  .simpson {
    width: 300px;   
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
    margin-left: 100%;
    margin-top: -400px;
  }

  .undertitle {
    
    font-size: calc(100vw / 15);
    line-height: 7vw;
    padding-top: 2%;
    padding-left: 3.25vw;
    padding-right: 2.5vw; 
  }

}


@media all and (max-width: 1000px)
{
  .navtop {
    height: 25px;
    padding-top: 10px;
    top: 0;
  }

  .child {
    border: 0.12rem solid  white;
    margin-top: 2px;
    height: 20px;
  }

  .hauteur {
    font-size: 15px;
    padding-top: 0.3vw; 
   }

  .detail {
    font-size: 11px;
  }

  .right-title {
    top: 165px;
  }

  #bottom02 {
    top: 470px;
  }

  #bottom03 {
    top: 620px;
  }

  .undertitle {
    font-size: calc(100vw / 19);
    line-height: 7vw;
    padding-top: 2%;
    padding-left: 3.25vw;
    padding-right: 2.5vw; 
  }

  .colonnes {
    column-count: 1;
    column-gap: 0;
    column-rule: none;
    width: 80vw;
  }

  p {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  div #goldenticket {
    height: 400px;
  }

  div #navalbase {
    height: 500px;
  }

  div #ibmcomputing {
    height: 500px;
  }

  .geodetic {
    width: 300px;   
    margin-left: 30%;
    margin-top: -20%;
  }

  .gpsorbit {
    width: 200px;
    margin-top: 15%;
    margin-left: 400px;
  }

  div #satellitegw {
    height: 400px;
  }

  .simpson {
    width: 200px;   
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
    margin-left: 100%;
    margin-top: -400px;
  }

  div #scale {
    width: 1%;
    height: 1630vh;
    background: linear-gradient(to bottom, rgb(76, 0, 255), rgb(0, 247, 255), rgb(255, 174, 0), rgb(255, 38, 0), rgb(255, 0, 242), rgb(76, 0, 255), rgb(4,2,97) ); 
    float: left;
    margin-left: 0;
  }

}

@media all and (max-width: 750px)
{
  .hauteur {
    padding-top: 0.6vw; 
   }

  .title {
    font-size: 400%;
    line-height: 1;

  }

  .farmer {
    width: 50%;
  margin-left: 20%;  
  margin-top: 5% ;
  }

  #bottom03 {
    top: 87%;
  }

  .undertitle {
    line-height: 1.15;
    margin-top: 15%;
  }

  div #goldenticket {
    height: 300px;
  }
  div #navalbase {
    height: 350px;
  }

  div #ibmcomputing {
    height: 250px;
  }

  div #scale {
    height: 1780vh;
  }
  .earth {
    width: 300px;
    height: 300px;
    top: 17%;
    left: 17%;
    }

    .circle {
      top: 11%;  
      left: 9%;
      width: 40px;
      height: 40px;
    
      offset-path: path(
        "M196.15,6.23c104.64,0,189.46,84.83,189.46,189.46S300.79,385.15,196.15,385.15,6.7,300.32,6.7,195.69,91.52,6.23,196.15,6.23"
      );
    }

    .middle-title {
      padding-left: 17%;
        }
      
        .colonnes {
          font-size: 150%;
          line-height: 1.1;
          margin-top: 5%;
          padding-left: 5vw;
          width: 85%;
        }
          
        .alinea {
          text-indent: 7%;
        }

        .hoversmall {
          -webkit-text-stroke-width: 0vh;
          -webkit-text-fill-color: white;
          font-weight: 600;
          text-decoration: underline;    
        }

        .hoverbig {
          -webkit-text-fill-color: white;
          -webkit-text-stroke-width: 0vh;
          font-weight: 600;
          text-decoration: underline;
        }

        .geodetic {
          width: 250px; 
          margin-left: 25%;
          margin-top: -100px;
        }
        
        .gpsorbit {
          margin-top: 45%;
          margin-left: 40%;
        }

        .gps-1 {
          width: 50%;
          height: auto;
          margin-top: 0px;
          margin-left: 15%;
          box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
        }

        .affame {
          width: 50%;   
          box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
          margin-left: 15%;
          margin-top: 0px;
        }

        .simpson {
          width: 50%;
          margin-left: 65%;
        }

        div #scale {
          width: 1.5%;
          height: 1375vh;
        }

        .ticker h1 {
          font-size: 10px;

        -moz-animation: ticker 15s linear infinite;
        -webkit-animation: ticker 15s linear infinite;
        animation: ticker 15s linear infinite;
        -moz-animation-delay: ticker 3s linear infinite;
        -webkit-animation-delay: ticker 3s linear infinite;
        animation-delay: ticker 3s linear infinite;
        }

        h1 {
          display: block;
          margin-block-start: 1em;
          margin-block-end: 1em;
          margin-inline-start: 0px;
          margin-inline-end: 0px;
          color: white;
        }
        .word {
          font-size: 20px;
          position: relative;
          white-space: nowrap;
          color: white;
          text-align: left;
          float: left;
          text-shadow: 0 0 3px rgba(0,0,0,1); 
        }
        
        .word::after {
          width: 100%;
          animation: run-text 40s infinite linear;
          text-shadow: 0 0 3px rgb(255, 0, 170); 
        }
        
        @keyframes run-text {
          from { width: 0 }
          to { width: 100% }
        }

}

@media all and (max-width: 735px)
{
  div #scale {
    height: 1195vh;
  }
}