.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.coordonnes {
  padding: 25px 0 75px;
  position: relative;
  overflow: hidden;
}
body main section.coordonnes:before {
  content: "";
  background: url(../../../../img/motif.png) repeat;
  background-size: 100%;
  top: -40px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
body main section.coordonnes .contenu .titre {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
body main section.coordonnes .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.coordonnes .contenu .titre h1 {
  color: #BECC00;
  font-size: 34px;
  font-weight: 600;
  display: table;
  padding-right: 20px;
  background-color: #fff;
}
body main section.coordonnes .contenu .bloc h2 {
  font-size: 34px;
  font-weight: 600;
  color: #F58400;
  margin-bottom: 20px;
}
body main section.coordonnes .contenu .bloc h2 span {
  font-size: 34px;
  font-weight: 600;
  color: #F58400;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
body main section.coordonnes .contenu .bloc p {
  margin-bottom: 20px;
}
body main section.coordonnes .contenu .bloc ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
}
body main section.coordonnes .contenu .bloc ul li:last-child {
  margin-bottom: 0;
}
body main section.coordonnes .contenu .bloc ul li svg {
  position: absolute;
  left: 0;
  top: 2px;
}
body main section.coordonnes .contenu .bloc ul li a:hover {
  color: #BECC00;
}
body main section.coordonnes .contenu .acf-map {
  height: 100%;
  border-radius: 30px;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.coordonnes {
    padding: 20px 0 65px;
  }
  body main section.coordonnes .contenu .titre h1 {
    font-size: 32px;
  }
  body main section.coordonnes .contenu .bloc h2 {
    font-size: 32px;
  }
  body main section.coordonnes .contenu .bloc h2 span {
    font-size: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.coordonnes {
    padding: 20px 0 55px;
  }
  body main section.coordonnes .contenu .titre h1 {
    font-size: 28px;
  }
  body main section.coordonnes .contenu .bloc h2 {
    font-size: 28px;
  }
  body main section.coordonnes .contenu .bloc h2 span {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.coordonnes {
    padding: 15px 0 55px;
  }
  body main section.coordonnes .contenu .titre h1 {
    font-size: 26px;
  }
  body main section.coordonnes .contenu .bloc h2 {
    font-size: 26px;
  }
  body main section.coordonnes .contenu .bloc h2 span {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.coordonnes {
    padding: 15px 0 30px;
  }
  body main section.coordonnes .contenu .titre {
    margin-bottom: 30px;
  }
  body main section.coordonnes .contenu .titre h1 {
    font-size: 26px;
    margin: auto;
    text-align: center;
    padding: 0 20px;
  }
  body main section.coordonnes .contenu .bloc {
    text-align: center;
  }
  body main section.coordonnes .contenu .bloc h2 {
    font-size: 26px;
  }
  body main section.coordonnes .contenu .bloc h2 span {
    font-size: 26px;
  }
  body main section.coordonnes .contenu .bloc ul li {
    margin: 0 auto 15px;
    display: table;
  }
  body main section.coordonnes .contenu .acf-map {
    height: 450px;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  body main section.coordonnes {
    padding: 15px 0 30px;
  }
  body main section.coordonnes .contenu .titre {
    margin-bottom: 20px;
  }
  body main section.coordonnes .contenu .titre:before {
    display: none;
  }
  body main section.coordonnes .contenu .titre h1 {
    font-size: 22px;
    margin: auto;
    text-align: center;
    padding: 0;
  }
  body main section.coordonnes .contenu .bloc {
    text-align: center;
  }
  body main section.coordonnes .contenu .bloc h2 {
    font-size: 22px;
  }
  body main section.coordonnes .contenu .bloc h2 span {
    font-size: 22px;
  }
  body main section.coordonnes .contenu .bloc ul li {
    margin: 0 auto 15px;
    display: table;
    padding-left: 25px;
  }
  body main section.coordonnes .contenu .acf-map {
    height: 350px;
    margin-top: 40px;
  }
}
