/* line 5, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 7, ../sass/homepage.scss */
.homepage {
  min-height: 70vh;
}
/* line 10, ../sass/homepage.scss */
.homepage .banniere {
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  min-height: 580px;
}
/* line 18, ../sass/homepage.scss */
.homepage .banniere .head {
  padding-right: 5%;
}
/* line 20, ../sass/homepage.scss */
.homepage .banniere .head .topline {
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-top: 10%;
  color: #FFF;
  line-height: 57px;
  text-shadow: 2px 2px 8px black;
}
/* line 28, ../sass/homepage.scss */
.homepage .banniere .head .topline .actif {
  color: #ECBC90;
}
/* line 32, ../sass/homepage.scss */
.homepage .banniere .head .baseline {
  margin-top: 30px;
}
/* line 34, ../sass/homepage.scss */
.homepage .banniere .head .baseline .nom {
  font-size: 20px;
  color: #2B8081;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 8px;
  background-color: #FFF;
  padding: 6px;
}
/* line 45, ../sass/homepage.scss */
.homepage .banniere .head .bouton {
  border-radius: 20px;
  border: 1px solid #2B8081;
  padding: 9px 16px 10px 17px;
  color: #FFF;
  background-color: #2B8081;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin: 8px 0;
}
/* line 49, ../sass/homepage.scss */
.homepage .banniere .devis {
  padding: 20px;
}
/* line 51, ../sass/homepage.scss */
.homepage .banniere .devis .estimation {
  background-color: #c08341;
  border-radius: 40px;
  min-height: 40vh;
}
/* line 59, ../sass/homepage.scss */
.homepage .points-forts {
  display: flex;
  justify-content: center;
  padding: 60px 0;
  margin-bottom: 40px;
}
/* line 64, ../sass/homepage.scss */
.homepage .points-forts .les-points {
  display: flex;
}
/* line 66, ../sass/homepage.scss */
.homepage .points-forts .les-points .point {
  width: 264px;
  margin: 8px;
  display: flex;
  align-items: center;
}
/* line 71, ../sass/homepage.scss */
.homepage .points-forts .les-points .point .bloc {
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
}
/* line 75, ../sass/homepage.scss */
.homepage .points-forts .les-points .point .bloc .titre {
  font-size: 22px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #2B8081;
  margin-bottom: 10px;
}
/* line 83, ../sass/homepage.scss */
.homepage .points-forts .les-points .point .bloc .desc {
  font-size: 16px;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  height: 60px;
  line-height: 20px;
}
/* line 96, ../sass/homepage.scss */
.homepage .methode {
  background-color: #ECBC90;
  padding: 60px 0;
  min-height: 200px;
}
/* line 101, ../sass/homepage.scss */
.homepage .methode .titre {
  font-size: 2rem;
  color: #FFF;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
/* line 106, ../sass/homepage.scss */
.homepage .methode .titre .actif {
  font-size: 3rem;
  font-weight: normal;
  font-style: italic;
  color: #2B8081;
  font-family: "Sacramento", cursive;
}
/* line 115, ../sass/homepage.scss */
.homepage .methode .bouton {
  border-radius: 20px;
  border: 1px solid #2B8081;
  padding: 9px 16px 10px 17px;
  color: #FFF;
  background-color: #2B8081;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin: 8px 0;
}
/* line 117, ../sass/homepage.scss */
.homepage .methode .bouton:hover {
  background-color: #c08341;
  border: 1px solid #c08341;
}
/* line 123, ../sass/homepage.scss */
.homepage .methode .fil {
  display: flex;
  justify-content: center;
  position: relative;
}
/* line 127, ../sass/homepage.scss */
.homepage .methode .fil::after {
  content: '';
  border-bottom: 3px solid #FFF;
  width: 100%;
  position: absolute;
  top: 56%;
  z-index: 100;
}
/* line 135, ../sass/homepage.scss */
.homepage .methode .fil .step {
  position: relative;
  z-index: 200;
  text-align: center;
  margin: 2%;
}
/* line 140, ../sass/homepage.scss */
.homepage .methode .fil .step .nombre {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #2B8081;
  background-color: white;
  display: inline-block;
  padding: 5px 13px;
  border-radius: 50%;
}
/* line 150, ../sass/homepage.scss */
.homepage .methode .fil .step .desc {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  background-color: #FFF;
  padding: 16px 6px;
  line-height: 18px;
  border-radius: 14px;
}
/* line 162, ../sass/homepage.scss */
.homepage .produit {
  padding: 20px 10px;
  min-height: 200px;
}
/* line 165, ../sass/homepage.scss */
.homepage .produit .infos {
  display: flex;
  align-items: center;
}
/* line 168, ../sass/homepage.scss */
.homepage .produit .infos .titre {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  color: #2B8081;
  font-weight: bold;
}
/* line 175, ../sass/homepage.scss */
.homepage .produit .infos .desc {
  font-size: 16px;
  font-size: "Roboto", sans-serif;
  margin-bottom: 20px;
  line-height: 20px;
}
/* line 180, ../sass/homepage.scss */
.homepage .produit .infos .desc .actif {
  color: #2B8081;
  font-weight: bold;
}
/* line 184, ../sass/homepage.scss */
.homepage .produit .infos .desc a {
  color: #2B8081;
  text-decoration: none;
  font-weight: bold;
}
/* line 188, ../sass/homepage.scss */
.homepage .produit .infos .desc a:hover {
  color: #2B8081;
  text-decoration: none;
}
/* line 194, ../sass/homepage.scss */
.homepage .produit .infos .bouton {
  border-radius: 20px;
  border: 1px solid #2B8081;
  padding: 9px 16px 10px 17px;
  color: #FFF;
  background-color: #2B8081;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin: 8px 0;
}
/* line 196, ../sass/homepage.scss */
.homepage .produit .infos .bouton:hover {
  background-color: #c08341;
  border: 1px solid #c08341;
}
/* line 202, ../sass/homepage.scss */
.homepage .produit .bouton {
  border-radius: 20px;
  border: 1px solid #2B8081;
  padding: 9px 16px 10px 17px;
  color: #FFF;
  background-color: #2B8081;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin: 8px 0;
}
/* line 204, ../sass/homepage.scss */
.homepage .produit .bouton:hover {
  background-color: #c08341;
  border: 1px solid #c08341;
}
/* line 209, ../sass/homepage.scss */
.homepage .produit .images {
  display: flex;
  justify-content: center;
}
/* line 212, ../sass/homepage.scss */
.homepage .produit .images .left {
  width: 100%;
  height: 650px;
  padding: 5px;
  text-align: right;
}
/* line 217, ../sass/homepage.scss */
.homepage .produit .images .left .image1 {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 60%;
  border-radius: 25px;
}
/* line 224, ../sass/homepage.scss */
.homepage .produit .images .left .image2 {
  object-fit: cover;
  object-position: center;
  width: 70%;
  height: 40%;
  border-radius: 25px;
}
/* line 232, ../sass/homepage.scss */
.homepage .produit .images .right {
  width: 100%;
  height: 550px;
  padding: 20px 5px;
}
/* line 236, ../sass/homepage.scss */
.homepage .produit .images .right .image3 {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
/* line 247, ../sass/homepage.scss */
.homepage .actualite {
  padding: 20px 10px;
  min-height: 200px;
}
/* line 250, ../sass/homepage.scss */
.homepage .actualite .titre {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  color: #2B8081;
  font-weight: bold;
}
/* line 258, ../sass/homepage.scss */
.homepage .actualite .contenu-vertical {
  position: relative;
  margin-bottom: 20px;
}
/* line 261, ../sass/homepage.scss */
.homepage .actualite .contenu-vertical .content {
  width: 100%;
  overflow: hidden;
}
/* line 264, ../sass/homepage.scss */
.homepage .actualite .contenu-vertical .content .image-news {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 300px;
}
/* line 270, ../sass/homepage.scss */
.homepage .actualite .contenu-vertical .content .image-news:hover {
  width: 100%;
  transform: scale(1.05);
  transition: 0.5s ease-in-out;
}
/* line 276, ../sass/homepage.scss */
.homepage .actualite .contenu-vertical .content .info {
  margin-top: 5px;
}
/* line 278, ../sass/homepage.scss */
.homepage .actualite .contenu-vertical .content .info .titre {
  background-color: #FFF;
  display: inline;
  box-decoration-break: clone;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 28px;
  color: #474645;
}
/* line 289, ../sass/homepage.scss */
.homepage .actualite .contenu-vertical .content .info .titre a {
  color: #474645;
  text-decoration: none;
}
/* line 292, ../sass/homepage.scss */
.homepage .actualite .contenu-vertical .content .info .titre a:hover {
  color: #2B8081;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  /* line 308, ../sass/homepage.scss */
  .homepage .banniere .head .topline {
    font-size: 3rem;
    line-height: 42px;
  }
  /* line 315, ../sass/homepage.scss */
  .homepage .points-forts .les-points {
    display: block !important;
  }
  /* line 318, ../sass/homepage.scss */
  .homepage .points-forts .les-points .point .bloc {
    text-align: center;
    width: 100%;
  }
  /* line 327, ../sass/homepage.scss */
  .homepage .methode .fil {
    display: block;
    position: relative;
  }
  /* line 330, ../sass/homepage.scss */
  .homepage .methode .fil::after {
    content: '';
    border-left: 3px solid #FFF;
    border-bottom: none;
    position: absolute;
    z-index: 100;
    height: 108%;
    top: -20px;
    left: 50%;
  }
  /* line 340, ../sass/homepage.scss */
  .homepage .methode .fil .step {
    margin: 10%;
  }
}
