/*!
Theme Name: blank
Theme URI: http://underscores.me/
Author: Johan Giraud
Author URI: https://johangiraud.com
Description: Custom theme for Cedom Madoc
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blank
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/* Normalize
--------------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

main {
  display: block; }

a {
  background-color: transparent; }

b,
strong {
  font-weight: bold;
  font-style: normal; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  background-color: transparent;
  cursor: pointer; }

/* VARIABLES */
:root {
  --textColor: #181818;
  --hoverColor: #506a36;
  --whiteColor: #fff;
  --green: #00A788;
  --newsBg: #b7b4a6;
  --shadowColor: rgba(49, 49, 49, 0.2); }

/* FONTS */
@font-face {
  font-family: 'Totentanz';
  src: url(../../../../../../../themes/blank/assets/fonts/Totentanz-Regular.woff2) format("woff2"), url(../../../../../../../themes/blank/assets/fonts/Totentanz-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Totentanz';
  src: url(../../../../../../../themes/blank/assets/fonts/Totentanz-Backslanted.woff2) format("woff2"), url(../../../../../../../themes/blank/assets/fonts/Totentanz-Backslanted.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
/* GENERAL */
html {
  font-size: 62.5%;
  font-family: sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }

body {
  margin: 0;
  transition: all 0.7s ease; }

@media screen and (min-width: 960px) {
  body.freeze #primary {
    margin-left: calc(45rem); } }
@media screen and (min-width: 1290px) {
  body.freeze #primary {
    margin-left: calc(45rem - 10px); }
  body.freeze.home #primary {
    margin-left: 45rem; } }
*,
*:before,
*:after {
  box-sizing: border-box; }

h1 {
  font-size: 3rem;
  margin: 0.67rem 0; }

@media screen and (min-width: 800px) {
  h1 {
    font-size: 5rem;
    max-width: 70%; } }
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--textColor);
  font-family: 'Totentanz', serif;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: -0.015rem; }

@media screen and (min-width: 800px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1.8rem; } }
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  line-height: 1.2; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-weight: 500; }

h2 {
  font-size: 3rem; }

@media screen and (min-width: 800px) {
  h2 {
    font-size: 5rem; } }
h3 {
  font-size: 2.2rem; }

h4 {
  font-size: 2rem; }

h5, h6 {
  font-size: 1.8rem; }

em {
  font-size: 2rem; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

i {
  font-family: 'Totentanz', serif; }

img {
  border-style: none;
  display: block;
  height: auto;
  max-width: 100%; }

/* Image with 'data' attribute is hidden WP ROCKET */
img[data-lazy-src] {
  /* we set the opacity to 0 */
  filter: blur(1rem); }

/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
  /* prepare the future animation */
  -webkit-transition: all .4s linear 0.3s;
  -moz-transition: all .4s linear 0.3s;
  transition: all .4s linear 0.3s;
  /* we set the opacity to 1 to do the magic */
  filter: blur(0); }

#wpadminbar {
  display: none; }

@media screen and (min-width: 800px) {
  #wpadminbar {
    display: block; } }
/* Links
--------------------------------------------------------------*/
a,
a:active,
a:visited {
  color: var(--textColor);
  outline: 0;
  text-decoration: none;
  transition: all 0.3s; }

a:focus,
a:active {
  color: var(--hoverColor); }

@media screen and (min-width: 800px) {
  a:hover,
  a:focus {
    outline: 0;
    text-decoration: none;
    transition: all 0.3s; }

  a:hover {
    color: var(--hoverColor); } }
/* Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Elements
--------------------------------------------- */
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem 0 4.5rem; }

@media screen and (min-width: 960px) {
  .content-wrapper {
    padding: 0 2rem 0 6.5rem; } }
@media screen and (min-width: 1290px) {
  .content-wrapper {
    padding: 0 0 0 3rem; } }
.entry-title {
  font-size: 2.2rem;
  margin: 2rem 0; }

#breadcrumbs {
  margin-top: -1.5rem;
  font-size: 1.4rem; }

a.button,
a.wp-block-button__link {
  color: var(--textColor);
  text-align: center; }

@media screen and (min-width: 800px) {
  a.button:hover,
  a.wp-block-button__link:hover {
    background: var(--whiteColor);
    color: var(--textColor); } }
a.wp-block-button__link {
  margin-top: 5rem; }

@media screen and (min-width: 800px) {
  a.wp-block-button__link:hover {
    background: var(--textColor);
    color: var(--whiteColor); } }
#primary {
  transition: margin 0.3s;
  padding-left: 5rem;
  min-height: 85vh; }

@media screen and (min-width: 800px) {
  #primary {
    padding-left: 7rem; } }
.entry-header img {
  margin-top: 3rem; }

.entry-content {
  padding-top: 5rem; }
  .entry-content p,
  .entry-content .wp-block-buttons,
  .entry-content ul,
  .entry-content ol {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    padding-left: 0;
    padding-right: 1rem; }

.entry-content .wp-block-buttons {
  justify-content: flex-start; }

@media screen and (min-width: 960px) {
  .entry-content p,
  .entry-content .wp-block-buttons,
  .entry-content ul,
  .entry-content ol {
    padding-left: 10rem; } }
.home .section-title {
  margin: 8rem auto 5rem;
  max-width: 1200px;
  font-size: 4rem; }

@media screen and (min-width: 960px) {
  .home .section-title,
  .home .wp-block-navigation {
    padding-left: 6rem; }
  .home .wp-block-navigation {
    max-width: 1200px;
    margin: 0 auto; } }
@media screen and (min-width: 1300px) {
  .home .section-title,
  .home .wp-block-navigation {
    padding-left: 0; } }
.wp-block-image.size-full {
  margin: 5rem 0 5rem -3rem; }

.edit-link {
  text-align: center;
  margin: 5rem auto 3rem;
  width: 100%;
  display: block; }

/* Navigation
--------------------------------------------- */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20; }
  .site-header .site-branding {
    position: absolute;
    font-size: 4rem;
    text-transform: uppercase;
    margin: -1rem 0 0;
    z-index: 25; }
    .site-header .site-branding p {
      margin: 0; }

#site-navigation {
  display: block; }
  #site-navigation button.menu-toggle {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 3rem;
    height: 100vh;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
    min-width: 0;
    cursor: pointer;
    text-indent: -999px;
    transition: all 0.3s ease;
    z-index: 60; }
    #site-navigation button.menu-toggle svg,
    #site-navigation button.menu-toggle img {
      position: absolute;
      width: 3rem;
      top: 1rem;
      left: 0.1rem;
      transition: all .3s ease;
      opacity: 1; }
    #site-navigation button.menu-toggle:after {
      content: '';
      top: 50%;
      transform: translateY(-50%) rotate(0deg);
      width: 5rem;
      height: 3rem;
      right: 0;
      display: block;
      background: transparent var(--wpr-bg-ac6863d4-9de5-409f-8cbd-cb99dbe5890e) no-repeat 0.5rem center/2.5rem;
      transition: all 0.4s; }
    #site-navigation button.menu-toggle + .menu-container {
      top: 0;
      left: calc(-30rem + 3.1rem);
      position: fixed;
      padding: 10rem 4rem 2rem 2rem;
      width: 30rem;
      height: 100vh;
      overflow-y: auto;
      text-align: center;
      list-style-type: none;
      transition: all .3s;
      z-index: -1;
      background-color: var(--whiteColor);
      box-shadow: 0.1rem 0 1.6rem var(--shadowColor);
      display: flex;
      align-items: center;
      justify-content: center; }
      #site-navigation button.menu-toggle + .menu-container ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
      #site-navigation button.menu-toggle + .menu-container li {
        display: block;
        padding: 0 3rem 0 1rem;
        position: relative;
        font-size: 2.4rem;
        margin-top: -1.5rem;
        line-height: 1.2;
        width: 100%;
        transition: margin 0.6s ease-out; }
        #site-navigation button.menu-toggle + .menu-container li a {
          color: var(--textColor); }
        #site-navigation button.menu-toggle + .menu-container li.wpml-ls-item {
          width: auto !important;
          padding: 0 0.3rem;
          display: flex; }
          #site-navigation button.menu-toggle + .menu-container li.wpml-ls-item.wpml-ls-item-en {
            margin-left: -1.5rem; }
          #site-navigation button.menu-toggle + .menu-container li.wpml-ls-item:after {
            content: ' | ';
            display: inline-block;
            padding-left: 0.3rem; }
          #site-navigation button.menu-toggle + .menu-container li.wpml-ls-item:last-of-type:after {
            content: ''; }
      #site-navigation button.menu-toggle + .menu-container ul#main-menu:before {
        padding: 1rem 1rem;
        text-transform: uppercase;
        color: white;
        font-size: 3rem;
        display: block; }
    #site-navigation button.menu-toggle.active {
      left: calc(30rem - 3.1rem); }
      #site-navigation button.menu-toggle.active:after {
        transform: translateY(-50%) rotate(-180deg);
        background: transparent var(--wpr-bg-27bca2ad-5fb7-4985-b114-d4504c4b8152) no-repeat 2.5rem center/2.5rem; }
      #site-navigation button.menu-toggle.active svg,
      #site-navigation button.menu-toggle.active img {
        left: calc(-30rem / 2 + 1rem); }
      #site-navigation button.menu-toggle.active + .menu-container {
        left: 0;
        padding: 10rem 2rem 2rem;
        z-index: 50; }
        #site-navigation button.menu-toggle.active + .menu-container li {
          margin-top: 1rem; }
        #site-navigation button.menu-toggle.active + .menu-container .menu-fiches {
          margin: 5rem -2rem -2rem; }

.admin-bar .site-header {
  top: 4rem; }
.admin-bar #site-navigation button.menu-toggle {
  top: 3.2rem; }
  .admin-bar #site-navigation button.menu-toggle + .menu-container {
    top: -0.8rem;
    height: calc(100vh + 0.8rem);
    padding: 2rem 2rem 2rem; }

@media screen and (min-width: 960px) {
  #site-navigation button.menu-toggle {
    width: 5rem; }
    #site-navigation button.menu-toggle svg,
    #site-navigation button.menu-toggle img {
      width: 4rem;
      left: 0.5rem; }
    #site-navigation button.menu-toggle:after {
      background: transparent var(--wpr-bg-cae37374-b9e1-46e1-91ab-fee85b16d21f) no-repeat 1.5rem center/2.7rem; }
    #site-navigation button.menu-toggle + .menu-container {
      left: calc(-45rem + 5rem);
      width: 45rem; }
      #site-navigation button.menu-toggle + .menu-container li:hover a {
        color: var(--textColor); }
    #site-navigation button.menu-toggle:hover {
      width: 5.8rem; }
      #site-navigation button.menu-toggle:hover:after {
        background: transparent var(--wpr-bg-ce05f1ae-2b82-4322-8902-7ad61f4b4a2b) no-repeat 2rem center/2.7rem; }
      #site-navigation button.menu-toggle:hover svg,
      #site-navigation button.menu-toggle:hover img {
        left: 1.4rem; }
      #site-navigation button.menu-toggle:hover + .menu-container {
        left: calc(0.8rem - 45rem + 5rem); }
    #site-navigation button.menu-toggle.active {
      left: calc(45rem - 5rem); }
      #site-navigation button.menu-toggle.active:after {
        background: transparent var(--wpr-bg-2ba7de9a-04f8-4364-9e4f-ab82826fb388) no-repeat 1.5rem center/2.7rem; }
      #site-navigation button.menu-toggle.active svg,
      #site-navigation button.menu-toggle.active img {
        left: calc(-45rem / 2 + 2.5rem); }
      #site-navigation button.menu-toggle.active:hover svg,
      #site-navigation button.menu-toggle.active:hover img {
        left: calc(-45rem / 2 + 2.5rem); }
      #site-navigation button.menu-toggle.active:hover + .menu-container {
        left: 0; } }
/* Homepage
--------------------------------------------- */
.home #primary {
  background: transparent no-repeat center / cover;
  width: 100%;
  padding-left: 0;
  position: relative; }
.home .entry-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: 'Totentanz', serif;
  font-style: italic;
  font-size: 3rem;
  text-align: center; }
  .home .entry-content .wp-block-image {
    width: 100%;
    padding-left: 3rem; }
  .home .entry-content p {
    max-width: 80%;
    color: var(--whiteColor);
    padding-left: 4rem; }
  .home .entry-content section {
    width: 100%; }

@media screen and (min-width: 800px) {
  .home #primary {
    height: 100vh; }
    .home #primary article {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .home .entry-content {
    font-size: 4rem; }
    .home .entry-content p {
      padding-left: 3rem; } }
/* Navigation interne/bottom
--------------------------------------------- */
.internal-navigation {
  margin: 10rem auto 0;
  position: relative;
  height: calc(50vh + 2rem); }
  .internal-navigation h4 {
    font-size: 1.6rem;
    text-align: center; }
  .internal-navigation .nav-bg {
    position: absolute;
    width: calc(100% + 6rem);
    margin-left: -6rem;
    height: 50vh;
    background: transparent no-repeat center / cover;
    filter: brightness(50%); }
  .internal-navigation ul {
    max-width: 1200px;
    color: var(--whiteColor);
    font-style: normal;
    padding: 0;
    width: 100%;
    position: absolute;
    top: calc(50% + 3rem);
    left: calc(50%);
    transform: translate(-50%, -50%); }
    .internal-navigation ul li {
      width: 90%;
      margin: 1rem auto; }
      .internal-navigation ul li a {
        padding: 0.5rem 1.5rem;
        margin: 1rem;
        font-size: 2.8rem;
        font-style: italic;
        position: relative;
        min-height: 7rem;
        min-width: 7rem;
        max-width: 40rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0.1rem solid var(--whiteColor);
        color: var(--whiteColor); }

.home .internal-navigation {
  margin-top: 0; }
  .home .internal-navigation ul {
    padding: 0 0 0 3rem; }
    .home .internal-navigation ul li {
      display: flex;
      justify-content: center; }

@media screen and (min-width: 800px) {
  .internal-navigation ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 50vh;
    position: static;
    transform: translateY(0); }
    .internal-navigation ul li.count-2 {
      width: calc(100% / 2 - 6rem); }
    .internal-navigation ul li.count-3 {
      width: calc(100% / 3 - 8rem); }
    .internal-navigation ul li.count-4 {
      width: calc(100% / 4 - 2rem); }

  .home .internal-navigation {
    margin-top: 0;
    height: auto; }
    .home .internal-navigation ul {
      padding: 0;
      height: auto; }
      .home .internal-navigation ul li {
        display: inline-block; } }
/* Block intro
--------------------------------------------- */
.block-intro {
  font-size: 2.3rem; }
  .block-intro .content-wrapper {
    max-width: none;
    padding: 0 2rem 0 0; }
  .block-intro p {
    max-width: none;
    padding-left: 0; }

/* Block logos
--------------------------------------------- */
.logos-block {
  margin: 5rem auto; }
  .logos-block .content-wrapper .logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 1rem; }
    .logos-block .content-wrapper .logos li {
      margin: 2rem; }
      .logos-block .content-wrapper .logos li .image-wrapper img {
        width: 8rem; }

/* Block columns
--------------------------------------------- */
.block-columns {
  margin: 5rem auto; }
  .block-columns .columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    max-width: 100%; }
    .block-columns .columns li {
      width: 100%;
      margin: 0 1rem;
      text-align: center; }
      .block-columns .columns li h3 {
        font-style: italic;
        padding: 0 2rem; }
      .block-columns .columns li p {
        padding: 0 2rem;
        font-size: 1.5rem; }

@media screen and (min-width: 800px) {
  .block-columns .columns li.count-2 {
    width: calc(100% / 2 - 2rem); }
  .block-columns .columns li.count-3 {
    width: calc(100% / 3 - 2rem); }
  .block-columns .columns li.count-4 {
    width: calc(100% / 4 - 2rem); } }
/* News page
--------------------------------------------- */
.page-template-page-news article {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5rem; }
  .page-template-page-news article .entry-header {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .page-template-page-news article .entry-header .thumbnail-wrapper {
      width: 100%; }
    .page-template-page-news article .entry-header h2 {
      width: 100%;
      font-size: 3rem; }
  .page-template-page-news article .entry-content {
    padding-top: 0;
    font-size: 1.4rem;
    max-width: 600px; }
    .page-template-page-news article .entry-content p {
      padding-left: 0; }

@media screen and (min-width: 800px) {
  .page-template-page-news article .entry-header .thumbnail-wrapper {
    width: 17%;
    padding-right: 2rem; }
  .page-template-page-news article .entry-header h2 {
    width: 83%;
    font-size: 5rem; } }
/* Single (hidden)
--------------------------------------------- */
.single {
  background-color: var(--newsBg); }
  .single #primary {
    margin-bottom: 10rem; }
    .single #primary h1 {
      font-size: 3rem; }

@media screen and (min-width: 800px) {
  .single #primary h1 {
    font-size: 5rem; } }
/* Footer
--------------------------------------------- */
#primary {
  margin-bottom: 27rem;
  z-index: 1;
  position: relative;
  box-shadow: 0 1rem 1.6rem var(--shadowColor); }

.site-footer {
  background: var(--whiteColor);
  padding: 8rem 0 3rem 3rem;
  font-size: 1.2rem;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: -1; }
  .site-footer .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    .site-footer .content-wrapper .footer-item {
      width: 100%;
      margin-top: 2rem;
      display: flex;
      flex-wrap: wrap; }
      .site-footer .content-wrapper .footer-item p {
        width: 50%;
        margin-top: 0;
        padding-right: 1rem; }
      .site-footer .content-wrapper .footer-item address {
        width: 50%;
        font-style: normal; }
    .site-footer .content-wrapper .menu-container {
      margin-top: 2rem; }
      .site-footer .content-wrapper .menu-container #footer-menu {
        display: flex;
        flex-wrap: wrap; }
        .site-footer .content-wrapper .menu-container #footer-menu li {
          width: 50%; }

@media screen and (min-width: 800px) {
  #primary {
    margin-bottom: 16rem; }

  .site-footer {
    padding: 10rem 0 3rem 5rem; }
    .site-footer .content-wrapper .footer-item {
      margin-top: 0;
      width: 25%; }
      .site-footer .content-wrapper .footer-item p,
      .site-footer .content-wrapper .footer-item address {
        width: 100%; }
    .site-footer .content-wrapper .menu-container {
      margin-top: 0;
      width: 50%; } }
/* 404
--------------------------------------------- */
.error-404 img {
  width: 8rem; }

/*# sourceMappingURL=style.css.map */
