*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #9c0110;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #9c0110;
  color: #fff;
  text-shadow: none;
}
figure {
  margin: 0;
}
img {
  border: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
html,
body {
  margin: 0;
  padding: 0;
}
main {
  margin-top: 56px;
  overflow: hidden;
}
main.blue {
  background: #9c0110;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 21px -7px #000000;
  z-index: 5;
}
header .blue-logo {
  background-color: #9c0110;
  padding: 15px 7px;
  background: #9c0110;
  background-size: 35px;
}
@media (max-width: 768px) {
  header .blue-logo {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
header .menu figure {
  max-width: 280px;
  position: relative;
}
header .menu figure img {
  min-width: 200px;
  width: 100%;
}
header .menu figure #toggle-menu {
  display: none;
}
@media (max-width: 768px) {
  header .menu figure {
    max-width: none;
    width: 100%;
  }
  header .menu figure img {
    max-width: 280px;
  }
  header .menu figure #toggle-menu {
    display: block;
    position: absolute;
    right: 5px;
    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);
  }
}
footer {
  position: relative;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
}
footer #social-panel {
  background: #f1f1f1;
  padding: 25px 0;
  text-align: center;
}
footer #social-panel svg {
  width: 50px;
}
footer #social-panel svg circle {
  fill: #9c0110;
}
footer #social-panel a:hover svg circle {
  fill: #77020e;
}
footer #footer-line {
  background: #77020e;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 40px 0;
}
footer #go-to-cg {
  background: #9c0110;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 40px 0;
}
footer #go-to-cg a:hover {
  color: #ccc;
}
footer #signature {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  position: absolute;
  right: 30px;
  bottom: 105px;
  color: #9c0110;
}
@media (max-width: 768px) {
  #homepage {
    background: #77020e;
  }
  #homepage #slide-home {
    margin-top: 75px;
  }
}
#homepage #slide-home {
  position: relative;
}
@media (max-width: 768px) {
  #homepage #slide-home {
    margin-top: 105px;
  }
}
#homepage #slide-home img {
  display: block;
  width: 100%;
}
#homepage #slide-home .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#homepage #slide-home .container p {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 100;
}
#homepage #slide-home .container a {
  margin-top: 75px;
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #77020e;
  color: #77020e;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.6);
  margin-top: 35px;
}
@media (max-width: 768px) {
  #homepage #slide-home .container {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 15px;
  }
  #homepage #slide-home .container p {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  #homepage #slide-home .container a {
    margin-top: 30px;
  }
}
#page-alternatives #la-liste .une-ligne {
  height: 60vh;
  width: 100%;
  position: relative;
  background-size: cover;
}
#page-alternatives #la-liste .une-ligne:nth-child(odd) .pict {
  left: 0;
}
#page-alternatives #la-liste .une-ligne:nth-child(odd) .texte-concept {
  right: 0;
}
#page-alternatives #la-liste .une-ligne:nth-child(odd) .texte-concept article {
  float: left;
}
#page-alternatives #la-liste .une-ligne:nth-child(even) .pict {
  right: 0;
}
#page-alternatives #la-liste .une-ligne:nth-child(even) .texte-concept {
  left: 0;
}
#page-alternatives #la-liste .une-ligne:nth-child(even) .texte-concept article {
  float: right;
}
#page-alternatives #la-liste .une-ligne .pict {
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
#page-alternatives #la-liste .une-ligne .pict .owl-stage-outer,
#page-alternatives #la-liste .une-ligne .pict .owl-stage,
#page-alternatives #la-liste .une-ligne .pict .owl-item {
  height: 100%;
}
#page-alternatives #la-liste .une-ligne .pict .owl-nav .owl-prev,
#page-alternatives #la-liste .une-ligne .pict .owl-nav .owl-next {
  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);
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
}
#page-alternatives #la-liste .une-ligne .pict .owl-nav .owl-prev span,
#page-alternatives #la-liste .une-ligne .pict .owl-nav .owl-next span {
  color: #fff;
  -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;
}
#page-alternatives #la-liste .une-ligne .pict .owl-nav .owl-prev {
  left: 10px;
}
#page-alternatives #la-liste .une-ligne .pict .owl-nav .owl-prev:hover span {
  -webkit-transform: translate3d(-5px, 0, 0);
  -moz-transform: translate3d(-5px, 0, 0);
  -ms-transform: translate3d(-5px, 0, 0);
  -o-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
}
#page-alternatives #la-liste .une-ligne .pict .owl-nav .owl-next {
  right: 10px;
}
#page-alternatives #la-liste .une-ligne .pict .owl-nav .owl-next:hover span {
  -webkit-transform: translate3d(5px, 0, 0);
  -moz-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  -o-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}
#page-alternatives #la-liste .une-ligne .pict .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
#page-alternatives #la-liste .une-ligne .pict .owl-dots .owl-dot {
  background: #fff;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: relative;
  margin: 0 5px;
  display: inline-block;
}
#page-alternatives #la-liste .une-ligne .pict .owl-dots .owl-dot:first-of-type {
  margin-left: 0;
}
#page-alternatives #la-liste .une-ligne .pict .owl-dots .owl-dot:last-of-type {
  margin-right: 0;
}
#page-alternatives #la-liste .une-ligne .pict .owl-dots .owl-dot.active {
  background: #77020e;
}
#page-alternatives #la-liste .une-ligne .pict .une-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
#page-alternatives #la-liste .une-ligne .texte-concept {
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
#page-alternatives #la-liste .une-ligne .texte-concept .wrapp-texte-concept {
  display: table;
  width: 100%;
  height: 100%;
}
#page-alternatives #la-liste .une-ligne .texte-concept .wrapp-texte-concept div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 50px;
}
#page-alternatives #la-liste .une-ligne .texte-concept .wrapp-texte-concept div article {
  max-width: 450px;
}
#page-alternatives #la-liste .une-ligne .texte-concept .wrapp-texte-concept div article strong {
  display: block;
}
#page-alternatives #la-liste .une-ligne .texte-concept .wrapp-texte-concept div article h1 {
  border-bottom: 1px solid;
  font-weight: 100;
  font-size: 30px;
  line-height: 35px;
  padding-bottom: 10px;
}
#page-alternatives #la-liste .une-ligne .texte-concept .wrapp-texte-concept div article p a {
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #9c0110;
  color: #9c0110;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  background: #ffffff;
  margin-top: 35px;
}
@media (max-width: 768px) {
  #page-alternatives #la-liste .une-ligne {
    height: auto;
  }
  #page-alternatives #la-liste .une-ligne .pict,
  #page-alternatives #la-liste .une-ligne .texte-concept {
    position: relative;
    width: 100%;
    height: 350px;
  }
  #page-alternatives #la-liste .une-ligne .texte-concept {
    height: auto;
  }
  #page-alternatives #la-liste .une-ligne .texte-concept .wrapp-texte-concept div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#explication {
  width: 100%;
  position: relative;
  padding: 50px 0;
  color: #77020e;
}
#explication article div {
  margin: 0 auto;
}
#explication article div h2 {
  margin-bottom: 35px;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 100;
}
#small-info {
  padding: 50px 0;
  color: #fff;
  background: #9c0110;
}
#small-info article {
  margin: 0 auto;
}
#small-info article div {
  margin: 0 auto;
}
#small-info article div a {
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #77020e;
  color: #77020e;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.6);
  margin-top: 35px;
  padding: 20px 40px;
}
#frame-formulaire-service {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#frame-formulaire-service #bg-formulaire-service {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(156, 1, 16, 0.8);
}
#frame-formulaire-service #formulaire-service {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 600px;
  background: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  padding: 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#frame-formulaire-service #formulaire-service .close-formulaire {
  display: none;
}
@media only screen and (max-width: 550px) {
  #frame-formulaire-service #formulaire-service .close-formulaire {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-family: arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #9c0110;
    text-align: center;
    -webkit-border-radius: 0 10px 0 10px;
    -moz-border-radius: 0 10px 0 10px;
    border-radius: 0 10px 0 10px;
    -ms-border-radius: 0 10px 0 10px;
    -o-border-radius: 0 10px 0 10px;
    cursor: pointer;
  }
}
#frame-formulaire-service #formulaire-service p {
  text-align: center;
  margin: 0 auto 5px !important;
}
#frame-formulaire-service #formulaire-service p input[type="text"],
#frame-formulaire-service #formulaire-service p input[type="email"],
#frame-formulaire-service #formulaire-service p input[type="tel"],
#frame-formulaire-service #formulaire-service p textarea,
#frame-formulaire-service #formulaire-service p button {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-bottom: none;
  resize: none;
  padding: 0 5px 0 15px;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  border: none;
  height: 50px;
  color: #000;
  background: #f1f1f1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-transform: uppercase;
}
#frame-formulaire-service #formulaire-service p textarea {
  padding: 15px;
  height: 100px;
}
#frame-formulaire-service #formulaire-service p label {
  display: block;
  text-align: left;
  text-transform: none;
  margin: 5px 0 0;
  font-size: 13px;
}
#frame-formulaire-service #formulaire-service p label a {
  text-decoration: underline;
}
#frame-formulaire-service #formulaire-service p select {
  font-size: 14px;
}
#frame-formulaire-service #formulaire-service p button {
  text-align: center;
  display: block;
  width: 100%;
  height: 50px;
  background: #9c0110;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  border: 1px solid #9c0110;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#frame-formulaire-service #formulaire-service p button:hover {
  background: #fff;
  color: #9c0110;
}
@media only screen and (max-width: 550px) {
  #frame-formulaire-service input {
    font-size: 11px !important;
  }
}
#conditions {
  margin-top: 45px;
  margin-bottom: 50px;
  max-width: 850px;
}
#conditions h2 {
  text-transform: uppercase;
  color: #77020e;
  border-bottom: 1px solid #77020e;
  padding: 0 0 10px;
  margin: 30px 15px 15px;
  font-weight: bold;
  font-size: 22px;
}
#conditions ul {
  list-style-type: none;
}
#conditions p,
#conditions ul {
  margin: 0 auto 15px;
  text-align: justify;
}
#conditions p a,
#conditions ul a {
  color: #9c0110;
}
#conditions p a:hover,
#conditions ul a:hover {
  color: #77020e;
}
