/* FONT */

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* HEADER */
.sticky-header { 
  position: fixed; 
  top: 0; 
  width: 100%; 
} 

body {
  font-family: 'Replica', sans-serif;
}

/* IMAGE DE FOND */

body {
  background-color: #F5F5F5;
  background-repeat:repeat;
  background-attachment: scroll;
}

/* MENU DE NAVIGATION */

body{
  margin: 0;
  font-family: Poppins;
  font-weight: 100;
}

ul{
  list-style-type: none;
  margin: 10;
  padding: 100px 0px;
  width: 100%;
}

li a{
  background-color: #072A40;
  display: inline;
  padding: 40px 0px;
  float: left;
  width: 25%;
  height: 10px;
  text-align: center;
  color: white;
}

li a.active{
  background-color: #BF8E63;
  color: black;
  text-align: center;
  color: white;
  width: 25%;
  height: 10px;

/*  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: purple; */
}

/* TEXTE */

header{
    position: static;
    width:100%;
}

h1{
  padding: 0px 60px;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

h2{
  padding: 0px 60px;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 200%;
}

h3{
  padding: 50px 100px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
  line-height: 100%;
}

p{
  font-family: "Poppins", sans-serif;
  font-weight: 10;
  font-style: normal;
}

footer {
  background-color: white;
  margin-bottom: 0px;
  position: fixed;
  bottom: 0;
  display: block;
  padding: 0px 0px;
  width: 100%;
  float: left;
}

.newanchor:link {
color:seagreen;
text-decoration:none;
}

.newanchor:hover{
color:#BF8E63;
}

.classname:link    {color:seagreen;}
