/* CSS commun site & éditeur */
.mon_champ {
  display:none!important;
}
.spacer {
  clear: both;
  margin: 0;
  padding: 0;
}

ul {
    padding: 0 0 0 20px;
}

img {
	max-width: 100%;
    
}
.netc-editor img {
    height: auto;
}
iframe {
	/*width: 100%;*/
    max-width: 100%;
    border:0;
    margin:auto;
    display:block;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #2C2B3B;
    margin: 1em 0;
    padding: 0;
}

h2{
        /* font-size: clamp(1.4em, 1.2vw, 2.5em); */
        font-size: 20px;
        color: #8EC549;
        font-weight: 500;
        margin: 0;
        margin: 0 0 10px 0;
}

h3 {
    font-weight: 400;
    /*font-size: 2.0rem;*/ /* non géré par éditeur*/
    font-size: 18px;
    color: #00A9CE;
    margin: 0 0 10px 0;
}

h4 {
    font-weight: 400;
    /*font-size: 1.8rem;*/ /* non géré par éditeur*/
    font-size: 16px;
    color: #9063A7;
    float: left;
    margin: 0 10px 0 0;
}

/* galerie intégrée */
.embed_galerie {
    width:1160px;
    max-width:100%;
    margin:20px auto;
    
    border:0;
    
}

/* tableau */
.table_liste {
    border-bottom: 2px solid #F3F3F7;
}

.table_liste thead {
    text-align: left;
    color: #FFF;
    background-color: #403f55;
}

.table_liste th {
    font-weight: 600;
    padding: 10px;
}

.table_liste th:first-child {
    border-top-left-radius: 5px;
    padding-left: 15px;
}

.table_liste th:last-child {
    border-top-right-radius: 5px;
    padding-right: 15px;
}

.table_liste tbody tr:nth-child(odd) {
    background-color: #F3F3F7;
}

.table_liste td {
    padding: 10px;
}

.table-2-colonnes {
    width:100%;
}

.table-2-colonnes td {
    /*padding: 10px;*/
    width:50%;
}

.table-2-colonnes p {
    line-height: inherit;
    margin:0;
}


@media (max-width: 801px) {


  .table_liste {
    max-width:100%;
    overflow-y:auto;
    overflow-x: auto;
    display:block;
  }
    
  .table_liste th, .table_liste td {
      padding: 5px;
  }  
  
}

@media (max-width: 501px) {
  .table_liste {
    overflow-x:scroll;
    
  }
  
  .table-2-colonnes {
    display:block;
    margin:0;
  }
  .table-2-colonnes td {
    display:block;
    width:100%;
    padding:0;
    margin-bottom:10px;
  }
}




.accordion-item {
    margin-bottom:10px;
}

.accordion-item .details-styling {
  padding: 12px;
}

.accordion-item .details-styling > * {
  margin: 0;
}

.accordion-item .details-styling > * + * {
  margin-top: 10px;
}

details.accordion-item, div.accordion-item {
  background-color: #fff;
  border: 1px solid #E0E0EB;
  /*border-bottom: 0;*/
  list-style: none;
  border-radius: 5px;
}



.accordion-item:last-of-type {
  border-bottom: 1px solid #E0E0EB;

}

.accordion-item summary, .accordion-item .accordion-summary {
  position: relative;
  display: block;
  transition: 0.2s;
  color: #8EC549;
  font-size:18px;
  padding: 12px 30px 12px 12px;
  cursor: pointer;
}

.accordion-item summary::after, .accordion-item .accordion-summary::after {
  content: "";
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 16px;
  right: 12px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transition: inherit;
}

.accordion-item[open] summary, .accordion-item[open] .accordion-summary {
  background-color: #8EC549;
  color: #FFF;
}

.accordion-item[open] summary::after, .accordion-item[open] accordion-summary::after {
  top: 20px;
  transform: rotate(225deg);
}
