/** END FONCTIONS **/
#contenu {
  padding: 0 25px;
}
#contenu h1 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#contenu p,
#contenu li {
  font-size: 19px;
  line-height: 1.5;
  color: rgba(39, 40, 43, 0.7);
  margin-bottom: 30px;
}
#contenu p strong,
#contenu li strong {
  font-weight: 700;
  color: #000000;
}
#contenu ul {
  margin-bottom: 30px;
}
#contenu ul li {
  position: relative;
  margin-bottom: 0;
}
#contenu ul li:before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #00A77D;
  margin-right: 10px;
}
#contenu .infos {
  margin-bottom: 10px;
}
#contenu .date {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  color: #000;
}
#contenu .tags {
  margin-top: 5px;
  font-size: 0;
}
#contenu .tags li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 10px 3px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #00A77D;
  line-height: 1;
}
#contenu .tags li:before {
  display: none;
}
#contenu .blocks-gallery-grid .blocks-gallery-item {
  margin-bottom: 15px;
}
#contenu .blocks-gallery-grid .blocks-gallery-item figure {
  align-items: baseline;
}
#contenu .blocks-gallery-grid .blocks-gallery-item:before {
  display: none;
}
#section_acces_rapides {
  margin: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  padding: 40px 15px;
}
#section_acces_rapides:not(:last-of-type) {
  margin-bottom: 10px;
}
#section_acces_rapides .titre {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
}
#section_acces_rapides .titre strong {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
}
#section_acces_rapides .btn {
  margin-top: 10px;
}
#liens_externes {
  border: 3px solid #F8AE00;
  padding: 60px 25px;
  margin: 25px;
}
#liens_externes .titre {
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
#liens_externes .titre:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../images/link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#liens_externes ul {
  margin-top: 10px;
}
#liens_externes ul li:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 8px;
  width: 16px;
  height: 16px;
  background-image: url(../images/goto.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#liens_externes ul li a {
  font-size: 12px;
  line-height: 30px;
  display: inline-block;
  font-weight: 900;
  color: #000;
  letter-spacing: -0.3px;
  position: relative;
}
#liens_externes ul li a:after {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #F8AE00;
}
@media (min-width: 600px) {
  .wp-block-column:nth-child(2n) {
    padding-left: 32px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .content {
    max-width: 840px;
  }
  #section_acces_rapides {
    max-width: 540px;
    padding: 50px 45px;
  }
  #section_acces_rapides .titre {
    font-size: 20px;
  }
  #section_acces_rapides .titre strong {
    font-size: 28px;
  }
  #liens_externes {
    max-width: 290px;
  }
  #contenu .date {
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
    margin-right: 30px;
  }
  #contenu .tags {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .content {
    margin: 0;
  }
  #contenu {
    padding: 0;
  }
  .contenu-bas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #section_acces_rapides {
    margin: 0;
  }
  #liens_externes {
    margin: 0;
    height: 240px;
  }
  #liens_externes ul {
    overflow: auto;
    height: 90px;
  }
}
@media (min-width: 1200px) {
  #main {
    background-image: url(../images/triangle_vert_gauche.png), url(../images/triangles_jaune_vert.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 1920px, 1920px;
    background-position: center 480px, center 1580px;
  }
  #section_acces_rapides {
    margin-right: 0;
    margin-left: 0;
  }
}
