/* FONTS */
/* COLORS */
/* RESPONSIVE */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i");
@font-face {
  font-family: "ETModules";
  src: url(../typos/ETmodules_v2_4.otf) format("opentype"), url(../typos/ETmodules_v2_4.ttf) format("truetype"), url(../typos/ETmodules_v2_4.eot) format("embedded-opentype"), url(../typos/ETmodules_v2_4.woff) format("woff");
  font-weight: normal;
}
/*** GENERAL ** */
* {
  box-sizing: border-box;
}

.clr {
  clear: both;
}

body {
  padding: 0;
  margin: 0;
}

section {
  min-width: 320px;
  overflow: hidden;
}

.grid {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-61p, .col-39p, .col-1-5, .col-4-5 {
  float: left;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media screen and (max-width: 875px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-61p, .col-39p, .col-1-5, .col-4-5 {
    float: none;
    width: 100% !important;
    padding: 0 15px;
  }
}

.col-1 {
  width: 8.3333%;
}

.col-2 {
  width: 16.6666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333%;
}

.col-5 {
  width: 41.6666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333%;
}

.col-8 {
  width: 66.6666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333%;
}

.col-11 {
  width: 91.6666%;
}

.col-12 {
  width: 100%;
  float: none;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

@media screen and (min-width: 875px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (min-width: 550px) and (max-width: 875px) {
  .hide-tablette {
    display: none !important;
  }
}

@media screen and (max-width: 550px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 390px) {
  figure.alignright, figure.alignleft {
    float: none !important;
    width: 100%;
    width: 100%;
    margin: 0 !important;
    margin-bottom: 20px !important;
    text-align: center;
  }
}

.filtre {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.bouton {
  height: 55px;
  line-height: 52px;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Raleway", arial;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 26px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}
.bouton svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.bouton:hover {
  color: #891d23;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}
.bouton.rouge {
  color: #891d23;
  border-color: #891d23;
  background: #fff;
}
.bouton.rouge:hover {
  background: #891d23;
  color: #fff;
  box-shadow: 0 8px 20px rgba(137, 29, 35, 0.3);
}
.bouton.all-rouge {
  background: #891d23;
  color: #fff;
  border-color: #891d23;
}
.bouton.all-rouge:hover {
  background: #fff;
  color: #891d23;
  box-shadow: 0 8px 20px rgba(137, 29, 35, 0.25);
}

.soustitre {
  font-size: 17px;
  font-family: "Raleway", arial;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 550px) {
  .soustitre {
    font-size: 15px;
  }
}

.titreh1 {
  font-size: 50px;
  font-weight: 800;
  font-family: "Raleway", arial;
  color: #fff;
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  padding-left: 80px;
}
@media screen and (max-width: 875px) {
  .titreh1 {
    font-size: 40px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 550px) {
  .titreh1 {
    font-size: 30px;
  }
}

.titreh2 {
  font-size: 40px;
  font-weight: 800;
  font-family: "Raleway", arial;
  letter-spacing: 2px;
  margin-bottom: 50px !important;
}
@media screen and (max-width: 550px) {
  .titreh2 {
    font-size: 30px;
  }
}

input:not([type="submit"]) {
  height: 40px;
  padding: 0;
  padding-left: 15px;
  border: 1px solid #cdcdcd;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", arial;
  -webkit-appearance: none;
  -moz-apperance: none;
  appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  width: 100%;
}

input.bouton {
  padding: 0 35px;
}

label {
  font-size: 17px;
  font-weight: 500;
  font-family: "Raleway", arial;
  color: #333;
  display: block;
  margin-bottom: 5px;
}

select {
  height: 40px;
  padding: 0;
  padding-left: 15px;
  border: 1px solid #cdcdcd;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", arial;
  -webkit-appearance: none;
  -moz-apperance: none;
  appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  width: 100%;
  background: url(../images/select.png) no-repeat center right #fff;
}

textarea {
  height: 150px;
  padding: 0;
  padding-left: 15px;
  padding-top: 10px;
  border: 1px solid #cdcdcd;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", arial;
  -webkit-appearance: none;
  -moz-apperance: none;
  appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  width: 100%;
  resize: none;
}

input[type="checkbox"] {
  height: 15px;
  width: 15px;
  border: 1px solid #cdcdcd;
  padding: 0;
  margin-right: 5px;
  margin-bottom: 0;
}
input[type="checkbox"]:checked {
  background: url(../images/checked.png) no-repeat center;
}

input[type="radio"] {
  height: 15px;
  width: 15px;
  border: 1px solid #cdcdcd;
  padding: 0;
  margin-right: 5px;
  margin-bottom: 0;
  border-radius: 50%;
}
input[type="radio"]:checked {
  background: url(../images/checked-radio.png) no-repeat center;
}

.frm-show-form {
  max-width: 70%;
  margin: auto;
}
@media screen and (max-width: 875px) {
  .frm-show-form {
    max-width: 90%;
  }
}
@media screen and (max-width: 390px) {
  .frm-show-form {
    max-width: 100%;
  }
}
.frm-show-form .frm_error {
  color: #891d23;
  text-decoration: underline;
}
.frm-show-form h2 {
  font-size: 18px !important;
}
.frm-show-form .frm_dropzone {
  width: auto !important;
  max-width: none !important;
}
.frm-show-form fieldset {
  border: 0;
}
.frm-show-form .frm_form_field {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.frm-show-form .frm_form_field.chp-complet {
  width: 100%;
  float: none;
  clear: both;
}
@media screen and (max-width: 550px) {
  .frm-show-form .frm_form_field {
    width: 100%;
    float: none;
  }
}
.frm-show-form #frm_field_39_container, .frm-show-form #frm_field_67_container {
  padding: 20px 15px;
}
.frm-show-form .titre-rge .frm_primary_label {
  color: #891d23;
  font-size: 18px;
  font-weight: 600;
  font-family: "Raleway", arial;
  margin-bottom: 15px;
}
.frm-show-form .frm_primary_label {
  font-size: 17px;
  font-weight: 500;
  font-family: "Raleway", arial;
  color: #333;
  display: block;
  margin-bottom: 5px;
}
.frm-show-form .frm_checkbox label {
  font-size: 13px;
}
.frm-show-form .frm_page_bar {
  text-align: center;
}
.frm-show-form .frm_page_bar .frm_rootline_single input {
  background: #f2f1f1;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 25px;
  color: #cdcdcd;
  border: 2px solid #cdcdcd;
  font-size: 22px;
  font-weight: 700;
  font-family: "Raleway", arial;
}
.frm-show-form .frm_page_bar .frm_rootline_single span {
  display: none;
}
.frm-show-form .frm_page_bar .frm_rootline_single.frm_current_page input[type="button"] {
  background: #891d23;
  border-color: #891d23;
}
.frm-show-form .frm_page_bar::before {
  top: 22px;
}
.frm-show-form .frm_submit {
  clear: both;
  text-align: center;
}
.frm-show-form p.obligatoires {
  font-size: 13px !important;
  margin-top: 35px !important;
}

button {
  cursor: pointer;
}
button.frm_button_submit {
  height: 50px;
  line-height: 45px;
  border-radius: 0;
  background: #891d23;
  font-size: 17px;
  font-weight: 500;
  font-family: "Raleway", arial;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #891d23;
  display: inline-block;
  margin: auto;
  width: 165px;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 40px;
}

button.frm_button_submit:hover {
  background: #fff;
  color: #891d23;
}
@media screen and (max-width: 437px) {
  button.frm_button_submit {
    height: 35px;
    line-height: 30px;
    font-size: 14px;
    width: 135px;
    border-width: 1px;
  }
}
@media screen and (max-width: 371px) {
  button.frm_button_submit {
    margin: 0;
    margin: auto;
    display: block;
  }
}
button.frm_prev_page {
  height: 50px;
  line-height: 45px;
  border-radius: 0;
  background: #fff;
  font-size: 17px;
  font-weight: 500;
  font-family: "Raleway", arial;
  text-transform: uppercase;
  color: #cdcdcd;
  border: 2px solid #cdcdcd;
  display: inline-block;
  margin: auto;
  width: 165px;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 40px;
  margin-right: 10px;
}
button.frm_prev_page:hover {
  background: #cdcdcd;
  color: #fff;
}
@media screen and (max-width: 437px) {
  button.frm_prev_page {
    height: 35px;
    line-height: 30px;
    font-size: 14px;
    width: 135px;
    border-width: 1px;
  }
}
@media screen and (max-width: 371px) {
  button.frm_prev_page {
    margin: 0;
    margin: auto;
    margin-bottom: 15px;
    display: block;
  }
}

/** HEADER */
#top-header {
  background: #fff;
  height: 170px;
  padding: 50px 0;
}
@media screen and (max-width: 875px) {
  #top-header {
    height: 110px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 390px) {
  #top-header {
    padding: 35px 0;
  }
}
#top-header .logo {
  display: block;
  max-width: 400px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 935px) {
  #top-header .logo {
    max-width: 350px;
  }
}
@media screen and (max-width: 875px) {
  #top-header .logo {
    max-width: 311px;
  }
}
@media screen and (max-width: 390px) {
  #top-header .logo {
    max-width: 230px;
  }
}
#top-header .btn-mobile {
  display: inline-block;
  width: 28px;
  height: 20px;
  background: url(../images/burger-menu.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 15px;
}
#top-header .btn-mobile.active {
  background: url(../images/close-menu.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 390px) {
  #top-header .btn-mobile {
    top: 7px;
  }
}
#top-header .secondaire {
  position: absolute;
  top: 20px;
  right: 130px;
}
#top-header .secondaire ul {
  padding: 0;
  margin: 0;
}
#top-header .secondaire ul li {
  font-size: 20px;
  font-family: "Roboto Condensed", arial;
  color: #000;
  display: inline-block;
  list-style-type: none;
  margin: 0 15px;
}
#top-header .secondaire ul li a {
  text-decoration: none;
  color: inherit;
}
#top-header .sociaux {
  position: absolute;
  right: 15px;
  top: 17px;
}
#top-header .sociaux a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
#top-header .sociaux a.facebook {
  background: url(../images/facebook.png) no-repeat center;
  background-size: contain;
  margin-right: 10px;
}
#top-header .sociaux a.twitter {
  background: url(../images/twitter.png) no-repeat center;
  background-size: contain;
}

#bottom-header {
  background: #891d23;
  height: 65px;
  line-height: 55px;
  border-bottom: 10px solid #a6a6a6;
}
@media screen and (max-width: 875px) {
  #bottom-header {
    height: auto;
    line-height: normal;
    display: none;
    position: absolute;
    z-index: 25;
    top: 110px;
    left: 0;
    right: 0;
  }
  #bottom-header.active {
    display: block;
  }
}
#bottom-header ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
#bottom-header ul li {
  display: inline-block;
  list-style-type: none;
  font-size: 22px;
  font-family: "Roboto Condensed", arial;
  color: #fff;
}
#bottom-header ul li a {
  display: block;
  padding: 0 25px;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 875px) {
  #bottom-header ul {
    text-align: left;
    padding: 15px 0;
  }
  #bottom-header ul li {
    display: block;
    height: 35px;
    line-height: 35px;
  }
  #bottom-header ul li a {
    display: block;
    padding-left: 0 20px;
  }
  #bottom-header ul:first-of-type {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 875px) {
  #bottom-header .menu-menu-secondaire-container ul {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
#bottom-header .sociaux {
  padding-left: 25px;
  padding-bottom: 15px;
}
#bottom-header .sociaux a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
#bottom-header .sociaux a.facebook {
  background: url(../images/facebook-mobile.png) no-repeat center;
  background-size: contain;
  margin-right: 10px;
}
#bottom-header .sociaux a.twitter {
  background: url(../images/twitter-mobile.png) no-repeat center;
  background-size: contain;
}

/** ACCUEIL */
#slider-home {
  height: 635px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 875px) {
  #slider-home {
    height: 500px;
  }
}
@media screen and (max-width: 550px) {
  #slider-home {
    height: 300px;
  }
}
#slider-home::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(138, 28, 35, 0.5);
  clip-path: polygon(0% 70%, 100% 0, 100% 100%, 0 100%);
  z-index: 10;
  display: block;
  height: 180px;
  content: " ";
}
@media screen and (max-width: 550px) {
  #slider-home::before {
    height: 120px;
  }
}
#slider-home::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(138, 28, 35, 0.5);
  clip-path: polygon(0% 85%, 100% 50%, 100% 100%, 0 100%);
  z-index: 15;
  display: block;
  height: 180px;
  content: " ";
}
@media screen and (max-width: 550px) {
  #slider-home::after {
    height: 120px;
  }
}
#slider-home .inside-slider .slide {
  height: 635px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  line-height: 635px;
}
@media screen and (max-width: 875px) {
  #slider-home .inside-slider .slide {
    height: 500px;
    line-height: 500px;
  }
}
@media screen and (max-width: 550px) {
  #slider-home .inside-slider .slide {
    height: 300px;
    line-height: 300px;
  }
}
#slider-home .inside-slider .slide .texte {
  line-height: normal;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 15;
  max-width: 600px;
  left: 80px;
}
#slider-home .inside-slider .slide .texte .titreh2 {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  font-family: "Raleway", arial;
}
#slider-home .inside-slider .slide .texte p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Raleway", arial;
  letter-spacing: 2px;
  margin-bottom: 10px !important;
  padding-right: 150px;
  display: inline-block;
  background: url(../images/bg-avis.png) no-repeat center right;
  background-size: contain;
}
@media screen and (max-width: 875px) {
  #slider-home .inside-slider .slide .texte {
    max-width: 80%;
  }
}
@media screen and (max-width: 550px) {
  #slider-home .inside-slider .slide .texte {
    left: 0;
  }
  #slider-home .inside-slider .slide .texte .titreh2 {
    font-size: 30px;
  }
  #slider-home .inside-slider .slide .texte p {
    font-size: 15px;
  }
}

#conseils {
  background: #891d23;
  padding: 60px 0;
}
#conseils .inside-conseils {
  margin: auto;
  max-width: 70%;
}
#conseils .soustitre {
  color: #fff;
}
#conseils .titreh2 {
  color: rgba(0, 0, 0, 0.4);
}
#conseils .bloc-conseils {
  margin-bottom: 80px;
}
@media (min-width: 550px) and (max-width: 875px) {
  #conseils .bloc-conseils {
    width: 50% !important;
    float: left;
  }
}
#conseils .bloc-conseils .image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  text-align: center;
  line-height: 160px;
  background: #fff;
  margin: auto;
  margin-bottom: 40px;
}
#conseils .bloc-conseils .image img {
  vertical-align: middle;
  max-height: 90px;
  max-width: 90px;
}
#conseils .bloc-conseils .titreh3 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  font-family: "Roboto Condensed", arial;
}
#conseils .contenu {
  max-width: 50%;
  margin: auto !important;
  margin-bottom: 40px !important;
  font-size: 18px;
  font-family: "Roboto", arial;
  font-weight: 300;
  color: #fff;
}

#devis {
  background: #561b1b;
  padding: 60px 0;
}
#devis .inside-devis {
  max-width: 70%;
  margin: auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 875px) {
  #devis .inside-devis {
    max-width: 85%;
  }
}
#devis .soustitre {
  color: #fff; /*## webodrey debug */
}
#devis .titreh2 {
  color: #fff;
}
#devis .left p, #devis .right p {
  color: rgba(251, 251, 251, 0.4);
  margin: 0;
  margin-bottom: 20px;
  font-weight: 300;
  font-family: "Roboto", arial;
  font-size: 15px;
}
@media (min-width: 660px) and (max-width: 875px) {
  #devis .left, #devis .right {
    width: 50% !important;
    float: left;
  }
}
#devis .left p {
  padding-left: 30px;
}
#devis .left p.telephone {
  font-size: 40px;
  font-weight: 800;
  font-family: "Raleway", arial;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 20px;
  height: 80px;
  line-height: 80px;
  width: 100%;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 875px) {
  #devis .left p {
    padding-left: 0;
  }
  #devis .left p.telephone {
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
}
@media screen and (max-width: 660px) {
  #devis .left p.telephone {
    width: auto;
    padding: 0 30px;
    display: inline-block;
  }
}
#devis .right input:not([type="submit"]) {
  height: 50px;
  background: rgba(251, 251, 251, 0.5);
  font-size: 15px;
  font-weight: 300;
  font-family: "Roboto", arial;
  color: #333;
  padding: 0;
  padding-left: 20px;
  margin-bottom: 20px;
  border: 0;
  width: 47%;
}
#devis .right input:not([type="submit"]).nom {
  margin-right: 11px;
}
#devis .right input:not([type="submit"]).email {
  margin-left: 12px;
}
@media screen and (max-width: 875px) {
  #devis .right input:not([type="submit"]) {
    width: 100%;
  }
  #devis .right input:not([type="submit"]).email {
    margin-left: 0;
  }
  #devis .right input:not([type="submit"]).nom {
    margin-right: 0;
  }
}
#devis .right input, #devis .right textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#devis .right input::-moz-placeholder, #devis .right textarea::-moz-placeholder {
  opacity: 1;
  color: #333;
}
#devis .right input::-webkit-input-placeholder, #devis .right textarea::-webkit-input-placeholder {
  color: #333;
}
#devis .right input[type="submit"], #devis .right textarea[type="submit"] {
  background: transparent;
  padding: 0 30px;
  float: right;
}
#devis .right input[type="submit"]:hover, #devis .right textarea[type="submit"]:hover {
  background: #fff;
}
#devis .right textarea {
  height: 150px;
  background: rgba(251, 251, 251, 0.5);
  border: 0;
  resize: none;
  width: 100%;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
  font-family: "Roboto", arial;
  color: #333;
  padding-top: 10px;
  padding-left: 20px;
}

#actus-home {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 190px 0;
  padding-bottom: 220px;
}
#actus-home::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(86, 27, 27, 0.5);
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 40%);
  z-index: 10;
  display: block;
  height: 180px;
  content: " ";
}
#actus-home::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(86, 27, 27, 0.5);
  clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0 20%);
  z-index: 15;
  display: block;
  height: 180px;
  content: " ";
}
#actus-home .soustitre {
  color: #891d23;
}
#actus-home .titreh2 {
  color: rgba(0, 0, 0, 0.4);
}
#actus-home .inside-actus-home .bloc-actu .image {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#actus-home .inside-actus-home .bloc-actu .infos {
  padding: 20px 30px;
  background: #fff;
  height: 130px;
  line-height: 80px;
  position: relative;
  margin-bottom: 15px;
}
#actus-home .inside-actus-home .bloc-actu .infos .titreh3 {
  font-size: 22px;
  font-weight: 800;
  font-family: "Raleway", arial;
  color: #891d23;
  margin-bottom: 15px !important;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
#actus-home .inside-actus-home .bloc-actu .infos .metas {
  font-size: 12px;
  font-weight: 400;
  font-family: "Roboto", arial;
  color: #aaa;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 15px;
  line-height: normal;
}
#actus-home .inside-actus-home .bloc-actu .infos .metas span {
  display: inline-block;
  padding-left: 30px;
}
#actus-home .inside-actus-home .bloc-actu .infos .metas span.date {
  background: url(../images/time.png) no-repeat center left;
  background-size: 12px;
}
#actus-home .inside-actus-home .bloc-actu .infos .metas span.auteur {
  margin-left: 10px;
  background: url(../images/auteur.png) no-repeat center left;
  background-size: 15px;
}
#actus-home .inside-actus-home .bloc-actu .bouton {
  padding: 0 40px;
}
@media (min-width: 550px) and (max-width: 875px) {
  #actus-home .inside-actus-home .bloc-actu {
    width: 50% !important;
    float: left;
  }
  #actus-home .inside-actus-home .bloc-actu:nth-of-type(3) {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  #actus-home .inside-actus-home .bloc-actu {
    margin-bottom: 30px;
  }
  #actus-home .inside-actus-home .bloc-actu:nth-of-type(3) {
    display: none;
  }
}

/** PAGE INTERIEURE */
#banniere-page {
  height: 370px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 875px) {
  #banniere-page {
    height: 300px;
  }
}
@media screen and (max-width: 390px) {
  #banniere-page {
    height: 200px;
  }
}
#banniere-page .inside-page {
  height: 370px;
  line-height: 370px;
}
#banniere-page .inside-page .titreh1 {
  line-height: normal;
}
@media screen and (max-width: 875px) {
  #banniere-page .inside-page {
    height: 300px;
    line-height: 300px;
  }
}
@media screen and (max-width: 390px) {
  #banniere-page .inside-page {
    height: 200px;
    line-height: 200px;
  }
}
#banniere-page::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(138, 28, 35, 0.5);
  clip-path: polygon(0% 70%, 100% 0, 100% 100%, 0 100%);
  z-index: 10;
  display: block;
  height: 150px;
  content: " ";
}
@media screen and (max-width: 655px) {
  #banniere-page::before {
    height: 120px;
  }
}
#banniere-page::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(138, 28, 35, 0.5);
  clip-path: polygon(0% 85%, 100% 50%, 100% 100%, 0 100%);
  z-index: 15;
  display: block;
  height: 150px;
  content: " ";
}
@media screen and (max-width: 655px) {
  #banniere-page::after {
    height: 120px;
  }
}

#cf1_form_contact {
  max-width: 65%;
  margin: auto;
  padding-top: 30px;
}
@media screen and (max-width: 875px) {
  #cf1_form_contact {
    max-width: 80%;
  }
}
#cf1_form_contact .bouton {
  font-size: 17px;
  margin: auto;
  display: block;
  margin-top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 655px) {
  #cf1_form_contact .bouton {
    margin-top: 50px;
  }
}
#cf1_form_contact .obligatoires {
  position: relative;
  top: -40px;
  display: inline-block;
}
@media screen and (max-width: 645px) {
  #cf1_form_contact .obligatoires {
    top: -100px;
  }
}
#cf1_form_contact #container_field_contact_nom, #cf1_form_contact #container_field_contact_prenom, #cf1_form_contact #container_field_contact_email, #cf1_form_contact #container_field_contact_telephone {
  float: left;
  display: block;
  width: 50%;
}
@media screen and (max-width: 550px) {
  #cf1_form_contact #container_field_contact_nom, #cf1_form_contact #container_field_contact_prenom, #cf1_form_contact #container_field_contact_email, #cf1_form_contact #container_field_contact_telephone {
    width: 100%;
    float: none;
  }
}
#cf1_form_contact #container_field_contact_nom, #cf1_form_contact #container_field_contact_email {
  padding-right: 10px;
}
@media screen and (max-width: 550px) {
  #cf1_form_contact #container_field_contact_nom, #cf1_form_contact #container_field_contact_email {
    padding: 0;
  }
}
#cf1_form_contact #container_field_contact_prenom, #cf1_form_contact #container_field_contact_telephone {
  padding-left: 10px;
}
@media screen and (max-width: 550px) {
  #cf1_form_contact #container_field_contact_prenom, #cf1_form_contact #container_field_contact_telephone {
    padding: 0;
  }
}

#content {
  background: #fff;
  padding: 50px 0;
  padding-bottom: 230px;
}
@media screen and (max-width: 875px) {
  #content {
    padding: 30px 0;
    padding-bottom: 130px;
  }
}
#content h2 {
  font-size: 22px;
  font-weight: 700;
  font-family: "Raleway", arial;
  color: #891d23;
  margin: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 390px) {
  #content h2 {
    font-size: 20px;
  }
}
#content p {
  font-size: 17px;
  font-weight: 400;
  font-family: "Raleway", arial;
  line-height: 24px;
  margin: 0;
  margin-bottom: 20px;
}
#content p strong {
  font-weight: bold;
}
#content p strong.phone {
  color: #891d23;
  font-size: 23px;
}
#content p a {
  color: #891d23;
  font-weight: 500;
}
@media screen and (max-width: 390px) {
  #content p {
    font-size: 14px;
  }
}
#content ul li {
  font-size: 17px;
  font-weight: 400;
  font-family: "Raleway", arial;
  line-height: 24px;
}
@media screen and (max-width: 390px) {
  #content ul li {
    font-size: 14px;
  }
}

/** BLOG */
#pagination {
  padding-top: 30px;
  text-align: center;
}
#pagination a {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", arial;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
}
#pagination span {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", arial;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  background: #891d23;
}

#cat-blog {
  margin-bottom: 50px;
}
@media screen and (max-width: 550px) {
  #cat-blog {
    display: none;
  }
}
#cat-blog ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
#cat-blog ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 15px;
}
#cat-blog ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e6e6e6;
  padding: 0 25px;
  border-radius: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) inset;
  font-size: 17px;
  font-weight: 400;
  font-family: "Montserrat", arial;
  color: #858383;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#cat-blog ul li:hover a, #cat-blog ul li.active a {
  color: #fff;
  background: #891d23;
}

#content.blog .left .bloc-actus {
  margin-bottom: 30px;
}
#content.blog .left .bloc-actus .image {
  height: 205px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#content.blog .left .bloc-actus .image a {
  display: block;
  height: 100%;
}
#content.blog .left .bloc-actus .infos {
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0 2px 30px 2px rgba(0, 0, 0, 0.2);
  padding-bottom: 70px;
  position: relative;
}
#content.blog .left .bloc-actus .infos .more {
  position: absolute;
  left: 20px;
  right: 20px;
  border-top: 1px solid #e6e6e6;
  display: block;
  padding-top: 15px;
  bottom: 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", arial;
  color: #891d23;
}
#content.blog .left .bloc-actus .infos p {
  font-size: 14px;
  line-height: normal;
}
#content.blog .left .bloc-actus .infos p.metas {
  color: #333;
  margin-bottom: 7px !important;
}
#content.blog .left .bloc-actus .infos p.metas font {
  size: 13px;
  weight: 400;
  family: "Montserrat", arial;
}
#content.blog .left .bloc-actus .infos p.metas span {
  text-decoration: underline;
}
#content.blog .left .bloc-actus .infos .titreh2 {
  letter-spacing: 0;
  font-size: 19px;
  font-weight: 800;
  font-family: #333;
  color: #333;
  margin-bottom: 7px !important;
}
#content.blog .left .bloc-actus .infos .titreh2 a {
  color: inherit;
  text-decoration: none;
}
#content.blog .left .bloc-actus:nth-child(2n) .image {
  height: 270px;
}
@media screen and (max-width: 550px) {
  #content.blog .left .bloc-actus:nth-child(2n) .image {
    height: 205px;
  }
}
#content.blog .left .bloc-actus:nth-child(3) {
  position: relative;
  top: -65px;
}
#content.blog .left .bloc-actus:nth-child(5) {
  position: relative;
  top: -130px;
}
@media (min-width: 550px) and (max-width: 875px) {
  #content.blog .left .bloc-actus {
    width: 50% !important;
    float: left;
  }
}
@media screen and (max-width: 550px) {
  #content.blog .left .bloc-actus {
    margin-bottom: 30px;
    top: 0 !important;
  }
}
@media screen and (max-width: 875px) {
  #content.blog .left {
    margin-bottom: 30px;
  }
}

#sidebar h3 {
  color: #891d23;
  font-size: 17px;
  font-weight: 700;
  font-family: "Montserrat", arial;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 40px;
  text-align: center;
}
#sidebar .bloc-sidebar {
  margin-bottom: 40px;
}
#sidebar .bloc-sidebar:nth-of-type(2) {
  height: 205px;
  background-repeat: no-repeat;
  line-height: 205px;
  text-align: center;
}
#sidebar .bloc-sidebar:nth-of-type(2) a {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: rgba(251, 251, 251, 0.7);
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-family: "Montserrat", arial;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 25px;
}
#sidebar .bloc-sidebar:nth-of-type(2) a:hover {
  background: #fff;
}
#sidebar .bloc-sidebar .bloc-avis {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#sidebar .bloc-sidebar .bloc-avis:last-of-type {
  padding-top: 0;
}
#sidebar .bloc-sidebar .bloc-avis::after {
  height: 1px;
  background: #eee;
  max-width: 70%;
  margin: auto;
  display: block;
  content: "";
  position: relative;
  top: 24px;
}
#sidebar .bloc-sidebar .image {
  text-align: center;
  float: right;
}
#sidebar .bloc-sidebar .image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #eee;
}
#sidebar .bloc-sidebar .infos {
  float: right;
}
#sidebar .bloc-sidebar .infos p.metas {
  font-size: 13px;
  font-weight: 400;
  font-family: "Montserrat", arial;
  display: inline-block;
}
#sidebar .bloc-sidebar .infos .see-more {
  color: #891d23;
  font-size: 13px;
  font-weight: 400;
  font-family: "Montserrat", arial;
}
#sidebar .bloc-sidebar .infos ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#sidebar .bloc-sidebar .infos ul li {
  color: #333;
  list-style-type: none;
  font-size: 13px;
  font-weight: 400;
  font-family: "Montserrat", arial;
}
#sidebar .bloc-sidebar .infos ul li a {
  color: inherit;
}
#sidebar .bloc-sidebar .infos .titre {
  margin-bottom: 10px !important;
  font-size: 14px;
  font-weight: 800;
  font-family: "Montserrat", arial;
  color: #333;
}
@media screen and (max-width: 875px) {
  #sidebar .bloc-sidebar .infos {
    text-align: center;
  }
  #sidebar .bloc-sidebar .infos p {
    text-align: center;
  }
}
#sidebar .inside-slider {
  height: 200px;
  overflow: hidden;
}

#slideravis img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  margin: auto;
  margin-bottom: 40px;
}
#slideravis p {
  font-style: italic;
  font-weight: 400;
  font-family: "Montserrat", arial;
  font-size: 14px;
  color: #333;
  text-align: center;
}
#slideravis strong {
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", arial;
  text-align: right;
  color: #333;
  display: block;
}
#slideravis .slick-arrow {
  position: absolute;
  top: 25%;
  width: 11px;
  height: 20px;
  z-index: 15;
  margin-top: -10px;
  cursor: pointer;
}
#slideravis .slick-arrow.prev {
  background: url(../images/left.png) no-repeat center;
  background-size: contain;
  left: 0;
}
#slideravis .slick-arrow.next {
  background: url(../images/right.png) no-repeat center;
  background-size: contain;
  right: 0;
}

/*** SINGLE ** */
#content.blog.single .left .image {
  height: 420px;
  text-align: center;
}
@media screen and (max-width: 875px) {
  #content.blog.single .left .image {
    height: auto;
  }
}
#content.blog.single .left .infos {
  box-shadow: none;
  padding: 30px 0;
}
#content.blog.single .left .infos .titreh2 {
  font-size: 25px;
  font-weight: 800;
  font-family: "Montserrat", arial;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 390px) {
  #content.blog.single .left .infos .titreh2 {
    font-size: 20px;
  }
}
#content.blog.single .left .infos p {
  font-size: 17px;
  font-weight: 400;
  font-family: "Montserrat", arial;
  color: #333;
  margin-bottom: 30px;
  line-height: 23px;
}
@media screen and (max-width: 390px) {
  #content.blog.single .left .infos p {
    font-size: 14px;
  }
}
#content.blog.single .left .infos h2, #content.blog.single .left .infos h3 {
  color: #891d23;
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", arial;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media screen and (max-width: 390px) {
  #content.blog.single .left .infos h2, #content.blog.single .left .infos h3 {
    font-size: 18px;
  }
}
#content.blog.single .left .infos h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 390px) {
  #content.blog.single .left .infos h3 {
    font-size: 17px;
  }
}
#content.blog.single .left .bloc-actus {
  width: 100% !important;
  float: none;
}

#partage-rs {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
#partage-rs p {
  font-size: 17px;
  font-weight: 600;
  font-family: "Montserrat", arial;
  color: #333;
  margin-bottom: 20px !important;
}
#partage-rs a {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
#partage-rs a.facebook {
  background: url(../images/fb-single.png) no-repeat center;
  background-size: contain;
}
#partage-rs a.twitter {
  background: url(../images/tw-single.png) no-repeat center;
  background-size: contain;
}
#partage-rs a.email {
  background: url(../images/email-single.png) no-repeat center;
  background-size: contain;
}

/** FOOTER */
#footer {
z-index:98; /* ## Webodrey debug */
  padding: 100px 0;
  background: #891d23;
  position: relative;
}
@media screen and (max-width: 875px) {
  #footer {
    padding: 70px 0;
  }
}
#footer::before {
  position: absolute;
  top: -180px;
  left: 0;
  right: 0;
  background: rgba(138, 28, 35, 0.5);
  clip-path: polygon(0% 70%, 100% 0, 100% 100%, 0 100%);
  z-index: 10;
  display: block;
  height: 180px;
  content: " ";
}
@media screen and (max-width: 655px) {
  #footer::before {
    height: 120px;
    top: -119px;
  }
}
#footer::after {
  position: absolute;
  top: -180px;
  left: 0;
  right: 0;
  background: rgba(138, 28, 35, 0.5);
  clip-path: polygon(0% 85%, 100% 50%, 100% 100%, 0 100%);
  z-index: 15;
  display: block;
  height: 180px;
  content: " ";
}
@media screen and (max-width: 655px) {
  #footer::after {
    height: 120px;
    top: -119px;
  }
}
#footer .logo {
  display: block;
  max-width: 320px;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 875px) {
  #footer .logo {
    max-width: 250px;
  }
}
@media screen and (max-width: 390px) {
  #footer .logo {
    max-width: 220px;
  }
}
#footer p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  font-family: "Roboto", arial;
  max-width: 400px;
  margin: 0;
  margin: auto;
}
#footer p a {
  display: inline-block;
  margin-top: 30px;
  color: #fff;
}
@media screen and (max-width: 390px) {
  #footer p {
    font-size: 13px;
  }
}

/* ## debug Webodrey */
@media screen and (max-width: 650px) { 
	#cookie-law-info-bar {margin-bottom: 60px !important;} 
}
button.rappel {
  line-height: 45px;
  width:70%;
  z-index:99;
  border-radius: 6px;
  text-decoration:none;
  background: #891d23;
  font-size: 17px;
  font-weight: 600;
  font-family: "Raleway", arial;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #891d23;
  display: inline-block;
  margin: auto;
  text-align: center;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 40px;
}
button.rappel:hover {
	background: #fff;
	color:#891d23;
	box-shadow: 0 8px 20px rgba(137, 29, 35, 0.25);
}

