*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #d22929;
  color: #ece9e5;
  text-shadow: none;
}
::selection {
  background: #d22929;
  color: #ece9e5;
  text-shadow: none;
}
figure {
  margin: 0;
}
img {
  border: none;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 21px;
  font-family: Arial, Helvetica, sans-serif;
}
.link {
  font-weight: bold;
  text-decoration: underline;
}
.times {
  font-family: "Times New Roman", Times, serif;
}
.page-content {
  padding-bottom: 0;
  padding-top: 75px;
}
header {
  background: #303030;
  font-family: "Times New Roman", Times, serif;
}
header #logo-page {
  padding: 10px 0;
}
header #logo-page img {
  margin: 0 auto;
  display: block;
  max-width: 170px;
  width: 90%;
}
header #header-bg {
  height: 250px;
  width: 100%;
}
header nav {
  max-width: 980px;
  margin: 0 auto;
}
header nav ul {
  color: #717171;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  font-weight: bold;
}
header nav ul li {
  list-style: none;
  padding: 15px 0;
}
header nav ul li a.selected,
header nav ul li a:hover {
  color: #fff;
}
footer {
  background: #303030;
  font-family: "Times New Roman", Times, serif;
  padding: 15px 0;
  margin: 75px auto 0;
}
footer section {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}
footer section figure,
footer section nav {
  width: 50%;
}
footer section #menu-footer ul li {
  color: #717171;
  text-transform: uppercase;
  list-style: none;
  margin: 10px 0;
}
footer section #menu-footer ul li a:hover {
  color: #fff;
}
footer section figure {
  text-align: right;
  position: relative;
}
footer section figure img {
  right: 0;
  max-width: 100px;
  width: 90%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.accroche {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin: 25px auto 50px;
  max-width: 720px;
  padding: 20px 100px;
  text-align: center;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
article {
  max-width: 790px;
  margin: 0 auto 50px;
  text-align: center;
}
article.with-line {
  position: relative;
  padding: 50px 0;
}
article.with-line::before,
article.with-line::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  height: 1px;
  background: #000;
  width: 100%;
  max-width: 640px;
}
article.with-line::before {
  top: 0;
}
article.with-line::after {
  bottom: 0;
}
article h1,
article h2 {
  font-size: 24px;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  color: #605839;
  text-transform: uppercase;
  margin: 0 auto 50px;
}
article video {
  width: 100%;
  margin: 0 auto 50px;
}
article p {
  margin: 0 auto 15px;
}
article p:last-child {
  margin-bottom: 0;
}
article p strong {
  font-size: 18px;
  display: block;
  margin: 50px 0;
}
.pict-site {
  margin: 0 auto 50px;
  max-width: 790px;
}
.pict-site img {
  display: block;
  width: 100%;
  padding: 0;
}
.blocs-images {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0 0 10px;
}
.blocs-images:first-of-type {
  margin-top: 30px;
}
.blocs-images .un-bloc {
  width: calc(50% - 5px);
}
.blocs-images .un-bloc figure {
  background-size: contain;
}
.blocs-images .un-bloc figure img {
  display: block;
  width: 100%;
  opacity: 1;
}
#bloc-contact {
  display: flex;
  max-width: 800px;
  margin: 0 auto 100px;
}
#bloc-contact #bloc-gauche {
  width: 50%;
}
#bloc-contact #bloc-gauche figure {
  position: relative;
  overflow: hidden;
}
#bloc-contact #bloc-gauche figure:hover figcaption {
  opacity: 1;
}
#bloc-contact #bloc-gauche figure img {
  width: 75%;
  display: block;
}
#bloc-contact #bloc-gauche figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75%;
  padding: 5px;
  font-size: 12px;
  background: #605839;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
#bloc-contact #bloc-gauche address {
  font-style: normal;
}
#bloc-contact #bloc-gauche address span.tel {
  display: inline-block;
  width: 55px;
}
#bloc-contact #bloc-gauche address a.tel {
  color: #605839;
}
#bloc-contact #bloc-gauche address a.tel:hover {
  color: #000;
}
#bloc-contact #bloc-droit {
  width: 50%;
}
#bloc-contact #bloc-droit figure {
  text-align: center;
}
#bloc-contact #bloc-droit figure figcaption {
  text-align: left;
}
#bloc-contact #bloc-droit p:first-of-type {
  margin-top: 0;
}
#bloc-contact #bloc-droit p label {
  display: block;
}
#bloc-contact #bloc-droit p input,
#bloc-contact #bloc-droit p textarea,
#bloc-contact #bloc-droit p button {
  width: 100%;
  height: 40px;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  border: 1px solid #605839;
  padding: 0 5px;
}
#bloc-contact #bloc-droit p textarea {
  padding: 5px;
  height: 120px;
  resize: none;
}
#bloc-contact #bloc-droit p button {
  cursor: pointer;
  text-transform: uppercase;
}
#bloc-contact #bloc-droit p button:hover {
  background: #605839;
  color: #fff;
}
@media only screen and (max-width: 440px) {
  #bloc-contact {
    display: block;
    padding: 0 10px;
  }
  #bloc-contact #bloc-gauche,
  #bloc-contact #bloc-droit {
    width: 100%;
  }
  #bloc-contact #bloc-gauche {
    text-align: center;
  }
  #bloc-contact #bloc-gauche figure img,
  #bloc-contact #bloc-gauche figure figcaption {
    width: 100%;
  }
}
@media only screen and (max-width: 440px) {
  header nav ul {
    display: block;
    text-align: center;
  }
  .accroche {
    margin: 25px 10px 50px;
    padding: 20px;
  }
  .accroche p {
    margin: 0;
  }
  article {
    padding: 0 10px;
    text-align: center;
  }
  article.with-line {
    padding: 40px 20px;
  }
  article.with-line::before,
  article.with-line::after {
    width: 90%;
  }
  article.with-line img {
    max-width: 100%;
  }
  .blocs-images {
    display: block;
    margin: 0;
  }
  .blocs-images .un-bloc {
    width: 100%;
    margin: 0 0 10px;
  }
}

