/**
 * @file
 * Use this CSS file to override base CSS rules
 */

/* Set default font weight to 300 for better typography in high-density screens */
/*body {
  font-weight: 300;
}*/

/* Regions */

.main-content__section, .sidebar__section {
    padding: 30px 0 48px;
}

.content-top__section {
    padding-top: 0;
}

@media (max-width: 767px) {

  .path-frontpage .block-system-main-block.block {
    padding-bottom: 36px;
    padding-top: 36px;
  }
}

/*Menu */

@media(min-width:992px) {
    .slideout-mobile-menu-enabled .slideout, .slideout-mobile-menu-enabled .slideout-toggle {
      display: none !important;
  }
  .slideout-open .slideout-menu {
    display: none;
}
}

@media(max-width:991px) {
    .slideout-mobile-menu-enabled .slideout-toggle {
      display: inline-block !important;
  }
  .slideout-open .slideout-menu {
    display: block !important;
}
}

/*@media (min-width: 768px) {
.slideout-mobile-menu-enabled .slideout {
    display: unset !important;
}
}*/

/* Colors */

.system-messages {
  background-color: #fff;
}

/* Display */

.in-bl {
  display: inline-block;
}

.fl-center {
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Titles */

.banner__section h1.page-title {
    text-align: center;
    font-size: 72px;
}

.col-12 h2.title, .col-12 nav > h2, .col-12 .block-search > h2 {
  font-weight: 500;
  font-size: 44px;
}

h4.title, h2.title, nav > h2, .block-search > h2 {
    font-size: 44px;
    font-weight: 500;
    margin: 0 0 20px 0;
}

h3 {
  font-size: 28px;
  font-weight: 500;
}

h1 {
  font-size: 72px;
}

h4 {
  font-size: 20px;
}

h2 {
  position: relative;
  padding-left: 50px;
  font-weight: 500;
  font-size: 44px;
}

h2:before {
  position: absolute;
  left: 0;
  content: "";
  background-image: url("/sites/default/files/pictos/icone-h2.png");
  width: 40px;
  height: 32px;
  background-size: cover;
  top: 14px;
  filter: brightness(10%);
}

h3.picto {
  position: relative;
  padding-left: 40px;
}

h3.picto:before {
  position: absolute;
  left: 0;
  content: "";
  background-image: url("/sites/default/files/pictos/picto-h3.png");
  width: 31px;
  height: 16px;
  background-size: cover;
  top: 14px;
  filter: brightness(10%);
}

@media(max-width:575px) {
  .banner__section h1.page-title, h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 38px;
  }
  .col-12 h2.title, .col-12 nav > h2, .col-12 .block-search > h2, h2.title {
    font-size: 38px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h3.picto:before {
  position: absolute;
  left: 0;
  content: "";
  background-image: url("/sites/default/files/pictos/picto-h3.png");
  width: 31px;
  height: 16px;
  background-size: cover;
  top: 10px;
  filter: brightness(10%);
}
h2:before {
  position: absolute;
  left: 0;
  content: "";
  background-image: url("/sites/default/files/pictos/icone-h2.png");
  width: 40px;
  height: 32px;
  background-size: cover;
  top: 9px;
  filter: brightness(10%);
}
}



/* Fonts */

.gras {
  font-weight: 700 !important;
}

.it {
  font-style: italic !important;
}

.font36,
.font36 p {
  font-size: 36px;
}

.font22,
.font22 p {
  font-size: 22px;
}

.font20,
.font20 p {
  font-size: 20px;
}

.font36,
.font36 p {
  font-size: 36px;
}

.font18,
.font18 p {
  font-size: 18px;
}

.font14,
.font14 p {
  font-size: 14px;
}

.font16,
.font16 p,
p.font16 {
  font-size: 16px;
}

h1.thin{
  font-weight: 300;
} 

b, strong {
  font-weight: 700;
}

@media(max-width:575px) {
  .font20,
  .font20 p {
    font-size: 18px;
  }
  .font18,
  .font18 p {
    font-size: 16px;
  }

.font14,
.font14 p {
  font-size: 12px;
}

  .font16,
  .font16 p,
  p.font16 {
    font-size: 14px;
  }
  body {
    font-size: 14px;
  }
}

/* Borders */

.border-bottom-y {
  border-bottom: solid .5px #000000;
}

.border-top-y {
  border-top: solid .5px #000000;
}

.border-top-y-2 {
  border-top: solid 1px #000000;
}

/* Padding */

.nopadding-bottom {
  padding-bottom: 0;
}

.padding-top-24 {
  padding-top: 24px;
}

.padding-top-12 {
  padding-top: 12px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-bottom-24 {
  padding-bottom: 24px;
}

.padding-bottom-12 {
  padding-bottom: 12px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-bottom-36 {
  padding-bottom: 36px;
}

.padding-top-36 {
  padding-top: 36px;
}

.padding-bottom-54 {
  padding-bottom: 54px;
}


/* Margins */

.nomargin {
  margin: 0;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.nomargin-top {
  margin-top: 0;
}

.margin-top-12 {
  margin-top: 12px;
}

.margin-top-36 {
  margin-top: 36px;
}

.margin-bottom-54 {
  margin-bottom: 54px;
}

/* Color override */

body {
 
  color: #000000;

}

.region--dark-typography a.link--bordered,
.region--dark-typography .link--bordered a {
  color: #000000;
}

.region--dark-typography blockquote {
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

.region--dark-typography h1 a,
.region--dark-typography h2 a,
.region--dark-typography h3 a,
.region--dark-typography h4 a,
.region--dark-typography h5 a,
.region--dark-typography h6 a {
  color: #000000;
}
