:root {
  --body-bg: #FFF;
  --body-color: #1f2937;
  --text-color: #1f2937;
  --anchor-color: #1f2937;
  --anchor2-color: #f7be16;
  --section: #F0F0F0;
  --hr-color: #1f2937;
  --alt-color: #eee;
  --yellow-color: #f7be16;
  --yellow-bg: #eee;
  /*--logo: url("https://mesorigines.fr/wp-content/themes/codium-dn/images/logo.svg?v=2");*/
}

body {
  color: #1f2937;
  color: var(--body-color);
  background: #FFF;
  background: var(--body-bg);
  background-image: url(https://lh6.googleusercontent.com/qP9HN8gMF9l57cyKtVDX9aBrcqAEGfCP3IQH5gkZYIVDXEvK9wFQhd3dm3KbWtf9d9gb);
  background-repeat: repeat;
  background-position: left top;
  width: 100%;
  height: 100%;
}

article {
  min-height: 70vh;
  /* 1 */
  display: flex;
  /* 2 */
  flex-direction: column;
  /* 3 */
}

main {
  flex-grow: 1;
  /* 4 */
}

footer {

  min-height: 20vh;
  /* 1 */
  display: flex;
  /* 2 */
  flex-direction: column;
  /* 3 */

}
header, main, footer {
  flex-shrink: 0;
}

.top_image img {
  display: block;
  margin: 80px auto 0px;
  width: 100%;
  max-width: 450px;
}

/* Heading */
/* Heading */
h1, h2, h3, h4 {
  font-family: Inter, sans-serif;
  font-weight: 800;
  letter-spacing: -.0025em;
  margin: 10px 0 10px 0 !important;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 1.3em;
}

.blogtitle {
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 3.5em;
  margin: 0 0 10px 0px;
  line-height: 55px;
  font-weight: normal
}

h1 a {
  color: #1f2937;
  color: var(--body-color);
}

h1 a:hover {
  color: #1f2937;
  color: var(--body-color);
  background: transparent;
}

h1 a:link {
  color: #1f2937;
  color: var(--body-color)
}

h1 a:visited {
  color: #1f2937;
  color: var(--body-color)
}

h2 a, h3 a, h4 a {
  color: #000000;
  font-weight: normal
}

h2.entry-title {
  color: #1f2937;
  color: var(--body-color);
  margin: 0 0 0 0;
  font-size: 2.5rem;
  padding-top: 20px;
}

h3.entry-title {
  color: #1f2937;
  color: var(--body-color);
  margin: 0 0 0 0;
  font-size: 15px;
  padding-top: 20px;
}

h1.single-entry-title, h1.entry-title {
  color: #1f2937;
  /*color: var(--body-color);*/
  font-size: 2.8rem;
  line-height: 50px;
  margin: 10px 0 10px 0;
}

.beforeh1{
  text-align: center;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  color: #BD413D;
}

.afterh1{
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  color: rgba(155, 160, 175);
  max-width: 42rem;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
}

h2.single-entry-title {
  font-weight: normal;
  color: #1f2937;
  color: var(--body-color);
  font-size: 25px;
  line-height: 40px;
  margin: 0 0 10px 0;
}

h2.page-title {
  font-weight: bold !important;
  text-align: center;
  margin: 0 0 0.5em 0;
  font-size: 28px;
}

h3.widgettitle {
  color: #FFF;
  margin: 0 0 0 0;
  font-size: 18px;
}

h3.widgettitlesidebar {
  color: #1f2937;
  color: var(--body-color);
  margin: 0 0 0 0;
  font-size: 17px !important;
}

.description {
  text-transform: uppercase;
  color: #1f2937;
  color: var(--body-color);
  font-family: Roboto Condensed;
  font-size: 1em;
  margin: -20px 0 10px 3px;
}

/*alert*/
.info-box {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  margin: 20px auto;
  padding: 15px;
  text-align: left;
  font-family: Inter, sans-serif;
  font-weight: 400;  
}

.info-box2 {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  margin: 20px auto;
  padding: 15px;
}

.alert {
  background-color: #faebeb;
  border: 1px solid #dc7070;
  color: #212121;
}

.alert a {
  color: #1f2937;
  color: var(--text-color);
}

.alert a:visited {
  color: #1f2937;
  color: var(--text-color);
}

.info {
  border: 1px solid #1f2937;
  border: 1px solid var(--body-color);
  color: #F0F0F0;
  color: var(--section);
  background-color: #1f2937;
  background-color: var(--body-color);
}

.info2 {
  border: 1px solid #1f2937;
  border: 1px solid var(--body-color);
  color: #1f2937;
  color: var(--text-color);
}

.center {
  text-align: center;
}

#footer {
  font-weight: 100;
  width: 100%;
  color: #FFF;
  padding: 5px 0;
  margin-top: 100px;
}

#footer a, #footerlink a {
  color: #1f2937;
  text-decoration: underline;
  outline: none
}

#footer a:hover, #footerlink a:hover {
  background: transparent;
  color: #1f2937;
  text-decoration: none;
  outline: 0
}

#footer p, #footerlink p {
  color: #1f2937;
}

#footerlink {
  color: #FFF;
  margin-bottom: 2em;
  padding: 1em 0 0em 0;
  clear: both;
  text-align: left;
  font-size: 1.3em;
  line-height: 1em;
}

#wrapperfooter {
  margin: 25px auto;
  background-color: transparent;
  position: relative;
  text-align: left;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

.hr {
  overflow: hidden;
  margin: 30px 0 30px 0;
  height: 5px;
  background: #ddd;
  font-size: 0;
  line-height: 0;
}

/* Misc */
.clear {
  clear: both
}

/* #Base 960 Grid
================================================== */
.columns,
.column {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.row {
  margin-bottom: 20px;
}

/* Nested Column Classes */
.column.alpha, .columns.alpha {
  margin-left: 0;
}

.column.omega, .columns.omega {
  margin-right: 0;
}

/* Base Grid */
.container .one.column,
.container .one.columns {
  width: 55px;
}

.container .two.columns {
  width: 120px;
}

.container .three.columns {
  width: 205px;
}

.container .four.columns {
  width: 280px;
}

.container .five.columns {
  width: 355px;
}

.container .six.columns {
  width: 430px;
}

.container .seven.columns {
  width: 505px;
}

.container .eight.columns {
  width: 580px;
}

.container .nine.columns {
  width: 655px;
}

.container .ten.columns {
  width: 730px;
}

.container .eleven.columns {
  width: 805px;
}

.container .twelve.columns {
  width: 880px;
}

.container .thirteen.columns {
  width: 955px;
}

.container .fourteen.columns {
  width: 1030px;
}

.container .fifteen.columns {
  width: 1105px;
}

.container .sixteen.columns {
  width: 1180px;
}

.container .one-third.column {
  width: 380px;
}

.container .two-thirds.column {
  width: 780px;
}

/* Offsets */
.container .offset-by-one {
  padding-left: 75px;
}

.container .offset-by-two {
  padding-left: 140px;
}

.container .offset-by-three {
  padding-left: 225px;
}

.container .offset-by-four {
  padding-left: 300px;
}

.container .offset-by-five {
  padding-left: 375px;
}

.container .offset-by-six {
  padding-left: 430px;
}

.container .offset-by-seven {
  padding-left: 525px;
}

.container .offset-by-eight {
  padding-left: 600px;
}

.container .offset-by-nine {
  padding-left: 675px;
}

.container .offset-by-ten {
  padding-left: 750px;
}

.container .offset-by-eleven {
  padding-left: 825px;
}

.container .offset-by-twelve {
  padding-left: 900px;
}

.container .offset-by-thirteen {
  padding-left: 975px;
}

.container .offset-by-fourteen {
  padding-left: 1050px;
}

.container .offset-by-fifteen {
  padding-left: 1125px;
}

/* #Tablet (Portrait)
		================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 888px) and (max-width: 1220px) {
  .container {
    width: 768px;
  }

  .container .column, .container .columns {
    margin-left: 5px;
    margin-right: 5px;
  }

  .column.alpha, .columns.alpha {
    margin-left: 5px;
    margin-right: 5px;
  }

  .column.omega, .columns.omega {
    margin-right: 5;
    margin-left: 5px;
  }

  .container .one.column {
    width: 28px;
  }

  .container .two.columns {
    width: 76px;
  }

  .container .three.columns {
    width: 124px;
  }

  .container .four.columns {
    width: 172px;
  }

  .container .five.columns {
    width: 220px;
  }

  .container .six.columns {
    width: 268px;
  }

  .container .seven.columns {
    width: 316px;
  }

  .container .eight.columns {
    width: 364px;
  }

  .container .nine.columns {
    width: 412px;
  }

  .container .ten.columns {
    width: 460px;
  }

  .container .eleven.columns {
    width: 508px;
  }

  .container .twelve.columns {
    width: 556px;
  }

  .container .thirteen.columns {
    width: 604px;
  }

  .container .fourteen.columns {
    width: 652px;
  }

  .container .fifteen.columns {
    width: 700px;
  }

  .container .sixteen.columns {
    width: 748px;
  }

  .container .seventeen.columns {
    width: 748px;
  }

  .container .eighteen.columns {
    width: 748px;
  }

  .container .nineteen.columns {
    width: 748px;
  }

  .container .twenty.columns {
    width: 748px;
  }

  .container .one-third.column {
    width: 236px;
  }

  .container .two-thirds.column {
    width: 492px;
  }

  /* Offsets */
  .container .offset-by-one {
    padding-left: 48px;
  }

  .container .offset-by-two {
    padding-left: 96px;
  }

  .container .offset-by-three {
    padding-left: 144px;
  }

  .container .offset-by-four {
    padding-left: 192px;
  }

  .container .offset-by-five {
    padding-left: 240px;
  }

  .container .offset-by-six {
    padding-left: 288px;
  }

  .container .offset-by-seven {
    padding-left: 336px;
  }

  .container .offset-by-eight {
    padding-left: 348px;
  }

  .container .offset-by-nine {
    padding-left: 432px;
  }

  .container .offset-by-ten {
    padding-left: 480px;
  }

  .container .offset-by-eleven {
    padding-left: 528px;
  }

  .container .offset-by-twelve {
    padding-left: 576px;
  }

  .container .offset-by-thirteen {
    padding-left: 624px;
  }

  .container .offset-by-fourteen {
    padding-left: 672px;
  }

  .container .offset-by-fifteen {
    padding-left: 720px;
  }

  #wrapperpub {
    padding: 0px;
    margin: 0 0 0px 0px !important;
  }

  #breadcrumbs-one {
    margin: 0 0 0 0px !important;
  }

  .dp30 {
    width: 100%;
  }

  .mobileon {
    display: block;
  }

  .mobileoff {
    display: none;
  }

  .dp50 {
    width: 100%;
  }

  #mainlogo {
    margin: 10px 0;
  }

  #logoheader {
    color: #FFFFFF;
    font-family: Inter, sans-serif;
    font-weight: 800;
    letter-spacing: -.025em;
    font-size: 3.5rem;
  }

  #plogo {
    font-size: 1.3rem;
    padding-bottom: 2.5rem;
    color: rgba(155, 160, 175);

  }

  table {
    width: 100%;
  }

  td {
    text-wrap: normal;
    word-wrap: break-word;
  }

  table#table thead, table#table2 thead, table#table3 thead, table#table4 thead, table#tableplu thead, table#tabledvf thead {
    display: none;
  }

  table#table tbody td, table#table2 tbody td, table#table3 tbody td, table#table4 tbody td, table#tableplu tbody td, table#tabledvf tbody td {
    display: block;
    padding: .6rem;
    font-size: 14px;
  }

  table#table tbody tr td:first-child, table#table2 tbody tr td:first-child, table#table3 tbody tr td:first-child, table#table4 tbody tr td:first-child, table#tableplu tbody tr td:first-child, table#tabledvf tbody tr td:first-child {
    background: #1f2937;
    color: #FFFFFF;
  }

  table#table tbody td:before, table#table2 tbody td:before, table#table3 tbody td:before, table#table4 tbody td:before, table#tableplu tbody td:before, table#tabledvf tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    color: #1f2937;
    ;
    color: var(--body-color);
    font-size: 13px;
    display: inline-block;
    width: 7rem;
    line-height: 2em;
  }

  table#table .center, table#table2 .center, table#table3 .center, table#table4 .center, table#tableplu .center, table#tabledvf .center {
    text-align: left;
    margin: 0 0 1.5em 0
  }

  table#table .imgico, table#table2 .imgico, table#table3 .imgico, table#table4 .imgico, table#tableplu .imgico, table#tabledvf .imgico {
    margin-left: 40px;

  }

  table#table .labelfile, table#table2 .labelfile, table#table3 .labelfile, table#table4 .labelfile, table#tableplu .labelfile, table#tabledvf .labelfile {
    margin-left: 40px;
  }



}

/*  #Mobile (Portrait)
		================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 600px) {
  .container {
    width: 320px;
  }

  .top_image img {
    max-width: 250px;
  }
  .customheader {
    min-height: 360px;
  }

  .container .column, .container .columns {
    margin-left: 5px;
    margin-right: 5px;
  }

  .container .one.column, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .seventeen.columns, .container .eighteen.columns, .container .nineteen.columns, .container .twenty.columns, .container .one-third.column, .container .two-thirds.column {
    width: 300px;
  }

  /* Offsets */
  .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven, .container .offset-by-twelve, .container .offset-by-thirteen, .container .offset-by-fourteen, .container .offset-by-fifteen {
    padding-left: 0;
  }

  .mobileon {
    display: block;
  }

  .mobileoff {
    display: none;
  }

  .navigation_mobile {
    display: inline
  }

  .headerads {
    display: none;
    padding-bottom: 0px;
  }

  .blogtitle {
    font-size: 2.5em;
    line-height: 40px;
  }

  .description {
    text-transform: uppercase;
    font-family: Roboto Condensed, sans-serif;
    font-size: 1em;
    margin: -20px 0 10px 3px;
  }

  .infocontainer {
    padding: 40px 30px 40px 40px;
    margin: 0 0 25px -35px !important;
  }

  #wrapperpub {
    padding: 0px;
    margin: 0 0 0px 0px !important;
  }

  #breadcrumbs-one {
    margin: 0 0 0 -15px !important;
  }

  .icon-3x {
    font-size: 2em;
  }

  .infocontainer .post-formats {
    float: right;
    position: relative;
    z-index: 10;
    top: -30px;
    right: -35px;
    color: #eee;
    padding: 0px;
  }

  h1.entry-title, h1.single-entry-title, h2.single-entry-title {
    font-size: 30px;
    line-height: 35px;
  }

  h3.rubrique {
    font-size: 30px;
    line-height: 30px;
  }

  .dp30 {
    width: 100%;
  }

  .dp20 {
    width: 100%;
  }

  .nothumbnail {
    display: none
  }

  .posthome {
    height: auto;
    padding-bottom: 20px;
  }

  table {
    width: 100%;
  }

  td {
    text-wrap: normal;
    word-wrap: break-word;
  }

  table#table thead, table#table2 thead, table#table3 thead, table#table4 thead, table#tableplu thead, table#tabledvf thead {
    display: none;
  }

  table#table tbody td, table#table2 tbody td, table#table3 tbody td, table#table4 tbody td, table#tableplu tbody td, table#tabledvf tbody td {
    display: block;
    padding: .6rem;
    font-size: 14px;
  }

  table#table tbody tr td:first-child, table#table2 tbody tr td:first-child, table#table3 tbody tr td:first-child, table#table4 tbody tr td:first-child, table#tableplu tbody tr td:first-child, table#tabledvf tbody tr td:first-child {
    background: #1f2937;
    color: #FFFFFF;
  }

  table#table tbody td:before, table#table2 tbody td:before, table#table3 tbody td:before, table#table4 tbody td:before, table#tableplu tbody td:before, table#tabledvf tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    color: #1f2937;
    ;
    color: var(--body-color);
    font-size: 13px;
    display: inline-block;
    width: 7rem;
    line-height: 2em;
  }

  table#table .center, table#table2 .center, table#table3 .center, table#table4 .center, table#tableplu .center, table#tabledvf .center {
    text-align: left;
    margin: 0 0 1.5em 0
  }

  table#table .imgico, table#table2 .imgico, table#table3 .imgico, table#table4 .imgico, table#tableplu .imgico, table#tabledvf .imgico {
    margin-left: 40px;

  }

  table#table .labelfile, table#table2 .labelfile, table#table3 .labelfile, table#table4 .labelfile, table#tableplu .labelfile, table#tabledvf .labelfile {
    margin-left: 40px;
  }

  .dp50 {
    width: 100%;
  }

  /*
  .infoboxprez {
    margin-top: -70px !important;
    margin-left: -10px !important;
  }
  */
  #mainlogo {
    margin: 10px 0;
  }

  #logoheader {
    color: #FFFFFF;
    font-family: Inter, sans-serif;
    font-weight: 800;
    letter-spacing: -.025em;
    font-size: 3rem;
  }

  #plogo {
    font-size: 1.3rem;
    padding-bottom: 2.5rem;
    color: rgba(155, 160, 175);

  }
}

/* #Mobile (Landscape)
		================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 600px) and (max-width: 887px) {
  .container {
    width: 420px;
  }

  .top_image img {
    max-width: 350px;
  }
  
  .container .column, .container .columns {
    margin-left: 5px;
    margin-right: 5px;
  }

  .container .one.column, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .seventeen.columns, .container .eighteen.columns, .container .nineteen.columns, .container .twenty.columns, .container .one-third.column, .container .two-thirds.column {
    width: 400px;
  }

  .mobileon {
    display: block;
  }

  .mobileoff {
    display: none;
  }

  .navigation_mobile {
    display: inline
  }

  .blogtitle {
    font-size: 2.5em;
    line-height: 40px;
  }

  .description {
    color: #1f2937;
    ;
    color: var(--body-color);
    text-transform: uppercase;
    font-family: Roboto Condensed, sans-serif;
    font-size: 1em;
    margin: -20px 0 10px 3px;
  }

  .infocontainer {
    margin: 0 0 25px -60px !important
  }

  #wrapperpub {
    padding-right: 0px;
    margin: 0px 0 0 0px !important;
  }

  #breadcrumbs-one {
    margin: 0 0 0 -15px !important;
  }

  .dp30 {
    width: 100%;
  }

  .nothumbnail {
    display: none
  }

  .posthome {
    height: auto;
    padding-bottom: 20px;
  }

  table {
    width: 100%;
  }

  td {
    text-wrap: normal;
    word-wrap: break-word;
  }

  table#table thead, table#table2 thead, table#table3 thead, table#table4 thead, table#tableplu thead, table#tabledvf thead, table tbody td.no {
    display: none;
  }

  table#table tbody td, table#table2 tbody td, table#table3 tbody td, table#table4 tbody td, table#tableplu tbody td, table#tabledvf tbody td {
    display: block;
    padding: .6rem;
    font-size: 14px;
  }

  table#table tbody tr td:first-child, table#table2 tbody tr td:first-child, table#table3 tbody tr td:first-child, table#table4 tbody tr td:first-child, table#tableplu tbody tr td:first-child, table#tabledvf tbody tr td:first-child {
    background: #1f2937;
    color: #FFFFFF;
  }

  table#table tbody td:before, table#table2 tbody td:before, table#table3 tbody td:before, table#table4 tbody td:before, table#tableplu tbody td:before, table#tabledvf tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    color: #1f2937;
    ;
    color: var(--body-color);
    font-size: 13px;
    display: inline-block;
    width: 7rem;
    line-height: 2em;
  }

  table#table .center, table#table2 .center, table#table3 .center, table#table4 .center, table#tableplu .center, table#tabledvf .center {
    text-align: left;
    margin: 0 0 1.5em 0
  }

  table#table .imgico, table#table2 .imgico, table#table3 .imgico, table#table4 .imgico, table#tableplu .imgico, table#tabledvf .imgico {
    margin-left: 40px;

  }

  table#table2 .labelfile, table#table2 .labelfile, table#table3 .labelfile, table#table4 .labelfile, table#tableplu .labelfile, table#tabledvf .labelfile {
    margin-left: 40px;
  }

  .dp50 {
    width: 100%;
  }

  .infoboxprez {
    margin-top: -10px !important;
    margin-left: -10px !important;
  }

  #mainlogo {
    margin: 10px 0;
  }

  #logoheader {
    color: #FFFFFF;
    font-family: Inter, sans-serif;
    font-weight: 800;
    letter-spacing: -.025em;
    font-size: 3rem;
  }

  #plogo {
    font-size: 1.3rem;
    padding-bottom: 2.5rem;
    color: rgba(155, 160, 175);

  }
}

@media (max-width: 1220px) {
  table.responsive thead, table tbody td.no {
    display: none;
  }

  table.responsive tr {
    display: block;
    margin-bottom: 0px;
  }

  table.responsive td {
    display: block;
    text-align: right !important;
    min-height: 20px;
  }

  table.responsive td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}

/* #Clearing
		================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
		    or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after, .clearfix:after {
  clear: both;
}

.row, .clearfix {
  zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

@media (prefers-color-scheme: dark) {
  :root {
    --body-bg: #111827;
    --body-color: #dbedf3;
    --text-color: #1f2937;
    --anchor-color: #FFF;
    --anchor2-color: #BD413D;
    --section: #1f2937;
    --hr-color: #6b778d;
    --alt-color: #263859;
    --yellow-color: #1f2937;
    --yellow-bg: #f7be16;
    /*--logo: url("https://mesorigines.fr/wp-content/themes/codium-dn/images/logo_white.svg?v=2");*/

  }
}