.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.materiaux {
  padding: 35px 0 40px;
  position: relative;
}
body main section.materiaux:before {
  content: "";
  background: url(../../../../img/motif.png) repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
body main section.materiaux .contenu .titre {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
body main section.materiaux .contenu .titre:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-bottom: 2px dotted #BECC00;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
body main section.materiaux .contenu .titre h2 {
  color: #BECC00;
  font-size: 34px;
  font-weight: 600;
  display: table;
  padding-right: 20px;
  background-color: #fff;
}
body main section.materiaux .contenu .intro {
  font-weight: 700;
  margin-bottom: 60px;
}
body main section.materiaux .contenu .content {
  padding: 0 50px;
}
body main section.materiaux .contenu .global {
  margin: 0 -60px;
}
body main section.materiaux .contenu .global .item {
  padding: 0 60px;
}
body main section.materiaux .contenu .global .item img {
  position: relative;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 30px;
  margin-bottom: 35px;
}
body main section.materiaux .contenu .global .item p {
  margin-bottom: 0;
  text-align: center;
}
body main section.materiaux .contenu .global .item p strong {
  color: #BECC00;
  font-weight: 500;
}
body main section.materiaux .contenu .texte {
  font-weight: 500;
  text-align: center;
  max-width: 1050px;
  width: 100%;
  margin: 40px auto 0;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.materiaux {
    padding: 25px 0 35px;
  }
  body main section.materiaux .contenu .titre {
    margin-bottom: 35px;
  }
  body main section.materiaux .contenu .titre h2 {
    font-size: 32px;
  }
  body main section.materiaux .contenu .intro {
    margin-bottom: 55px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.materiaux {
    padding: 25px 0 35px;
  }
  body main section.materiaux .contenu .titre {
    margin-bottom: 30px;
  }
  body main section.materiaux .contenu .titre h2 {
    font-size: 28px;
  }
  body main section.materiaux .contenu .intro {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.materiaux {
    padding: 25px 0 35px;
  }
  body main section.materiaux .contenu .titre {
    margin-bottom: 30px;
  }
  body main section.materiaux .contenu .titre h2 {
    font-size: 26px;
  }
  body main section.materiaux .contenu .intro {
    margin-bottom: 50px;
  }
  body main section.materiaux .contenu .global {
    margin: 0 -40px;
  }
  body main section.materiaux .contenu .global .item {
    padding: 0 40px;
  }
  body main section.materiaux .contenu .global .item img {
    margin-bottom: 20px;
    height: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.materiaux {
    padding: 15px 0 35px;
  }
  body main section.materiaux .contenu .titre {
    margin-bottom: 20px;
  }
  body main section.materiaux .contenu .titre h2 {
    font-size: 26px;
    text-align: center;
    margin: auto;
    padding-right: 0;
  }
  body main section.materiaux .contenu .titre h2:before {
    display: none;
  }
  body main section.materiaux .contenu .intro {
    margin-bottom: 40px;
    text-align: center;
  }
  body main section.materiaux .contenu .content {
    padding: 0;
  }
  body main section.materiaux .contenu .texte {
    margin: 30px auto 0;
  }
  body main section.materiaux .contenu .global {
    margin: 0 -20px;
  }
  body main section.materiaux .contenu .global .item {
    padding: 0 20px;
  }
  body main section.materiaux .contenu .global .item img {
    margin-bottom: 15px;
    height: 150px;
  }
}
@media (max-width: 767.98px) {
  body main section.materiaux {
    padding: 15px 0 25px;
  }
  body main section.materiaux .contenu .titre {
    margin-bottom: 20px;
  }
  body main section.materiaux .contenu .titre h2 {
    font-size: 22px;
    text-align: center;
    margin: auto;
    padding-right: 0;
  }
  body main section.materiaux .contenu .titre h2:before {
    display: none;
  }
  body main section.materiaux .contenu .intro {
    margin-bottom: 30px;
    text-align: center;
  }
  body main section.materiaux .contenu .content {
    padding: 0;
  }
  body main section.materiaux .contenu .texte {
    margin: 10px auto 0;
  }
  body main section.materiaux .contenu .global {
    margin: 0 -20px;
  }
  body main section.materiaux .contenu .global .item {
    padding: 0 20px;
    margin-bottom: 25px;
  }
  body main section.materiaux .contenu .global .item img {
    margin-bottom: 15px;
    height: 180px;
  }
}
