

#main-content {
  padding-top: 190px;
}

h2{
  text-transform: inherit;
}
/*************/

/* SECTION 1 */

/*************/
#section-1 {
  width: 70%;
  margin: auto;
  max-width: 936px;
  padding: 50px 0 30px 0;
}

.cont-cat {
  display: flex;
  justify-content: center;
}

.cat {
  white-space: nowrap;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 1%;
  background-color: var(--vert);
  border: 1px solid var(--vert);
}

#titre h1 {
  text-align: center;
  margin-bottom: 20px;
  text-transform: initial;
}

.date-art {
  font-size: 13px;
  font-style: italic;
  color: var(--gris-fonce);
  text-align: center;
}

/*************/

/* SECTION 2 */

/*************/
#section-2 {
  width: 70%;
  margin: auto;
  max-width: 936px;
  margin-bottom: 30px;
  /* padding: 50px 0 50px 0; */
}

#section-2 a {
  outline: initial;
  text-decoration: underline;
} 

#section-2 ol,
#section-2 ul {
  list-style: initial;
  font-size: 15px;
  line-height: 1.7em;
}

.bloc_reu-1 {
  border: 3px solid var(--vert);
  padding: 50px 120px;
  position: relative;
  margin: 60px 0;
}

.bloc_reu-1 p {
  font-family: 'Droid Serif', Georgia, 'Times New Roman', serif;
}

.bloc_reu-1-image {
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
}

.actualite_btn-white_border_vert a {
  position: relative;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  transition: all 300ms ease 0ms;
  color: white;
  border: 3px solid var(--vert);
  font-weight: bold;
  line-height: 1.7em !important;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  /* text-transform: uppercase; */
  /* white-space: nowrap; */
  text-decoration: none !important;
}

.actualite_btn-white_border_vert a:hover {
  background-color: var(--vert);
  border: 3px solid var(--vert);
  color: var(--noir);
}

.actualite_btn-noir_border_vert a {
  position: relative;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  transition: all 300ms ease 0ms;
  color: var(--noir);
  border: 3px solid var(--vert);
  font-weight: bold;
  line-height: 1.7em !important;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  /* white-space: nowrap; */
  text-decoration: none !important;
}

.actualite_btn-noir_border_vert a:hover {
  background-color: var(--vert);
}

.actualite_btn-noir_border_noir a {
  position: relative;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  transition: all 300ms ease 0ms;
  color: var(--noir);
  border: 3px solid var(--noir);
  font-weight: bold;
  line-height: 1.7em !important;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  /* white-space: nowrap; */
  text-decoration: none !important;
}

.actualite_btn-noir_border_noir a:hover {
  background-color: var(--noir);
  color: white;
}

.actualite_btn-blanc_border_blanc a {
  position: relative;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  transition: all 300ms ease 0ms;
  color: white;
  border: 3px solid white;
  font-weight: bold;
  line-height: 1.7em !important;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  /* white-space: nowrap; */
  text-decoration: none !important;
}

.actualite_btn-blanc_border_blanc a:hover {
  background-color: white;
  color: var(--noir);
}

.actualite_btn-full-vert a {
  position: relative;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  transition: all 300ms ease 0ms;
  color: var(--noir);
  border: 3px solid var(--vert);
  font-weight: bold;
  line-height: 1.7em !important;
  background-color: var(--vert);
  cursor: pointer;
  display: inline-block;
  /* white-space: nowrap; */
  text-decoration: none !important;
}

.actualite_btn-full-vert a:hover {
  background-color: white;
  color: var(--noir);
}

#section-2-1 {}

#section-2-2 {}

/*************/

/* SECTION 3 */

/*************/
#section-3 {
  width: 70%;
  margin: auto;
  max-width: 936px;
  /* padding: 50px 0 50px 0; */
  border: 3px solid var(--vert);
}

#section-3-1 h3 {
  margin-top: 50px;
  text-align: center;
  font-size: 22px;
}

#section-3-2 p {
  text-align: center;
  margin: 0;
}

#section-3-3 {
  display: flex;
  margin-top: 20px;
  margin-bottom: 50px;
  justify-content: center;
  column-gap: 30px;
  font-size: 13px;
}

#section-3-3 a {
  display: flex;
  align-items: baseline;
}

#section-3-3 a span {
  margin-left: 10px;
  /* animation: fullwidth-header-bounce 2.2s ease-in infinite !important; */
}

@keyframes fullwidth-header-bounce {
  0% {
    transform: translateY(0%);
  }

  12.5% {
    transform: translateY(-20%);
  }

  25% {
    transform: translateY(0%);
  }
}

#section-3-3-1 {
  margin-right: 15px;
}

#section-3-3-2 {
  margin-left: 15px;
}

/*************/

/* SECTION 4 */

/*************/
#section-4 {
  width: 70%;
  margin: auto;
  max-width: 936px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

#section-4 a {
  text-decoration: none;
  color: inherit;
  font-size: 13px;
}

#a-next {
  text-align: end;
}

#a-next:hover {
  text-decoration: underline;
}

#a-previous:hover {
  text-decoration: underline;
}

#section-4 a .span-left {
  margin-right: 15px;
}

#section-4 a .span-right {
  margin-left: 15px;
}

#titre-previous {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

#titre-next {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}

#section-4-1 {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  max-width: 331px;
}

#section-4-2 {
  display: flex;
  flex-direction: column;
  align-items: end;
  max-width: 331px;
}

/*************/

/* SECTION 5 */

/*************/
#section-5 {
  width: 90%;
  margin: auto;
  max-width: 1400px;
  padding: 50px 0 50px 0;
}

/*************/

/* @MEDIA */

/*************/

/* Ecran moyen */

@media (max-width: 1199px) {
  /*************/
  /* SECTION 1 */
  /*************/
}

/* Ecran Tablette */

@media (max-width: 991px) {
  /*************/
  /* SECTION 1 */
  /*************/
}

/* Ecran téléphone */

@media (max-width: 767px) {

  .bloc_reu-1 {
    padding: 30px;
  }
  /*************/
  /* SECTION 1 */
  /*************/
  #section-3-3 a {
    width: 181px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #section-3-3 {
    display: flex;
    margin-top: 20px;
    margin-bottom: 50px;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
    font-size: 13px;
    flex-direction: column;
    align-items: center;
  }

  /*************/
  /* SECTION 2 */
  /*************/
  #section-2 {
    width: 90%;
  }

  /*************/
  /* SECTION 3 */
  /*************/
  #section-3 {
    width: 90%;
  }

  /*************/
  /* SECTION 4 */
  /*************/
  #section-4 {
    width: 90%;
  }
}