@charset "utf-8";
/* CSS Document */
html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: white; /*#f5f2e9*/
  color: #1f2839;
}
h1, h2, h3, h4 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  color: #1f2839;
}
h2 {
  text-transform: uppercase;
font-size: 25px;
}
h3 {
  color: #5d768d;
}
a {
  text-decoration: none;
  color: #901914;
}
a:hover {
  color: #d59023;
}
strong {
    font-weight: 400;
}
.contentWidth {
  max-width: 1400px;
  margin: auto;
}
.textWidth {
  max-width: 1200px;
  margin: auto;
}
.titrePage {
  color: #bea459;
  text-transform: uppercase;
    font-size: 38px;
    font-weight: 600;
	line-height: 40px;
}
.titre {
  color: #bea459;
}
#logoResponsive {
  display: none;
}
#bandeauPage img {
  width: 100%;
  display: block;
}
#menu {
  text-align: right;
  padding-bottom: 15px;
  padding-top: 15px;
}
#menu a {
  padding-right: 10px;
  padding-left: 10px;
  color: #901914;
	border-right: 2px solid #1f2737;
    font-weight: 600;
}
#menu a:last-child {
  padding-right: 0px;
  color: #901914;
  font-weight: 600;
  border-right: none;
}
#menu a:hover {
  color: #d59023;
}
#fullPage {
  background-color: #f5f2e9;
  padding-bottom: 50px;
  padding-top: 30px;
}
#pageContent {
    font-size: 22px;
    font-weight: 300;
    line-height: 25px;
}
#pageContent ul {
  list-style: none; /* Remove default bullets */
}
#pageContent ul li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #d78f21;
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
#footer {
  padding-bottom: 1px;
  border-bottom: 25px solid #d78f21;
  text-align: center;
}
#un, #deux {
  padding: 0 80px 80px 80px;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1auto;
}
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(31 40 57 / 97%);
  background-color: rgb(31 40 57 / 97%);
  overflow-y: auto;
  transition: 0.5s;
  z-index: 10000000;
}
.overlay h2 {
  color: white;
}
.overlay-content {
  position: relative;
  top: 5%;
  width: 100%;
}
.overlay a {
  padding: 0 0 10px 0;
  text-decoration: none;
  font-size: 23px;
  color: #b5b5b5;
  display: block;
  transition: 0.3s;
  line-height: 25px;
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
@media screen and (max-width: 1400px) {
  #menu {
    padding-left: 20px;
    padding-right: 20px
  }
}
@media screen and (max-width: 1200px) {
  #pageContent {
    padding: 0 25px;
  }
}
@media (max-width: 1000px) {
  #bandeauPage img {
    display: none;
  }
  #logoResponsive {
    display: block;
  }
  #logoResponsive img {
    max-width: 200px;
    display: block;
  }
  #menu {
    margin-top: -80px;
  }
}
@media screen and (max-width: 900px) {
  .grid2 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 645px) {
  #menu {
    margin-top: 25px;
  }
}
@media screen and (max-width: 450px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay a {
    font-size: 20px
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}