/* Add here all your CSS customizations */

/*Remonté contact*/

div:target,
section:target {
    padding-top: 170px !important;
}

/*Sélection du texte*/

::selection {
    background-color: #5d2113;
    color: white;
}

::-moz-selection {
    background-color: #5d2113;
    color: white;
}

/*img-fluid afficherArticles*/
.articleTexte img {
    max-width: 100%;
}

/*Tailles badges*/
.FacebookLogo,
.MyBusinessLogo {
    max-width: 100%;
    height: 4em;
    margin:0px 10px;
}

/*Sections éditables*/
.edit p{
    font-size: 1.2em;
	line-height: 1.8;
    text-align: justify;
}

.edit h2{
    margin-bottom: 1rem !important;
}

.edit h3{
   font-weight: 700 !important;
}

.edit ul {
    list-style: none;
    font-size: 1.2em;
    line-height: 1.8;
    text-align: justify;
}

.articleTexte a{
    color: #5d2113;
}

html .btn-primary, html.sticky-header-active .btn-sticky-primary {
    border-color: #5d2113 #5d2113 #49170b;
    color: #FFF;
    background-color: #5d2113;
}

html .btn-primary:hover, html.sticky-header-active .btn-sticky-primary:hover, html .btn-primary:focus, html.sticky-header-active .btn-sticky-primary:focus {
    border-color: #49170b;
    background-color: #49170b;
    color: #FFF;
}

.icon-box .icon-box-icon object:not([width]), .icon-box .icon-box-icon img:not([width]) {
    width: 160px;
}


.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-overlay-bottom:after {
    height: 35% !important;
}

text-4-5 {
    font-size: 1.3rem !important;
}

/* CSS POUR CARD ANIMÉS */

.section_our_solution .row {
    align-items: center;
  }
  
  .our_solution_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .our_solution_category .solution_cards_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .solution_cards_box .solution_card {
    flex: 0 50%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(93, 33, 19, 0.2),
      0 5px 15px 0 rgba(93, 33, 19, 0.15);
    border-radius: 15px;
    margin: 15px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 265px;
    transition: 0.7s;
  }
  
  /* .solution_cards_box .solution_card:hover {
    background: #5d2113;
    color: #fff;
    transform: scale(1.1);
    z-index: 9;
  }
  
  .solution_cards_box .solution_card:hover::before {
    background: rgb(93 33 19 / 10%);
  }
  
  .solution_cards_box .solution_card:hover .solu_title h3,
  .solution_cards_box .solution_card:hover .solu_description .col-md-6 .menu-item .menu-item-title h4 {
    color: #fff !important;
  } */
  
  .solution_cards_box .solution_card:before {
    content: "";
    position: absolute;
    background: rgb(93 33 19 / 2%);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: 0px;
    border-radius: 35px;
  }
  
  /* .solution_cards_box .solution_card:hover .solu_description button {
    background: #fff !important;
    color: #5d2113;
  } */
  
  .solution_card .so_top_icon {
  }
  
  .solution_card .solu_title h3 {
    color: #fff;
    font-size: 1.3rem;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  
  .solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  
  .solution_card .solu_description button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient(
      140deg,
      #5d2113 0%,
      #5d2113 50%,
      #5d2113c7 75%
    ) !important;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 16px;
  }
  
  .our_solution_content h1 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }
  .our_solution_content p {
  }
  
  .hover_color_bubble {
    position: absolute;
    background: rgb(93 33 19 / 2%);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
  }
  
  /* .solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
  } */

  .solution_cards_box .solution_card:hover {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.5);
  }
  
  .solution_cards_box .solution_card .so_top_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .solution_cards_box .solution_card .so_top_icon img {
    width: 40px;
    height: 50px;
    object-fit: contain;
  }
  
  /*start media query*/
  @media screen and (min-width: 320px) {
    .sol_card_top_3 {
      position: relative;
      top: 0;
    }
  
    .our_solution_category {
      width: 100%;
      margin: 0 auto;
    }
  
    .our_solution_category .solution_cards_box {
      flex: auto;
    }
  }
  @media only screen and (min-width: 768px) {
    .our_solution_category .solution_cards_box {
      flex: 1;
    }
  }
  @media only screen and (min-width: 1024px) {
    .sol_card_top_3 {
      position: relative;
      top: -3rem;
    }
    .our_solution_category {
      width: 100%;
      margin: 0 auto;
    }
  }
  /* FIN CSS CARD */