@charset "UTF-8";
/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat-semibold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/montserrat-v29-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat-bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/montserrat-v29-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*
Fichier de customisation du CSS
*/
body {
  font-family: system-ui, Helvetica, Arial, sans-serif, sans-serif;
}
h1, .article_blog .entry_title h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4 {
  font-family: "Montserrat-semibold";
  color: #2C2C2C;
}
h1, .entry_title h1 {
  color: #2C2C2C;
}
@media only screen and (min-width: 1024px) {
  h1, .entry_title h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  #accueil-header-2 #entry_title_home_accroche {
    line-height: 3rem;
    font-size: 2rem;
    font-family: "Montserrat-semibold";
  }
}
@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  h3 {
    font-size: 24px;
    line-height: 1.35;
  }
}
p {
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.entry-content p strong {
  font-weight: bold;
  font-family: system-ui, Helvetica, Arial, sans-serif;
}
ul li {
  font-size: 0.95rem;
  line-height: 1.5;
}
#menu_header ul.menu li > a {
  color: #2C2C2C;
  font-family: "Montserrat-semibold";
}
#menu_header #menu-menu-principal .accueil a {
  color: transparent;
  width: 16px;
}
#menu_header #menu-menu-principal .accueil::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  height: 1.2rem;
  width: 1.2rem;
  background-image: url("./../img/accueil.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#menu_header #menu-menu-principal .accueil:hover::before {
  transform: translateY(-50%) scale(1.1);
}
#menu_header .megamenu a .megamenu_icon {
  height: 0.8rem;
}
#menu_header .megamenu a .megamenu_icon svg {
  height: 0.8rem;
}
#menu_header .megamenu a .megamenu_icon svg path {
  fill: #2C2C2C;
}
#header_offres {
  margin: 0 20px;
}
#search_input_trigger {
  width: 2rem;
}
#search_trigger {
  width: 1.2rem;
  height: 1.2rem;
}
#search_trigger svg {
  vertical-align: unset;
}
#search_trigger svg .search_icon_cls {
  stroke-width: 2px;
}
.search_icon_cls {
  stroke: #2C2C2C;
}
body.page-id-14054 nav.breadcrumb_over_header *, body.page-id-14057 nav.breadcrumb_over_header * {
  color: white;
}
.breadcrumb_top p span:last-child {
  font-family: "Montserrat-bold";
}
.breadcrumb_top.breadcrumb_over_header {
  height: 56px;
  padding: 0;
  display: flex;
  align-items: center;
}
section.page_defaut.article_blog header#header-post-v2, section.page_defaut.article_blog header.entry_title {
  background-color: white;
}
section.page_defaut.article_blog header#header-post-v2 .post_thumbnail_bg, section.page_defaut.article_blog header.entry_title .post_thumbnail_bg {
  background-color: #FAF1E6;
}
@media only screen and (min-width: 1024px) {
  body.single section.page_defaut.article_blog header.entry_title .content_width.post_thumbnail::before {
    content: "";
    position: absolute;
    display: block;
    height: 215px;
    width: 178px;
    background-image: url("./../img/pattern-header.svg");
    background-size: contain;
    transform: translateX(calc(-100% + 14px));
  }
}
section.page_defaut.article_blog.black-header header#header-post-v2, section.page_defaut.article_blog.black-header header.entry_title {
  background-color: #2C2C2C;
}
section.page_defaut.article_blog.black-header header#header-post-v2 .post_thumbnail_bg, section.page_defaut.article_blog.black-header header.entry_title .post_thumbnail_bg {
  background-color: white;
  width: calc((50% + 2rem));
  right: 0;
}
@media only screen and (max-width: 1024px) {
  section.page_defaut.article_blog.black-header header#header-post-v2 .post_thumbnail_bg, section.page_defaut.article_blog.black-header header.entry_title .post_thumbnail_bg {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  section.page_defaut.article_blog.black-header header.entry_title .content_width.post_thumbnail::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #btn_rdv_sticky {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 70vh;
    right: 0;
    height: 45px;
    z-index: 999;
    padding: 0 16px;
    color: #2C2C2C;
    border-radius: 50px 0 0 50px;
    background-color: #EB6608;
    transition: right 0.4s ease-in-out, background-color 250ms, color 250ms;
  }
  #btn_rdv_sticky a {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    font-family: "Montserrat-semibold";
    color: inherit;
    transition: color 250ms;
  }
  #btn_rdv_sticky a svg {
    margin-right: 6px;
    height: 32px;
  }
  #btn_rdv_sticky a svg path {
    transition-duration: 250ms;
  }
  #btn_rdv_sticky:hover {
    background-color: #2C2C2C;
    color: white;
  }
  #btn_rdv_sticky.scroll {
    right: -170px;
  }
  #btn_rdv_sticky.scroll:hover {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #btn_rdv_sticky {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .pattern {
    position: relative;
  }
  .pattern::after {
    content: "";
    position: absolute;
    display: block;
    height: 78px;
    width: 114px;
    top: 19px;
    background-image: url("./../img/pattern-block.svg");
    background-size: 114px 78px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1520px) {
  .pattern::after {
    left: calc(((50vw - 600px) / 2) - 50px);
  }
  .pattern::before {
    content: "";
    position: absolute;
    top: 91px;
    left: 0;
    width: calc(((50vw - 600px) / 2) - 50px);
    height: 1px;
    background: #9C9C9C;
    z-index: 0;
  }
}
.page-template-page-contact .entry_title_bg {
  background-color: #EB6608;
}
.page-template-page-contact article.hentry > .fond_clair {
  background-color: white;
}
.liste_posts__card_offres {
  position: relative;
  padding: 30px 30px 65px 30px;
  box-shadow: 0px 40px 40px 0px #ADADAD26;
}
.liste_posts__card_offres figure {
  position: relative;
  height: 70px;
  width: 70px;
  padding: 10px;
  margin: 0 0 22px 0;
  background-color: #EB6608;
  border-radius: 50%;
}
.liste_posts__card_offres figure .poids-image {
  top: 0.2rem;
  left: 0.2rem;
}
.liste_posts__card_offres figure img {
  height: 50px;
  width: 50px;
}
.liste_posts__card_offres h3.liste_posts__card_title a {
  color: #2C2C2C;
}
.liste_posts__card_offres .exerpt {
  margin: 1rem 0;
}
.liste_posts__card_offres .liste_posts__card_cta {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #2C2C2C;
  font-family: "Montserrat-bold";
}
.liste_posts__card_offres .liste_posts__card_cta::after {
  content: " →";
}
.liste_posts__card_offres .liste_posts__card_cta:hover {
  color: #EB6608;
}
.gerantes-images figure {
  border-radius: 0.5rem 0.5rem 0 0;
}
.gerantes-images figure img {
  border-radius: 0.5rem 0.5rem 0 0;
}
.gerantes-texte .col_flexible_3 .col_flexible_item .entry-content {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0px 4px 4px 0px #00000026;
}
.liste-icones-textes .liste-icones-textes-element--icone figure {
  border-radius: 0;
}
.liste-icones-textes .liste-icones-textes-element--texte.entry-content h3 {
  font-family: system-ui, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
.liste-icones-textes-element.liste-icones-textes-element--padding {
  padding: 2.5rem 1.5rem;
}
.bloc_questions_reponses h3 {
  font-family: "Montserrat-semibold";
  font-size: 0.9rem;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .block-temoignages .col_flexible_liste-de-citation .have-photo {
    flex-direction: column;
  }
  .block-temoignages .col_flexible_liste-de-citation .have-photo .entry-content {
    width: 100%;
  }
}
.block-liste-partenaires .partenaire-container {
  width: calc((100% / 3) - (2.5rem / 3 * 2));
}
@media only screen and (min-width: 1024px) {
  .block-liste-partenaires .partenaire-container {
    width: calc((100% / 7) - (2.5rem / 7 * 6));
  }
}
@media only screen and (max-width: 640px) {
  .block-liste-partenaires .partenaire-container {
    width: calc((100% / 2) - (2.5rem / 2 * 1));
  }
}
.block-liste-partenaires .partenaire-container figure.logo {
  height: 100%;
}
.block_text_cta.primaire .entry-content * {
  color: #2C2C2C !important;
}
.liste-chiffres-cles .card * {
  font-family: "Montserrat-bold" !important;
}
.liste-chiffres-cles .card.primaire * {
  color: #2C2C2C;
}
.liste-chiffres-cles .card.secondaire {
  background-color: #FAF1E6;
}
.liste-chiffres-cles .card.secondaire * {
  color: #2C2C2C;
}
.liste-chiffres-cles .card .chiffre-texte-container .chiffre {
  margin-bottom: 1rem;
}
.liste-chiffres-cles .card .chiffre-texte-container .chiffre .entry-content {
  font-size: 3rem;
}
aside#aside_actualites {
  background-color: #FAF1E6;
}
aside#aside_actualites article.article_extrait {
  background-color: white;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 4px 4px 0px #00000026;
}
aside#aside_actualites article.article_extrait .term_link {
  color: #7B7B7B;
  margin-top: 10px;
}
aside#aside_actualites article.article_extrait a.btn_article_extrait {
  padding: 3px 0;
  border-bottom: 0px solid #2C2C2C;
  box-shadow: inset 0 -1px 0 #2C2C2C;
  transition: 0.2s box-shadow cubic-bezier(0.77, 0, 0.175, 1), 0.1s color ease-in-out;
}
aside#aside_actualites article.article_extrait a.btn_article_extrait:hover {
  border-bottom: 0px solid white;
  box-shadow: inset 0 -1.5rem 0 rgba(235, 102, 8, 0.2);
  color: #2C2C2C;
}
aside#aside_actualites article.article_extrait a.btn_article_extrait::after {
  margin-left: 0;
}
aside#aside_actualites article.article_extrait a.btn_article_extrait:hover {
  border-color: #EB6608;
}
.article_extrait_post_title {
  line-height: 30px;
}
.article_extrait_post_title a {
  color: #2C2C2C;
}
.entry_title_date span {
  color: #2C2C2C;
}
#charger_les_images_switch_label .slider.round {
  border: 1px solid #EB6608;
}
#nav_blog_right .nav_blog_link_item, #nav_blog_left .nav_blog_link_item {
  padding-right: 0;
  padding-left: 0;
}
#aside_prefooter {
  background-color: #2C2C2C;
}
#aside_prefooter #aside_prefooter_wrapper {
  justify-content: space-between;
}
#aside_prefooter #aside_prefooter_wrapper .aside_prefooter_col p {
  margin-bottom: 1rem;
}
#aside_prefooter #aside_prefooter_wrapper .aside_prefooter_col .aside_prefooter_prestation a {
  padding: 3px 0;
  border-bottom: 0px solid #CBD5CB;
  box-shadow: inset 0 -1px 0 #CBD5CB;
  color: #fff;
  transition: 0.2s box-shadow cubic-bezier(0.77, 0, 0.175, 1), 0.1s color ease-in-out;
}
#aside_prefooter #aside_prefooter_wrapper .aside_prefooter_col .aside_prefooter_prestation a:hover {
  border-bottom: 0px solid white;
  box-shadow: inset 0 -1.5rem 0 #FF8762;
  color: white;
}
#aside_prefooter #aside_prefooter_wrapper #aside_prefooter_col_logo {
  align-items: flex-start;
}
#aside_prefooter #aside_prefooter_wrapper #aside_prefooter_col_logo > div {
  width: 100%;
}
#aside_prefooter #aside_prefooter_wrapper .aside_prefooter_col h3 {
  color: white;
}
#aside_prefooter #aside_prefooter_wrapper .aside_prefooter_col p.coordonnees_p_i a {
  border-bottom: 0px solid white;
  box-shadow: inset 0 -1px 0 white;
}
#aside_prefooter #aside_prefooter_wrapper .aside_prefooter_col p.coordonnees_p_i a:hover {
  border-bottom: 0px solid white;
  box-shadow: inset 0 -1.5rem 0 #FF8762;
  color: white;
}
#aside_prefooter #aside_prefooter_wrapper .aside_prefooter_col p.coordonnees_p_i svg {
  color: white;
}
#aside_prefooter #aside_prefooter_wrapper span.note {
  font-size: 0.85rem;
}
#aside_prefooter #aside_prefooter_wrapper .rs_link_item {
  background-color: white;
  border: none;
}
#aside_prefooter #aside_prefooter_wrapper .rs_link_item svg {
  color: #2C2C2C;
}
#aside_prefooter #aside_prefooter_wrapper .rs_link_item:hover {
  background-color: #FF8762;
}
#aside_prefooter #aside_prefooter_wrapper .rs_link_item:hover svg {
  color: #fff;
}
.rs_link_item {
  background-color: white;
  border: 1px solid #2C2C2C;
}
.rs_link_item svg {
  color: #2C2C2C;
}
.rs_link_item:hover {
  background-color: #FF8762;
}
.rs_link_item:hover svg {
  color: #fff;
}
footer#footer {
  border-top: 1px solid white;
  background-color: #2C2C2C;
}
/* Call to Action */
/* =================================================== */
#load-more.loadmore_posts, .cta_btn_lead a, .cta_btn_lead button, input.cta_btn_lead, button.cta_btn_lead, .cta_btn_lead span.cta_onepage, .cta_btn_lead span.cta_btn_phone_click, #blog_rest_api_loadmore button {
  color: #2C2C2C;
  font-family: "Montserrat-semibold";
}
.cta_secondaire a, .cta_secondaire button, input.cta_secondaire, .cta_secondaire span.cta_onepage, .cta_secondaire span.cta_btn_phone_click {
  padding: calc(0.8rem - 1px) calc(1.6rem - 1px) !important;
  font-family: "Montserrat-semibold";
}
.cta_secondaire a:hover, .cta_secondaire button:hover, input.cta_secondaire:hover, .cta_secondaire span.cta_onepage:hover, .cta_secondaire span.cta_btn_phone_click:hover {
  color: #2C2C2C;
  background-color: #EB6608;
  border-color: #EB6608;
}
/* Variantes sur les fonds $primaire et $secondaire */
/* =================================================== */
.block-nanosite.primaire .cta_secondaire a, .block-nanosite.primaire .cta_secondaire button, .block-nanosite.primaire input.cta_secondaire {
  background-color: transparent !important;
  border: 1px solid #2C2C2C !important;
  color: #2C2C2C !important;
}
.block-nanosite.primaire .cta_secondaire a:hover, .block-nanosite.primaire .cta_secondaire button:hover, .block-nanosite.primaire input.cta_secondaire:hover {
  color: #EB6608 !important;
  background-color: #2C2C2C !important;
}
.block-nanosite.secondaire .cta_secondaire a, .block-nanosite.secondaire .cta_secondaire button, .block-nanosite.secondaire input.cta_secondaire {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.block-nanosite.secondaire .cta_secondaire a:hover, .block-nanosite.secondaire .cta_secondaire button:hover, .block-nanosite.secondaire input.cta_secondaire:hover {
  color: #EB6608 !important;
  background-color: #fff !important;
}
.block-nanosite.primaire .cta_btn_lead a, .block-nanosite.primaire .cta_btn_lead button, .block-nanosite.primaire input.cta_btn_lead {
  background-color: #2C2C2C;
  color: white;
}
.block-nanosite.primaire .cta_btn_lead a:hover, .block-nanosite.primaire .cta_btn_lead button:hover, .block-nanosite.primaire input.cta_btn_lead:hover {
  background-color: white;
  color: #2C2C2C;
}
.block-nanosite.secondaire .cta_btn_lead a, .block-nanosite.secondaire .cta_btn_lead button, .block-nanosite.secondaire input.cta_btn_lead {
  background-color: #EB6608;
  color: #2C2C2C;
}
.block-nanosite.secondaire .cta_btn_lead a:hover, .block-nanosite.secondaire .cta_btn_lead button:hover, .block-nanosite.secondaire input.cta_btn_lead:hover {
  background-color: white;
  color: #2C2C2C;
}
/* Bouton */
/* =================================================== */
.btn {
  color: #2C2C2C;
  font-family: "Montserrat-semibold";
}
.btn:hover {
  color: #EB6608;
}
.block-gerantes .col_flexible_3 .col_flexible_wrapper {
  gap: 16px;
}
.block-gerantes .col_flexible_3 .col_flexible_wrapper .card-gerante {
  position: relative;
  width: calc((100% / 3) - (16px / 3 * 2));
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px #00000026;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .block-gerantes .col_flexible_3 .col_flexible_wrapper .card-gerante {
    width: calc((100% / 2) - (16px / 2 * 1));
  }
}
@media only screen and (max-width: 640px) {
  .block-gerantes .col_flexible_3 .col_flexible_wrapper .card-gerante {
    width: 100%;
  }
}
.block-gerantes .col_flexible_3 .col_flexible_wrapper .card-gerante figure {
  margin: 0;
}
.block-gerantes .col_flexible_3 .col_flexible_wrapper .card-gerante figure img {
  height: 105%;
  width: 105%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  object-position: 50% 50%;
  transform: translateX(-1%);
}
.block-gerantes .col_flexible_3 .col_flexible_wrapper .card-gerante .texte-gerante {
  padding: 40px 20px 20px 20px;
}
/*# sourceMappingURL=/home/clients/2cc33da28be56522f15859a1892eb9a4/sites/adequation.nanosite.tech/wp-content/themes/nanosite-proefficace-child/css/mainchild.css.map */
/*# sourceMappingURL=mainchild.css.map */