/* 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/produit.scss */
.page-produit {
  padding: 30px 10px;
}
/* line 9, ../sass/produit.scss */
.page-produit.estimation {
  padding: 10px 10px 80px 0;
}
/* line 12, ../sass/produit.scss */
.page-produit .infos {
  display: flex;
  align-items: center;
}
/* line 15, ../sass/produit.scss */
.page-produit .infos .titre {
  font-size: 2.3rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  color: #000;
  font-weight: bold;
}
/* line 22, ../sass/produit.scss */
.page-produit .infos .desc {
  font-size: 16px;
  font-size: "Roboto", sans-serif;
  margin-bottom: 20px;
  line-height: 20px;
}
/* line 27, ../sass/produit.scss */
.page-produit .infos .desc .actif {
  color: #2B8081;
  font-weight: bold;
}
/* line 32, ../sass/produit.scss */
.page-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 34, ../sass/produit.scss */
.page-produit .infos .bouton:hover {
  background-color: #c08341;
  border: 1px solid #c08341;
}
/* line 40, ../sass/produit.scss */
.page-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 42, ../sass/produit.scss */
.page-produit .bouton:hover {
  background-color: #c08341;
  border: 1px solid #c08341;
}
/* line 47, ../sass/produit.scss */
.page-produit .images {
  display: flex;
  justify-content: center;
}
/* line 50, ../sass/produit.scss */
.page-produit .images .left {
  width: 100%;
  height: 650px;
  padding: 5px;
  text-align: right;
}
/* line 55, ../sass/produit.scss */
.page-produit .images .left .image1 {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 60%;
  border-radius: 25px;
}
/* line 62, ../sass/produit.scss */
.page-produit .images .left .image2 {
  object-fit: cover;
  object-position: center;
  width: 70%;
  height: 40%;
  border-radius: 25px;
}
/* line 70, ../sass/produit.scss */
.page-produit .images .right {
  width: 100%;
  height: 550px;
  padding: 20px 5px;
}
/* line 74, ../sass/produit.scss */
.page-produit .images .right .image3 {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
/* line 84, ../sass/produit.scss */
.page-produit .contenu {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 40px;
}
/* line 90, ../sass/produit.scss */
.page-produit .contenu .wp-caption {
  width: 100% !important;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 96, ../sass/produit.scss */
.page-produit .contenu .wp-caption img {
  object-fit: contain;
  object-position: center;
}
/* line 102, ../sass/produit.scss */
.page-produit .contenu h1 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 5px;
}
/* line 108, ../sass/produit.scss */
.page-produit .contenu h2 {
  color: #2B8081;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 5px;
}
/* line 116, ../sass/produit.scss */
.page-produit .contenu strong, .page-produit .contenu b {
  font-weight: bolder;
}
/* line 120, ../sass/produit.scss */
.page-produit .contenu ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
/* line 130, ../sass/produit.scss */
.page-produit .contenu li {
  margin: 15px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
/* line 137, ../sass/produit.scss */
.page-produit .contenu p, .page-produit .contenu div {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
/* line 145, ../sass/produit.scss */
.page-produit .contenu p, .page-produit .contenu div {
  width: 100% !important;
  height: auto;
}
/* line 151, ../sass/produit.scss */
.page-produit .contenu p > img, .page-produit .contenu div > img {
  object-fit: contain;
  object-position: center;
}
/* line 157, ../sass/produit.scss */
.page-produit .contenu iframe {
  width: 100%;
}

/* line 163, ../sass/produit.scss */
.methode {
  background-color: #ECBC90;
  padding: 30px 0 60px 0;
  min-height: 200px;
}
/* line 168, ../sass/produit.scss */
.methode .titre {
  font-size: 2rem;
  color: #FFF;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
/* line 173, ../sass/produit.scss */
.methode .titre .actif {
  font-size: 3rem;
  font-weight: normal;
  font-style: italic;
  color: #2B8081;
  font-family: "Sacramento", cursive;
}
/* line 182, ../sass/produit.scss */
.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 184, ../sass/produit.scss */
.methode .bouton:hover {
  background-color: #c08341;
  border: 1px solid #c08341;
}
/* line 190, ../sass/produit.scss */
.methode .fil {
  display: flex;
  justify-content: center;
  position: relative;
}
/* line 194, ../sass/produit.scss */
.methode .fil::after {
  content: '';
  border-bottom: 3px solid #FFF;
  width: 100%;
  position: absolute;
  top: 56%;
  z-index: 100;
}
/* line 202, ../sass/produit.scss */
.methode .fil .step {
  position: relative;
  z-index: 200;
  text-align: center;
  margin: 2%;
}
/* line 207, ../sass/produit.scss */
.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 217, ../sass/produit.scss */
.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 229, ../sass/produit.scss */
.actualite {
  padding: 60px 10px;
  min-height: 200px;
}
/* line 232, ../sass/produit.scss */
.actualite .titre {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  color: #2B8081;
  font-weight: bold;
}
/* line 240, ../sass/produit.scss */
.actualite .contenu-vertical {
  position: relative;
  margin-bottom: 20px;
}
/* line 243, ../sass/produit.scss */
.actualite .contenu-vertical .content {
  width: 100%;
  overflow: hidden;
}
/* line 246, ../sass/produit.scss */
.actualite .contenu-vertical .content .image-news {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 300px;
}
/* line 252, ../sass/produit.scss */
.actualite .contenu-vertical .content .image-news:hover {
  width: 100%;
  transform: scale(1.05);
  transition: 0.5s ease-in-out;
}
/* line 258, ../sass/produit.scss */
.actualite .contenu-vertical .content .info {
  margin-top: 5px;
}
/* line 260, ../sass/produit.scss */
.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 271, ../sass/produit.scss */
.actualite .contenu-vertical .content .info .titre a {
  color: #474645;
  text-decoration: none;
}
/* line 274, ../sass/produit.scss */
.actualite .contenu-vertical .content .info .titre a:hover {
  color: #2B8081;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  /* line 287, ../sass/produit.scss */
  .methode .fil {
    display: block;
    position: relative;
  }
  /* line 290, ../sass/produit.scss */
  .methode .fil::after {
    content: '';
    border-left: 3px solid #FFF;
    border-bottom: none;
    position: absolute;
    z-index: 100;
    height: 108%;
    top: -20px;
    left: 50%;
  }
  /* line 300, ../sass/produit.scss */
  .methode .fil .step {
    margin: 10%;
  }
}
