/*absolute.css*/
@charset "UTF-8";
/* RESET CSS */
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline; }

html, body {
  width : 100%;
  height: 100%;
  font-family: 'Oxygen Mono', monospace;
}

p { 
  color: black;
  max-width: 590px;
}

a { 
  font-weight:bold; 
  text-decoration: none;
  color: black;
}

a:hover { 
  text-decoration: underline;
}

h2 { 
  font-size: 25px;
  color: blue;
  margin-bottom: 10px;
}

.bloc-txt2 {
  margin-left: 20px;
  margin-bottom: 20px;
}

.bloc-txt2 p {
 margin-bottom: 10px;
 color: blue;
}

/** menu **/

.menu {
  position:fixed;
  width: 150px;
  padding: 40px 0px 0px 40px;
}
.menu h1 {
  font-size: 16px;
  color: black;
  
}

.menu  a {
  font-size: 16px;
}
.nav {
  margin-top: 40px;
}
.menu .nav .lien {
  display: block;
  margin-bottom : 8px;
}

.active-lien {
  font-weight: bold;
  color: blue;
}
.sous-lien {
  margin-left:16px;
  font-size: 12px !important;
}

.bloc-img {
  cursor: pointer;
  }



/*spécial desktop */
@media only screen

  and (min-device-width: 700px)

  and (-webkit-min-device-pixel-ratio: 1) {
    .mobile-h1 {
      display: none;
    }
    .mobile-nav{
      display: none;
    }
    .menu h1 {
      width:60px;
    }

  /*          IMG homepage       */
  .wrapper {
    margin-left: 180px;
    display: flex;
  }
  .column {
    padding:40px 0px 120px 0px;
    width : 50%;
      
  }
  .bloc-img {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .bloc-img img {
    width: 100%;
  }

  .bloc-img .bloc-txt{
    padding-top: 4px;
    display:none;
  }
  .bloc-txt p {
    color: black;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;

  }

  .bloc-txt .light  {
    color: grey;
    font-size: 12px;

  }

  /*.     FOOTER.    */

  footer {
    position: fixed;
    bottom:0;
    width: 100%;
    background-color: white;
  }
  .inner-footer {
    padding: 8px 0px 10px 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 440px;
  }

  footer a {
    font-family: 'Oxygen Mono', monospace;
    font-size: 12px;
  }



}






/*  CSS pour téléphone    */

@media only screen and (max-width: 700px) and (max-device-width: 700px) and (-webkit-min-device-pixel-ratio: 2) {



  .titre-desktop{
    display: none;
  }

  .menu {
    position: static;
    width: 100%;
    padding: 0px;
  }
  .menu h1 {
    padding : 24px;
    font-size: 16px;
  }

  .mobile-nav{
    position: fixed;
    top:0;
    right:0;
    width:32px; 
    padding: 16px 24px;
    background-color: white;
  }
  .mobile-nav img {
    width: 100%;
  }

  .mobile-nav-links {
    display: none;
    width : 100%;
    height: 100%;
    position: fixed;
    background-color: white;
  }
  .nav {
    margin-top: 0px;
    padding : 24px;
  }



  /*column*/
  .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .column {
    width: 100%;
  }
  .bloc-img {
    width : 100%;
  }
 .bloc-img img {
  width:100%;
 }
 .bloc-img {
 
    margin-bottom: 20px;
  }
  .bloc-img img {
    width: 100%;
  }

  .bloc-img .bloc-txt{
    padding: 8px 8px 0px  8px;
    display:none;
  }
  .bloc-txt p {
    color: black;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;

  }

  .bloc-txt .light  {
    color: grey;
    font-size: 12px;

  }


 /*footer*/
 .inner-footer {
  padding: 0px 24px 24px 24px;
 }
 .inner-footer div{
    margin-bottom: 8px; 
 }
   
}
