/**********************************/
/***            FONTS           ***/
/**********************************/
@font-face {
    font-family: 'Muli-Light';
    src: url('../fonts/Muli-Light.eot');
    src: url('../fonts/Muli-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli-Light.woff2') format('woff2'), url('../fonts/Muli-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Muli-Black';
    src: url('../fonts/Muli-Black.eot');
    src: url('../fonts/Muli-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli-Black.woff2') format('woff2'), url('../fonts/Muli-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Muli-Regular';
    src: url('../fonts/Muli-Regular.eot');
    src: url('../fonts/Muli-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli-Regular.woff2') format('woff2'), url('../fonts/Muli-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NexaLight';
    src: url('../fonts/NexaLight.eot');
    src: url('../fonts/NexaLight.eot?#iefix') format('embedded-opentype'), url('../fonts/NexaLight.woff2') format('woff2'), url('../fonts/NexaLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BigJohn';
    src: url('../fonts/bigjohn-webfont.eot');
    src: url('../fonts/bigjohn-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bigjohn-webfont.woff2') format('woff2'), url('../fonts/bigjohn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.region-content .content a{
    text-decoration: underline;
    display: inline-block;
}

.region-content .content p a,
.region-content .content li a {
    display: inline;
}

.region-content .content h2 a{
    text-decoration: underline;
    display: inline;
}

.region-content .view-content a,
.region-content .view-content a:hover,
.region-content .actu a:hover{
    text-decoration: none;
}

.region-content .content a:hover,
.region-content .content a:active,
.region-content .content a:focus {
    text-decoration: underline;
    color: #193b58;
}

a img {
    border: none;
    max-width: 100%;
}
a:active,
input:active {
    outline-style: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p {
    margin-bottom: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: normal;
    word-break: break-word;
}
p:first-child {
    margin-top: 0;
}
ul {
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding-left: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
    margin: 0;
}
/* pour IE8 */
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
}
.row {
    display: block;
}
.builder-element-inner .container-fluid .row {
  display: flex;
}
.fa-bars:before {
    content: "";
}
/*---------- MAIN ----------*/
body {
    font-size: 1rem;
}

h2 {
    margin: 20px 0;
    padding: 0;
    position: relative;
    font-family: 'NexaLight';
    text-transform: uppercase;
    font-size: 2.188em;
    background: -moz-linear-gradient(left, #003559 0%, #287bb3 100%);
    background: -webkit-linear-gradient(left, #003559 0%, #287bb3 100%);
    background: linear-gradient(to right, #003559 0%, #287bb3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal;
    position: relative;

}

h2 b,
h2 strong,
h1 .highlightedWord,
h2 .highlightedWord {
    font-family: 'Muli-Black';
}

h2.light {
    background: -moz-linear-gradient(left, #003559 0%, #287bb3 100%);
    background: -webkit-linear-gradient(left, #003559 0%, #287bb3 100%);
    background: linear-gradient(to right, #003559 0%, #287bb3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 1.9em;
    font-family: 'Muli-Light';
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    padding: 2px 0;
    margin: 8px 0;
}

h2.light sub {
    top: inherit;
    line-height: inherit;
    position: unset;
    vertical-align: text-bottom;
}
h2.light sup {
    top: inherit;
    line-height: inherit;
    position: unset;
    vertical-align: text-top;
}

h3 {
    font-size: 24px;
    padding: 0;
    margin: 20px 0;
}

h4 {
    font-size: 20px;
    padding: 0;
    margin: 20px 0;
}

p {
    font-family: 'Muli-Light';
    color: #777777;
    font-size: 1.100em;
    line-height: 1.4em;
}

p + p {
    margin-top: 20px;
}

table{
    margin: 20px 30px;
    font-family: 'Muli-Light';
    color: #777777;
}

table th {
    background-color: #ddddddb3;
}

table th, td {
    padding: 10px;
}

pre {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 20px;
}

blockquote {
    font-size: 1em;
}

body.couleur_ifpen .region-content ul.exergue_couleur,
body.couleur_ifpen ul.exergue_couleur,
body.couleur_ifpen .region-content p.exergue_couleur,
body.couleur_ifpen p.exergue_couleur {
    background-color: #0f90e82e;
}

body.couleur_recherche .region-content ul.exergue_couleur,
body.couleur_recherche ul.exergue_couleur,
body.couleur_recherche .region-content p.exergue_couleur,
body.couleur_recherche p.exergue_couleur {
    background-color: #006bb35c;
}

body.couleur_formation .region-content ul.exergue_couleur,
body.couleur_formation ul.exergue_couleur,
body.couleur_formation .region-content p.exergue_couleur,
body.couleur_formation p.exergue_couleur {
    background-color: #F9D9BE;
}

body.couleur_enjeux .region-content ul.exergue_couleur,
body.couleur_enjeux ul.exergue_couleur,
body.couleur_enjeux .region-content p.exergue_couleur,
body.couleur_enjeux p.exergue_couleur {
    background-color: #DFEEB4;
}

body.couleur_innovation .region-content ul.exergue_couleur,
body.couleur_innovation ul.exergue_couleur,
body.couleur_innovation .region-content p.exergue_couleur,
body.couleur_innovation p.exergue_couleur {
    background-color: #80187e2e;
}

.region-content p.exergue_couleur,
p.exergue_couleur {
    display: block;
    padding: 9.5px;
    /*margin: 0 0 10px;*/
    line-height: 1.42857143;
    color: #333333b5;
    word-wrap: break-word;
    background-color: #006bb35c;
    border: 0px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.04);
    font-family: 'Muli-Light';
}

.region-content p.exergue,
p.exergue {
    display: block;
    padding: 9.5px;
    /*margin: 0 0 10px;*/
    line-height: 1.42857143;
    color: #333333b5;
    word-wrap: break-word;
    background-color: #ddddddb3;
    border: 0px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.04);
    font-family: 'Muli-Light';
}

.region-content p.reduit,
p.reduit {
    font-size: 13px;
}

.region-content ul.exergue,
ul.exergue {
    padding: 9.5px;
    line-height: 1.42857143;
    color: #333333b5;
    word-wrap: break-word;
    background-color: #006bb35c;
    border: 0px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.04);
    font-family: 'Muli-Light';
}

.region-content ul.exergue_couleur,
ul.exergue_couleur {
    padding: 9.5px;
    line-height: 1.42857143;
    color: #333333b5;
    word-wrap: break-word;
    background-color: #006bb35c;
    border: 0px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.04);
    font-family: 'Muli-Light';
}
.region-content ul.exergue_couleur li ,
ul.exergue_couleur li {
    color: #333333b5;
}

.region-content .content a.ouvrirRecherche,
.region-content .content a.bouton,
a.ouvrirRecherche,
a.bouton {
    padding: 9.5px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #353535;
    border: 1px solid #918a89;
}

.region-content .content a.bouton:hover,
.region-content .content a.bouton:active,
a.bouton:hover,
a.bouton:active,
.region-content .content a.ouvrirRecherche:hover,
.region-content .content a.ouvrirRecherche:active,
a.ouvrirRecherche:hover,
a.ouvrirRecherche:active {
    text-decoration: none;
    color: #ffffff;
    background: #353535;
    border: 1px solid #353535;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul li, ol li {
    font-family: 'Muli-Light';
    color: #777777;
    padding: 0;
    margin-left: 20px;
}

ul ul {
    list-style-type: disc;
}

ul ul li {
    font-size: 1em;
}

img.align-left {
    margin-right: 0.8em;
}

figure {
    margin-top: 20px;
    margin-bottom: 20px;
    display: table !important;
}
figure.align-center {
    text-align: center;
}

figure.media {
  margin: auto;
}

figure img,
figure figcaption {
    display: table-caption;
    caption-side: bottom;
    text-align: center;
}

figcaption {
    color: #ffffff;
    background: rgba(48, 48, 48, 0.75);
    padding: 6px 20px;
    font-size: 0.9em;
}

.couleur_ifpen  .region-content h4 {
    color: #3d3d3d;
}
.couleur_recherche  .region-content h4 {
    color: #006bb3;
}
.couleur_formation  .region-content h4 {
    color: #E07810;
}
.couleur_enjeux  .region-content h4 {
    color: #77A210;
}
.couleur_innovation .region-content h4 {
    color: #80187e;
}

table ul li {
  font-size: 1em !important;
}

div[data-oembed-url] {
  margin-top: 0 !important;
  width: 100% !important;
}


/*
 * @file
 * Provides the layout styles for two-column layout section.
 */

.layout--twocol-section {
  display: flex;
  flex-wrap: wrap;
}

.layout--twocol-section > .layout__region {
  flex: 0 1 100%;
}

@media screen and (min-width: 40em) {
  .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first,
  .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
    flex: 0 1 50%;
  }

  .layout--twocol-section.layout--twocol-section--33-67 > .layout__region--first,
  .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second {
    flex: 0 1 33%;
  }

  .layout--twocol-section.layout--twocol-section--33-67 > .layout__region--second,
  .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--first {
    flex: 0 1 67%;
  }

  .layout--twocol-section.layout--twocol-section--25-75 > .layout__region--first,
  .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--second {
    flex: 0 1 25%;
  }

  .layout--twocol-section.layout--twocol-section--25-75 > .layout__region--second,
  .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first {
    flex: 0 1 75%;
  }
}


/*
 * @file
 * Provides the layout styles for layout_twocol.
 */

.layout--twocol {
  display: flex;
  flex-wrap: wrap;
}

.layout--twocol > .layout__region {
  flex: 0 1 100%;
}

.media {
  display: block !important;
}
@media screen and (min-width: 40em) {
  .layout--twocol > .layout__region--first,
  .layout--twocol > .layout__region--second {
    flex: 0 1 50%;
  }
  .media {
    max-width: 640px;
  }
}


.layout__region > .media {
  width: initial !important;
}

.ck-editor p,.ck-editor a,.ck-editor ul,.ck-editor li,.ck-editor ol,.ck-editor li a,.ck-editor span{
  font-family: "Muli-Light";
  font-size: 15.4px !important;
}

.ck-editor p,.ck-editor li,.ck-editor ol{
  font-size: 1rem;
}

.ck-editor h1, .ck-editor h2, .ck-editor h3, .ck-editor h4, .ck-editor h5{
  font-family: 'NexaLight';
}

.ck-editor h2 {
  font-weight: normal;
  position: relative;
  padding: 2px 0;
  margin: 8px 0;
  font-size: 1.85em;
  line-height: 26px;
}

.ck-editor h3 {
  font-size: 24px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100 !important;
  line-height: 26px;
}

.ck-editor .reduit {
  font-size: 13px !important;
}

.ck-editor h2 a{
  font-weight: normal;
  position: relative;
  padding: 2px 0;
  margin: 8px 0;
  font-size: 1.85em;
  line-height: 26px;
}

.ck-editor h3 a{
  font-size: 24px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100 !important;
  line-height: 26px;
}

.form-textarea-wrapper .ck-sticky-panel {
  display: block !important;
}

.form-textarea-wrapper .ck-toolbar_grouping {
  display: block !important;
}

.form-textarea-wrapper .ck-toolbar__grouped-dropdown button {
  display: none !important;
}

.ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items {
  flex-wrap: wrap !important;
}

.region-footer-left .block-title, .blocDedie h2{
  background: none !important;
  -webkit-text-fill-color: #ffffff !important;
}

.date-last-update {
  font-family: 'Muli-Light';
  color: #003559;
  font-size: 1.2em;
  background: url(../images/picto_date.png) no-repeat center left;
  background-size: 20px;
  display: inline-block;
  padding-left: 26px;
  height: 29px;
  padding-top: 0px;
  line-height: 30px;
  vertical-align: top;
}

.date-last-update:before, .date-last-update:after {
  content: '/';
  font-family: 'Muli-Light';
  color: #003559;
  font-size: 1em;
  padding: 10px;
}

.date-update-left {
  position: absolute;
}

@media (max-width: 992px) {
  .date-update-left {
    position: initial;
  }
}

.flex-date {
  display: flex;
  flex-direction: column;
  margin-left: 2.5rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .flex-date {
    display: inline-flex;
  }
}

.ckeditor5-toolbar-button.ckeditor5-toolbar-button-imce_link {
  background-image: url(../images/imce_files.png);
}

.ck-imce-link-button:before {
  background-image: url(../images/imce_files.png) !important;
}

.page-node-type-niveau-3 .field--name-body {
  margin-top: 1rem;
}
