/* ===================================
    Crafto - Elder care 
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@import url('https://cdn.jsdelivr.net/npm/@fontsource/open-sans@5.0.19/300.css');
@import url('https://cdn.jsdelivr.net/npm/@fontsource/open-sans@5.0.19/400.css');
@import url('https://cdn.jsdelivr.net/npm/@fontsource/open-sans@5.0.19/600.css');
@import url('https://cdn.jsdelivr.net/npm/@fontsource/open-sans@5.0.19/700.css');



/* variable */
:root {      
    --alt-font: "Open Sans", sans-serif;
    --primary-font: 'Open Sans', sans-serif;
    --base-color: #00243E;
    --secondary-color:#9BCB3B;
    --compl-color:#16a030;
    --dark-gray: #333;
    --medium-gray: #333; /* #5f6b82;*/
    --aluminium-grey: rgba(255, 255, 255, 0.5);
    --very-light-gray: white; /* rgba(235, 239, 246, 0.4); */
  
   
}
.description a

{
font-weight: 600;
color:var(--secondary-color);

}


.border-radius-demi
{
    border-radius: 30px 0;
}
.cadre_mea
{
    background-color: var(--base-color);
    color:white;
}
.bg-secondary-color
{
    background-color: var(--secondary-color);
}
.transition {
    transition: transform 0.4s ease;
}

.card:hover .transition {
    transform: scale(1.08);
}

.texte-vert
{
    color:var(secondary-color);
}

.text-base-color {
    color: var(--base-color);
}

.text-secondary-color
{
    color:var(--secondary-color);
}


.bg-gradient-black-green {
    background-image: linear-gradient(to right top, #1f2021, #1b1d1c, #1b1d1c, #222523, #333c37);
}

.btn  {
  --bs-btn-color: var(--secondary-color);
}

.btn.btn-dark-gray {
  background-color: var(--secondary-color);
  color: var(--white);
}

.picto_blanc
{
    width:40px;
    
}

html {
    scroll-behavior: smooth!important;
}

body {
    font-size: 17px;
    line-height: 28px;
    background-color: #EAEEF2;
}
/* header */
.header-light .navbar-nav .nav-link{
    color:var(--base-color);
}
header .navbar-brand img {
    max-height: 42px;
}
header .left-nav .navbar-nav:before {
   background-color: var(--compl-color);
   width: 2px;
   opacity: 1;

}

section
{
    background-color: #EAEEF2;

}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a,
.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 17px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}

/* /!\ meme que h4 */
h3{
    font-size: 2.375rem;
    line-height: 2.7rem;
}

.portfolio-image, .rounded-20px, .card
{
 border-radius : 20px !important;
}

.bordure_jaune_titre
{
     border-left: solid 5px var(--secondary-color);
}
    .service-card {
        position: relative;
        display: block;
        height: 300px;
        border-radius: 30px 0px;
        overflow: hidden;
        text-decoration: none;
        color: white;
    }

    .service-bg {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        transition: transform 0.6s ease;
        z-index: 1;
    }

    .service-card:hover .service-bg {
        transform: scale(1.06);
    }

    .service-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
        z-index: 2;
    }

    .service-content {
        position: absolute;
        bottom: 0px;
        width:100%;
        padding: 10px 20px;
        z-index: 3;
        display: flex;
        align-items: center;
        background-color: var(--base-color);
    }

    .puce-orange { /*barre jaune orange */
        display: inline-block;
        width: 4px;
        height: 24px;
        background-color: var(--secondary-color);
        margin-right: 10px;
    }

        .puce-verte { /*barre verte */
        display: inline-block;
        width: 4px;
        height: 24px;
        background-color: var(--compl-color);
        margin-right: 10px;
    }

    .service-title {
        font-size: 1.4rem;
        font-weight: bold;
        margin: 0;
    }
.service-card:hover .service-title {
    color: var(--secondary-color);
}

.texte_jaune
{
    color:var(--secondary-color);
}


@media (max-width: 576px) {
    .service-title {
        font-size: 1.8rem;
    }
}
@media (max-width: 576px) {
    .homepage-services-section {
        padding-top: 100px !important;
    }

    .eliott-image-wrap {
        margin-left: auto;
        margin-right: auto;
    }

    .home-cta-wrap {
        width: 100%;
        justify-content: center;
    }

    .service-card {
        height: 280px;
    }
}











/* BANNIÈRE */
.hero-frames{
  position: relative;
  height: 650px;
  overflow: hidden;
  background: #fff;
}

/* Bloc gauche */
.hero-frames .hero-left{
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  height: 100%;
  background: var(--base-color, #1a3979);
  z-index: 2;
}

/* Bloc droit */
.hero-frames .hero-right{
  position: absolute;
  top: 0;
  right: 0;
  width: 52%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

/* Séparateur SVG dans le bloc droit */
.hero-frames .hero-separator{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  z-index: 3;
  pointer-events: none;
}

/* On neutralise les règles globales sur img */
.hero-frames .hero-separator img{
  display: block;
  height: 100% !important;
  width: auto !important;
  max-width: none !important;
}

/* Contenu */
.hero-frames .hero-left-inner{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-frames .hero-left-inner .container{
  padding-left: 0;
  padding-right: 0;
  max-width: 90%;
}

.hero-frames .hero-left-inner .d-flex{
  justify-content: center;
}

.hero-frames .hero-left-inner .d-flex > div{
  padding-left: 0 !important;
}

/* Texte blanc */
.hero-frames .hero-left,
.hero-frames .hero-left h1,
.hero-frames .hero-left p{
  color: #fff !important;
}

/* Pages internes */
.hero-frames--inner{
  height: 350px;
}

.hero-frames--inner h1{
  font-size: 3rem;
}

/* Responsive */
@media (max-width: 991.98px){
  .page-hero-section{
    height: auto !important;
  }

  .hero-frames{
    height: auto;
    min-height: unset;
    display: block;
  }

  .hero-frames .hero-left{
    position: relative;
    width: 100%;
    height: auto;
  }

  .hero-frames .hero-right{
    position: relative;
    width: 100%;
    height: 220px;
  }

  .hero-frames .hero-left-inner .container{
    padding: 20px 20px;
  }

  .page-hero-section .small-screen{
    height: 220px !important;
  }

  .page-superheader{
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
}










.formatage_contenu ul{
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.formatage_contenu ul li{
  position: relative;
  padding-left: 1.30rem;
}

.formatage_contenu ul li::before{
  content: "•";
  position: absolute;
  left: 0;
  
  color: var(--compl-color);
  font-size: 35px; /* plus gros */
  
}


.puces-rondes
{
    padding-left : 1.30rem;
}
.puces-rondes li {
    list-style-type: disc;
   
}

.puces-rondes li::marker {
    color: var(--compl-color); /* uniquement la puce en vert */
    font-size: 22px;
    
}

.puces-rondes2 li::marker {
    color: white !important; /* uniquement la puce en vert */
}


/* btn */
.btn.btn-hover-animation-switch.btn-link {
    padding-top: 0;
}
.btn { 
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0;
}
.btn.btn-extra-large {
    font-size: 18px;
    padding: 16px 32px;
}
.btn.btn-large {
    font-size: 17px;
    padding: 14px 28px;
}
.btn.btn-medium {
    font-size: 16px; 
    padding: 12px 24px;
}
.btn.btn-small {
    font-size: 15px;
}
.btn.btn-very-small {
    font-size: 14px; 
    padding: 9px 20px;
}


/* button */
.btn {
    font-weight: 600;
    font-family: var(--primary-font);
    letter-spacing: normal;
    text-transform: none;
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 18px 34px;
}
.btn.btn-switch-text.btn-large > span {
    padding: 16px 32px;
}
.btn.btn-large {
    font-size: 17px;
}
.btn.btn-switch-text.btn-medium > span {
    padding: 13px 26px;
}
.btn.btn-transparent-blue-light {
    border-color: rgba(14, 42, 48, 0.20);
    color: var(--dark-gray);
}
.btn.btn-transparent-blue-light:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}
/* bg background color */
.bg-light-blue-gray {
    background-color: #ebeff6;
}
/* Gradient background color */
.bg-gradient-blue-transparent-first {
    /*background: linear-gradient(to top, rgba(235, 239, 246, 1) 10%, rgba(235, 239, 246, 0) 100%);*/
    background: linear-gradient(to top, #F7F9FB, #fff)
}
.bg-gradient-blue-transparent-second {
    background: linear-gradient(to bottom,  #F7F9FB, #fff);
}
.bg-gradient-white-bottom-transparent {
    background: rgb(0, 0, 0);
    background: linear-gradient(271deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 60%);
}
/* Border color */
.border-color-extra-medium-gray {
    border-color: rgba(14, 42, 98, 0.2) !important;
}
/* Video icons */
.video-icon-extra-large .video-icon {
    width: 170px;
    height: 170px;
    font-size: 16px;
}
/* Page title style */
.page-title-double-large h1 {
    font-size: 4.375rem;
    line-height: 4.375rem;
}
@media (max-width: 991.98px) {
    .page-title-double-large h1.page-superheader {
        font-size: 2.6rem;
        line-height: 3rem;
    }
}
.down-section {
    bottom: 30px;
}
/* left */
.left-25 {
    left: 25%;
}

.call-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #28a745;
    color: white;
    font-size: 30px;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 1000;
  }
  
  .call-button:hover {
    background-color: #218838;
    text-decoration: none;
  }
  
  /* Afficher uniquement sur les écrans de petite taille */
  @media (min-width: 768px) {
    .call-button {
      display: none;
    }
  }
/* footer */
footer .footer-logo img {
    max-height: 47px;
}
.footer-dark a:hover {
    color: var(--white);
    opacity: 1;
}
.footer-dark .newsletter-style-02 input::placeholder {
    color: var(--white) !important;
    opacity: 0.5; /* Firefox */
}
.footer-dark .newsletter-style-02 input:-ms-input-placeholder {
    color: var(--white) !important;
}
.footer-dark .newsletter-style-02 input::-ms-input-placeholder {
    color: var(--white) !important;
}
footer ul li {
    margin-bottom: 2px;
}

@media (max-width: 1600px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1345px;
    }
}
@media (max-width: 1400px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (max-width: 1199px) {
    .video-icon-extra-large .video-icon {
        width: 140px;
        height: 140px;
    }
    .extra-small-screen {
        height: 300px !important;
    }
    .navbar>.container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media (max-width: 991px) {
    .video-icon-extra-large .video-icon {
        width: 120px;
        height: 120px;
    }
}
