@charset "utf-8";

@media screen and (max-width: 768px) {
/* -------------------------------------------------------------------
#TECHNIQUE
------------------------------------------------------------------- */
#TECHNIQUE {}
/*
*
*
*
*/
/* content */
.content__item + .content__item {
  margin-top: 140px;
}
.content__item h3,
.content__item p {
  width: 100%;
}
.content__item p {
  margin-bottom: 40px;
}
.content__item .image {
  overflow-x: hidden;
  margin-right: -4vw;
  margin-left: -4vw;
}
.content__item-2 .image img:first-of-type {
  width: 100%;
  margin-bottom: 27vw;
}
.content__item-2 .image img:nth-of-type(2) {
  position: static;
  width: 96%;
  margin-top: 0;
  margin-bottom: 13.7vw;
}
.content__item-2 .image img:nth-of-type(3) {
  width: 40%;
  margin-right: 8%;
}
.content__item-2 .image img:last-of-type {
  width: 67%;
  margin-top: -38vw;
  margin-left: -24%;
}
/*
*
*
*
*/
}