@charset "UTF-8";
/******************************************************************
Stylesheet: Main Stylesheet
******************************************************************/
/******************************************************************
Stylesheet: base css
******************************************************************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Bitter:400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400");
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow-y: scroll;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
p {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  -ms-word-break: keep-all;
  word-break: keep-all;
}
body {
  margin: 0;
  padding: 0;
  position: relative;
}
.cf {
  overflow: hidden;
  *zoom: 1;
}
img {
  max-width: 100%;
  height: auto;
}
.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
iframe,
textarea {
  max-width: 100%;
}
/******************************************************************
Stylesheet: init css
******************************************************************/
a,
a:visited {
  text-decoration: none;
  color: #a00;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
  text-decoration: none;
}
ul {
  padding-left: 20px;
}
ul li {
  position: relative;
  list-style: none;
}
ul li::before {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f068";
  font-size: 8px;
  left: -16px;
  top: 8px;
}
ul.unstyled li::before,
ul.menu li::before,
li.widget::before {
  content: none;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/******************************************************************
Stylesheet: Global
******************************************************************/
/******************************************************************
Stylesheet: mixins
******************************************************************/
.site-content {
  height: calc(100vh - 122px - 58px);
  min-height: 100px !important;
}
.single .site-content {
  overflow-y: scroll;
}
.section.option-pvxl.lg_m .col_1_2:first-child {
  overflow-y: scroll;
  height: calc(100vh - 420px);
}
/*Corrections de styles*/
.header-menu {
  flex: 0 0 73% !important;
}
.intranet_menu_structure_title {
  overflow: hidden;
}
/*Styles des puces*/
ul {
  padding-left: 20px;
}
ul li {
  position: relative;
  list-style: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 300;
  margin-bottom: 8px;
  margin-left: 16px;
}
ul li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-size: 15px;
  color: #f7d218;
  left: -24px;
  top: 0px;
  font-weight: 600;
}
ul.list-public li {
  margin-left: 0;
  font-size: 15px;
  margin-bottom: 2px;
}
ul.list-public li::before {
  position: absolute;
  font-family: 'FontAwesome';
  content: "/";
  font-size: 15px;
  color: #e6341c;
  left: -10px;
  top: 0px;
}
:not(li) > ul > li > ul > li::before {
  content: "\f111";
}
:not(li) > ul > li > ul > li > ul > li::before {
  content: url(/wp-content/uploads/2018/06/puce-3.png);
}
ul.unstyled li::before,
ul.menu li::before {
  content: none;
}
ol {
  list-style-position: inside;
}
a,
a:visited {
  text-decoration: none;
  color: #e6341c;
}
.h1 {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  color: #007ec3;
  text-transform: uppercase;
}
@media (max-width: 939px) {
  .h1 {
    font-size: 32px;
  }
}
.h1.home {
  margin-bottom: 12px;
  margin-top: 8px;
}
.h1-underline {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  color: #007ec3;
  text-transform: uppercase;
}
.h1-underline:after {
  content: "";
  height: 2px;
  width: 400px;
  background-color: #007ec3;
  display: block;
  margin: 15px auto 0;
}
.h2,
.h3 {
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #007ec3;
  text-transform: uppercase;
}
.h2-bis {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  color: #007ec3;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h2-bis {
    font-size: 24px;
    line-height: 30px;
  }
}
.h3 {
  font-size: 15px;
}
.h3-internal {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #007ec3;
  margin-left: 10px;
  position: relative;
}
.h3-internal:before {
  position: absolute;
  content: "/";
  font-size: 15px;
  color: #e6341c;
  left: -10px;
  top: 0px;
}
p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 300;
}
/*Formulaire*/
.page-template-default form {
  display: flex;
}
@media (max-width: 767px) {
  .page-template-default form {
    display: inherit;
  }
}
.page-id-1193 form {
  display: inherit;
}
.rech-field {
  background-size: contain;
  margin-top: 10px;
  padding-top: 30px;
}
.map-formations-filtre-wrapper,
.map-orga-filtre-wrapper {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  max-width: 530px;
}
.page-id-1193 .map-formations-filtre-wrapper,
.map-orga-filtre-wrapper {
  flex-flow: row wrap;
  max-width: 807px;
}
@media (max-width: 767px) {
  .page-id-1193 .map-formations-filtre-wrapper,
  .map-orga-filtre-wrapper {
    flex-flow: row wrap;
    justify-content: center;
  }
}
.map-formations-filtre-wrapper select,
.map-formations-filtre-wrapper input,
.map-orga-filtre-wrapper select,
.map-orga-filtre-wrapper input {
  background-color: #fff;
  height: 50px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 300;
  border-radius: 0px;
  margin-bottom: 10px;
}
select[name="orga-name"] {
  width: 50%;
  margin-right: 10px;
  border: 0;
  outline: 1px solid #6a9c97;
}
select[name="orga-dep"],
select[name="formations-theme"],
select[name="formations-dep"],
select[name="formations-tarif"],
select[name="formations-date"] {
  width: 48%;
  margin-right: 10px;
  border: 0;
  outline: 1px solid #6a9c97;
}
input[name="formations-search"],
input[name="orga-search"] {
  width: 48%;
  padding-left: 10px;
  margin-right: 10px;
  border: 0;
  outline: 1px solid #6a9c97;
  color: #000;
}
input[type="submit"] {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #007ec3;
  color: #fff;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid transparent;
  height: 45px;
  margin-bottom: 8px;
  margin-left: 11px;
  transition: 0.3s;
}
input[type="submit"]:hover {
  background-color: #ED7371;
}
@media (max-width: 939px) {
  input[type="submit"] {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  input[type="submit"] {
    margin: 0;
  }
}
span.multiselect-selected-text {
  white-space: normal;
  display: inline-block;
  line-height: 17px;
}
/*Popup marker orga*/
a.cmap-popup-item-link {
  display: block;
}
a.cmap-popup-item-link:hover {
  text-decoration: none;
  position: relative;
}
a.cmap-popup-item-link:hover:after {
  content: '\f055';
  position: absolute;
  bottom: calc(50% - 20px);
  right: -15px;
  font-family: "Font Awesome 5 Free";
  color: #e6341c;
  font-weight: 600;
  font-size: 20px;
}
.pop-title {
  font-family: 'Bitter', serif;
  font-size: 15px;
  font-weight: 700;
  color: #007ec3;
  margin-bottom: 0;
}
.pop-sep {
  display: block;
  margin: 0;
  color: #e6341c;
}
.pop-type-struc,
.pop-loc-struc {
  display: block;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  margin-left: 20px;
}
.pop-type-struc:before {
  content: "\f47f";
  position: absolute;
  top: -1px;
  left: -22px;
  font-family: "Font Awesome 5 Free";
  color: #e6341c;
  font-weight: 600;
}
.pop-loc-struc:before {
  content: "\f3c5";
  position: absolute;
  top: -1px;
  left: -18px;
  font-family: "Font Awesome 5 Free";
  color: #e6341c;
  font-weight: 600;
}
/*Home*/
.col.rech-home {
  background-size: cover;
  margin-top: 10px;
  padding-top: 4px;
  padding-left: 24px;
  margin-bottom: 20px;
}
@media (max-width: 939px) {
  .rech-home p {
    text-align: center;
    margin-top: 16px;
  }
}
a.link-catalogue {
  font-family: Helvetica, Arial, sans-serif;
  color: #e6341c;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  margin-top: 9px;
  display: inline-block;
}
@media (max-width: 939px) {
  a.link-catalogue {
    color: white;
    font-weight: 700;
  }
}
.orga-home {
  padding: 25px 0;
  margin-bottom: 20px;
}
a.btn-home {
  display: inline-block;
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #fff;
  color: #007ec3;
  padding: 15px 60px;
  border-radius: 6px;
  transition-duration: 0.3s;
}
a.btn-home:hover {
  text-decoration: none;
  background-color: #ED7371;
  color: #fff;
}
@media (max-width: 767px) {
  .option-section-partenaires .row {
    display: flex;
    flex-direction: column;
  }
}
.apropos {
  position: relative;
  padding-top: 20px;
}
.apropos:before {
  content: url(/wp-content/uploads/2019/02/trait-apropos.png);
  position: absolute;
  top: 0;
  left: -90px;
}
.apropos p {
  font-family: Helvetica, Arial, sans-serif;
  color: #2b2b2b;
  font-size: 15px;
  line-height: 20px;
}
.apropos a {
  color: #e6341c;
}
.row > .col.col-partenaires {
  padding: 0;
}
.partenaires {
  background: url(/wp-content/uploads/2019/02/fond-partenaires.png) no-repeat center top;
  background-size: cover;
  padding: 20px 10px;
}
.partenaires .h2 {
  line-height: 100%;
}
.logos-partenaires {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .logos-partenaires {
    flex-direction: column;
    height: 134px;
  }
}
/*Titre page interne*/
.option-title-internal .col {
  background-size: cover;
  margin-top: 10px;
  padding-top: 30px;
  margin-bottom: 10px;
}
.option-col-bg-gray .col {
  background-color: #f6fbfa;
  padding: 40px 90px;
}
@media (max-width: 767px) {
  .option-col-bg-gray .col {
    padding: 40px 20px;
  }
}
.green-block {
  background-color: #a6d7d3;
  padding: 48px;
}
@media (max-width: 767px) {
  .green-block {
    padding: 24px;
  }
}
a.lien-utile {
  font-size: 18px;
  line-height: 1.4;
}
a.lien-utile:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 10px;
}
/*Navigation mobile fiche*/
.mobile-nav {
  width: 100%;
  height: 40px;
  background-color: #007ec3;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 10;
}
.mobile-nav a {
  display: flex;
  align-items: center;
}
.mobile-nav a .fas {
  font-size: 24px;
  padding-left: 4px;
  padding-right: 4px;
}
.mobile-nav a span {
  color: #fff;
  font-size: 14px;
}
.mobile-nav a:hover {
  text-decoration: none;
  color: #f7d218;
}
@media (min-width: 767px) {
  .mobile-nav {
    display: none;
  }
}
button.btn-export {
  display: inline-block;
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #007ec3;
  color: #fff;
  padding: 15px 30px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}
button.btn-export:hover {
  background-color: #f7d218;
}
.col.col-elearning {
  display: flex;
  justify-content: space-around;
  height: 270px;
  align-items: center;
  margin-bottom: 20px;
}
.col.col-elearning .learn-infos p {
  color: #fff;
}
@media (max-width: 767px) {
  .col.col-elearning {
    display: block;
    height: inherit;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.col.col-elearning > p {
  display: none;
}
/******************************************************************
Stylesheet: mixins
******************************************************************/
/*font-family: 'Bitter', serif;*/
/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Roboto', sans-serif;*/
/* gestion des colonnes */
/******************************************************************
Stylesheet: mixins
******************************************************************/
.mce-content-body {
  max-width: 1160px;
  background-color: #f5f5f5;
}
@media (max-width: 939px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.row > *,
.mce-content-body > * {
  clear: both;
  padding-left: 10px;
  padding-right: 10px;
}
.row > ul,
.mce-content-body > ul {
  padding-left: 55px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.col_1_4 {
  width: 25%;
}
@media (max-width: 767px) {
  .col_1_4 {
    width: 100%;
  }
}
.col_3_4 {
  width: 75%;
}
@media (max-width: 767px) {
  .col_3_4 {
    width: 100%;
  }
}
.col_1_3 {
  width: 33.33%;
}
@media (max-width: 767px) {
  .col_1_3 {
    width: 100%;
  }
}
.col_2_3 {
  width: 66.67%;
}
@media (max-width: 767px) {
  .col_2_3 {
    width: 100%;
  }
}
.col_1_2 {
  width: 50%;
}
@media (max-width: 767px) {
  .col_1_2 {
    width: 100%;
  }
}
.col_1_1 {
  width: 100%;
}
@media (max-width: 767px) {
  .col_1_1 {
    width: 100%;
  }
}
/******************************************************************
Stylesheet: layout css
******************************************************************/
.wrap {
  margin: 0 auto;
  max-width: 1100px;
}
body {
  font-family: 'Open Sans', sans-serif;
}
.site {
  position: relative;
}
/*Classes de marges*/
.option-pvxl {
  padding-top: 20px;
  padding-bottom: 20px;
}
/******************************************************************
Stylesheet: Header
******************************************************************/
.site-header {
  height: 120px;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 10px;
}
@media (max-width: 960px) {
  .section-header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px;
  }
  .section-header .wrap {
    margin: inherit;
    flex-basis: 300px;
  }
}
.header-logo {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
}
.header-logo .header-col-logo {
  margin-top: 2px;
}
.header-menu {
  flex: 0 0 79%;
}
.menu-main-mouvasso-container .menu {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  padding-top: 44px;
  margin-bottom: 0;
}
.menu-main-mouvasso-container .menu .menu-item {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 150px;
}
.menu-main-mouvasso-container .menu a {
  font-family: 'Bitter', serif;
  font-size: 15px;
  text-decoration: none;
  color: #007ec3;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0;
}
.menu-main-mouvasso-container .menu a:hover {
  color: #000;
}
.menu-main-mouvasso-container .menu .menu-item:hover {
  color: #000;
  position: relative;
}
.menu-main-mouvasso-container .menu .menu-item:hover:before {
  background-color: #000;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 55px;
  left: 0px;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .menu-main-mouvasso-container .menu .menu-item:hover:before {
    display: none;
  }
}
.menu-main-mouvasso-container .menu .current-menu-item {
  position: relative;
}
.menu-main-mouvasso-container .menu .current-menu-item:before {
  background-color: #000;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 55px;
  left: 0px;
}
@media (max-width: 960px) {
  .menu-main-mouvasso-container .menu .current-menu-item:before {
    display: none;
  }
}
.menu-main-mouvasso-container .menu .current-menu-item a {
  color: #000;
}
.menu-icon {
  position: relative;
  align-self: start;
}
@media (max-width: 939px) {
  .menu-icon {
    display: none;
  }
}
.menu-icon .first-icon {
  width: 0;
  height: 0;
  position: absolute;
  top: -82px;
  left: -265px;
  border-top: 154px solid #007ec3;
  border-right: 154px solid transparent;
  transform: rotate(-135deg);
  z-index: 5;
}
.menu-icon .first-icon:before {
  content: "\f1ad";
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  color: #FFF;
  position: absolute;
  bottom: 107px;
  left: 17px;
  transform: rotate(-226deg);
}
.menu-icon .first-icon:hover {
  border-top: 154px solid #e6341c;
}
.menu-icon .second-icon {
  position: absolute;
  top: 0;
  right: -14px;
  width: 0;
  height: 0;
  border-top: 120px solid #f7d218;
  border-right: 99px solid #f7d218;
  z-index: 0;
}
.menu-icon .second-icon:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 150px solid #f7d218;
  border-left: 150px solid transparent;
  position: absolute;
  top: -150px;
  left: -119px;
}
.menu-icon .second-icon:after {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  color: #FFF;
  position: absolute;
  bottom: 36px;
  left: 17px;
  transform: rotate(-218deg);
}
.menu-icon .second-icon:hover {
  border-top: 120px solid #615e7b;
  border-right: 110px solid #615e7b;
}
.menu-icon .second-icon:hover:before {
  border-bottom: 150px solid #615e7b;
}
.favoris-number {
  position: absolute;
  top: 61px;
  right: 37px;
  color: #fff;
  font-size: 12px;
}
.favoris-number span {
  background-color: #e6341c;
  border-radius: 50px;
  padding: 3px 8px;
}
/*Menu aside*/
.site-aside {
  position: absolute;
  top: 0;
  right: -320px;
  width: 300px;
  height: 100%;
  background-color: #007ec3;
  padding: 20px;
  z-index: 20;
}
.site-aside.site-menuburger-show {
  right: 0;
}
.site-aside .row,
.site-aside .col {
  display: block;
}
.site-aside .aside-row-menuburgerclose {
  text-align: right;
  cursor: pointer;
}
#menu-aside-menu {
  padding-left: 0;
  padding-right: 0;
  flex-direction: column;
  align-items: center;
}
#menu-aside-menu li {
  padding-left: 0;
  padding-right: 0;
  margin: 12px 0;
  max-width: 250px;
}
#menu-aside-menu li a {
  color: white;
  font-size: 20px;
}
#menu-aside-menu li.current-menu-item a:after {
  background-color: #f7d218;
  content: "";
  display: block;
  width: 68px;
  height: 8px;
  position: absolute;
  top: 100%;
  left: calc(50% - 34px);
  transition: all 1s ease;
}
/******************************************************************
Stylesheet: footer
******************************************************************/
.section-footer {
  border-top: 1px solid #e6e6e6;
  padding: 25px 0 10px 0;
}
.footer-menu span {
  display: block;
  font-size: 12px;
  text-align: right;
}
.copyright {
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-size: 15px;
  color: #969595;
}
.menu-footer-mouvasso-container .menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  margin: 0;
}
.menu-footer-mouvasso-container .menu .menu-item {
  margin-left: 10px;
}
.menu-footer-mouvasso-container .menu .menu-item a {
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #007ec3;
}
/******************************************************************
Stylesheet: vue accordéon
******************************************************************/
.section-accordeon .accordion {
  padding: 0;
}
.accordion .fa {
  font-size: 28px;
}
.accordion-toggle {
  float: right;
}
.accordion-toggle-open,
.accordion-toggle-close {
  cursor: pointer;
}
.items-editeur {
  padding: 1px 0;
}
/******************************************************************
Stylesheet: vue colonne
******************************************************************/
.section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.col {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/******************************************************************
Stylesheet: Map list item
******************************************************************/
a.cmap-list-item-link {
  display: block;
  margin-bottom: 2px;
  border: 1px solid #e6e6e6;
  text-decoration: none;
}
a.cmap-list-item-link:hover {
  background-color: #e6341c;
  transition: background-color 1s ease;
}
a.cmap-list-item-link:hover .cmap-list-item-title,
a.cmap-list-item-link:hover .cmap-list-item-info {
  color: #fff;
}
a.cmap-list-item-link:hover .cmap-list-item-info .fas,
a.cmap-list-item-link:hover .cmap-list-item-info .far {
  color: #1c1941;
}
a.cmap-list-item-link.format_distance:hover {
  background-color: #f7d218;
}
.cmap-list-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 10px 0;
}
.cmap-list-item-img {
  height: 80px;
  width: 80px;
}
.cmap-list-item-date {
  margin-right: 10px;
}
.cmap-list-item-title {
  max-width: 425px;
  font-family: 'Bitter', serif;
  font-size: 15px;
  font-weight: 700;
  color: #007ec3;
  margin-bottom: 8px;
}
.cmap-list-item-info {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #000;
}
.cmap-list-item-info .fas,
.cmap-list-item-info .far {
  color: #e6341c;
}
.format_distance .fas,
.format_distance .far {
  color: #f7d218;
}
/*Liste formation*/
.formation-item {
  padding-left: 11px;
  position: relative;
}
.formation-item:before {
  content: "";
  background-color: #e6341c;
  width: 9px;
  height: calc(100% - 8px);
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
}
.formation-item.format_distance:before {
  background-color: #f7d218;
}
.cmap-list-item-date {
  width: 54px;
  margin-left: 10px;
}
.date-info {
  font-family: 'Bitter', serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #e6341c;
  text-align: center;
}
.formation-item:hover .date-info {
  color: #fff;
}
/*Message de fin de liste*/
.cmap-list-item-essor {
  position: relative;
  display: flex;
  background-color: #f7d218;
  padding: 24px;
}
.cmap-list-item-essor:before {
  content: "";
  background-color: #007ec3;
  width: 9px;
  height: calc(100% - 6px);
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
}
.cmap-list-item-essor .infos-item-desc {
  width: 80%;
  margin-left: 12px;
}
a.cmap-list-item-link-custom:hover {
  text-decoration: none;
  color: #e6341c;
}
a.cmap-list-item-link-custom:hover .cmap-list-item-essor.alter {
  box-shadow: 0 0 12px 0 #afafaf6b;
}
a.cmap-list-item-link-custom:hover .cmap-list-item-essor.alter strong {
  text-decoration: underline;
}
.formation-msg {
  position: relative;
  padding-left: 24px;
}
.formation-msg:before {
  content: "";
  background-color: #e6341c;
  width: 9px;
  height: calc(100% - 6px);
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
}
.formation-msg p {
  color: #007ec3;
  font-weight: 900;
}
/******************************************************************
Stylesheet: Fiche annuaire
******************************************************************/
/******************************************************************
Stylesheet: mixins
******************************************************************/
#map,
#map-orga {
  width: 540px;
  height: 550px;
}
@media (max-width: 767px) {
  #map,
  #map-orga {
    width: 100%;
  }
}
.site-content::-webkit-scrollbar {
  display: none;
}
.section-fiche {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .section-fiche {
    margin-top: 0;
  }
}
.fiche-structure-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background-color: #fff;
}
@media (max-width: 767px) {
  .fiche-structure-container {
    padding-top: 40px;
  }
}
.fiche-structure-container .h2 {
  text-align: center;
}
.fiche-map-info {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.fiche-map-info .backbtn {
  position: absolute;
  top: 30px;
  left: 20px;
}
.fiche-map-info .backbtn .fas {
  font-size: 30px;
  color: #e6341c;
}
@media (max-width: 767px) {
  .fiche-map-info .backbtn {
    display: none;
  }
}
@media (max-width: 767px) {
  .fiche-map-info {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .fiche-structure-map {
    order: 1;
  }
}
.info-core {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .info-core {
    display: block;
  }
}
.fiche-map-info h2 {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  color: #007ec3;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  margin-top: 25px;
}
.separator {
  border-top: 2px solid #007ec3;
  border-bottom: transparent;
  margin: 20px 0;
}
.meta-infos {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 300;
}
@media (max-width: 767px) {
  .meta-infos {
    flex-wrap: nowrap;
  }
}
.meta-struc-type {
  flex-basis: 30%;
  margin-top: 28px;
}
.meta-struc-thematiques {
  flex-basis: 70%;
}
.struc-type {
  position: relative;
  padding-top: 8px;
}
.struc-type:before {
  content: "\f47f";
  position: absolute;
  top: -30px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  color: #e6341c;
  font-weight: 600;
}
@media (max-width: 767px) {
  .struc-type {
    width: inherit;
    margin-right: 24px;
  }
}
.struc-type.type_structure_coll:before {
  content: "\f1ad";
}
.struc-theme {
  display: block;
  position: relative;
  margin-left: 51px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.struc-theme:before {
  content: "\f07c";
  position: absolute;
  top: -10px;
  left: -40px;
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  color: #e6341c;
  font-weight: 600;
}
.struc-theme span {
  color: #e6341c;
}
.fiche-logo {
  width: 30%;
}
.fiche-adress p {
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #007ec3;
  margin-bottom: 0;
  margin-top: 0;
}
.struc-mail {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #e6341c;
  font-weight: 300;
}
.btn-struc {
  text-align: center;
}
.btn-struc-link {
  display: inline-block;
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #007ec3;
  color: #fff;
  padding: 15px 30px;
  border-radius: 6px;
}
a.btn-struc-link:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  a.btn-struc-link {
    margin-bottom: 12px;
  }
}
.fiche-structure-desc h2 {
  text-align: left;
}
.fiche-structure-desc {
  background-color: #fff;
  padding: 20px 30px 40px 30px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.fiche-structure-desc p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 300;
}
.triangle-topright {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #007ec3;
  border-left: 50px solid transparent;
}
.triangle-bottomright-red {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 50px solid #e6341c;
  border-left: 185px solid transparent;
  z-index: 1;
}
.triangle-bottomright-green {
  position: absolute;
  right: 0;
  bottom: 27px;
  width: 0;
  height: 0;
  border-bottom: 64px solid #f7d218;
  border-left: 64px solid transparent;
}
/******************************************************************
Stylesheet: Fiche annuaire formations
******************************************************************/
/******************************************************************
Stylesheet: mixins
******************************************************************/
.fiche-formation-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background-color: #fff;
}
@media (max-width: 767px) {
  .fiche-formation-container {
    padding-top: 40px;
  }
}
.fiche-formation-container .h1 {
  margin-bottom: 0;
}
.form-header {
  padding: 0 20px 10px 20px;
  text-align: center;
}
.form-soustitre {
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-size: 20px;
  color: #007ec3;
  text-transform: uppercase;
  text-align: center;
}
.form-icones-infos {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding-bottom: 10px;
}
.form-icones-infos span {
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 300;
  margin-top: 40px;
}
.form-icones-infos span:before {
  content: "\f19d";
  font-family: "Font Awesome 5 Free";
  font-size: 26px;
  color: #e6341c;
  position: absolute;
  top: -30px;
  left: calc(50% - 13px);
  font-weight: 600;
}
.form-icones-infos span.price-item:before {
  content: "\f153";
}
.form-icones-infos span.time-item:before {
  content: "\f2f2";
}
.form-icones-infos span.type-form-item:before {
  content: "\f3c5";
}
.form-cond-price {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 300;
}
.asterisque {
  color: #e6341c;
}
.desc-formation {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 300;
}
.list-public {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 300;
}
.fiche-formation-container .h3 {
  text-align: center;
}
.fiche-formation-container .btn-struc-link {
  padding: 15px 18px;
  position: relative;
  z-index: 10;
}
.fiche-formation-meta {
  background-color: #f7d218;
  padding: 20px;
  position: relative;
}
.meta-date {
  text-align: center;
  font-family: 'Bitter', serif;
  color: #fff;
  font-size: 45px;
}
.meta-date span {
  display: block;
}
.meta-formation-date {
  font-size: 38px;
}
@media (max-width: 767px) {
  .meta-formation-date {
    font-size: 21px;
  }
}
.meta-map-infos {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.meta-formation-horaire {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 600;
}
.form-meta-coor {
  padding-left: 20px;
}
.form-meta-coor span {
  display: block;
  font-family: 'Bitter', serif;
  font-weight: 700;
  color: #007ec3;
}
.meta-form-dpt {
  font-size: 20px;
  text-transform: uppercase;
}
.meta-form-adress {
  font-size: 15px;
  margin-top: 20px;
}
.form-meta-coor span.meta-sep,
.form-meta-coor span.meta-form-gps {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
}
.form-meta-coor span.meta-form-gps {
  color: #000;
}
.meta-tel {
  display: block;
  font-family: 'Bitter', serif;
  font-weight: 400;
  color: #007ec3;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fiche-formation-container .btn {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 20px;
}
a.btn-fav {
  position: relative;
  font-family: 'Bitter', serif;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  border-width: 1px;
  border-color: #6a9c97;
  border-style: solid;
  border-radius: 6px;
  padding: 15px 70px;
  display: inline-block;
}
@media (max-width: 767px) {
  a.btn-fav {
    padding: 15px 10px;
  }
}
a.btn-fav:after {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  color: #FFF;
  position: absolute;
  bottom: 8px;
  right: 11px;
}
@media (max-width: 767px) {
  a.btn-fav:after {
    content: none;
  }
}
.link-structure {
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
  color: white;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 1.333;
  text-align: center;
  display: block;
}
.fiche-formation-meta i {
  font-size: 25px;
  position: absolute;
  left: 30px;
  color: #007ec3;
}
.fiche-formation-meta i:after {
  content: "";
  width: 130px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transform: rotate(-45deg);
  bottom: -14px;
  left: -23px;
}
@media (max-width: 767px) {
  .fiche-formation-meta i:after {
    content: none;
  }
}
.fiche-formation-meta .separator {
  margin: 30px 0;
}
.fiche-compl {
  background-color: #e5f3f1;
  padding: 40px;
}
.fiche-compl .h2 {
  text-align: center;
  margin-bottom: 32px;
}
.fiche-compl-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
a.item-fich-compl {
  position: relative;
  flex: 0 1 316px;
  height: auto;
  background-color: #d12e45;
  border: 4px solid #fff;
  outline: 1px solid #e6e6e6;
  margin: 16px 12px;
  font-family: 'Bitter', serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 20px;
}
a.item-fich-compl:hover {
  color: #fff;
  text-decoration: none;
  background-color: #95c5c0;
}
a.item-fich-compl:hover .triangle-bottomright-red.alter {
  border-bottom: 50px solid #f7d218;
}
.item-fich-compl-date {
  font-size: 25px;
}
.triangle-bottomright-red.alter {
  border-bottom: 50px solid #e6341c;
  border-left: 50px solid transparent;
}
.btn-fav-wrapper {
  display: block;
}
/* body:not(.logged-in) .btn-fav { display:none; } */
.btn-fav-on {
  background-color: #e6341c;
}
a.link-structure p {
  color: #fff !important;
  font-weight: 500;
  margin-top: 12px;
}
a.link-structure p:hover {
  color: #fff;
}
a.link-structure:hover {
  color: #fff;
}
/******************************************************************
Stylesheet: Intranet
******************************************************************/
.intranet_wrapper {
  padding-top: 24px;
}
.intranet_content_wrapper h1 {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  color: #007ec3;
  text-transform: uppercase;
}
/*Menu colonne gauche*/
.intranet_account {
  padding-left: 34px;
}
.intranet_account a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  position: relative;
}
.intranet_account a:before {
  content: "\f0a8";
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  font-weight: 600;
  color: #e6341c;
  position: absolute;
  top: -4px;
  left: -30px;
}
.intranet_menu_structure_title {
  position: relative;
  font-size: 15px;
  font-family: "Bitter";
  text-transform: uppercase;
  color: #007ec3;
  font-weight: bold;
  border: 1px solid #e6e6e6;
  padding: 16px 35px 16px 70px;
  margin-bottom: 0;
}
.intranet_menu_structure_title:before {
  content: "";
  background-color: #007ec3;
  width: 9px;
  height: calc(100% - 4px);
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
}
.intranet_menu_structure_title:after {
  content: "\f1ad";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 28px;
  color: #007ec3;
  position: absolute;
  bottom: calc(50% - 14px);
  left: 27px;
}
.intranet_menu_structure_title.active {
  background-color: #007ec3;
  color: #fff;
}
.accordion-toggle {
  float: right;
  position: relative;
  top: -3px;
  left: 28px;
}
.accordion-toggle i {
  font-size: 25px;
}
.intranet_menu_structure_title.active:after {
  color: #fff;
}
.intranet_menu_structure_profil,
.intranet_menu_structure_addform {
  position: relative;
}
.intranet_menu_structure_addform {
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  margin-top: -2px;
  border-bottom: 2px solid #007ec3;
  margin-bottom: -12px;
  padding-bottom: 24px;
}
.intranet-menu-title {
  font-size: 35px;
  font-family: 'Bitter', serif;
  color: #007ec3;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 2px solid #007ec3;
  margin: 0;
  padding: 24px 0;
}
.intranet-menu-title.alter {
  color: #f7d218;
  border: none;
}
.intra-triangle-topright {
  position: absolute;
  right: 0;
  top: 3px;
  width: 0;
  height: 0;
  border-top: 70px solid #007ec3;
  border-left: 70px solid transparent;
}
.intra-triangle-topright.alter {
  border-top: 70px solid #f7d218;
}
a.btn-intra-formation {
  display: inline-block;
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #f7d218;
  color: #fff;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #6a9c97;
}
/*Onglets*/
.intranet_content_wrapper.col.col_2_3.colonne {
  margin-top: 37px;
}
.intranet_content_wrapper.col.col_2_3.colonne .col.col_1_1.colonne {
  border: 1px solid #e6e6e6;
}
.intra-onglets {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  height: 146px;
  margin-right: -20px;
}
.intra-onglets-profil,
.intra-onglets-position a {
  font-size: 20px;
  font-family: "Bitter";
  color: #007ec3;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.intra-onglets-position,
.intra-onglets-profil {
  flex: 0 1 345px;
}
.intra-onglets-profil {
  background-color: #f7d218;
  position: relative;
  padding-top: 24px;
  left: -10px;
}
.intra-onglets-profil b {
  padding-top: 40px;
  display: block;
  padding-left: 50px;
}
.intra-onglets-profil i {
  font-size: 25px;
  position: absolute;
  left: 30px;
  color: #007ec3;
}
.intra-onglets-profil i:after {
  content: "";
  width: 130px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transform: rotate(-45deg);
  bottom: -14px;
  left: -34px;
}
.intra-onglets-position {
  position: relative;
  padding-top: 24px;
}
.intra-onglets-position a {
  padding-top: 40px;
  display: block;
  padding-left: 50px;
}
.intra-onglets-position i {
  font-size: 25px;
  position: absolute;
  left: 30px;
  color: #007ec3;
}
.intra-onglets-position i:after {
  content: "";
  width: 130px;
  height: 1px;
  background-color: #007ec3;
  position: absolute;
  transform: rotate(-45deg);
  bottom: -14px;
  left: -34px;
}
/*Formulaires*/
.intranet_content_wrapper .acf-label label {
  font-family: 'Bitter', serif;
  font-size: 15px;
  font-weight: 700;
  color: #007ec3;
}
.intranet_content_wrapper .acf-input {
  background-color: #fff;
  height: 50px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 300;
  border-radius: 0px;
  margin-bottom: 10px;
}
.intranet_content_wrapper .acf-checkbox-list li:before {
  content: none;
}
.intranet_content_wrapper .acf-form-submit {
  margin-left: 10px;
  margin-bottom: 24px;
}
/*bug acf*/
.acf-field.acf-field-checkbox.acf-field-5c57f538bb52e {
  min-height: 240px;
}
/******************************************************************
Stylesheet: ecrans de connexion
******************************************************************/
.adcour_wrapper {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 300;
  border: 1px solid #e6e6e6;
  min-height: 408px;
  padding: 48px;
  margin-top: 48px;
}
.login-title h1 {
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
  color: #007ec3;
  margin-bottom: 0;
}
.login-title p {
  text-align: center;
  margin-top: 8px;
}
.form-item {
  position: relative;
  margin-top: 40px;
}
.adcourtitle {
  font-family: 'Bitter', serif;
  font-size: 15px;
  font-weight: 500;
  color: #007ec3;
  margin-bottom: 7px;
}
.adcour.single-line,
input[type="password"] {
  border: 1px solid #6a9c97;
  background-color: rgba(106, 156, 151, 0.16);
  height: 40px;
  padding-top: 10px;
  padding-left: 12px;
}
.adcourbtn,
.admdptn,
.cmdpbtn {
  cursor: pointer;
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #f7d218;
  color: #fff;
  padding: 12px 0;
  border-radius: 6px;
  width: 108px;
  margin-left: auto;
  margin-top: 12px;
  text-align: center;
}
.adcourbtn:hover,
.admdptn:hover,
.cmdpbtn:hover {
  background-color: #007ec3;
}
.newbtn,
.admdfbtn {
  font-weight: bold;
  color: #f7d218;
  cursor: pointer;
  padding: 12px 12px 12px 0;
  display: inline-block;
}
.newbtn:hover,
.admdfbtn:hover {
  text-decoration: underline;
}
/******************************************************************
Stylesheet: ecrans page favoris
******************************************************************/
.page-id-1769 .map-formations-filtre-wrapper {
  opacity: 0;
}
.page-id-1769 .adcourtitle {
  font-size: 18px;
}
.map-formations-filtre-favoris-wrapper {
  display: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(106, 156, 151, 0.16);
}
.filtre-favoris-container {
  width: 375px;
  margin: 0 auto;
  padding-top: 32px;
}
.adcour.single-line.alter {
  width: 100%;
  padding-top: 0;
}
.adcourbtn.alter {
  margin-left: 0;
}

/******************************************************************
Stylesheet: css provenant de l'ancien plus.css
******************************************************************/

html,
body {
  /* overflow-y: scroll!important; */
  /* overflow: scroll!important; */
  /* height:auto!important; */
}

.section-footer a:hover {
  color: #e6341c;
}

p a:hover {
  color: #e6341c;
}

.noscroll {
  overflow: hidden;
}

body .site-content {
  overflow-y: visible;
  height: auto;
  min-height: 0;
}

div#mapfiche {
  height: 100%;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

/* line 276, ../scss/_intranet.scss */

/* rbaer : bug acf input description */

body .intranet_content_wrapper .acf-input {
  min-height: 50px;
  height: auto;
}

/* body .site-footer { */

/* position: fixed; */

/* bottom: 0; */

/* width: 100%; */

/* } */

body .site-content {
  /* position:relative; */
  /* height: calc(100vh - 122px - 70px); */
  /* overflow-y:scroll; */
}

.section.option-autofixed .col:first-child {
  overflow-y: scroll;
}

/* .section.option-autofixed .col:nth-child(2){ */

.section.option-autofixed .col {
  padding: 0;
}

/* .section.option-autofixed #map, */

/* .section.option-autofixed #map-orga */

/* { */

/* width: 100%; */

/* height: 100%; */

/* } */

.structures_render_wrapper {
  /* width: 100%; */
  /* height:100%; */
  position: fixed!important;
  /* top: 0; */
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.structures_render_background {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

/* .intranet_account, */

/* .intranet_menu_structure_title{ */

/* display:none; */

/* } */

body .intranet_menu_structure_title {
  padding-left: 20px;
}

body .intranet_menu_structure_title:after {
  content: "";
}

.accordion {
  cursor: pointer;
}

body .intranet_content_wrapper.col.col_2_3.colonne {
  margin-top: 0;
}

.structures_render_wrapper .section-fiche {
  /* margin-top:0; */
  /* margin-bottom:0; */
}

.cmap-list-item-img-wrapper {
  padding: 2px;
  background-color: #fff;
}

body .cmap-list-item-img {
  height: 76px;
}

a.cmap-list-item-link.map_marker_hover {
  background-color: #e6341c;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.formation-item.map_marker_hover .date-info {
  color: #fff;
}

a.cmap-list-item-link.map_marker_hover .cmap-list-item-title,
a.cmap-list-item-link.map_marker_hover .cmap-list-item-info {
  color: #fff;
}

.leaflet-popup,
.leaflet-popup-tip-container {
  max-height: none;
}

.cl-cluster-icon-rouge {
  background-image: url('/wp-content/uploads/2019/05/marker-bleu-cluster.png');
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 32px;
  width: 32px;
  max-height: none;
}

.cl-cluster-icon-survol {
  background-image: url('/wp-content/uploads/2019/05/marker-rouge-cluster.png');
}

.cl-cluster-count {
  position: absolute;
  height: 32px;
  width: 32px;
  text-align: center;
  margin-top: 7px;
}

/************************************************************************************
************************************************************************************
************************************************************************************
Cartoliste
************************************************************************************
************************************************************************************
************************************************************************************/

/*
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 1030px) {
}
*/

#cmap {
  padding: 0 0 10px 0px;
  font-size: 16px;
}

/*
#cmap{
	// position:relative; // pas possible sinon la hauteur est trop grands pour le wrapper
}
*/

#cmapWrapper {
  position: absolute;
  /* height:100%; */
  height: calc( 100vh - 70px);
  padding-top: 120px;
  padding-bottom: 5px;
  /* // box-sizing:border-box; */
  /* // width:100%; /* pas possible sinon la largeur déborde à droite */
  /* // left:0; /* sauf avec left:0 */
  max-width: 1080px;
  margin-top: -5px;
  margin-left: 540px;
  width: 540px;
  z-index: 1;
}

@media (max-width: 767px) {
  #cmapWrapper {
    height: inherit;
  }
}

#cmap.cmap-structure #cmapWrapper {
  height: calc( 100vh - 12px);
}

@media only screen and (max-width: 1100px) {
  #cmapWrapper {
    margin-left: 49%;
    width: 49%;
  }
  #cmapCarte{
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  #cmap.cmap-structure #cmapWrapper {
    height: inherit;
  }
  #cmapWrapper {
    position: relative;
    margin-left: 0;
    width: 100%;
  }
  .btn.btn-default {
    margin-bottom: 6px;
  }
  #cmap-number {
    float: right;
    position: relative!important;
    margin: 10px;
  }
  .cmap-search input.typeahead {
    width: 112px!important;
  }
  .cmap-search {
    margin-bottom: 20px;
  }
}

#cmapCarte #map {
  height: 100%!important;
}

#cmapCarte {
  height: calc(100% - 7px)!important;
  float: right;
  width: 50%;
  width: 100%!important;
}

@media only screen and (max-width: 1029px) {
  #cmapCarte,
  #cmapListe {
    min-width: 49%!important;
  }
}

@media only screen and (max-width: 767px) {
  #cmapCarte {
    height: 300px!important;
  }
}

#cmap #cmapFiltre {
  background-color: #fff;
  margin-top: -120px;
  /* padding-top:5px; */
  /*	margin-left: -490px; */
  margin-left: -100%;
  width: 200%;
}

@media(max-width: 767px) {
  #cmap #cmapFiltre {
    margin-top: -112px;
  }
}

#cmap #cmapListe {
  margin-top: 115px;
  /* was 115px */
  /* border: 1px solid #bbb; */
}

#cmap.cmap-structure #cmapListe {
  margin-top: 58px;
  /* was 115px */
  /* border: 1px solid #bbb; */
}

@media only screen and (max-width: 767px) {
  #cmap.cmap-structure #cmapListe {
    margin-top: 40px;
  }
  #cmap #cmapFiltre {
    margin-left: 0;
    width: 100%;
  }
  #cmap #cmapListe {
    width: 100%;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  #cmap.cmap-float:not(.cmap-bottom) #cmapWrapper {
    position: fixed;
    top: 5px;
  }
}

#cmapFiltre .map-formations-filtre-wrapper,
#cmapWrapper .map-orga-filtre-wrapper {
  max-width: inherit;
}

/*
#cmap #cmapFiltre{
	max-width:982px;
}
#cmap:not(.cmap-bottom) #cmapFiltre{
	position: absolute;
	top:0;
}
#cmap.cmap-float:not(.cmap-bottom) #cmapFiltre{
	// position:fixed;
}
#cmap.cmap-bottom #cmapFiltre{
	position: absolute;
	bottom: 410px;
}

.cmap-float:not(.cmap-bottom) #cmapCarte{
	position: fixed!important;
	top: 110px;
	right: 0;
	left: 50%;
	width: 441px;
}
.cmap-bottom #cmapCarte{
	position: absolute!important;
	bottom: 10px;
	right: 0;
}
*/

a.cmap-list-item-zoom,
a.cmap-list-item-page {
  display: none;
}

.cmap-list-item:hover a.cmap-list-item-zoom,
.cmap-list-item:hover a.cmap-list-item-page,
.cmap-list-item-selected a.cmap-list-item-zoom,
.cmap-list-item-selected a.cmap-list-item-page {
  display: block;
}

/* filter */

.cmap-filters>span,
.cmap-search>span {
  font-size: 14px;
  padding-right: 0!important;
  width: 100px!important;
  display: inline-block;
}

@media only screen and (max-width: 1029px) {
  .cmap-filters>span,
  #cmap-clear-filters {
    display: none;
  }
}

#cmapFiltre {
  /* border: 1px solid #bbb!important;*/
}

.cmap-search input.typeahead {
  border: 0;
  border-radius: 0;
  background-color: rgba(218, 218, 164, 0.5);
  font-size: 14px;
  line-height: 14px;
  height: 30px;
}

.cmap-search input.typeahead:active {
  color: #643e11;
  background-color: rgba(218, 218, 164, 0.8);
}

#cmap-number {
  font-size: 13px;
  width: auto!important;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : 1 juin 2015, 17:09:11
    Author     : Antoine Riche - Carto'CITÃ‰
*/

#cmap {
  max-width: 1040px;
  width: 100%;
  padding: 5px;
}

@media (max-width: 767px) {
  #cmap {
    padding: 0;
  }
}

/* --------------------
 * FILTRES ET RECHERCHE
 * --------------------
 */

#cmapFiltre {
  width: 100%;
  /*border: 2px solid #bbb;*/
  margin-bottom: 5px;
  /*padding: 10px 5px;*/
  padding: 0;
}

.cmap-filters {
  width: 100%;
  height: 50%;
  padding: 6px 0 2px 10px;
}

.cmap-filters>span {
  width: 300px;
}

button.multiselect,
button#cmap-clear-filters {
  margin: 0px 6px;
  border-width: 2px;
  padding: 5px 9px;
}

#cmap-clear-filters .btn {
  border-width: 2px;
}

.cmap-search {
  position: relative;
  width: 100%;
  height: 50%;
  padding: 10px 0 0 10px;
}

.cmap-search>* {
  vertical-align: middle;
}

.cmap-search input[type="text"] {
  margin-bottom: 0;
}

#cmap-number {
  position: absolute;
  bottom: 5px;
  right: 15px;
  text-align: right;
}

/* --------------------
 * CARTE ET SON CONTENU
 * --------------------
 */

#cmapCarte {
  width: 50%;
  min-width: 480px;
  height: 550px;
  border: 1px solid #bbb;
}

.cmap-zoom-control {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.cmap-zoom-control .button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/zoom-to-all.png);
  display: block;
  width: 26px;
  height: 26px;
}

.leaflet-touch .cmap-zoom-control .button {
  width: 30px;
  height: 30px;
}

.cmap-tiny-popup {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  border: solid 1px grey;
  padding: 2px;
  color: black;
  font: 13px Arial, Helvetica, sans-serif; //font-size: 1.1em;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  display: none;
  opacity: 0.9;
  z-index: 2000;
}

.cmap-tiny-popup.visible {
  display: inline-block;
}

/* ---------------------
 * LISTE ET SES ELEMENTS
 * ---------------------
 */

#cmapListe {
  /* background: #f7f2e0 none repeat scroll 0 0; */
  float: left;
  width: 50%;
  min-width: 480px;
  min-height: 400px;
  /* margin: 5px 3px 0 0px; */
}

.formation-item .cmap-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* margin-left: 5px; */
  /* margin-right: 5px; */
  /* padding-top: 5px; */
  /* padding-bottom: 5px; */
  /* border-bottom: 1px solid #bbb; */
  /*z-index: 1000;
  cursor: pointer;*/
}

.cmap-list-item-info {
  font-size: 0.95em;
  line-height: 1.3;
}

.cmap-list-item-hide {
  display: none;
}

.cmap-list-item-selected {
  background: #E7E5C4;
}

/* Styles pour le template d'un Ã©lÃ©ments de la liste */

.cmap-list-item-img {
  height: 100px;
  width: 100px;
  border: solid 1px #777;
}

.cmap-list-item-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: calc(100% - 108px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: 8px;
}

.cmap-list-item-desc-last>a {
  -ms-flex-item-align: end;
  align-self: flex-end;
  float: right;
  width: 24px;
  height: 24px;
  border: solid 1px #777;
  border-radius: 5px;
  margin-left: 10px;
}

.cmap-list-item-page {
  background: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/link-icon.png);
}

.cmap-list-item-zoom {
  background: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/zoom-to-one.png);
}

/* ----------------
 * TYPEAHEAD SEARCH
 * ----------------
 * Styles source: http://twitter.github.io/typeahead.js/examples/
 */

input.typeahead,
.tt-query,
.tt-hint {
  width: 350px;
  padding: 5px;
  font-size: 1.2em;
  line-height: 30px;
  border: 2px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  //border: 2px solid #589A42;
  border: 2px solid #808080;
  border-radius: 5px;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  z-index: 1001 !important;
  width: 400px;
  margin: 4px 0;
  padding: 0px 0;
  background-color: #fff;
  border: 2px solid #bbb;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor,
.tt-suggestion:hover {
  color: #222;
  background-color: #B7E6A8;
}

.tt-suggestion p {
  margin: 0;
}

body .date-info {
  text-transform: lowercase;
  line-height: 1.5em;
}

body .cmap-list-item-date {
  width: 65px;
}

.pageend {
  border-bottom: 9px solid #007ec3;
}

.multiselect-native-select {
  width: 260px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1029px) {
  .multiselect-native-select{
    width: 250px;
  }
}

@media (max-width: 768px) {
  .multiselect-native-select {
  width: 100%;
  margin-bottom: 8px;
  }

 #cmapFiltre input#textsearch {
    width: 100%;
   margin-right: 6px;
  }
}

.btn-group {
  width: 100%;
}

.multiselect-item {
  margin: 0;
}

.multiselect-container {
  z-index: 10000;
}
button.multiselect[title="Thèmes"] + .multiselect-container.dropdown-menu.show {
  height: 450px;
  overflow: scroll;
}
body .multiselect-container input {
  height: auto;
}

body .multiselect-container li {
  margin: 0px 10px;
}

body .ui-menu-item::before,
body .multiselect-container li::before {
  display: none;
}

body .multiselect-container>li>a>label {
  padding: 5px;
  color: #000;
}

.btn-lma {
  background-color: #fff;
  height: 50px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 300;
  border-radius: 0px;
  margin-bottom: 10px;
  text-align: left;
  outline: 1px solid #6a9c97;
  color: #000;
}

.btn-lma:hover,
.btn-lma:focus,
.btn-lma:active {
  outline: 1px solid #6a9c97;
}

input#textsearch {
  margin-left: 5px;
  margin-right: 0;
  margin-bottom: 8px;
  width: 250px;
}

@media only screen and (max-width: 1029px) {
  input#textsearch{
    width: 240px;
  }
}

@media (max-width: 767px) {
  .home input#textsearch {
    width: 100%;
    margin-right: 6px;
  }

}

/* body .fiche-map-info .backbtn { */

/* position: fixed; */

/* top: 0; */

/* left: -50px; */

/* } */

.btn-group-vertical>.btn,
.btn-group>.btn {
  max-width: 100%;
  overflow: hidden;
}

/* formation non validée avec un fond gris */

.intranet_menu_structure_formation .cmap-list-item-link.validation_ {
  background-color: #aaa;
  opacity: 0.5;
}

/*Date formation liste backoffice*/

.page-template-intranet .date-info {
  font-size: 16px;
}

/*Corrections onglets backoffice*/

.page-template-intranet .intra-onglets {
  margin-right: 0;
}

.page-template-intranet .intra-onglets-position,
.page-template-intranet .intra-onglets-profil {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 266px;
  flex: 0 1 266px;
}

.page-template-intranet .intra-onglets-profil b,
.page-template-intranet .intra-onglets-position a {
  font-size: 16px;
}

/* GROUP ACF Formation */

.intranet_content_wrapper .acf-field-group {
  background-color: #f7d218;
  color: #007ec3;
  /* text-transform: uppercase; */
  text-align: center;
}

.intranet_content_wrapper .acf-field-group .acf-input {
  min-height: auto;
}

/*Corrections du bouton previsualiser ds admin */

.page-template-intranet .btn-dup-form,
.page-template-intranet .btn-prev-form {
  font-family: 'Bitter', serif;
  border: 1px solid #007ec3;
  border-radius: 6px;
  padding: 6px 12px;
  margin-top: 12px;
  margin-left: 16px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #007ec3;
}

.page-template-intranet .btn-dup-form:hover,
.page-template-intranet .btn-prev-form:hover {
  opacity: 0.9;
}

.page-template-intranet .intra-onglets+p a:hover {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(231, 52, 76, .35);
  box-shadow: 0px 0px 5px 3px rgba(231, 52, 76, .35);
  text-decoration: none;
}

.page-template-intranet .intra-onglets+p a::visited {
  text-decoration: none;
}

/*Corrections du descriptif heure de formation + télephone dans l'admin */

.intranet_content_wrapper .acf-label label {
  font-size: 14px !important;
}

.acf-field-5c58055bae253 .acf-label .description,
.acf-field-5c57f3a1e27c3 .acf-label .description{
  position: absolute;
  top: 60px;
  font-size: 11px;
  z-index: 20;
}

label[for="acf-field_5c57f74240401"]+.description {
  position: absolute;
  top: 88px;
  font-size: 11px;
  z-index: 20;
}

.intranet_account_mdp {
  margin-top: 20px;
}

/*Statistiques back-office*/

.canvas-container {
  text-align: center;
}

.stats_v2_wrapper .canvas_wrapper {
  display: inline-block;
  width: 70%;
}
.stats_v2_wrapper .canvas_wrapper_pie{
  width:300px;
  max-width: 90%;
}

.stats_v2_wrapper .canvas_wrapper.alter {
  width: 100%
}

h3.alter {
  margin-top: 40px;
}

.col.col_1_1.col-temp {
  padding: 0;
}

.share {
  text-align: right;
  z-index: 10;
  position: absolute;
  top: 15px;
  right: 4px;
  width: 70px;
  margin-left: auto;
}

.share a.btn-share {
    font-size: 18px;
    padding: 0px 3px 2px 4px;
    display: inline-block;
    color: #007ec3;
    -webkit-box-shadow: 0 0px 15px 10px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0px 15px 10px rgba(0, 0, 0, 0.04);
    border-radius: 100px;
    background-color: #9fcac7a6;
  opacity: 0.5;
}

.share a.btn-share:hover {
  opacity: 1;
}

/*Formation passées back-office*/

.intranet_menu_structure_archive_title {
    background-color: #525252;
    color: #fff;
    padding: 8px;
    font-size: 14px;
    margin-bottom: -10px;
}

.past-formation {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}


/*Bandeau covid*/

.option-covidbanner {
 background-color: #f6fbfa;
 max-width: 1100px;
 margin: auto;
}

.option-covidbanner .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}


.option-covidbanner .col-left {
 -ms-flex-preferred-size: 30%;
 flex-basis: 30%;
  padding-top: 0 !important;
  position: relative;
}

.option-covidbanner .col-right {
 -ms-flex-preferred-size: 70%;
 flex-basis: 70%;
    padding-top: 0 !important;
}

.option-covidbanner .col-right > p {
  padding-left: 16px;
}

.option-covidbanner .col-right > p:before {
    content: "\f06a";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 4px;
    font-weight: 600;
  color: #e6341c;

}

/*2020 06 19 */

.page-id-1769 .map-formations-filtre-wrapper {
  height: 180px;
}

.page-id-1769 #cmap #cmapListe {
    margin-top: 180px;

}

/* ADDTHIS */
.a2a_kit i {
    font-size: 30px;
    padding-right: 15px;
}

/* @patch 25/03/2021 ajout css acf upload */
.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}

/* @patch 18/05/2021 ajout des vignettes d'info en fonction du département */
.cmap-list-item-essor .infos-item-desc {
    width: auto;
    margin: 0 0 0 12px;
    flex: 1;
  }
.cmap-list-item-essor .logo-msg{
  width: 96px;
}
.cmap-list-item-link-custom:active,
.cmap-list-item-link-custom:focus{
  text-decoration: none;
}

/* @patch 20/09/2021 */
.menu-icon .second-icon:hover {
    border-right: 100px solid #615e7b;
}

/*@path 28/10/2021 alignement du contenu de l'intranet avec le header*/
.intranet_wrapper .wrap .row{
  margin: 0;
}
.intranet_menu_wrapper.col{
  padding: 0 10px 0 0;
}
.intranet_content_wrapper.col{
  padding: 0;
}
.intranet_content_wrapper.col.col_2_3.colonne .col.col_1_1.colonne{
  padding: 0;
}
.intra-onglets .intra-onglets-profil{
  left: auto;
}
.intranet_content_wrapper a[onclick]{
  padding: 0;
}
.page-template-intranet .intra-onglets{
  flex-wrap: nowrap;
}
@media (max-width: 767px){
  .page-template-intranet .intra-onglets{
    height: auto;
    flex-wrap: wrap;
  }
  .page-template-intranet .intra-onglets-profil,
  .page-template-intranet .intra-onglets-position{
    flex: auto;
  }
}

/* @patch 28/10/2021 style des boutons */
.btn-struc-link,
.btn-fav{
  transition: all ease 0.2s;
}
.btn-fav:hover,
.btn-struc-link:hover,
.btn-struc-link:active,
.btn-struc-link:focus{
  color: #fff;
  background: #494667;
}
.btn-fav:hover,
.btn-fav:active,
.btn-fav:focus{
  color: #fff;
  background: #6a9c97;
}
.btn-fav:hover,
.btn-fav:active,
.btn-fav:focus,
.btn-struc-link:active,
.btn-struc-link:focus{
  text-decoration: none;
}
.btn-struc-link:visited{
  text-decoration: none;
  color: #fff;
}

/* @patch 28/10/2021 bouton submit de l'overlay */
.overlay-submit-button{
  display: inline-block;
}


/* @patch 29/10/2021 */
#intranet_wrapper h2 {
  text-align:center;
  margin-bottom:16px;
}

#intranet_wrapper canvas {
  margin-bottom:64px;
}


/* @patch 09/11/2021 */
.stats_visites_repartition_wrapper {
  display: flex;
  flex-direction: column;
}

.stats_visites_repartition_wrapper h2 {
  margin-top:32px;
}

.chart-canvas {
  height:400px;
  margin-bottom:64px;
}

.height-500 {
  height:500px;
}

h2.alter {
  font-family: 'Bitter', serif;
  font-weight: 400;
  line-height:30px;
  color:#007ec3;
  text-transform:uppercase;
  font-size:24px;
}

h3.h3 {
  margin-bottom:1.25rem;
}

.stats_v2_wrapper,
.stats_visites_wrapper {
    display: flex;
    flex-direction: column;
}

.stats-btn,
.extract-btn,
.overlay-content a {
    padding: 8px;
    background-color: #f7d218;
    color: #007ec3!important;
    margin:8px;
    text-align:center;
    flex-grow:1;
    border-radius:6px;
    border:1px solid #6a9c97;
    cursor:pointer;
}

.overlay-content {
    margin:16px;
    text-align:center;

}

.overlay-content > * {
    font-size:1.25em;
}

.stats-btn:hover,
.stats-btn:hover a,
.extract-btn:hover,
.overlay-content a:hover {
    background-color: #007ec3;
    color: #f7d218!important;
}

.stats-btn i {
  font-size:1.25em;
  margin-right:8px;
}

/*  DATEPICKER */

form#filter-formations {
    display:flex;
    align-items: flex-end;
    justify-content: space-evenly;
}

#filter-formations > div {
  margin:0 8px 0 0;
}

#filter-formations > div:nth-of-type(1) {
    display:flex;
    flex-direction:column;
    width:max-content;
}

#filter-formations > div:nth-of-type(2) {
    flex-grow:2;
}

input.flatpickr {
    width:100%;
}

#filter-formations > input[type="submit"] {
  margin-bottom:0;
}

span.flatpickr-day.selected.startRange,
span.flatpickr-day.endRange {
  background-color:#007ec3!important;
  border:none;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background-color:#007ec3!important;
  border:none;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow:-10px 0 0 #007ec3!important;
  -webkit-box-shadow:-10px 0 0 #007ec3!important;
}


.stats_visites_repartition_wrapper #filter-formations,
.stats_visites_wrapper #filter-formations {
  background-color:#f7d218;
  padding:8px;
  border-radius:4px;
}

.stats_visites_repartition_wrapper #filter-formations > div,
.stats_visites_wrapper #filter-formations > div  {
  flex-grow:1;
}

/* BOUTON EXPORT */
.btn-export {
  display: inline-block;
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #007ec3;
  color: #fff;
  padding: 15px 30px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  margin: 5px;
}
.btn-export:visited,
.btn-export:focus,
.btn-export:active{
  color: #fff;
  text-decoration: none;
}
.btn-export:hover {
  background-color: #f7d218;
  color: #fff;
  text-decoration: none;
}

/*@patch 07/07/2022 */
.fiche-structure-container h2,
.fiche-structure-container .h2{
  padding-left: 20px;
}

/*@patch 08/07/2022
/******************************************************************
Stylesheet: Formations passées
******************************************************************/
.formations-vignettes-old{
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.old-formations-contact{
  margin: 0 30px 20px 80px;
  text-align: center;
}
.formation-essor-old .cmap-list-item-essor{
  border: 7px solid #e6341c;
  background-color: transparent;
  align-items: center;
}
.formation-essor-old .cmap-list-item-essor:before{
  display: none;
}
@media (max-width: 767px){
  .old-formations-contact{
    margin: 0 30px 20px 35px;
  }
}

/* @path 22/08/2022 Formations mutualisées */
.autres-structures-wrapper{
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-top: 50px;
  flex-wrap: wrap;
}
.autres-structures-wrapper .flex-item{
  width: 150px;
  text-align: center;
  margin-bottom: 20px;
}
/* Fiche formation espace membre */
.acf-form .is-blue-bg{
  background-color: #dcdce2;
}

/* @patch 22/08/2022 lien annuaire de la page d'accueil => compatibilité mobile */
.home .link-catalogue{
  background-color: #fff;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 2px;
}
@media (max-width: 939px){
  .home a.link-catalogue {
  color: #e6341c;
  }
}
/* @patch 21/09/2022 alignement du header */
.section-header .menu-icon .first-icon{
    left: -289px;
}
.section-header .menu-icon .second-icon{
    right: 0;
}
.menu-icon .second-icon::before{
	left: -130px;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
@supports (-moz-appearance:none) {
  .cmap-structure #cmapCarte {
    margin-top: -57px;
  }
}
@media(max-width: 767px){
	.cmap-structure #cmapCarte {
	  margin-top: 0;
	}
}

/*@patch 21/09/2022*/
.intranet_content_wrapper.col.col_2_3.colonne .col.col_1_1.colonne{
	padding: 0 10px;
}
.page-template-intranet .intra-onglets {
  margin: 0 -10px;
}
.intranet_menu_wrapper.col {
  padding: 0 10px;
}

/* @patch 08/12/2022 */
@media only screen and (max-width: 1100px) {
  .menu-main-mouvasso-container .menu .menu-item{
    margin-left: 0;
  }
  #map, #map-orga {
    width: auto !important;
  }
}
@media (max-width: 960px){
  .menu-icon {
    display: none;
  }
}

/* @dev 16/01/2023 menu burger extraction html */
.menu_compte{
	top: 12px;
  right: 10px;
	font-size: 18px;
}
.ssmenu_compte{
	display: none;
	position: absolute;
	right: -10px;
	background-color: #e1efee;
	padding: 0;
	top: -10px;
	width:150px;
}
.ssmenu_compte li:before{
	display: none;
}
.ssmenu_compte li{
	text-align: center;
	margin: 0;
	background-color: #e1efee;
}
.menu_compte .ssmenu_compte li a{
	display: block;
	border-radius: 0;
	font-size: 14px;
	padding: 10px;
	width: 100%;
	opacity:1;
	color: #333;
	background-color: #e1efee;
	box-shadow: none;
}
.menu_compte .ssmenu_compte li a:hover{
	background-color: #f7d218;
	color: #fff;
	text-decoration:none;
}
.menu_compte:hover .ssmenu_compte{
	display: block;
}
li.ssmenu_compte_sepb4:before{
	content:"";
	display: block;
	border-top:1px solid #f7d218;
	width:60px;
	left: 50%;
	margin-left: -30px;
}
/* 17/05/2023 Adatation texte sous input */
.is-custom-margin .acf-input {
	margin-bottom: 50px;
}
.is-custom-margin .acf-label .description{
	top: 90px;
}
.bluelight-btn{
  display: block;
  padding: 8px;
  background-color: #f7d218;
  color: #007ec3 !important;
  margin: 8px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #6a9c97;
  transition: all ease 0.2s;
}
.bluelight-btn:hover{
  background-color: #007ec3;
  color: #f7d218 !important;
}
.has-text-align-center{
  text-align: center;
}

/* @cn 05/05/2025 Fusion pages Accueil et Agenda */
.row > *, .mce-content-body > *{
  padding-left: 0;
  padding-right: 0;
}
.site-content{
  padding: 0 10px;
}
.col.rech-home {
  padding-top: 40px;
  background-size: contain;
  background-position: 50% 0%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  padding-left: inherit;
}
#cmap{
  padding-left: 0;
  padding-right: 0;
}
.home #cmap {
  max-width: 100%;
}
.home #cmap #cmapFiltre {
  background-color: transparent;
  margin-top: 34px;
  margin-left: -94%;
  width: 190%;
  margin-bottom: 34px;
}
.page-id-1206 #cmap #cmapFiltre {
  /*margin-top: -96px;*/
}
.home #cmap #cmapListe {
  margin-top: 144px;
  min-height: auto !important;
  height: 550px;
  overflow-y: scroll;
  width: 49%;
  background: #fff;
}
.home #cmapWrapper {
  padding-top: 0;
  margin-left: 49%;
  width: 51%;
  max-width: 100%;
}
.home #cmap.cmap-float:not(.cmap-bottom) #cmapWrapper{
  position: absolute;
  top: auto;
}
.home #cmapCarte {
  margin-top: 23px;
  height: 550px !important;
  /*min-width: 49% !important;*/
  width: 49%;
}
.home #map {
  width: auto;
}
.home .section-footer {
  display: block !important;
}
@media (max-width: 767px){
  .home #cmapWrapper {
    padding-top: 5px;
  }
  .home #cmap #cmapFiltre,
   .home #cmapWrapper{
    margin-left: 0;
    width: 100%;
  }
  .home #cmap #cmapListe {
    height: auto;
    margin-top: 30px;
    overflow-y: auto;
    width: 100%;
  }
  .home #cmap.cmap-float:not(.cmap-bottom) #cmapWrapper {
    position: static;
  }
}
.menu-icon .first-icon:before {
  content: 'SE CONNECTER\A--';
  color: #FFF;
  position: absolute;
  bottom: 83px;
  left: -5px;
  display: block;
  width: 112px;
  text-align: center;
  font-size: 15px;
  line-height: 15px;
  font-family: 'Bitter', serif;
}
.menu-icon .first-icon:after {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  color: #FFF;
  position: absolute;
  bottom: 107px;
  left: 17px;
  -webkit-transform: rotate(-226deg);
  transform: rotate(-226deg);
}
/* @cn 18/04/2025 */
.site-header .menu-main-mouvasso-container .menu .menu-item{
  display: flex;
  align-items: center;
  /*background: rgba(0, 126, 195, 0.05);*/
  /*background: rgba(247, 210, 24, 0.13);*/
  background: rgba(253, 249, 29, 0.29);
}
.site-header .menu-main-mouvasso-container .menu{
  column-gap: 5px;
}
.aside-menu .menu-main-mouvasso-container .menu .menu-item:before{
  content: none;
}
#menu-aside-menu li a:hover{
  color: #52a098;
}
/* @cn 02/09/2025 */
.map-formations-filtre-wrapper .multiselect-native-select:nth-of-type(3){
  display: none;
}
.home h1{
  text-shadow: 3px 3px 0px #FFF;
}

/* @cn 08/12/2025 intranet */
.intranet_content_wrapper.col_2_3 {
  border: 1px solid #e6e6e6;
  margin-bottom: 50px;
  padding: 0 10px;
}
