@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');


body{
    font-family: "Syne", sans-serif !important;
}


@media (max-width:700px) {
    br{
        display: none;
    }
    
}

#logoCerisiers{
        width: auto !important;
        height: 50px !important;
}


.btn-type .btn-type2 {
    padding: 10px 32px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    background-color: #2A9DFC;
    color: white;
    /* border: 2px solid; */
    transition: background-color 0.5s;
    font-family: "Syne", sans-serif !important;
}

@media (max-width:700px) {
    .btn-type .btn-type2 {
        font-size: 14px;
    }
    
}

/* .btn-type .btn-type2:hover {
    padding: 14px 32px;
    background-color: #2A9DFC;
    color: white;
    border: 2px solid;
} */


.btn-type .btn-type1 {
    padding: 10px 32px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    background-color: #2ECC71;
    color: white !important;
    margin-right: 20px;
    transition: background-color 0.5s;
    font-family: "Syne", sans-serif !important;
}



.btn-type .btn-type4 {
    padding: 10px 32px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    background-color: #2A7025;
    color: white !important;
    margin-right: 20px;
    transition: background-color 0.5s;
    font-family: "Syne", sans-serif !important;
}

.btn-type .btn-type3 {
    padding: 10px 32px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    background-color: #EA4ECF !important;
    color: white;
    margin-right: 20px;
    transition: background-color 0.5s;
    font-family: "Syne", sans-serif !important;
    border: none;
}
.btn-type .btn-type31 {
    padding: 10px 32px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    background-color: #fff !important;
    color: purple !important;
    
    margin-right: 20px;
    transition: background-color 0.5s;
    font-family: "Syne", sans-serif !important;
    border: 1px solid purple;
}


a,
span {
    font-family: "Syne", sans-serif !important;
    font-weight: 600;
}

span.span{
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Syne", sans-serif !important;
    color: #000;
    font-weight: bold;
}

p {
    font-family: "Syne", sans-serif !important;
    font-size: 18px;
    color: #555555;
    margin-top: 30px;
    font-weight: 400;
}

.navbar {
    background-color: transparent;
    /* margin-bottom: 100px; */
    padding: 10px;
}

nav .link-nav{
    font-size: 16px;
    margin-left: 10px;
    font-weight: 400;
}

nav .link-nav:hover{
   color: #EA4ECF;
}


.btn-link-nav {
    padding: 10px 22px;
    /* border: 1px solid #111D57; */
    background-color: purple;
    color: white;
    margin-right: 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}


.btn-link-nav:hover {
    padding: 10px 22px;
    /* border: 1px solid #111D57; */
    background-color: purple;
    color: white;
    margin-right: 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}


@media (max-width:700px) {
    nav .link-nav{
        font-size: 14px;
        margin-left: 10px;
        padding-top: 20px;
    }

    
p {

    font-size: 16px !important;
   
}
a,button {

    font-size: 16px !important;
   
}

h2{
    font-size: 20px !important;
}

h1{
    font-size: 24px !important;
}
}


header{
    text-align: center;
    height: 500px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #F3E8F9;
    /* background: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.5)),url("../../ressources/header.jpg") center center fixed no-repeat; */
    background-size: cover;
    background-position: fixed;
    color: #000 !important;
    margin-bottom: 150px;
}

header h1{
    color: #000 !important;
    font-weight: bold !important;
    font-family: "Syne", sans-serif !important;
}

header p{
    color: #555555 !important;
}
.btn-link-header{
    color: white;
    background-color: black;
    margin-top: 20px;
    padding: 10px 20px;
    margin: 5px;
}

.btn-link-header2{
    background-color: #F5FAF8;
    color: #000 !important;
}



/* Section wow */
#wow {
    /* padding: 0px 20px; */
}

.wow2 img {
    width: 100%;
    border-radius: 10px !important;
    height: 364px;
    object-fit: cover;
}

.wow2{
    /* margin-bottom: 150px !important; */
}

@media (max-width:700px) {
    .wow2{
        margin-bottom: 50px !important;
        margin-top: 50px !important;
    }
}


#wow img {
    width: 100%;
    border-radius: 10px !important;     
    object-fit: cover;
}

#wow .description {
    margin-top: 80px;
}


.serviceSection{
    margin-top: 150px;
}
@media (max-width:700px) {
     #wow{
        padding: 0 20px;
    }
    #wow .description {
        margin-top: 10px;
    }
    #wow img {
        width: 100%;
        border-radius: 10px !important;
        height: 250px !important;
        object-fit: cover;
        margin-bottom: 20px;
    }
    .serviceSection{
        margin-top: 0px;
    }
}



/* section2 */

#section2 {
    padding: 0 20px;
    margin-top: 150px !important;
}

#section2 h1 {
    font-size: 3rem;
}

#section2 img {
    width: 100%;
    border-radius: 10px !important;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
}

#section2 .col-lg-6{
    margin-bottom: 50px;
}


#imgs2{
    height: auto !important;
}

@media (max-width:700px) {
    #section2 h1 {
        font-size: 1.5rem !important;
    }
    #section2 {
        
        margin-top: 50px !important;
    }

    #section2 img {
        height: 250px !important; 
    }
    #section2 .col-lg-6{
        margin-bottom: 10px;
    }

}

.section3{
    margin-top: 150px !important;
}


.section3 img{
    height: 400px !important;
}

@media (max-width:700px) {
    .section3{
        margin-top: 30px !important;
        margin-bottom: 100px;
    }
}



#sugg{
    margin-top: 50px;
    margin-bottom: 50px;
}

#sugg label{
    margin-bottom: 10px;
    color: gray;
}

#sugg .form-control{
    border: none;
    background-color: ghostwhite;
    padding: 10px;
    border-radius: 50px;

}

#sugg .form-control::placeholder {
    font-size: 14px; /* ou toute autre valeur souhaitée */
    /* ex. font-size: 1.2rem; */
  }

  #sugg select{
    font-size: 14px; /* ou toute autre valeur souhaitée */
    /* ex. font-size: 1.2rem; */
    color: #8084A9;
  }

.mt-20{
    margin-top: 100px !important;
}


@media (max-width:700px) {
    #section2 .mt-20{
        margin-top: 150px !important;
    }
}




/* Section about */

#specialistes{
    padding: 0px !important;
    margin-top: 100px !important;
}


#specialistesIndex {
    padding: 30px;
}

#specialistes .row {}

#specialistes h2 {
    text-align: center;
    font-size: 48px;
}


@media (max-width:700px) {
    #specialistes h2 {
        text-align: center;
    }
}


.cardAgro{
    margin-top: 150px;
}

#specialistes .col-lg-3 {
    padding: 0 20px;
}

.card {
    border-radius: 20px;
    /* box-shadow: 10px 2px 10px rgba(0,0,0,0.2); */
    /* box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1); */
    /* border: 1px solid rgba(220, 220, 220, 0.439); */
    border: none;
    margin-bottom: 30px;
}

img {
    object-fit: cover;
    image-rendering: crisp-edges;
}

.card img {
    height: 150px;
    object-fit: cover;
    /* border-radius: 20px 20px 20px 20px; */
    transition: all .3s ease;
    image-rendering: crisp-edges;
}

#specialistes a {
    text-decoration: none;

}

.card img:hover {
    filter: grayscale(80%);
}

.card p {
    font-size: 16px;
    margin-top: 10px;
}

.card-body {
    /* padding: 25px; */
}

.card h4 {
    font-size: 20px;
    font-weight: bold;
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    margin-top: 10px;
}

.card .type {
    color: #EA4ECF;
}

.card span {
    font-size: 12px;
    color: gray;

}

/* specialistes section */
#specialistes a{
    text-decoration: none;
}


#specialistes a span{
    display: block;
    font-size: 16px;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; */
    overflow: hidden;
}

#specialistes a .titre{
    color: black;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

#specialistes a img{
    border-radius: 10px;
    height: 150px;
    object-fit: cover;
    width: 100%;
}

@media (max-width:700px) {
    #specialistes a img{
        height: 190px;
    }
    
}



#specialistes .card-body a{
    font-size: 14px;
    display: block;
    font-weight: 400;
}

#specialistes .card-body small{
    display: block;
    color: gray;
    margin-top: 10px;
    font-weight: 400;
}

#specialistes .card-body .description{
    display: inline;
    color: gray;
    margin-top: 10px;
    margin-right: 10px;
    font-weight: 300;
}






/* contact */
#map {
    height: 400px;
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
  }



  
.contact-form-wrap .form-group {
    padding-bottom: 15px;
    margin: 0px;
  }
  .contact-form-wrap .form-group .form-control {
    height: 48px;

    box-shadow: none;
    width: 100%;
    border: none;
    background-color: ghostwhite;
    padding: 10px;
  }
  .contact-form-wrap .form-group-2 {
    margin-bottom: 13px;
  }
  .contact-form-wrap .form-group-2 textarea {
    height: 135px;
    border: none;
    background-color: ghostwhite;
    padding: 10px;
    width: 100%;
  }
  
  .address-block li {
    margin-bottom: 15px;
  }
  .address-block li i {
    font-size: 20px;
    width: 20px;
  }
  
  .short-info li {
    margin-bottom: 25px;
  }
  
  .social-icons li {
    margin: 0 6px;
  }
  .social-icons a {
    margin-right: 10px;
    font-size: 18px;
  }
  
  .google-map {
    position: relative;
  }
  
  .google-map #map {
    width: 100%;
    height: 450px;
  }
  
  .short-info {
    padding: 40px;
    border: 1px solid #eee;
  }
  

  .user-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: left;
    transition: transform 0.2s;
    margin-bottom: 30px;
  }
  .user-card:hover {
    transform: translateY(-5px);
  }
  .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
  }

  /* FAQ */
  .faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    cursor: pointer;
  }
  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 1.1rem;
  }
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    padding-left: 25px;
  }
  .faq-answer.open {
    max-height: 200px;
    opacity: 1;
  }
  .faq-icon {
    font-size: 1.4rem;
    transition: transform 0.3s;
  }
  .rotate {
    transform: rotate(45deg); /* "+" devient "x" pour simuler "-" */
  }

  #faqs{
    margin-top: 150px !important;
    margin-bottom: 150px !important;
    padding: 0 20px;
  }

  #tem{
    margin-top: 150px !important;
    padding: 0 20px;
  }


