@charset "UTF-8";
/*
Theme Name: BPM
Author: Taketik
Author email: yves@taketik.fr
Description: Thème sur mesure Maison de l'Argousier
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ma
*/
:root {
  --bg-primary: #969696;
  --bg-secondary: #eaeaea;
  --bg-secondary-light: #fafafa;
  --bg-light: #fff;
  --bg-footer: #262626;
  --bg-footer-dark: #000000;
  --bg-accent: #e84c3d;
  --text-primary: #666666;
  --text-accent: #e84c3d;
  --text-accent-dark: #801625;
  --text-white: white;
  --text-secondary: #262626;
  --text-footer: #999999; }

html {
  font-size: 16px;
  font-family: sans-serif;
  color: var(--text-primary);
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h6 {
  font-size: 12px; }

hr.wp-block-separator {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

a {
  color: var(--text-accent);
  font-weight: 700;
  text-decoration: none; }

.text-primary {
  color: var(--text-primary); }

.text-accent {
  color: var(--text-accent); }

.text-accent-dark {
  color: var(--text-accent-dark); }

.text-secondary {
  color: var(--text-secondary); }

.text-secondary-dark {
  color: var(--text-secondary-dark); }

.text-white {
  color: var(--text-white); }

.bold {
  font-weight: 700; }

.block-highlighting {
  color: var(--text-secondary);
  padding: 15px;
  border-radius: 12px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 700;
  background-color: var(--bg-secondary);
  text-align: center; }
  .block-highlighting strong {
    color: var(--text-accent); }

.dashicons, .dashicons-before:before {
  color: var(--text-accent); }

.dashicons.arrow::before {
  content: "\f347";
  color: #d1d1d1; }
.dashicons.link::before {
  content: "\f344";
  font-size: 18px; }
.dashicons.facebook {
  width: 40px;
  height: 40px; }
.dashicons.facebook::before {
  content: "\f305";
  color: #3b5998;
  font-size: 2em; }
.dashicons.twitter {
  width: 40px;
  height: 40px; }
.dashicons.twitter::before {
  content: "\f301";
  color: #55acee;
  font-size: 2em; }
.dashicons.linkedin {
  width: 40px;
  height: 40px; }
.dashicons.linkedin::before {
  content: "\f18d";
  color: #0976b4;
  font-size: 2em; }
.dashicons.youtube {
  width: 40px;
  height: 40px; }
.dashicons.youtube::before {
  content: "\f19b";
  color: #b31217;
  font-size: 2em; }

header {
  background-color: #333;
  position: sticky;
  top: 0;
  background-color: var(--bg-light);
  padding: 25px 20px; }
  @media (max-width: 900px) {
    header {
      position: sticky; } }
  header .logo {
    display: block;
    height: auto; }
    @media (max-width: 900px) {
      header .logo {
        max-width: 100%;
        margin: 0 auto; } }
  header .container {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 900px) {
      header .container {
        flex-direction: column; } }
    header .container .menus {
      display: flex;
      justify-content: end;
      align-items: center; }
      @media (max-width: 675px) {
        header .container .menus {
          flex-direction: column; } }
      header .container .menus .menu {
        padding: 12px 20px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        position: relative;
        display: flex; }
        header .container .menus .menu:hover {
          background-color: var(--bg-secondary-light); }
        @media (max-width: 675px) {
          header .container .menus .menu {
            align-items: center;
            flex-direction: column;
            gap: 20px; } }

.dropdown {
  top: 100%;
  left: -50%;
  position: absolute;
  width: max-content;
  z-index: 10;
  background-color: var(--bg-secondary-light);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 30px;
  border: 4px solid #e84c3d; }
  .dropdown .dashicons,
  .dropdown a {
    color: var(--text-primary); }
  @media (max-width: 675px) {
    .dropdown {
      position: initial; } }

.hidden {
  display: none; }

.flex {
  display: flex; }

.gap-5 {
  gap: 5px; }

.separator {
  display: block;
  width: 61px;
  height: 4.5px;
  margin: 15px auto;
  background-color: #cccccc; }
  .separator::after {
    display: block;
    width: 30px;
    height: 4.5px;
    background: #333333;
    content: ""; }

#hero {
  background-color: var(--bg-primary);
  width: 100%; }
  #hero .container {
    text-align: center;
    padding: 20px 40px; }
    @media (max-width: 675px) {
      #hero .container {
        max-width: 400px; } }
    #hero .container .title {
      padding-top: 15px;
      margin: 0; }
    #hero .container .hub {
      display: grid;
      grid-template-columns: 1fr 2fr 1fr;
      gap: 100px;
      text-align: start; }
      @media (max-width: 900px) {
        #hero .container .hub {
          grid-template-columns: 1fr; } }
      #hero .container .hub .col {
        display: flex;
        flex-direction: column;
        gap: 20px; }
        #hero .container .hub .col img {
          display: block;
          max-width: 100%;
          height: auto; }

#step {
  width: 100%; }
  #step .container {
    text-align: center;
    padding: 20px 40px; }
    #step .container .title {
      padding-top: 15px;
      margin: 0; }
    #step .container .rows {
      padding: 25px 0;
      display: flex;
      flex-direction: column;
      gap: 50px; }
      #step .container .rows .row {
        display: flex;
        flex-direction: row;
        align-items: center; }
        @media (max-width: 900px) {
          #step .container .rows .row {
            flex-direction: column; } }
        #step .container .rows .row .text {
          border-bottom-right-radius: 12px;
          border-top-right-radius: 12px;
          text-align: start;
          padding: 0 15px 15px; }
        #step .container .rows .row:nth-child(even) {
          flex-direction: row-reverse; }
          @media (max-width: 900px) {
            #step .container .rows .row:nth-child(even) {
              flex-direction: column; } }
          #step .container .rows .row:nth-child(even) .text {
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
            border-bottom-right-radius: 0;
            border-top-right-radius: 0; }
        #step .container .rows .row h4 {
          color: var(--text-accent); }
        #step .container .rows .row .num {
          color: var(--text-secondary);
          font-size: 30px; }
        #step .container .rows .row li::marker {
          content: "\f15e";
          font-family: dashicons;
          display: inline-block;
          width: 20px;
          height: 20px;
          font-size: 20px;
          vertical-align: top;
          text-align: center;
          color: var(--text-accent); }
        #step .container .rows .row img {
          max-width: 550px; }
          @media (max-width: 1100px) {
            #step .container .rows .row img {
              max-width: 450px; } }

footer {
  color: var(--text-footer); }
  footer a {
    font-weight: 400; }

#footer {
  background-color: var(--bg-footer);
  padding: 30px 0; }
  #footer .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
    align-items: center; }
    @media (max-width: 900px) {
      #footer .container {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 675px) {
      #footer .container {
        grid-template-columns: 1fr; } }
    #footer .container .column {
      display: flex;
      flex-direction: column;
      gap: 20px; }

#sub-footer {
  padding: 25px 0;
  background-color: var(--bg-footer-dark); }
  #sub-footer .container {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 675px) {
      #sub-footer .container {
        flex-direction: column;
        gap: 20px; } }
    #sub-footer .container .link {
      display: flex;
      gap: 10px;
      align-items: center; }
      @media (max-width: 675px) {
        #sub-footer .container .link {
          flex-direction: column;
          gap: 5px; } }
      #sub-footer .container .link a {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-primary); }
      #sub-footer .container .link .link-separator {
        width: 1px;
        height: 80%;
        border-right: 1px solid var(--text-primary); }

.carrousel {
  margin: 1rem;
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 240px;
  /* WebKit */ }
  .carrousel .slides-container {
    height: calc(100vh - 2rem);
    width: 100%;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */ }
  .carrousel .slides-container::-webkit-scrollbar {
    width: 0;
    height: 0; }
  .carrousel .slide {
    width: 100%;
    height: 100%;
    flex: 1 0 100%; }
  .carrousel .slide-arrow {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 4rem;
    background-color: white;
    border: none;
    width: 2rem;
    font-size: 3rem;
    padding: 0;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 100ms; }
  .carrousel .slide-arrow:hover,
  .carrousel .slide-arrow:focus {
    opacity: 1; }
  .carrousel #slide-arrow-prev {
    left: 0;
    padding-left: 0.25rem;
    border-radius: 0 2rem 2rem 0; }
  .carrousel #slide-arrow-next {
    right: 0;
    padding-left: 0.75rem;
    border-radius: 2rem 0 0 2rem; }

.single {
  background-color: var(--bg-light);
  padding-bottom: 50px; }
  .single h2 {
    color: var(--text-accent); }
  .single a {
    text-decoration: underline; }
  .single a:hover {
    text-decoration: none; }
  .single li {
    padding-left: 5px; }
    .single li li::marker {
      content: "\2022"; }
  .single li::marker {
    content: "\f15e";
    font-family: dashicons;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    color: var(--text-accent); }
  .single .breadcrumb {
    font-size: 13px;
    font-weight: 400;
    padding: 18px 0;
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
    background-color: var(--bg-secondary-light);
    border-bottom: 1px solid #dadada; }
    .single .breadcrumb .list {
      display: flex;
      align-items: end;
      gap: 5px; }
      .single .breadcrumb .list .dashicons,
      .single .breadcrumb .list .dashicons::before {
        font-size: 18px; }
  .single .post {
    padding-bottom: 50px;
    padding-top: 50px; }
  .single .nocomments {
    display: none; }
  .single .wp-block-table {
    display: flex;
    justify-content: center;
    align-items: center; }
  .single .wp-block-table .has-fixed-layout,
  .single table {
    margin: auto;
    border-collapse: collapse;
    width: 90% !important;
    text-align: center;
    font-size: 15px;
    background-color: var(--bg-light);
    column-gap: 0;
    row-gap: 0; }
    .single .wp-block-table .has-fixed-layout td,
    .single table td {
      border: 1px solid var(--bg-primary); }
    .single .wp-block-table .has-fixed-layout tr,
    .single table tr {
      height: 40px; }
  .single img {
    object-fit: contain !important; }

.accordion {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: var(--bg-secondary-light); }
  .accordion .item .title {
    color: var(--text-white);
    background-color: var(--bg-primary);
    font-weight: 400;
    padding: 12px 15px;
    display: flex;
    width: calc(100% - 15px * 2);
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
    .accordion .item .title.active, .accordion .item .title:hover {
      background-color: var(--bg-accent); }
    .accordion .item .title.active .mark:after {
      content: "\f347"; }
    .accordion .item .title .mark {
      width: 15px;
      height: 20px; }
    .accordion .item .title .mark:after {
      content: "\f345";
      font-family: dashicons;
      font-size: 15px;
      text-align: center; }
  .accordion .item .question {
    padding: 15px;
    height: fit-content; }

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px; }
  @media (max-width: 900px) {
    .container {
      max-width: 600px; } }

main {
  background-color: var(--bg-secondary-light); }

/*# sourceMappingURL=style.css.map */
