/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2022 | 09:47:09 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 28 2022 | 19:04:49 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 25 2022 | 22:30:12 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 25 2022 | 22:25:00 */
/* Add your CSS code here.

For example:
.example {
color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.listItem li {
  margin-right: 3px;
}

.listItem > li {
  width: 33% !important;
}
.wp-block-file {
  display: flex;
  align-items: center;
}

.wp-block-file .wp-block-file__button:before {
  display: none !important;
}

.wp-block-file .wp-block-file__button {
  padding: 10px 20px  !important;
}
.wp-block-table {overflow: hidden;}

.wp-block-table td {
  padding: 10px;
  border: 1px solid #ccc!important;
}

.wp-block-pb-accordion-item h2 {
  text-align: left !important;
  font-size: 30px !important;
  padding-left: 30px;
}

.wp-block-pb-accordion-item h2:after {
  left: 0;
}

h2.borderBox {
  padding: 20px;
  border: 1px solid black;
}

@media (max-width: 900px) {
  .listItem > li {
    width: 100% !important;
  }
  ul#main-section-blocs {
    display: block !important;
}
}
#content a.wp-block-button__link:hover {
    background: #084466!important;
    color: white;
}

.c-accordion__title {
    border-bottom: 1px solid #999;
    margin-bottom: 10px !important;
    padding-bottom: 10px;
}
.wp-block-pb-accordion-item h2.c-accordion__title {
    font-size: 22px !important;
    line-height: 1 !important;
    padding-bottom: 10px !important;
}

.wp-block-pb-accordion-item {
    margin-bottom: 20px !important;
    padding-bottom: 0px;
    margin-top: 30px !important;
}

.c-accordion__title:after {
    color: black;
    font-weight: bold !important;
}
.wp-block-button__link {
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #d5174d;
}
ul#main-section-blocs {
    display: flex;
    justify-content: space-evenly;
}