/***** Customs *****/
@font-face {
  src: url("../fonts/roboto/roboto-regular.eot?") format("eot"), url("../fonts/roboto/roboto-regular.woff") format("woff"), url("../fonts/roboto/roboto-regular.ttf") format("truetype");
  font-family: "Roboto";
}

@font-face {
  src: url("../fonts/roboto/roboto-bold.eot?") format("eot"), url("../fonts/roboto/roboto-bold.woff") format("woff"), url("../fonts/roboto/roboto-bold.ttf") format("truetype");
  font-family: "RobotoBold";
  font-weight: 700;
}

@font-face {
  src: url("../fonts/roboto/roboto-black.eot?") format("eot"), url("../fonts/roboto/roboto-black.woff") format("woff"), url("../fonts/roboto/roboto-black.ttf") format("truetype");
  font-family: "RobotoBlack";
}

@font-face {
  src: url("../fonts/roboto/roboto-light.eot?") format("eot"), url("../fonts/roboto/roboto-light.woff") format("woff"), url("../fonts/roboto/roboto-light.ttf") format("truetype");
  font-family: "RobotoLight";
}

@font-face {
  src: url("../fonts/roboto/roboto-bolditalic.eot?") format("eot"), url("../fonts/roboto/roboto-bolditalic.woff") format("woff"), url("../fonts/roboto/roboto-bolditalic.ttf") format("truetype");
  font-family: "RobotoBoldItalic";
  font-style: italic;
  font-weight: 700;
}

@font-face {
  src: url("../fonts/roboto/roboto-italic.eot?") format("eot"), url("../fonts/roboto/roboto-italic.woff") format("woff"), url("../fonts/roboto/roboto-italic.ttf") format("truetype");
  font-family: "RobotoItalic";
  font-weight: italic;
}

@font-face {
  src: url("../fonts/roboto/roboto-lightitalic.eot?") format("eot"), url("../fonts/roboto/roboto-lightitalic.woff") format("woff"), url("../fonts/roboto/roboto-lightitalic.ttf") format("truetype");
  font-family: "RobotoLightItalic";
}

@font-face {
  src: url("../fonts/roboto/robotocondensed-regular.eot?") format("eot"), url("../fonts/roboto/robotocondensed-regular.woff") format("woff"), url("../fonts/roboto/robotocondensed-regular.ttf") format("truetype");
  font-family: "RobotoCondensed";
}

@font-face {
  src: url("../fonts/roboto/robotocondensed-bold.eot?") format("eot"), url("../fonts/roboto/robotocondensed-bold.woff") format("woff"), url("../fonts/roboto/robotocondensed-bold.ttf") format("truetype");
  font-family: "RobotoCondensedBold";
}

@font-face {
  src: url("../fonts/roboto/robotocondensed-bolditalic.eot?") format("eot"), url("../fonts/roboto/robotocondensed-bolditalic.woff") format("woff"), url("../fonts/roboto/robotocondensed-bolditalic.ttf") format("truetype");
  font-family: "RobotoCondensedBoldItalic";
}

@font-face {
  src: url("../fonts/roboto/robotocondensed-light.eot?") format("eot"), url("../fonts/roboto/robotocondensed-light.woff") format("woff"), url("../fonts/roboto/robotocondensed-light.ttf") format("truetype");
  font-family: "RobotoCondensedLight";
}

@font-face {
  src: url("../fonts/roboto/robotocondensed-lightitalic.eot?") format("eot"), url("../fonts/roboto/robotocondensed-lightitalic.woff") format("woff"), url("../fonts/roboto/robotocondensed-lightitalic.ttf") format("truetype");
  font-family: "RobotoCondensedLightItalic";
}

@font-face {
  src: url("../fonts/roboto/robotocondensed-italic.eot?") format("eot"), url("../fonts/roboto/robotocondensed-italic.woff") format("woff"), url("../fonts/roboto/robotocondensed-italic.ttf") format("truetype");
  font-family: "RobotoCondensedItalic";
}

@font-face {
  src: url("../fonts/roboto/roboto-medium.eot?") format("eot"), url("../fonts/roboto/roboto-medium.woff") format("woff"), url("../fonts/roboto/roboto-medium.ttf") format("truetype");
  font-family: "RobotoMedium";
  font-weight: 500;
}

/**
 * Mixin - Triangle
 */
body {
  margin: 0;
  font-size: 1.4rem;
  background-color: #fff;
  color: #212529;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5;
}

@media (min-width: 576px) {
  body {
    font-size: 1.65rem;
  }
}

label {
  display: block;
}

legend,
fieldset.form-composite:not(.webform-composite-hidden-title) > legend,
fieldset.form-composite:not(.webform-fieldset--title-inline) > legend {
  width: auto;
  padding: 0 0.8rem;
  font-weight: normal;
}

.form-composite.webform-composite-hidden-title > legend {
  display: none;
}

fieldset,
fieldset.fieldgroup:not(.radios--wrapper) {
  padding: 0.8rem;
  border: 2px groove #a0a0a0;
}

[type="color"], [type="date"], [type="datetime-local"], [type="email"],
[type="month"], [type="number"], [type="password"], [type="search"],
[type="submit"], [type="tel"], [type="text"], [type="time"], [type="url"],
[type="week"], select, textarea {
  border: 1px solid #acb3c2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

[type="submit"].button--primary {
  padding: 1rem;
}

form .form-required::after {
  content: '*';
  background-image: none;
  color: #126f7f;
  vertical-align: top;
}

.webform-preview label {
  font-family: robotoBold, sans-serif;
}

.form-managed-file:focus-within .webform-file-button {
  background-color: #0c4852;
}

.node__content ul.webform-progress-tracker li::before {
  content: none;
}

/* Links */
a {
  color: #126f7f;
}

a .ext {
  display: none;
}

a:focus, a:hover, a:active {
  color: #126f7f;
  text-decoration: underline;
}

a:focus .ext, a:hover .ext, a:active .ext {
  display: inline;
  background: url("/themes/custom/economie/images/lien_externe.png") no-repeat center;
}

.node__content a {
  text-decoration: underline;
}

a.pdf, a.doc, a.ppt, a.xls, a.zip {
  display: inline;
  position: relative;
  padding: 1px 0 4px 21px;
  overflow: auto;
}

a.pdf::before, a.doc::before, a.ppt::before,
a.xls::before, a.zip::before {
  position: absolute;
  top: 4px;
  left: -2px;
  width: 20px;
  height: 20px;
  content: "";
}

a.pdf::before {
  background: url("/themes/custom/economie/images/spriteThemeEconomie.png") no-repeat -1712px -2155px;
}

a.doc::before {
  background: url("/themes/custom/economie/images/spriteThemeEconomie.png") no-repeat -1759px -2218px;
}

a.ppt::before {
  background: url("/themes/custom/economie/images/spriteThemeEconomie.png") no-repeat -1688px -2122px;
}

a.xls::before {
  background: url("/themes/custom/economie/images/spriteThemeEconomie.png") no-repeat -1637px -2053px;
}

a.zip::before {
  background: url("/themes/custom/economie/images/spriteThemeEconomie.png") no-repeat -1784px -2252px;
}

/* a.html::before {
    background: url('/themes/custom/economie/images/spriteThemeEconomie.png') no-repeat -1733px -2186px;
} */
ul,
ol {
  padding-left: 0;
  list-style-position: inside;
}

nav ul.menu {
  margin-left: 0;
}

.node__content ul:not(.contextual-links):not(.webform-progress-tracker),
.sitemap ul:not(.contextual-links),
.item-list ul:not(.contextual-links),
.block-block-content ul:not(.contextual-links) {
  list-style: none;
}

.node__content ul:not(.contextual-links):not(.webform-progress-tracker) li,
.sitemap ul:not(.contextual-links) li,
.item-list ul:not(.contextual-links) li,
.block-block-content ul:not(.contextual-links) li {
  position: relative;
  padding-left: 1rem;
  text-indent: -1rem;
}

.node__content ul:not(.contextual-links):not(.webform-progress-tracker) li::before,
.sitemap ul:not(.contextual-links) li::before,
.item-list ul:not(.contextual-links) li::before,
.block-block-content ul:not(.contextual-links) li::before {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid #407ca8;
  border-right: none;
  margin-right: 0.5rem;
}

.node__content ul:not(.contextual-links):not(.webform-progress-tracker) li.menuVie::before, .node__content ul:not(.contextual-links):not(.webform-progress-tracker) li.menuInfos::before, .node__content ul:not(.contextual-links):not(.webform-progress-tracker) li.menuComp::before,
.sitemap ul:not(.contextual-links) li.menuVie::before,
.sitemap ul:not(.contextual-links) li.menuInfos::before,
.sitemap ul:not(.contextual-links) li.menuComp::before,
.item-list ul:not(.contextual-links) li.menuVie::before,
.item-list ul:not(.contextual-links) li.menuInfos::before,
.item-list ul:not(.contextual-links) li.menuComp::before,
.block-block-content ul:not(.contextual-links) li.menuVie::before,
.block-block-content ul:not(.contextual-links) li.menuInfos::before,
.block-block-content ul:not(.contextual-links) li.menuComp::before {
  content: none;
}

.node__content ul:not(.contextual-links):not(.webform-progress-tracker) ul,
.sitemap ul:not(.contextual-links) ul,
.item-list ul:not(.contextual-links) ul,
.block-block-content ul:not(.contextual-links) ul {
  padding-left: 1rem;
}

strong {
  font-family: robotoBold, sans-serif;
}

em {
  font-family: robotoItalic, sans-serif;
}

strong em {
  font-family: robotoBoldItalic, sans-serif;
}

iframe {
  border: none;
}

@media (max-width: 768px) {
  iframe {
    max-width: 100%;
  }
}

.youtube_player,
.dailymotion_player {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 2.5rem;
  height: 0 !important;
  max-width: 100%;
}

.youtube_player iframe,
.dailymotion_player iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

body.page-abonnement iframe,
#iframe_newsletter {
  min-height: 40rem;
  width: 100%;
  border: none;
}

.view-a-la-une .youtube_player iframe,
.view-a-la-une .dailymotion_player iframe {
  width: 100%;
  height: 15vw;
}

@media (max-width: 768px) {
  .view-a-la-une .youtube_player iframe,
  .view-a-la-une .dailymotion_player iframe {
    height: 56.6vw;
  }
}

p.fond-gris,
.chapo-fond-gris {
  background-color: #e6e6ea;
  padding: 2rem;
}

p.titre-bleu-1,
p.titrbleu1 {
  padding: 1rem 0;
  color: #126f7f;
  font-size: 2.7rem;
  line-height: 2.4rem;
}

p.titre-bleu-2,
p.titrbleu2 {
  padding: 1rem 0;
  color: #126f7f;
  font-size: 2.4rem;
  font-style: italic;
  line-height: 2.4rem;
}

blockquote {
  position: relative;
  padding: 0 3em;
  min-height: 2em;
}

blockquote::before,
blockquote::after {
  position: absolute;
  font-family: georgia, serif;
  font-size: 8rem;
  height: 2.5rem;
  line-height: 0.9;
  color: #e7e9ed;
}

blockquote::before {
  content: '\201C';
  left: 0;
  top: 0;
}

blockquote::after {
  content: '\201D';
  bottom: 0;
  right: 0;
}

blockquote > p {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
}

img.align-left {
  margin-right: 1.5rem;
}

img.align-right {
  margin-left: 1.5rem;
}

figcaption {
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.3;
  margin-top: 0.5rem;
}

table {
  border-collapse: separate;
  border-spacing: 0.1rem;
  border: 0;
  table-layout: auto;
}

th {
  border-bottom: 3px solid #acb3c2;
  background-color: #2A8194;
  color: #fff;
}

th a {
  color: #fff;
  text-decoration: underline;
}

th,
td {
  padding: 0.6rem 1rem;
}

td {
  background-color: #f2f2f2;
  border: 0;
}

caption {
  padding-top: 0;
  padding-bottom: 0;
  color: #212529;
  text-align: center;
  caption-side: initial;
}

/* Headings */
h1,
.h1-like,
.path-frontpage .field--titre-paragraph,
.page-node-type-page-d-accueil .field--titre-paragraph,
.node--type-accueil-espace .field--titre-paragraph {
  margin-top: 0;
  margin-bottom: 1.6rem;
  padding-bottom: 0.5rem;
  font-size: 2.8rem;
  line-height: 1.2;
  font-family: RobotoCondensedBold, sans-serif;
  font-weight: 500;
  color: #1f2b50;
  position: relative;
}

@media (min-width: 576px) {
  h1,
  .h1-like,
  .path-frontpage .field--titre-paragraph,
  .page-node-type-page-d-accueil .field--titre-paragraph,
  .node--type-accueil-espace .field--titre-paragraph {
    font-size: 3.2rem;
  }
}

@media (min-width: 768px) {
  h1,
  .h1-like,
  .path-frontpage .field--titre-paragraph,
  .page-node-type-page-d-accueil .field--titre-paragraph,
  .node--type-accueil-espace .field--titre-paragraph {
    padding-bottom: 1.5rem;
  }
}

h1::after,
.h1-like::after,
.path-frontpage .field--titre-paragraph::after,
.page-node-type-page-d-accueil .field--titre-paragraph::after,
.node--type-accueil-espace .field--titre-paragraph::after {
  content: '';
  position: absolute;
  left: 0;
  background: #1f2b50;
  height: 0.6rem;
  width: 6rem;
  bottom: 0;
}

.block-page-title-block {
  margin-bottom: 1.6rem;
}

h2, .h2-like,
.page-node-type-personnalite .field--titre-paragraph,
.node--type-accueil-rubrique .paragraph:not(.paragraph--type--bloc-actualite-espace-) > .field--titre-paragraph {
  font-size: 2.3rem;
  font-family: RobotoBold, sans-serif;
  font-weight: 500;
  color: #407ca8;
  line-height: 1.2;
}

@media (min-width: 576px) {
  h2, .h2-like,
  .page-node-type-personnalite .field--titre-paragraph,
  .node--type-accueil-rubrique .paragraph:not(.paragraph--type--bloc-actualite-espace-) > .field--titre-paragraph {
    font-size: 2.6rem;
  }
}

h3, .h3-like {
  font-size: 2rem;
  font-weight: 700;
  color: #407ca8;
  line-height: 1.2;
}

@media (min-width: 576px) {
  h3, .h3-like {
    font-size: 2.2rem;
  }
}

h4, .h4-like {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: robotoCondensed, sans-serif;
}

@media (min-width: 576px) {
  h4, .h4-like {
    font-size: 1.6rem;
  }
}

h5, .h5-like {
  font-size: 1.6rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  h5, .h5-like {
    font-size: 1.3rem;
  }
}

h6, .h6-like {
  font-size: 1.4rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  h6, .h6-like {
    font-size: 1.3rem;
  }
}

/* Vertical rythm */
h2,
h3,
h4,
h5,
h6,
dd {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.field--titre-paragraph {
  margin: 1rem 0;
}
/*# sourceMappingURL=base.css.map */