/*
Theme Name: Abeillon
Theme URI: http://example.com/
Author: Votre Nom
Author URI: http://example.com/
Description: Thème WordPress personnalisé de base.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: abeillon
*/


@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat.woff2') format('woff2');
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
}

a {
  color:#C74244;
}

a:hover {
  text-decoration:underline
}

h1,h2,h3,h4 {
  font-weight:bold
}

.site-header {
    width: 100%;
    z-index: 10;
     position: fixed!important;
    background: transparent;
}

.site-header.is-hidden {
    top: -200px;
}

.site-header.is-sticky {
  background:#FFF;
}

#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #C74244;
  color: #FFF;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, transform 0.3s ease;
  z-index: 1000;
  display: flex;
    align-items: center;
    justify-content: center;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

#backToTop:hover {
  transform: scale(1.1);
}

.img-fluid, 
.img-fluid img, 
.img-fluid picture, 
.img-fluid picture img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ubermenu-main {
  text-align:end !important;
}

.sub-menu-abeillon a {
color: #606067;
font-size: 14px;
font-weight: 500;
line-height: normal;
text-decoration:none
}

.bg-gris {
  background:#F5F6F8;
}

.abeillon-btn {
  border-radius: 4px;
  background: #C74244;
  padding: 13px 25px;
  color: #FFF;
  border:1px solid #C74244;
  display:inline-block;
  text-decoration:none
}

.abeillon-btn:hover{
  background: #FFF;
  color:#C74244 ;
    text-decoration:none
}

.abeillon-btn-boutique {
  border-radius: 4px !important;
  background: #C74244!important;
  padding: 13px 25px!important;
  color: #FFF!important;
  border:1px solid #C74244!important;
  display:inline-block!important;
  text-decoration:none !important;
  margin-left: 10px !important;
}

.abeillon-btn-boutique:hover {
  background: #FFF !important;
  color:#C74244!important;
    text-decoration:none !important;
}

.btn-abeillon-light {
   border-radius: 4px;
  background:  #FFF;
  padding: 13px 25px;
  color: #2F2F37;
  border:1px solid  #FFF;
  display:inline-block;
  text-decoration:none 
}

.btn-abeillon-light:hover {
  background: #2F2F37;
  color:#FFF ;
  text-decoration:none
}

.partenaire-slider-img {
  filter: grayscale(100%);
}

.bg-application {
  display: flex;
  height: 100%;
  align-items: end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.link-footer-coord {
  color:#787880;
  text-decoration: none;
}

.link-footer-coord:hover {
  color:#C74244;
}

.col-menu-footer ul{
     padding-left: 0;
    list-style: none;
}

.col-menu-footer a {
  color: #787880;
  font-weight: 500;
  line-height: 22px;
  text-decoration:none;
}

.col-menu-footer a:hover,
.col-menu-footer a.abeillon-btn:hover {
  color:#C74244;
    text-decoration:none;
}

.col-menu-footer a.abeillon-btn {
  color:#FFF;
}

.first-section {
  padding-bottom:2.5rem;
}

.home .first-section {
  height:85vh;
  padding-bottom:0rem;
}

.home .first-section .img-end img {
  margin-left:auto;
}

.block-left {
    max-width: 660px;
}

.chiffre-bloc .ligne-chiffre {
color: #2F2F37;
font-family: Montserrat;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.chiffre-bloc .titre{
color: #606067;
text-align: center;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.center-ul ul {
      display: inline-block;
    text-align: left;
}

.ubermenu .ubermenu-submenu .ubermenu-target {
  padding:10px 15px;
}

/* Style de la section timeline */
.timeline-section {
    padding: 40px 20px;
    text-align: center;
}

.timeline-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

/* Style de la timeline */
.timeline {
    position: relative;
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: #C74244;
    /* Ligne centrale */
    transform: translateX(-50%);
}

/* Style des items */
.timeline-item {
    position: relative;
    width: 50%;
    box-sizing: border-box;
    padding: 30px 40px;
}

.timeline-item:nth-child(odd) {
    float: left;
    text-align: left;
    clear: right;
}

.timeline-item:nth-child(even) {
    float: right;
    text-align: left;
    clear: left;
}

.timeline-item::before {
    content: '';
    position: absolute;
    top: 45px;
    right: 0px;
    width: 12px;
    height: 12px;
    background-color: #C74244;
    /* Point rouge */
    border-radius: 50%;
    transform: translateX(50%);
}

.timeline-item:nth-child(even)::before {
    left: 0px;
    right: auto;
    transform: translateX(-50%);
}

/* Style du contenu de chaque item */
.timeline-content {
    background-color: #F5F6F8;
    padding: 30px 50px;
    border-radius: 6px;
    display: inline-block;
}

/* Clearfix */
.timeline::after {
    content: '';
    display: block;
    clear: both;
}


.date-frise {
  color: #C74244 ;
  font-weight:bold
}

.titre-frise {
  color: #C74244;
}

.timeline-item[data-aos] {
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}



@media screen and (max-width: 840px) {
 .timeline::before {
        left: 0%;
    }

    .timeline-item {
        width: 100%;
    }

    .timeline-item::before {
        top: 62px;
        left: -12px;
    }

    .img-bandeau-absolute {
      position:relative !important;
      transform:inherit!important;
    }

    .img-bandeau-absolute img{
     width:100%
    }
}


.img-bandeau-absolute {
  position:absolute;
  transform: translateY(-50%);
  right: 0;
  top: 50% ;
}


.gform-theme--foundation .gform_fields {
  row-gap:10px !important;
}

.abeillon-btn:hover svg path{
  stroke : #C74244
}

header .abeillon-btn {
      padding: 10px 15px;
}

@media screen and (max-width: 840px) {

.order-menu {
  order:1
}

.home .first-section {
    height: inherit;
}

.inner-applications img{
  height:200px;
  object-fit: cover;
  width: 100%;
}

.prefooter-img img{
height:360px;
object-fit:cover;
}
}

.ubermenu-responsive-toggle:before {
    content: url('/wp-content/uploads/2025/05/button-burger.svg');
}

.ubermenu-responsive-toggle i {
    display: none;
}

#gform_submit_button_1,
#gform_submit_button_2,
.gform_next_button,
.gform_previous_button {
      border-radius: 4px !important;
    background: #C74244 !important;
    padding: 13px 25px !important;
    color: #FFF !important;
    border: 1px solid #C74244 !important;
    margin-left: auto
}

#gform_submit_button_1:hover,
#gform_submit_button_2:hover,
.gform_next_button,
.gform_previous_button  {
    color: #C74244 important;
    text-decoration: none important;
        background: #FFF important;
}

.gform-body input,
.gform-body textarea {
border-radius: 4px !important;
    background-color: #F5F6F8 !important;
    color: #31333D !important;
    border: none !important;
        font-weight: bold !important;
}


.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
      background-color: green !important;
}

legend.gfield_label {
  font-size:16px !important;
  font-weight:bold !important
}

.gform-theme--framework .gf_progressbar .percentbar_blue {
    background-color: #C74244 !important
}

@media screen and (max-width: 1200px) {
.site-header {
  background:#FFF;
}
.home .first-section {
    height: inherit;
}
}

.mySwiperSelection a,
.inner-applications a {
    transition: transform .3s ease, box-shadow .3s ease;
}

.mySwiperSelection a:hover,
.inner-applications a:hover {
    transform: translateY(-10px);
}

@media screen and (min-width: 1440px) {
.img-bandeau-absolute {
  width:25%;
}
}


.link-blog,
.link-blog-others,
.link-blog:hover,
.link-blog-others:hover {
    text-decoration: none;
}

.link-blog-others h2 {
  color: #2F2F37;
  font-weight: 700;
  font-size: 20px;
}

.link-blog h2,
.link-blog p {
    color: #FFF;
}

.link-blog-others:hover p {
    color: #787880
}

.link-blog img {
    height:100%;
        object-fit: cover;
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: 100% !important;
  }
}


.img-avant-single img{
    height:250px;
    object-fit: cover;
}

.card-img-top,
.card-img-top img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

img.img-fluid, picture img {
    display: block;
    max-width: 100%;
    height: auto;
}


.link-blog-others .btn-blog {
  border-radius: 4px;
  background: #2F2F37;
  padding: 13px 25px;
  color:#FFF;
      display: inline-block;
      width:100%;
      text-align:center;
      text-transform: uppercase;
      font-weight:500:
      border: 1px solid #2F2F37;
}

.link-blog-others:hover .btn-blog {
  background:#FFF;
 color: #2F2F37;
       border: 1px solid #2F2F37;
}

.date-blog {
  color: #2F2F37;
font-weight: 500;
text-transform: uppercase;
}


.bck-image-home {
  background:#E0C3C3;
}

.first-img-home {
  padding:10px;
  display:inline-block;
}

.first-section h2 {
      font-size: 20px;
      margin-bottom:15px;
}

.first-section h1 {
    font-size: 30px;
    margin-bottom: 30px;
}
.pos-sticky {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  margin-bottom: 20px;
}
.col-lg-4 {
  overflow: visible;
}
.row, .container, aside {
  overflow: visible;
}

.link-categ-product img,
.bloc-app img,
.galerie-service img {
  height:100%;
  object-fit:cover;
  width:100%;
}

.galerie-service img {
  cursor:pointer
}

#galerie-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  z-index: 1050;
      padding: 0;
}
#galerie-overlay .overlay-backdrop {
  position:absolute;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.8);
}
#galerie-overlay .overlay-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#galerie-overlay img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
#galerie-overlay button {
  position: absolute;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}
#galerie-overlay .close-btn {
  top: 20px;
  right: 30px;
}
#galerie-overlay .prev-btn {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#galerie-overlay .next-btn {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb li::after {
  display:none;
}

.link-rs:hover svg path {
  fill:#212529
}

.rll-youtube-player {
  position:absolute !important;
}

.gform_page  .gform_next_button,
.gform_page .gform_previous_button {
    border-radius: 4px !important;
    background-color: #C74244!important;
    padding: 13px 25px!important;
    color: #FFF!important;
    border: 1px solid #C74244!important;
    display: inline-block!important;
    text-decoration: none!important;
}

.gform_page .gform_next_button:hover,
.gform_page .gform_previous_button:hover {
  background: #FFF !important;
    color: #C74244 !important;
    text-decoration: none !important;
}

.mySwiperSelection .swiper-button-next, 
.mySwiperSelection .swiper-button-prev {
color:#C74244
}