/* ----- GLOBAL ----- */
.page-conseil {
  font-family: "Arial", sans-serif;
  color: #222;
  line-height: 1.6;
}

h2 {
  font-family: "Georgia", serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}

p {
  font-size: 1rem;
  color: #444;
}

.etiquette {
  display: inline-block;
  font-size: 0.8rem;
  background: #f4f4f4;
  padding: 0.3rem 0.6rem;
  margin-bottom: 1rem;
  color: #666;
  border-radius: 3px;
}

.btn-vert {
  background: #a4db80;
  border: none;
  padding: 0.8rem 1.2rem;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
  font-size: 14px;
    color: #133c30;
}
.btn-vert:hover {
  background: #8ecf6e;
}

/* ----- BANDEAU CERTIFICATIONS ----- */
.bandeau-certifications {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  background: #e9f6e6;
  padding: 1rem;
  font-size: 0.95rem;
  flex-wrap: wrap;
}
.certification {
color: #222;
    text-align: center;
    font-family: 'Poppins';
    font-size: 13px;
}

/* ----- INTRO ----- */
.section-intro {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin: 5rem auto;
  width: 90%;
 
}
.section-intro .bloc-image {
    flex: 1;
background: url('https://www.manuel-baranger.fr/assets/img/vigne.jpg');
    height: 350px;
    border-radius: 8px;
	    background-size: cover;


}


.metier1{
    background: url('https://www.manuel-baranger.fr/assets/img/btp.jpeg') !important;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}

.metier2{
    background: url('https://www.manuel-baranger.fr/assets/img/commercial.jpg') !important;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}

.metier3{
    background: url('https://www.manuel-baranger.fr/assets/img/sante.jpg') !important;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}

.metier4{
    background: url('https://www.manuel-baranger.fr/assets/img/supplychain.webp') !important;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}

.metier5{
    background: url('https://www.manuel-baranger.fr/assets/img/it.jpg') !important;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}

.metier6{
    background: url('https://www.manuel-baranger.fr/assets/img/mecanique.jfif') !important;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}
.metier7{
    background: url('https://www.manuel-baranger.fr/assets/img/tourisme.webp') !important;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}

.section-intro .bloc-texte {
  flex: 1;
}

.carte-service p {
color: #fff;
    font-size: 13px;
    text-align: center;
    margin-top: 7%;
    font-weight: 400;
    letter-spacing: 0.8px;
    background: #0000004f;
}

/* ----- SERVICES ----- */
.section-services {
  width: 90%;
  max-width: 1200px;
  margin: 7rem auto;
  text-align: center;
  display: block;
}
.section-services h2 {
  margin-bottom: 0.5rem;
      display: inline-block;

}
.grille-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}
.carte-service,
.carte-cta {
border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 8px;
    background: #fff;
    text-align: left;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 600;
	    height: 220px;
}
.carte-cta {
  background: #133c30;
  color: #fff;
}
.carte-cta h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color:#fff
}

.elementor-icon {
    padding-bottom: 20px;
}

/* ----- PROCESSUS ----- */
.section-processus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f6f7f2;
  padding: 5rem 5%;
  gap: 3rem;
  font-family:poppins
}
.section-processus .bloc-image {
  flex: 1;
  background: url('https://www.manuel-baranger.fr/assets/img/etape.jpg');
  height: 400px;
  border-radius: 8px;
      background-size: cover;
}
.section-processus .bloc-texte {
  flex: 1;
  margin-right: 5%;
}
.section-processus ul {
  list-style: none;
  padding: 0;
}
.section-processus li {
  margin-bottom: 1.5rem;
    font-size: 13px;
}

/* ----- EXPERTISE ----- */
.section-expertise {
  background: url('https://www.manuel-baranger.fr/assets/img/back.png');
  color: #fff;
  text-align: center;
  padding: 5rem 2rem;
}
.section-expertise h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.section-expertise p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.05rem;
  color:#fff
}
.section-expertise button {
  margin-top: 2rem;
}

/* ----- SOLUTIONS ----- */
.section-solutions {
  width: 90%;
  max-width: 1200px;
  margin: 5rem auto;
}
.section-solutions h2 {
  margin-bottom: 1rem;
}
.liste-solutions {
  margin-top: 2rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}
.liste-solutions div {
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}
.liste-solutions div:last-child {
  border-bottom: none;
}

/* ----- NEWSLETTER ----- */
.section-newsletter {
  background: #f3f7f0;
  text-align: center;
  padding: 3rem 1rem;
}
.section-newsletter form {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.section-newsletter input {
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 250px;
}

/* ----- RESPONSIVE ----- */
@media (max-width: 992px) {
  .section-intro,
  .section-processus {
    flex-direction: column;
    text-align: center;
  }
  .section-intro .bloc-texte,
  .section-processus .bloc-texte {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .section-newsletter form {
    flex-direction: column;
  }
  .section-newsletter input {
    width: 100%;
  }
  h2 {
    font-size: 1.5rem;
  }
}

.tete{    padding-top: 10%;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 5%;
}

.font h2{
font-family:forum}

.font h1{
font-family:forum}

.main {font-family:poppins}

.col-lg-5 img{width:100%}

label {
    font-family: 'Poppins';
}

@media (max-width: 1250px) {
  .certification {
    width:100%;
  }
}

@media (min-width: 970px) and (max-width: 1250px) {
  .tete{    padding-top: 10%;
  	    padding-left: 5%;
			    padding-right: 5%;}
}


@media (max-width: 969px) {
  .tete{    padding-top: 25%;
  	    padding-left: 5%;
			    padding-right: 5%;}
}

.tp-section-title0 {
    font-weight: 500;
    font-size: 35px;
    letter-spacing: 0.08px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 5%;
    text-transform: none;
    font-family: 'Forum';
}

.txt p {
    color: #000;
    text-align: left;
    line-height: 22px;
    font-family: 'Poppins'!important;
    font-size: 11px!important;
    font-weight: 400!important;
}


.section {
  display: flex;
  gap: 0.5rem;
  padding: 2rem 0;
}

@media (max-width: 639px) {
	.section-services {
        width: 100%;
        padding: 10px;
        margin: 7rem auto;
        text-align: center;
        display: inline-block;
}
	.numero{
	right:18px!important}
	.bloc1, .bloc2, .bloc3, .bloc4, .bloc5, .bloc6, .bloc7, .bloc8 {
  position: relative;
/*flex: 1 1 0%; 
min-width: 220px; */
  color: #fff;
width:98%!important;
  padding: 2.5rem 1rem 1.5rem 1rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  overflow: hidden;
  float:left;
  margin-left: 5px;
    margin-bottom: 5px;
}
.bloc0{width:100%!important}
.section {
display: block;
    gap: 0.5rem;
    padding: 2rem 0;
}	
.bloc0 img {
    width: 11%!important;
    margin: auto;
    display: block;
    margin-bottom: 4%!important;
}
.sec{    margin-bottom: 8%;}
}

@media (min-width: 640px) and (max-width: 989px) {
.section-services {
        width: 100%;
        padding: 10px;
        margin: 7rem auto;
        text-align: center;
        display: inline-block;
}
	.numero{
	right:18px!important}
	.bloc1, .bloc2, .bloc3, .bloc4, .bloc5, .bloc6, .bloc7, .bloc8 {
  position: relative;
/*flex: 1 1 0%; 
min-width: 220px; */
  color: #fff;
width:49%!important;
  padding: 2.5rem 1rem 1.5rem 1rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  overflow: hidden;
  float:left;
  margin-left: 5px;
    margin-bottom: 5px;
}
.bloc0{width:100%!important}
.section {
display: block;
    gap: 0.5rem;
    padding: 2rem 0;
}
.bloc0 img {
    width: 11%!important;
    margin: auto;
    display: block;
    margin-bottom: 4%!important;
}
.sec{    margin-bottom: 8%;}
}


@media (min-width: 990px) and (max-width: 1700px) {
	.section-services {
        width: 100%;
        padding: 10px;
        margin: 7rem auto;
        text-align: center;
        display: inline-block;
}
	.numero{
	right:18px!important}
	.bloc1, .bloc2, .bloc3, .bloc4, .bloc5, .bloc6, .bloc7, .bloc8 {
  position: relative;
/*flex: 1 1 0%; 
min-width: 220px; */
  color: #fff;
width:32%!important;
  padding: 2.5rem 1rem 1.5rem 1rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  overflow: hidden;
  float:left;
  margin-left: 5px;
    margin-bottom: 5px;
}
.bloc0 img {
    width: 11%!important;
    margin: auto;
    display: block;
    margin-bottom: 4%!important;
}
.bloc0{width:100%!important}
.section {
display: block;
    gap: 0.5rem;
    padding: 2rem 0;
}
.sec{    margin-bottom: 8%;}
}

.sec{
height:50vh!important;
width:98%;margin:auto;
margin-bottom: 8%;}

.bloc0{width:20%}
.bloc0 h1{font-size:25px;    padding: 10px;}

.bloc0 img{width: 40%;
    margin: auto;
display: block;}

.bloc1 {
  background: linear-gradient(
     rgba(19, 77, 77, 0.75), 
     rgba(19, 77, 77, 0.75)
  ),
  url('https://www.manuel-baranger.fr/assets/img/ouvrier_viticole.webp') center/cover;
}


.bloc2 {
  background: linear-gradient(
     rgba(19, 77, 77, 0.75), 
     rgba(19, 77, 77, 0.75)
  ),
  url('https://www.manuel-baranger.fr/assets/img/tractoriste.jpg') center/cover;
}

.bloc3 {
  background: linear-gradient(
     rgba(19, 77, 77, 0.75), 
     rgba(19, 77, 77, 0.75)
  ),
  url('https://www.manuel-baranger.fr/assets/img/chai.webp') center/cover;
}

.bloc4 {
  background: linear-gradient(
     rgba(19, 77, 77, 0.75), 
     rgba(19, 77, 77, 0.75)
  ),
  url('https://www.manuel-baranger.fr/assets/img/oenologue.jpg') center/cover;
}

.bloc5 {
  background: linear-gradient(
     rgba(19, 77, 77, 0.75), 
     rgba(19, 77, 77, 0.75)
  ),
  url('https://www.manuel-baranger.fr/assets/img/sommelier.png') center/cover;
}

.bloc6 {
  background: linear-gradient(
     rgba(19, 77, 77, 0.75), 
     rgba(19, 77, 77, 0.75)
  ),
  url('https://www.manuel-baranger.fr/assets/img/ouvrier_agricole.jpg') center/cover;
}
.bloc7 {
  background: linear-gradient(
     rgba(19, 77, 77, 0.75), 
     rgba(19, 77, 77, 0.75)
  ),
  url('https://www.manuel-baranger.fr/assets/img/technicien_agricole.webp') center/cover;
}
.bloc8 {
  background: linear-gradient(
     rgba(19, 77, 77, 0.75), 
     rgba(19, 77, 77, 0.75)
  ),
  url('https://www.manuel-baranger.fr/assets/img/mecanicien_agricole.jpg') center/cover;
   
}

.bloc1, .bloc2, .bloc3, .bloc4, .bloc5, .bloc6, .bloc7, .bloc8 {
  position: relative;
/*flex: 1 1 0%; 
min-width: 220px; */
  color: #fff;
width:12%;
  padding: 2.5rem 1rem 1.5rem 1rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  overflow: hidden;
}

.numero {
  position: absolute;
  top: 18px;

  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffffa0;
  line-height: 1;
  pointer-events: none;
}



.etiquette {
    background: rgba(0, 0, 0, 0.18);
    border: 1.5px solid orange;
    border-radius: 28px;
    padding: 0.3rem 1.1rem;
    margin-bottom: 0.8rem;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 300;
    display: inline-block;
    color: #feffff;
    font-family: 'Poppins';
}

.titre a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.2;
    transition: color 0.2s;
    font-family: 'Poppins';
}
.titre a:hover {
  color: #ffd700;
}

@media (max-width: 1000px) {
  .section {
    flex-direction: column;
    gap: 2rem;
  }
  .bloc1, .bloc2, .bloc3, .bloc4 {
    min-width: unset;
    width: 100%;
  }
  .numero {
    font-size: 2.2rem;
    top: 16px;

  }
}

.numero img {
    width: 30px;
    display: block;
    opacity: 0.5;
}