.fondeBox,
.leftImg,
#intro {
  background: transparent url(/img/logo_coq.svg) no-repeat;
  background-position: center bottom;
  background-size: 5vw;
  padding-bottom: 8vw;
  margin-bottom: 4vw;
}
.NOcoq {
  background: none;
}

#intro h2 {
  background: transparent url(/img/v_histoire.jpg) no-repeat;
  background-position: center top;
  background-size: 100% auto;
  width: 100%;
  height: 40vw;
  max-height: 590px;
  min-height: 150px;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.75);
  align-items: center;
  font-family: "Perpetua Titling MT Light 2";
  padding-left: 40%;
  letter-spacing: 0.5vw;
  font-size: calc(16px + 2vw);
  line-height: calc(16px + 2.5vw);
  text-align: left;
  font-style: normal;
}

.leftImg,
.rightImg {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 4vw;
}
.leftImg > div,
.rightImg > div {
  width: 50%;
  padding: 0vw;
}
.leftImg > div div,
.rightImg > div div {
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
  padding: 2vw 0;
}
.leftImg > div h2,
.rightImg > div h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1vw;
}
.leftImg > div p,
.rightImg > div p {
  text-align: left;
  line-height: calc(16px + 0.75vw);
}

.fondeBox h2 {
  width: 100%;
  text-align: center;
  font-family: "Perpetua Titling MT Light 2";
  text-transform: uppercase;
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
  font-weight: 200;
  font-size: calc(16px + 1vw);
  line-height: calc(16px + 2vw);
  letter-spacing: 0.25vw;
}
.fondeBox h3 {
  width: 100%;
  text-align: left;
  font-family: "Perpetua Titling MT Light 2";
  font-weight: 700;
  font-size: calc(16px + 2vw);
  line-height: calc(16px + 3vw);
  letter-spacing: 0.25vw;
  margin-bottom: 2vw;
}

.fondeBox.famille img {
  width: 100%;
  margin: 0;
  height: auto;
}
.fondeBox.valeurs {
  background: none;
}
.fondeBox iframe {
  border: 1px #000 solid;
  margin: 0 5%;
  width: 90%;
  height: 80vw;
  max-height: 800px;
}

.fondeBox .leftImg {
  padding-bottom: 0vw;
  margin-bottom: 0vw;
}

swiper-container {
  width: 100%;
  height: fit-content;
}

swiper-container .swiper-button-next,
swiper-container .swiper-button-prev {
  color: #000!important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  color: #000!important;
}
swiper-slide {
  padding: 0 4vw;
}
swiper-slide .leftImg {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide .leftImg {
  background: none;
}

.valeurs ul {
  display: flex;
  list-style: none;
}
.valeurs > p {
  text-align: center;
  width: 100%;
  font-size: calc(16px + 1vw);
  line-height: calc(16px + 1.5vw);
}
.valeurs ul li {
  text-align: center;
  width: 33%;
  padding: 3%;
}
.valeurs ul li h3 {
  text-align: center;
  font-weight: 700;
  width: 100%;
  font-size: calc(16px + 1.5vw);
  line-height: calc(16px + 2vw)!important;
}
.valeurs ul li p {
  font-size: calc(16px + .5vw);
  line-height: calc(16px + 1vw)!important;
}

.legende {
  font-size: calc(16px + 0.25vw);
  line-height: calc(16px + 0.5vw);
  padding: 0 5vw;
  text-align: center;
}



@media (max-width: 767px) {

  .leftImg > div,
  .rightImg > div {
    width: 100%;
    padding: 0vw;
  }

  .leftImg > div img,
  .rightImg > div img {
    margin-bottom: 5vw;
}

.fondeBox, .leftImg, #intro {
  background-size: 20vw;
    padding-bottom: 26vw;
    margin-bottom: 6vw;
}
.fondeBox h3 {
  text-align: center;
  font-size: calc(16px + 8vw);
  line-height: calc(16px + 10vw);
}
.valeurs ul {
  flex-direction: column;
}
.valeurs p,
.valeurs ul li {
  text-align: center;
  width: 94%;
  margin: 3%;
}
}

@media all and (min-width: 1024px) {
  #intro h2 {
    background-position: cover;
    background-size: 100% auto;
    height: 50rem;
}
.fondeBox.famille img {
  width: 80%;
  margin: 0 10%;
}



}


@media (max-width: 1600px) {

  .leftImg,
  .rightImg {
    width: 90%;
    display: flex;
    column-gap: 4vw;
    align-items: center;
    margin: auto;
}
}


@media all and (min-width: 2000px) {
  #intro h1 {
    font-size: 4vw;
    line-height: 4vw;
}


}
