body.home .entry-header {
  display: none;
}

body {
   margin-top: 80px;
}

nav li {
  display: flex;
  align-items: center;
}

nav li a {
  padding: 10px;
  margin-right: 10px;
}

.acc a,
.serv a,
.rea a,
.propos a {
  color: #448C16 !important;
}

#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: transform 0.3s ease;
}

#site-header.hidden {
  transform: translateY(-100%);
}

.bouton-contact a {
  background-color: #448C16;
  color: white !important;
  padding: 10px 20px;
  border-radius: 25px;
  transition: transform 0.2s ease-in-out;
  display: flex;
  align-items: center;
}

.bouton-contact a:hover {
  color: white;
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .bouton-contact a {
    background-color: transparent;
    color: #448C16 !important;
		padding: 20px 25px;

  }
}

@media screen and (max-width: 768px) {
    .titleacc {
        font-size: 10px;
    }

    .hacc {
        font-size: 20px; 
    }
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-origin: center;
    box-shadow: none;
}

.card:hover {
    transform: scale(1.05);
}

.blocvert {
    display: none;
}


@media (min-width: 1024px) {
    .blocvert {
        display: block;
        background-color: #448c16;
        min-height: 100px;
        margin-left: 250px;
        margin-top: -75px;
    }
}


#site-footer {
    display: none;
}

.elementor-widget-text-editor i {
    color: #448c16; 
    margin-right: 10px;
    font-size: 20px;
}



.droits {
	margin-top: -15px;
}



@media (max-width: 768px) {
  .elementor-heading-title.elementor-size-default {
    font-size: 20px; 
  }
}


#wpforms-543-field_1,
#wpforms-543-field_2,
#wpforms-543-field_3,
#wpforms-543-field_5,
#wpforms-543-field_6
{
  border: 2px solid black;
  border-radius: 25px;
}

#wpforms-submit-543 {
  display: block;
  margin: 0 auto;
}

.timeline-wrapper {
  position: relative;
  height: 400px;
  width: 30px;
  margin: 0 auto;
}

.timeline-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5%;
  bottom: 0;
  width: 4px;
  background-color: #3b7d20;
}

.timeline-point {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-color: #3b7d20;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .timeline-wrapper {
    display: none;
  }
}

.cardpropos1{
	margin-right: 0%
}

.cardpropos2{
	margin-top: 3%;
	margin-right: 1%;
}


.cardpropos3{
	margin-left: 3%;
}


.cardpropos4{
	margin-left: 2%;
	margin-top: 3%;
}

.cardpropostitre1 {
	margin-top: -22rem;
	margin-right: 7rem;;
}

.cardpropostitre2 {
	margin-top: -24rem;
	margin-right: 5rem;
}

.cardpropostitre3 {
	margin-top: -22rem;
	margin-right: 30rem;
}

.cardpropostitre4
{
	margin-top: -24rem;
	margin-right: 30rem;
}

.cardpropostexte1 {
	margin-top: 20px;
	margin-right: 7px;
}

.cardpropostexte2 {
	margin-top: 15px;
	margin-left: 350px;
}




.cardpropostexte3 {
	margin-top: 40px;
	margin-left: -1px;
}

.cardpropostexte4 {
	margin-top: 20px;
	margin-left: 15px;
}

.cardpropos1,
.cardpropos2,
.cardpropos3,
.cardpropos4 {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.cardpropos1:hover,
.cardpropos2:hover,
.cardpropos3:hover,
.cardpropos4:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.cardpropos1:hover img,
.cardpropos2:hover img,
.cardpropos3:hover img,
.cardpropos4:hover img {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.texte1serv{
	margin-top: -20px;
}

.texte2serv{
	margin-top: -20px;
	margin-left: 97px
}

.titre3serv{
	margin-right: 200px;
}

@media screen and (min-width: 1200px) {
  .reseau {
    margin-top: -10rem;
  }
}




