:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

body .body {
  font-family: "Montserrat", sans-serif;
  color: #1b3c8c;
  font-size: 14px;
  font-weight: 400;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

.visually-hidden {
  display: none !important;
}

#acym_wrapper blockquote,
#acym_wrapper dd,
#acym_wrapper div,
#acym_wrapper dl,
#acym_wrapper dt,
#acym_wrapper form,
#acym_wrapper h1,
#acym_wrapper h2,
#acym_wrapper h3,
#acym_wrapper h4,
#acym_wrapper h5,
#acym_wrapper h6,
#acym_wrapper li,
#acym_wrapper ol,
#acym_wrapper p,
#acym_wrapper pre,
#acym_wrapper td,
#acym_wrapper th,
#acym_wrapper ul {
  padding: unset;
  margin: unset;
}

#acym_wrapper a,
#acym_wrapper div,
#acym_wrapper h1,
#acym_wrapper h2,
#acym_wrapper h3,
#acym_wrapper h4,
#acym_wrapper h5,
#acym_wrapper h6,
#acym_wrapper p,
#acym_wrapper span {
  font-family: "Montserrat", sans-serif !important;
}

#acym_wrapper h1,
#acym_wrapper h2,
#acym_wrapper h3,
#acym_wrapper h4,
#acym_wrapper h5,
#acym_wrapper h6 {
  margin: 0 0 20px 0 !important;
}

.vertical_center {
  display: flex;
  align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b3c8c;
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 20px;
  font-weight: 700;
  background: url(../images/picto_h1.png) no-repeat;
  padding-left: 40px;
  line-height: normal;
  color: #1b3c8c;
  line-height: initial;
  padding-top: 20px;
  padding-bottom: 20px;
}

.body {
  flex: 1 0 auto;
}

#content {
  padding-right: 30px;
}

.h1_like {
  font-size: 35px;
  font-weight: 700;
  padding-left: 40px;
  line-height: 58px;
  color: #1b3c8c;
}

.grid_content #menu_espace_membres .blue,
.ifct_bg_blue {
  background: #1b3c8c !important;
  color: #fff;
}

.ifct_bg_blue h4,
.ifct_bg_blue .c_scf_fonction {
  color: #fff !important;
}

#menu_espace_membres .green,
.ifct_bg_green {
  background: #4ab68e !important;
  color: #fff;
}

#menu_espace_membres .cyan,
.ifct_bg_cyan {
  background: #30bbea !important;
  color: #fff;
}

#menu_espace_membres .pink,
.ifct_bg_pink {
  background: #c2096c !important;
  color: #fff;
}

.ifct_bg_light_grey {
  background: #f6f6f6 !important;
  color: #1b3c8c;
}

#menu_espace_membres .yellow,
.ifct_bg_yellow {
  background: #0a58eb !important;
  color: #fff;
}

header.header {
  position: relative;
  background: #fff;
  box-shadow: -3px -5px 12px 0px #000;
}

.fil_ariane {
  background: #1e317d;
  color: #fff;
  line-height: normal;
  padding: 10px 0;
}

.fil_ariane ol {
  margin: 0;
}

.fil_ariane li {
  display: inline-block;
}

.fil_ariane li::after {
  content: ">";
  display: inline-block;
  margin: 0 5px;
}

.fil_ariane li:last-child::after {
  display: none;
}

.fil_ariane a {
  color: #fff;
}

.fil_ariane .mod-breadcrumbs__divider {
  display: none;
}

div.logo {
  width: 300px;
}

.header.uk-active a,
.header.uk-active div.mod-languages ul {
  min-height: auto;
}

.logo p {
  margin: 0;
}

.btnOpen {
  position: fixed;
  z-index: 5;
  padding: 20px;
}

.panelLeft {
  background: url(../images/bg_bar_search.jpg) no-repeat #1b3c8c;
  width: 70px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 4;
}

.panelLeft.panelOpen {
  right: 50px;
  width: auto;
}

.ifct_search {
  display: none;
}

.search_bar_left .fas.fa-times,
.search_bar_left i.fas.fa-search {
  color: #fff;
  font-size: 30px;
}

.search_bar_left .fas.fa-times,
.search_bar_left .panelOpen i.fas.fa-search {
  display: none;
}

.search_bar_left i.fas.fa-search,
.search_bar_left .panelOpen .ifct_search,
.search_bar_left .panelOpen .fas.fa-times {
  display: block;
}

input#mod-finder-searchword92,
#mod-finder-searchword183 {
  width: 80%;
  margin: auto;
  box-sizing: border-box;
  font-size: 40px;
  padding: 5px 20px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #99a7ca;
  margin-top: 110px;
  margin-left: 120px;
  color: #fff;
}

input#mod-finder-searchword92::placeholder,
#mod-finder-searchword183::placeholder {
  color: #99a7ca;
  font-size: 20px;
}

.mod-finder .awesomplete {
  width: 100%;
}

fieldset.only {
  display: none;
}

label.element-invisible {
  display: none;
}

#sidebar:empty {
  /* Cache la colonne de gauche si vide */
  /*	display:none;*/
}

div#sidebar {
  background: #f6f6f6;
  z-index: 0;
}

#sidebar:empty {
  display: none;
}

div#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sidebar .moduletable {
  padding: 55px 45px;
}

#sidebar .uk-sticky.uk-active .moduletable {
  padding-top: 110px;
}

div#sidebar .nav-header {
  font-weight: 700;
  font-size: 28px;
  color: #1b3c8c;
  margin-bottom: 10px;
  display: block;
}

div#sidebar .nav a {
  font-weight: 400;
  font-size: 22px;
  color: #1b3c8c;
  border-bottom: 1px solid #1b3c8c;
  padding: 20px;
  display: block;
}

div#sidebar .nav a:hover,
div#sidebar .nav .current.active > a {
  font-weight: 500 !important;
  text-decoration: none;
  color: #fff;
  background: #224dae;
}

.moduletable > h3,
.moduletable > h2 {
  font-weight: 600;
  font-size: 35px;
  color: #1b3c8c;
}

.top_component .moduletable {
  margin-bottom: 40px;
}

/* Pagination */

ul.pagination {
  padding: 0;
}

ul.pagination-list li,
ul.pagination li {
  display: inline-block;
  background: #1e317d;
  border-radius: 4px;
  margin-right: 10px;
  padding: 10px 20px;
}

li.hidden-phone {
  display: inline-block !important;
}

ul.pagination-list li.disabled,
ul.pagination li.disabled {
  display: none;
}

ul.pagination-list li a,
ul.pagination li a {
  color: #fff;
}

.com-finder__counter.search-pages-counter {
  margin-top: 20px;
}

/* Menu top */

div#maximenuck132 div.floatck {
  display: none !important;
}

ul.maximenuck {
  padding: 0 !important;
}

div ul.maximenuck li.level1.parent > a:after,
div ul.maximenuck li.level1.parent > span.separator:after {
  display: none !important;
}

div.maximenuckh ul.maximenuck li.level1.parent > a,
div.maximenuckh ul.maximenuck li.level1.parent > span.separator {
  padding-right: inherit !important;
}

div ul.maximenuck li.maximenuck.level1 > a,
.uk-navbar-nav > li > a,
div.mod-languages li a {
  color: #1b3c8c;
  border-bottom: 2px solid transparent;
  padding: 20px 15px;
}

div ul.maximenuck li.maximenuck.level1 > a,
div ul.maximenuck li.maximenuck.level1 > span.separator,
.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle,
div.mod-languages li a {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
}

div ul.maximenuck li.maximenuck.level1 > a:hover,
.uk-navbar-nav > li > a:hover,
.uk-navbar-nav li.active a {
  border-bottom: 2px solid #1b3c8c;
  color: #1b3c8c;
}

.item_contact a:hover span.item_label_contact {
}

.item_newsletter {
}
.item_don {
}
.item_membre {
}

/* Langues */

div.mod-languages ul {
  display: flex;
}

div.mod-languages li {
}

.mod-languages a:before {
  content: "";
  background: url(/media/mod_languages/images/en.gif) no-repeat;
  height: 12px;
  width: 18px;
  display: inline-block;
}

/* Banniere top */

.banniere_img img {
  width: 100%;
}

.right_ban {
  background: #f7f7f7;
  color: #1b3c8c;
  font-size: 20px;
  position: relative;
  padding: 0;
  text-transform: uppercase;
}

.right_ban div {
  background: url(../images/picto_over_ban.png) no-repeat left center;
  padding: 20px 20px 20px 108px;
  box-sizing: border-box;
  max-width: 95%;
}

.right_ban h1,
.right_ban p {
  margin: 0;
  align-self: center;
  background: none;
  font-weight: 100;
  text-transform: uppercase;
  padding: 0;
  line-height: 51px;
}

.right_ban h1 .strong {
  font-weight: 600 !important;
}

#img_over_ban {
  position: absolute;
  left: -17px;
  top: 55px;
}

/* Modules accueil */

.modules_accueil {
  display: flex;
  /*lex-wrap:wrap;*/
  flex-direction: column;
}

/* Chiffres clefs */

.liste_chiffres_clefs li > div,
.liste_chiffres_clefs li > a {
  background: #173070;
  text-decoration: none;
}

.liste_chiffres_clefs li > a:hover {
  text-decoration: none;
  background: #122558;
}

.liste_chiffres_clefs h3 {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}

.liste_chiffres_clefs p {
  color: #fff;
  margin: 0;
}

.desc_chiffres {
  font-size: 13px;
}

.item_chiffre {
  position: relative;
  z-index: 1;
  margin-top: 25px;
}

.liste_chiffres_clefs .picto {
  width: 100%;
  text-align: center;
  top: -25px;
  z-index: 10;
  position: absolute;
}

.liste_chiffres_clefs .picto img {
  max-width: 30px !important;
}

/* Page recherche et publications */

.box_recherche .col_img {
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}

.box_recherche .col_img > div {
  transition-property: all;
  transition-duration: 9s;
  transition-timing-function: linear;
}

.box_recherche:hover .col_img {
  transition-duration: 0.2s;
  width: 0;
}

.box_recherche .desc_recherche {
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  max-width: 100%;
}

.box_recherche:hover {
}

.box_recherche:hover .desc_recherche {
  max-width: 68%;
  transition-duration: 0.2s;
  text-decoration: none !important;
}

.box_recherche:hover a {
  text-decoration: none !important;
}

.box_recherche_inside {
  height: 100%;
}

.box_recherche_inside p {
  color: #fff;
  text-align: left;
  clear: both;
  font-weight: 500;
  font-size: 25px;
}

.box_recherche_inside h4 {
  text-align: left;
  border-bottom: 3px solid #dedede;
  font-weight: 500;
  font-size: 17px;
  color: #dadada;
  float: left;
}

/* Timeline */

.actualites .moduletable {
  padding: 0 20px;
}

.timeline .uk-card-body.uk-padding-remove-left.uk-padding-remove-right {
  padding: 20px;
}

ul.timeline {
  background: url(../images/bg_actus_poumons.png) no-repeat center center;
  padding-right: 40px;
}

.timeline h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 29px;
}

.jour,
.mois {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.annee {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}

.timeline .timeline-item {
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 1.2rem;
  position: relative;
  display: flex;
  overflow: hidden;
}

.timeline-left i {
  padding-left: 6px;
}

.timeline .timeline-item::before {
  background: #ea5c67;
  content: "";
  height: 72%;
  left: 14px;
  position: absolute;
  top: 95px;
  width: 2px;
}
.timeline .timeline-item .timeline-left {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.timeline .timeline-item .timeline-left .uk-badge {
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
}
.timeline .timeline-item .timeline-left .uk-badge.uk-badge-danger {
  background: #f0506e;
}
.timeline .timeline-item .timeline-left .uk-badge.uk-badge-success {
  background: #32d296;
}
.timeline .timeline-item .timeline-left .uk-badge.uk-badge-warning {
  background: #faa05a;
}
.timeline .timeline-item .timeline-left .uk-icon {
  color: #fff;
}
.timeline .timeline-item .timeline-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0 0 1rem;
}

a.timeline-title {
  color: #e00919;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.contener_btn {
  text-align: right;
  padding-right: 40px;
}

a.btn.red {
  background: #e00919;
  color: #fff;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

/* Module partenaires évènement */

.phrase_event_partners {
  margin-bottom: 40px;
}

.itemid-238 .back_to_event_list {
  display: none;
}
.modale_partenaires {
  color: #1b3c8c !important;
}

.modale_partenaires i {
  color: #fff !important;
}

li.item_partenaire_event a,
.conteneur_img_partner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modale_partenaires .uk-modal-title,
.modale_partenaires .uk-modal-footer {
  text-align: center;
}

.pdf_list {
  padding: 0;
}

.modale_partenaires li {
  list-style: none;
}

.link_to_pdf {
  background: #1b3c8c !important;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.link_to_pdf a {
  color: #fff;
}

/* Agenda */

.agenda a {
  color: #fff;
}

.agenda a:hover {
  text-decoration: none;
}

.wrapper_featured_item.img_parent,
.featured_item_desc,
.featured_item_desc a {
  height: 100%;
  display: block;
  box-sizing: border-box;
}

.featured_event.uk-first-column {
  position: relative;
  overflow: hidden;
}

.featured_item_img {
  background-color: black;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.img_child {
  transition-duration: 0.5s;
}

.img_parent:hover .img_child,
.img_parent:focus .img_child {
  transform: scale(1.2);
  transition-duration: 0.5s;
}

.info_event_left {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgb(1, 16, 65);
  background: linear-gradient(
    90deg,
    rgba(1, 16, 65, 0.896796218487395) 0%,
    rgba(65, 70, 84, 0.0984768907563025) 60%,
    rgba(255, 255, 255, 0) 100%
  );
}

.normal_event_wrapper {
  padding: 30px;
}

.carre1,
.carre3 {
  background: #1e317d;
}

.carre2,
.carre4 {
  background: #253e98;
}

.ifct-event.uk-first-column {
  border-right: 1px solid #3b5698;
}

.carre1,
.carre2 {
  border-bottom: 1px solid #50669c;
}

.title_mod_agenda {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
}

.title_mod_agenda .fa-calendar-alt {
  font-size: 35px;
  margin-right: 20px;
}

.title_mod_agenda span,
.title_mod_agenda::after {
  position: relative;
  top: -6px;
}

.title_mod_agenda::after {
  content: "";
  width: 120px;
  height: 3px;
  background: #fff;
  display: block;
  margin-left: 50px;
  position: relative;
}

.agenda_left .date_event {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.agenda_right .date_event {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.title_event_left {
  font-size: 35px;
  font-weight: 600;
  max-width: 450px;
  line-height: 40px;
}

.title_event_right {
  font-size: 16px;
  font-weight: 600;
}

.date_separator {
  background: #fff;
  width: 1px;
  padding: 0;
  margin: 0 10px;
}

/* Tuiles liens */

.tuile_inside {
  padding: 40px;
  display: block;
  height: 100%;
  box-sizing: border-box;
}
.tuiles_liens,
.tuiles_liens a {
  color: #fff;
}

.tuiles_liens h4 {
  color: #fff;
}

i.pictos_tuiles {
  font-size: 70px;
  opacity: 0.5;
}

.last.item_tuile_lien > div {
  box-sizing: border-box;
  height: 100%;
}

/* Twitter */

#sys_tweet_slider {
  background: #f7f7f7;
  color: #1b3c8c !important;
  text-align: center;
}

.tweet .logo {
  color: #1b3c8c !important;
  font-size: 30px;
  text-align: center;
}

.tweet .date {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}

.tweet .text_twitter {
  font-weight: 400;
  font-size: 16px;
  overflow: hidden;
}

.tweet .link a {
  color: #1b3c8c !important;
  font-weight: 400;
  font-size: 11.5px;
  border: 1px solid #d2d2d2;
  padding: 2px 3px;
}

.tweet .link a:hover {
  background: #1b3c8c;
  color: #fff !important;
  border: 1px solid #1b3c8c;
}

.uk-dotnav > .uk-active > * {
  background-color: #1b3c8c;
}

.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(27, 60, 140, 0.5);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(102, 102, 102, 0.4);
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color;
}

.uk-dotnav > * > :focus,
.uk-dotnav > * > :hover {
  background: rgba(27, 60, 140, 1);
}

.uk-slidenav {
  color: rgba(27, 60, 140, 0.8);
}

/* Partenaires */

button li.allPartners.uk-active {
  display: none;
}

.liste_partenaires .year_filter button {
  width: 100%;
}

.liste_partenaires .uk-dropdown {
  background: #1b3c8c;
}

.liste_partenaires .uk-dropdown a {
  color: #fff;
}

.liste_partenaires .uk-dropdown-nav > li.uk-active > a,
.liste_partenaires .uk-dropdown-nav > li > a:focus,
.liste_partenaires .uk-dropdown-nav > li > a:hover,
.liste_partenaires .uk-dropdown a:hover {
  color: #ddd !important;
}

.liste_partenaires .year_filter li {
  display: none;
  margin: 0 !important;
}

.liste_partenaires .year_filter .uk-dropdown-nav li,
.liste_partenaires .year_filter li.uk-active {
  display: block;
}

.partenaires {
  background: #f7f7f7;
}

.liste_partenaires h3 {
  text-align: center;
}

.logo_partenaire {
  display: block;
  margin-bottom: 25px;
}

.desc_partenaire {
  font-size: 16px;
  font-weight: 500;
}

/* Footer */

.footer {
  background: #1e317d;
  color: #fff;
  padding: 50px;
  flex-shrink: 0;
}

.footer1 {
  order: 1;
}

.footer2 {
  order: 2;
}

.footer3 {
  order: 4;
}

.footer4 {
  order: 3;
}

.footer5 {
  order: 5;
}

.footer ul {
  list-style: none;
}

.footer h3,
.footer a {
  color: #fff;
}

#informationsIFCT a,
#sociaux a {
  display: flex;
  align-items: center;
}

#informationsIFCT a {
  line-height: 50px;
}

#sociaux a {
  line-height: 70px;
}

i.picto_font_awesome {
  margin-right: 10px;
}

#informationsIFCT i.picto_font_awesome {
  font-size: 23px;
}

#sociaux i.picto_font_awesome {
  font-size: 40px;
}

.footer h3 {
  font-size: 26px;
  font-weight: 500;
}

.footer1 h3 {
  max-width: 380px;
}

h2,
.footer2 h3,
.footer3 h3 {
  background: url(../images/picto_h3_footer.png) no-repeat;
  padding-left: 40px;
}

.footer5 {
  text-align: right;
  text-transform: uppercase;
}

/* Mod Newsletter */

.title_mod_newsletter {
  display: flex;
  align-items: center;
  margin: 0 0 70px 0;
}

.title_mod_newsletter h3 {
  margin: 0;
}

.title_mod_newsletter h3 span {
  display: block;
}

.title_mod_newsletter h3 span.stay_con {
  font-size: 14px;
}

.title_mod_newsletter i {
  font-size: 50px;
  margin-right: 20px;
}

.acym_form {
  display: inline-block;
  width: 100%;
}

input#acym__user__edit__email {
  border: none;
  padding: 9px 10px;
  margin: 0;
  box-sizing: border-box;
  background: #eee;
  display: inline-block;
  width: 100%;
}

p.acysubbuttons {
  margin-top: 20px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.acym_module_form input {
  max-width: 100% !important;
}

.acym_form_and_btn {
  background: #e6e6e6;
  padding: 2px;
  box-sizing: border-box;
}

.acym_module_form .onefield {
  margin: 0 !important;
  width: 100%;
}

.acysubbuttons .btn {
  background: #f8b815;
  padding: 9px 10px;
  border-radius: 0;
  color: #25318d;
  font-weight: 600;
  border: none;
  width: 100%;
}
/* Liste des formations et evenements */

.liste_item_agenda a {
  text-decoration: none;
  color: #fff;
  position: relative;
  z-index: 10;
}

li.card_event img {
  min-width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  min-height: 100%;
}
.liste_item_agenda a:hover .date_event {
  font-size: 25px !important;
  transition-duration: 0.7s;
}

.filtre_agenda li {
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px !important;
  width: 100%;
}

.filtre_agenda a.skew {
  transform: skew(-25deg);
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  background: #3e3c8e;
  height: 100%;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  padding: 5px 20px;
}

.filtre_agenda span.antiSkew {
  transform: skew(+25deg);
  -webkit-transform: skew(+25deg);
  -moz-transform: skew(+25deg);
}

.filtre_agenda .skew.parent {
  display: flex; /* contexte sur le parent */
}

.filtre_agenda .typeEventAll a {
  background: #3e3c8e !important;
}

.filtre_agenda .typeEvent0 a {
  background: #253e98 !important;
}

.filtre_agenda .typeEvent1 a {
  background: #3fbbea !important;
}

.filtre_agenda .typeEvent2 a {
  background: #c30078 !important;
}

.titre_listes {
  background: url(../images/picto_h2_listes.png) no-repeat;
  padding-left: 30px;
  color: #1b3c8c;
  font-size: 30px;
  font-weight: 700;
  margin-left: 40px;
  width: 100%;
  border: none;
  display: block;
  margin: 0;
}

.detail_event {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  z-index: 10;
  height: 100%;
}

.typeEvent0 .detail_event {
  background: linear-gradient(rgb(21 120 255 / 70%), rgba(30, 49, 125, 0.7));
}

.typeEvent1 .detail_event {
  background: linear-gradient(rgb(63 187 234 / 70%), rgba(42 166 208));
}

.typeEvent2 .detail_event {
  background: rgb(195, 0, 120);
  background: linear-gradient(
    124deg,
    rgba(195, 0, 120, 1) 0%,
    rgba(214, 34, 145, 0.8911939775910365) 100%
  );
}

.title_event {
  min-height: 100px;
}

.title_event,
.title_event h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin: 0;
  background: transparent;
  padding: 0;
  line-height: normal;
}

.card_event {
  color: #fff !important;
}

.card_event .date_event {
  font-size: 22px;
  font-weight: 700;
  min-height: 40px;
}

.card_event .place_event {
  font-size: 18px;
  font-weight: 400;
}

.evenements-ifct {
  background: #253e98;
}

.evenements-partenaires {
  background: #3fbbea;
}

.formations {
  background: #c30078;
}

/* Item formation et énements */

.page_event.uk-grid {
  position: relative;
}

.more_about_event {
  background: #1b3c8c;
  padding: 40px;
  box-sizing: border-box;
}

h2.title_item_agenda {
  color: #30bbea;
  font-weight: 700;
}

h2.title_item_agenda {
  font-size: 2rem;
  color: #30bbea;
  font-weight: 700;
  padding: 0;
  background: transparent;
}

h2.title_item_agenda::before {
  display: inline-block;
  content: "";
  border-top: 0.1rem solid #30bbea;
  width: 3rem;
  margin: 0 1rem;
  transform: translateY(-1rem);
}

.page_event .date_event {
  color: #1b3c8c;
  font-weight: 700;
}

.page_event .lieu_event {
  font-size: 22px;
  color: #1b3c8c;
}

.page_event .cont_date_lieu .fas {
  font-size: 30px;
  margin-right: 20px;
  min-width: 30px;
}

.uk-button-green {
  background: #30ac7e;
  color: #fff;
  text-transform: none;
  padding: 20px 80px;
  font-size: 20px;
  font-weight: 700;
}

.uk-button-pink {
  background: #c2096c;
  color: #fff;
  text-transform: none;
  padding: 20px 80px;
  font-size: 20px;
  font-weight: 700;
}

.acym_sys_archive .uk-button-green {
  padding: 20px 20px;
  width: 100%;
}

.uk-button-empty {
  text-transform: none;
  padding: 20px 80px;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #1b3c8c;
  width: 100%;
  color: #1b3c8c;
}

.uk-button-blue {
  background: #1b3c8c;
  color: #fff;
  text-transform: none;
  padding: 20px 80px;
  font-size: 20px;
  font-weight: 700;
}

.uk-button-red {
  background: #de0017;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 20px;
}

.btn_inscription_event a::before {
  content: "+";
  float: left;
  background-image: none;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  margin-right: 10px;
}

.btn_inscription_event a {
  color: #fff;
}

.back_to_event_list {
  margin-top: 50px;
}

.back_to_event_list a {
  color: #163070;
  font-size: 18px;
}
.pictos_download {
  font-size: 50px;
  margin-bottom: 20px;
}

.download_program a {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.more_about_event a {
  color: #fff;
  margin-bottom: 30px;
}
.more_about_event h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.pictos_more_info {
  margin-right: 5px;
  font-size: 25px;
}

/* Communiqués */

.donwload_link {
  margin: 20px 0;
}

.fichier_infos,
.donwload_link a {
  font-size: 11px;
}

h2.file_title {
  font-size: 20px;
  line-height: normal;
}

li.uk-button.uk-button-primary.yearChoice {
  margin-bottom: 4px;
}

ul#year_filtered_list,
ul.year_filter {
  padding: 0;
}

ul#year_filtered_list li {
  list-style: none;
  margin-bottom: 40px;
}
/* Conseil scientifique */

.mbr_conseil_scf0 .card_mbr_scf,
.mbr_conseil_scf0 .card_mbr_scf h4 {
  background: #1b3c8c;
  color: #fff;
}

#page_conseil_scientifique .uk-accordion-title::before {
  content: "+";
  float: left;
  background-image: none;
  font-weight: 100;
  font-size: 50px;
  line-height: 30px;
  max-height: 20px;
}

#page_conseil_scientifique h3 {
  color: #fff;
}

.cat_conseil_desc {
  margin: 40px 0 30px;
}

.cat_reunions_desc {
  background: none !important;
}
.reunions_scf th {
  color: #1b3c8c;
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
}

.reunions_scf tr {
  border: none !important;
}

.line_reunion_scf td {
  font-size: 22px;
}

.cat25,
.cat30 {
  background: #1b3c8c;
  color: #fff;
}

.cat26 {
  background: #4ab68e;
  color: #fff;
}

.cat28 {
  background: #30bbea;
  color: #fff;
}

.cat29 {
  background: #c2096c;
  color: #fff;
}

#page_conseil_scientifique a.uk-accordion-title {
  padding: 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 28px;
}

.card_mbr_scf {
  background: #f6f6f6;
  padding: 40px;
}

.card_mbr_scf h4 {
  font-weight: 700;
  font-size: 22px;
  margin: 0;
}

.head_mbr_scf {
  background: url(../images/picto_h2_listes.png) no-repeat left center;
  padding-left: 30px;
  color: #1b3c8c;
  font-size: 30px;
  font-weight: 700;
  width: 100%;
}

.card_mbr_scf .c_scf_fonction {
  font-size: 18px;
  color: #111111;
  font-weight: 400;
  margin: 0;
}

.mbr_conseil_scf0 .card_mbr_scf .c_scf_fonction {
  color: #fff;
}

/* Module onglets déroulantes */

.onglets_deroulants a.uk-accordion-title {
  padding: 10px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  background: #1b3c8c;
  color: #fff;
}

.onglets_deroulants a.uk-accordion-title::before {
  content: "+";
  float: left;
  background-image: none;
  font-weight: 100;
  font-size: 50px;
  line-height: 30px;
  max-height: 20px;
}

/* Espace Patients*/

div#page_espace_patients {
  padding-right: 20px;
}

#page_espace_patients .barreFiltres {
  padding: 0 40px 40px 40px;
}

#page_espace_patients .item_filter_equipe a.skew {
  padding: 5px 20px;
}

.formeThemeDefault a {
  background: #30ac7e !important;
}

.formetheme1 a {
  background: #34bbea !important;
}

.formetheme2 a {
  background: #3e3c8e !important;
}

.formetheme3 a {
  background: #c2096c !important;
}

.formetheme4 a {
  background: #f4b919 !important;
}

#pg_patients_right {
  background: #1b3c8c;
  color: #fff;
}

#pg_patients_right h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 700;
}

#pg_patients_right a {
  color: #fff;
}

div#pg_patients_right:empty {
  display: none !important;
}

.ifct_video img {
  width: 100%;
}

.filtres_essais_cliniques {
  margin: 40px 0;
}

.filtres_essais_cliniques li a {
  font-weight: 400;
  font-size: 18px;
  color: #1b3c8c !important;
}

.filtres_essais_cliniques li.uk-active a {
  color: #fff !important;
}

.filtres_essais_cliniques .filter_label {
  font-weight: 600;
  font-size: 18px;
}

#page_espace_patients ul.uk-accordion {
  height: 100%;
}

#page_espace_patients ul.uk-accordion li {
  margin: 0;
  padding: 0;
  height: 100%;
}

.ifct_card_video.uk-open {
  background: #1b3c8c !important;
  color: #fff;
}

.ifct_card_video.uk-open h4,
.ifct_card_video.uk-open a {
  color: #fff;
}

#page_espace_patients .uk-accordion-title {
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}

#page_espace_patients li.ifct_card_video:hover {
  background: #1b3c8c;
  color: #fff !important;
}

#page_espace_patients .theme1 li.ifct_card_video:hover {
  background: #34bbea !important;
}

#page_espace_patients .theme2 .uk-accordion li:hover {
  background: #3e3c8e !important;
}

#page_espace_patients .theme3 .uk-accordion li:hover {
  background: #c2096c !important;
}

#page_espace_patients .theme4 .uk-accordion li:hover {
  background: #f4b919 !important;
}

#page_espace_patients .theme5 .uk-accordion li:hover {
  background: red !important;
}

#page_espace_patients a.uk-accordion-title:hover h4,
#page_espace_patients a.uk-accordion-title:hover p,
#page_espace_patients a.uk-accordion-title:hover:before {
  color: #fff !important;
}

#page_espace_patients .uk-accordion-title h4 {
  font-size: 15px;
  font-weight: 700;
}

#page_espace_patients .uk-accordion-title::before {
  content: "+";
  font-weight: 600;
  font-size: 50px;
  line-height: 30px;
  max-height: 28px;
  color: #1b3c8c;
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: auto;
}

#page_espace_patients .uk-open .uk-accordion-title::before {
  content: "-";
  color: #fff;
}

.ifct_card_video .uk-accordion-content {
  margin-top: 20px;
  padding: 40px;
}

.ifct_video_sous_titre {
  font-size: 18px;
  font-weight: 700;
  color: #1b3c8c;
  margin-bottom: 0;
  padding-right: 30px;
}

li.category.mon_reseau {
  margin-top: 80px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16/9 */
  height: 0;
  overflow: hidden;
  clear: both;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.itemid-124 .video-container {
  padding-bottom: 130%;
}

.iframe_vimeo.uk-first-column {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.lien_chapitres {
  padding-top: 20px;
}

.lien_transcription,
.lien_horodatage {
  background: #1e317d;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
  padding: 5px 20px;
  margin-top: 20px;
  display: block;
}
/* Liste retours événements */

.inside_item_retour_cat_child {
  background: #1e317d;
  padding: 40px;
}

.inside_item_retour_cat_child a {
  color: #fff;
}

/* Page retour événement IFCT */

.retour_date_intervention {
  font-size: 30px;
  color: #1b3c8c;
}

.retour_bloc_intervention a {
  background: #1b3c8c;
}

.retour_bloc_intervention a:hover::after {
  content: "";
  background: black;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
}

.retour_bloc_intervention.inter_bloc2 a {
  background: #40b684;
}

.retour_bloc_intervention.inter_bloc3 a {
  background: #30bbea;
}

.retour_bloc_intervention.inter_bloc4 a {
  background: #c2096c;
}

.retour_bloc_intervention.inter_bloc5 a {
  background: #f7b80d;
}

.retour_bloc_intervention a:hover {
  text-decoration: none !important;
}

.retour_bloc_intervention a,
.retour_bloc_intervention h3 {
  color: #fff;
}

.retour_bloc_intervention h3 {
  font-weight: 600;
  margin: 0 0 20px 0;
}

.retour_bloc_intervention .fa-file-download,
.retour_bloc_intervention .fa-file-pdf {
  font-size: 150px;
  color: #fff;
}

.retour_bloc_intervention .fa-link {
  font-size: 100px;
  color: #fff;
}

.retour_desc_intervention {
  font-style: italic;
  font-size: 12px;
}

.retour_title_intervention {
  font-weight: 600;
}

.retour_bloc_intervention .fa-file-download {
  display: none;
}
.retour_bloc_intervention a:hover .fa-file-pdf {
  display: none;
}
.retour_bloc_intervention a:hover .fa-file-download {
  display: block;
}

/* Rapports d'activité */

#acym_wrapper .download_bloc,
#download_list .download_bloc {
  font-size: 30px;
  color: #1b3c8c;
}

#acym_wrapper .download_bloc.uk-first-column,
#download_list .download_bloc.uk-first-column {
  padding: 0 !important;
}

#acym_wrapper .download_bloc a,
#download_list .download_bloc a {
  background: #1b3c8c;
}

#acym_wrapper .download_bloc a:hover::after,
#download_list .download_bloc a:hover::after {
  content: "";
  background: black;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
}

#acym_wrapper .download_bloc.bloc2 a,
#download_list .download_bloc.bloc2 a {
  background: #40b684;
}

#acym_wrapper .download_bloc.bloc3 a,
#download_list .download_bloc.bloc3 a {
  background: #30bbea;
}

#acym_wrapper .download_bloc.bloc4 a,
#download_list .download_bloc.bloc4 a {
  background: #c2096c;
}

#acym_wrapper .download_bloc.bloc5 a,
#download_list .download_bloc.bloc5 a {
  background: #f7b80d;
}

#acym_wrapper .download_bloc a:hover,
#download_list .download_bloc a:hover {
  text-decoration: none !important;
}

.bloc_right_part {
  display: flex;
  align-items: center;
}

#acym_wrapper .download_bloc a,
#acym_wrapper .download_bloc h3,
#download_list .download_bloc a,
#download_list .download_bloc h3 {
  color: #fff;
}

#acym_wrapper .download_bloc h3,
#download_list .download_bloc h3 {
  font-weight: 600;
  margin: 0 0 20px 0;
}

#acym_wrapper .download_bloc .fa-file-download,
#acym_wrapper .download_bloc .fa-file-pdf,
#download_list .download_bloc .fa-file-pdf,
#download_list .download_bloc .fa-file-download {
  font-size: 50px;
  color: #fff;
}

#acym_wrapper .download_bloc .fa-file-download,
#download_list .download_bloc .fa-file-download {
  display: none;
}
#acym_wrapper .download_bloc a:hover .fa-file-pdf,
#download_list .download_bloc a:hover .fa-file-pdf {
  display: none;
}
#acym_wrapper .download_bloc a:hover .fa-file-download,
#download_list .download_bloc a:hover .fa-file-download {
  display: block;
}

.newsletter .acym_form #field_2 .cell.acym__user__edit__email {
  width: calc(100% - 20px) !important;
  padding: 9px;
  border: 0 none;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}

#acym_wrapper h1 {
  font-size: 20px !important;
  font-weight: 700 !important;
  background: url(../images/picto_h1.png) no-repeat !important;
  padding-left: 40px !important;
  line-height: normal !important;
  color: #1b3c8c !important;
  line-height: 58px !important;
  font-family: "Montserrat", sans-serif !important;
}

@media screen and (min-width: 960px) {
  #acym_wrapper h1 {
    font-size: 35px !important;
    font-weight: 700 !important;
    padding-left: 40px !important;
    line-height: 58px !important;
  }
}

/* Page Groupes de travail */

.groupe_bloc,
.groupe_bloc h3,
.groupe_bloc a {
  color: #fff;
}

.groupe_bloc.bloc1 {
  background: #1b3c8c;
}

.groupe_bloc.bloc2 {
  background: #40b684;
}

.groupe_bloc.bloc3 {
  background: #30bbea;
}

.groupe_bloc.bloc4 {
  background: #c2096c;
}

.bloc_left_part {
  display: flex;
  align-items: center;
}

.groupe_anim_label,
.groupe_date_crea_label {
  font-weight: 600;
}

.groupe_bloc .fa-users {
  font-size: 100px;
  color: #1b3c8c;
}

a.uk-button.button_white {
  background: #fff;
  color: #1b3c8c;
  margin-top: 20px;
}

/* Page conseil d'administration */

.inside_element_equipe {
  text-align: center;
}

.ifct_mbr_equipe .fonction {
  background: #1e317d;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
}

.itemid-164 ul.js-filter li:nth-child(-n + 4).ifct_mbr_equipe h2 {
  margin-top: 5px;
}

.itemid-164 .ifct_mbr_equipe h2 {
  margin: 10px;
}

.specialite {
  color: #1b3c8c;
  text-align: center;
  font-weight: 500;
}

.etablissement {
  color: #1b3c8c;
  text-align: center;
  font-style: italic;
  font-size: 14px;
}

/* Page équipe */

#equipe .barreFiltres.uk-card.uk-card-small {
  padding: 60px 0;
  background: #fff;
}

.item_filter_equipe {
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}

.item_filter_equipe a.skew {
  transform: skew(-25deg);
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  background: red;
  height: 100%;
  color: #fff !important;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
}

.item_filter_equipe span.antiSkew {
  transform: skew(+25deg);
  -webkit-transform: skew(+25deg);
  -moz-transform: skew(+25deg);
}

.barreFiltres .skew.parent {
  display: flex;
}

.enfant {
  margin: auto;
  padding: 0 5px;
}

.item_filter_equipe.forme0 a {
  background: #30ac7e;
}

.item_filter_equipe.forme1 a {
  background: #34bbea;
}

.item_filter_equipe.forme2 a {
  background: #3e3c8e;
}

.item_filter_equipe.forme3 a {
  background: #c2096c;
}

.item_filter_equipe.forme4 a {
  background: #f4b919;
}

.item_filter_equipe.uk-active a {
  box-shadow: 5px 5px 5px #ccc;
}

.anciens_presidents h2,
.ifct_mbr_equipe h2 {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  line-height: normal;
  padding: 0;
  background: none;
}

.mbr_fonction {
  color: #1b3c8c;
  text-align: center;
  font-weight: 500;
}

/* Trombinoscope */

.trombinoscope ul.js-filter {
  margin-bottom: 40px;
}

/* Module anciens présidents */

.anciens_presidents {
  text-align: center;
}

.box_img_ronde {
  height: auto;
  width: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  background: #ccc;
}

.box_img_ronde {
  height: 200px;
}

.green .box_img_ronde {
  border: 3px solid #30ac7e;
}

.cyan .box_img_ronde {
  border: 3px solid #34bbea;
}

.purple .box_img_ronde {
  border: 3px solid #3e3c8e;
}

.pink .box_img_ronde {
  border: 3px solid #c2096c;
}

.yellow .box_img_ronde {
  border: 3px solid #f4b919;
}

.red .box_img_ronde {
  border: 3px solid red;
}
.green .order1,
.cyan .order1,
.purple .order1,
.pink .order1,
.yellow .order1,
.red .order1 {
  order: -1;
}
/* Etudes cliniques - liste */

.filter_publications h2 {
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
}

.filter_publications button {
  border-radius: 5px;
}

#etudes_cliniques table {
  text-align: center;
}

#etudes_cliniques thead {
  background: #1b3c8c;
}

#etudes_cliniques th {
  color: #fff !important;
  text-transform: none;
  font-weight: 600;
  font-size: 20px;
  padding: 30px;
}

#etudes_cliniques thead th:first-child {
  border-radius: 20px 0 0 0;
}

#etudes_cliniques thead th:last-child {
  border-radius: 0 20px 0 0;
}

#etudes_cliniques td {
  padding: 30px;
  vertical-align: middle;
}

#etudes_cliniques table a {
  color: #1b3c8c;
  font-weight: 600;
  font-size: 18px;
}

.see_only span {
  margin-right: 20px;
}

.liste_centres i {
  margin-right: 20px;
}

/* Etudes cliniques - item */

.title_etudes {
  color: #30bbea;
  background: none;
  padding: 0;
}

.title_etudes:before {
  content: "";
  width: 54px;
  border-bottom: rgba(255, 255, 255, 0.3) solid;
  display: inline-block;
  vertical-align: middle;
  background: #30bbea;
  margin-right: 10px;
}

.back_to_EC,
.back_to_EC a {
  color: #1b3c8c;
}

.back_to_EC {
  margin-bottom: 20px;
}

.etude_desc_gb,
.etude_desc_fr {
  font-weight: 500;
}

.table_etudes {
  color: #1b3c8c;
}

.table_etudes_left_col > div {
  background: #f6f6f6;
  height: 100%;
  padding: 40px;
  border: 1px solid #9e9e9e;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
}

.table_etudes_right_col {
  border: 1px solid #9e9e9e;
  height: 100%;
  padding: 40px;
  border-radius: 20px;
  box-sizing: border-box;
  margin-left: 30px;
}

.table_etudes_right_col > div > div {
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 40px;
}

.table_etudes_right_col > div > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ifct_EC_label_fr,
.ifct_EC_label_en {
  display: block;
}

.ifct_EC_label_fr {
  font-weight: 500;
}

.ifct_EC_label_en {
  font-style: italic;
}

.red {
  color: #ea5c67;
}

.green {
  color: #30ac7e;
}

.conteneur_phase {
  border: 1px solid #c20a6c;
  border-radius: 5px;
  padding: 5px 15px;
  display: inline-block;
}

.progress-circle {
  margin: 20px auto;
}

.table_etudes i.vert {
  color: green;
}

.table_etudes i.jaune {
  color: yellow;
}

.table_etudes i.orange {
  color: orange;
}

.table_etudes i.rouge {
  color: red;
}

.table_etudes i.anis {
  color: #2a7822;
}

/* Page accueil publications */

ul li.impair:last-child {
  /*width:100%;*/
}

/* Registre des publications */

.filter_publications {
  background: #f7f7f7;
  padding: 40px;
}

.filter_publications label {
  font-weight: 700;
}
.filter_publications select,
.filter_publications input {
  border: 1px solid #6c6c6c;
  border-radius: 4px;
}

.table_publications {
  border: 1px solid #9e9e9e;
  border-radius: 20px;
}

.item_publication {
  border-bottom: 1px solid #9e9e9e;
  padding: 40px;
}

.item_publication:last-child {
  border-bottom: none;
}

.item_publication_title {
  color: #30bbea;
  margin-bottom: 20px;
}

h4.title_publication_ifct:before {
  content: "";
  width: 54px;
  border-bottom: rgba(255, 255, 255, 0.3) solid;
  display: inline-block;
  vertical-align: middle;
  background: #30bbea;
  margin-right: 10px;
}

.title_publication_ifct i.fas.fa-link {
  color: #30bbea;
}

.table_publications a:hover {
  text-decoration: none;
}

a:hover .item_publication_title,
.table_publications a:hover i {
  color: #1b3c8c !important;
}

/* Formulaire de contact */

fieldset {
  border: none;
}

#userForm label {
  font-size: 18px;
}

.rsform-block-adresse-a-droite {
  background: #f6f6f6;
  padding: 40px;
}

.rsform-block-specialite {
  margin-bottom: 22px !important;
  margin-top: 22px !important;
}

.rsform-block-adresse-a-droite img {
  width: 100%;
}

.rsform-block-adresse-a-droite h2 {
  margin-bottom: 40px;
}

.rsform-block-adresse-a-droite > div {
  margin: 20px 0;
  display: flex;
  align-items: center;
}

.rsform-block-adresse-a-droite p {
  margin: 0;
  color: #333;
}

.rsform-block-adresse-a-droite i {
  width: 60px;
  font-size: 30px;
}

.rsform-block-submit input#submit {
  width: 100%;
  padding: 10px 20px;
  background: #1b3c8c;
}

.rsform-block-rgpd {
  color: #333;
}

/* Devenir membre - candidature */

#rsform_4_page_0 p {
  color: #333;
}

/* Menu espace membres */

#menu_espace_membres li {
  position: relative;
}

#menu_espace_membres li:after {
  content: url(../images/picto_over_ban.png);
  position: absolute;
  bottom: -20px;
  right: -12px;
}

.itemid-152 #menu_espace_membres li:after {
  display: none;
}

#menu_espace_membres a {
  background: #1b3c8c;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  display: block;
  padding: 90px 70px 150px 70px;
}

.picto_esp_mbr {
  position: absolute;
  bottom: 50px;
  left: 115px;
  font-size: 100px;
  opacity: 0.2;
}

.itemid-152 #menu_espace_membres a {
  font-size: 26px;
  font-weight: 700;
  padding: 50px 30px 100px 30px;
}

.itemid-152 .picto_esp_mbr {
  left: auto;
  right: 50px;
  opacity: 0.2;
}

/* Menu espace membre non loggué */

#menuMbrNotLog i {
  margin-right: 20px;
  font-size: 40px;
}

#menuMbrNotLog .uk-card-default {
  background: #1b3c8c;
  color: #fff;
}

#menuMbrNotLog .uk-card-default a {
  color: #fff;
}

/* Listes de vidéos */

.videos .page-header {
  margin-bottom: 20px;
}

.videos h2 {
  font-size: 20px;
  line-height: normal;
  margin: 0;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.videos h3 {
  font-weight: bold;
  margin-bottom: 0;
}

.videos .details_intervenant {
  margin-bottom: 20px;
  text-align: center;
}

/* Override uikit */

.uk-subnav-pill > .uk-active > a {
  background-color: #1e317d;
}

.uk-open > .uk-accordion-title::before {
  background-image: none;
  content: "-";
}

.uk-accordion-title:focus,
.uk-accordion-title:hover {
  color: #ddd;
}

em {
  color: inherit;
}

.uk-button-primary,
.btn.btn-primary {
  background-color: #1e317d;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
  color: #fff;
  border: 1px solid transparent;
}

.uk-button-primary a {
  color: #fff;
}
/* button effecs */

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #224dae;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Bounce To Right */
div#sidebar .nav a,
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
div#sidebar .nav a:before,
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
div#sidebar .nav a:hover,
div#sidebar .nav a:focus,
div#sidebar .nav a:active,
.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
  color: white;
}
div#sidebar .nav a:hover:before,
div#sidebar .nav a:focus:before,
div#sidebar .nav a:active:before,
.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

div#sidebar .nav a {
  width: 100%;
  box-sizing: border-box;
}

div#sidebar .nav a:before {
  background: #224dae;
}

/* Image zoom effect */

.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

.img-hover-zoom img {
  transition: transform 0.5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.2);
}

/* Cotisations */

.card_cotis {
  background: #1e317d;
  color: #fff;
  margin-bottom: 40px;
}

.picto_cotis {
  font-size: 50px;
}

/* Site map */

div#SchuWeb_Sitemap .muted {
  display: none;
}

/* Devel */

.todo {
  border: 1px dashed #fdba47;
  background: #fff6e5;
  color: red;
  padding: 20px;
  margin-bottom: 20px;
}

.todo::before {
  content: "Développement en cours";
  display: block;
  font-weight: 900;
  font-size: 10px;
  padding-bottom: 10px;
  font-family: Verdana, Sans-serif;
}

.todo_ifct {
  border: 2px dashed #1b3c8c;
  background: #6ecaff;
  padding: 20px;
  margin-bottom: 20px;
}

.todo_ifct::before {
  content: "TODO IFCT";
  display: block;
  font-weight: 900;
  font-size: 10px;
  padding-bottom: 10px;
  font-family: Verdana, Sans-serif;
}

/* responsive */

body.site {
  padding-top: 0 !important;
}

.search_bar_left {
  display: none;
}

.mobilemenuck {
  font-family: "Montserrat", sans-serif !important;
}

.mobilemenuck-bar-title {
  display: none !important;
}

.mobilemenuck-bar {
  top: 0 !important;
  z-index: 50000 !important;
}

.mobilemenuck-bar-button {
  background: transparent !important;
}

#rsform_3_page_0 .rsform-block-adresse-a-droite {
  margin-top: 30px;
}

.pg_event_left p a {
  word-wrap: break-word;
}

.acym_module {
  margin-bottom: 30px;
}

@media screen and (max-width: 639px) {
  * + .uk-grid-margin-large,
  .uk-grid + .uk-grid-large,
  .uk-grid + .uk-grid-row-large,
  .uk-grid-large > .uk-grid-margin,
  .uk-grid-row-large > .uk-grid-margin {
    margin-top: 10px !important;
  }

  .uk-grid-column-large > *,
  .uk-grid-large > * {
    padding-left: 10px !important;
  }
}

@media screen and (min-width: 640px) {
  .carre1,
  .carre4 {
    background: #1e317d;
  }

  .carre2,
  .carre3 {
    background: #253e98;
  }

  .donwload_link a {
    font-size: 14px;
  }

  .itemid-124 .video-container {
    padding-bottom: 85%;
  }
}

@media screen and (min-width: 768px) {
  .filtre_agenda li {
    width: auto;
  }

  #page_espace_patients ul.uk-accordion li {
    margin: 0 20px;
  }

  #page_espace_patients .uk-accordion-title {
    padding: 40px;
  }

  p.acysubbuttons {
    display: inline-block;
    width: 38%;
    margin: 0;
  }

  .acym_form {
    width: 60%;
  }
}

@media screen and (min-width: 960px) {
  body .body {
    font-size: 18px;
  }

  .right_ban div {
    display: flex;
    height: 100%;
    margin-left: -17px;
  }

  .tuile_inside {
    padding: 20px;
  }

  div#tuile5 {
    padding: 40px 0;
  }

  div#tuile5 a.tuile_inside {
    width: 100%;
  }

  .onglets_deroulants a.uk-accordion-title {
    padding: 20px;
    border-radius: 10px;
    font-size: 28px;
  }

  .header_etudes_cliniques h1 {
    display: inline-block;
  }

  .filter_publications h2 {
    font-size: 28px;
  }

  h1 {
    font-size: 35px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .filter_publications h2 {
    font-size: 18px;
  }

  .table_etudes_left_col > div {
    border: 1px solid #9e9e9e;
    border-right: none;
    border-radius: 20px 0 0 20px;
  }

  .table_etudes_right_col {
    border-radius: 0 20px 20px 0;
  }

  .table_etudes_right_col {
    margin-left: 0;
  }

  .header_etudes_cliniques {
    text-align: center;
  }

  .download_bloc .fa-file-download,
  .download_bloc .fa-file-pdf {
    font-size: 100px;
  }

  h2.file_title {
    font-size: 30px;
    line-height: normal;
  }

  .fil_ariane {
    padding: 20px 0;
  }

  h2,
  .footer2 h3,
  .footer3 h3 {
    line-height: 50px;
  }

  h2.title_item_agenda {
    font-size: 3em;
  }

  #page_espace_patients .uk-accordion-title h4 {
    font-size: 20px;
    font-weight: 700;
  }

  .liste_chiffres_clefs h3 {
    font-size: 55px;
    margin: 20px;
  }

  .desc_chiffres {
    font-size: 24px;
    font-weight: 700;
  }

  .liste_chiffres_clefs p {
    color: #fff;
    margin: 20px 0;
  }

  #etudes_cliniques table {
    text-align: left;
  }

  .itemid-124 .video-container {
    padding-bottom: 85%;
  }

  #rsform_3_page_0 .rsform-block-adresse-a-droite {
    margin-top: 0;
  }

  .acym_sys_archive .uk-button-green {
    padding: 20px 80px;
    width: auto;
  }

  .title_event,
  .title_event h2 {
    font-size: 28px;
  }
}

@media screen and (min-width: 1200px) {
  .search_bar_left {
    position: fixed;
    height: 100%;
    display: flex;
    z-index: 10000;
  }

  .main_container {
    margin-left: 70px;
    z-index: 1;
  }

  footer {
    z-index: 999;
  }

  .right_ban div {
    max-width: 90%;
  }

  div ul.maximenuck li.maximenuck.level1 > a,
  div ul.maximenuck li.maximenuck.level1 > span.separator,
  .uk-navbar-item,
  .uk-navbar-nav > li > a,
  .uk-navbar-toggle,
  div.mod-languages li a {
    font-size: 13px;
    font-weight: 700;
  }

  .actualites .moduletable {
    padding: 0;
  }

  .tuile_inside {
    padding: 40px;
  }

  .footer {
    margin-left: 70px;
  }

  .mod-languages a:before {
    content: "|";
    background: none;
  }

  .itemid-124 .video-container {
    padding-bottom: 75%;
  }

  .box_recherche_inside p {
    font-size: 35px;
  }
}

@media screen and (min-width: 1600px) {
  div ul.maximenuck li.maximenuck.level1 > a,
  div ul.maximenuck li.maximenuck.level1 > span.separator,
  .uk-navbar-item,
  .uk-navbar-nav > li > a,
  .uk-navbar-toggle,
  div.mod-languages li a {
    font-size: 18px;
  }

  .right_ban div {
    max-width: 69%;
  }

  .footer1 {
    order: 1;
  }

  .footer2 {
    order: 2;
  }

  .footer3 {
    order: 3;
  }

  .footer4 {
    order: 4;
  }

  .footer5 {
    order: 5;
  }

  .normal_event_wrapper {
    min-height: 200px;
  }
}

@media screen and (min-width: 1920px) {
  .right_ban h1,
  .right_ban {
    font-size: 34px;
  }

  div.logo {
    min-width: 497px;
  }

  .pg_event_right {
    background: #1b3c8c;
    top: -40px;
    bottom: -40px;
    right: -40px;
    color: #fff;
    padding: 40px;
  }

  .more_about_event h4 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 80px;
  }
}

.item200,
.btn-group.pull-right {
  display: none !important;
}

.uk-grid > * {
  margin: 0 !important;
}

.uk-grid > * {
  padding-left: 30px !important;
}

* + .uk-grid-margin,
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin {
  margin-top: 30px !important;
}

.uk-card-title {
  font-size: 1.5rem !important;
  line-height: 1.4 !important;
}

@media (min-width: 1200px) {
  .uk-grid > * {
    padding-left: 40px !important;
  }

  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 40px !important;
  }
}

#acym_wrapper #download_list > .uk-grid {
  display: none !important;
}

.itemid-153 .page-header h2 {
  font-weight: bold;
}

/* Steven */
.agenda .normal_events {
  padding: 0 !important;
  margin: 0 !important;
}

.agenda .normal_event_wrapper {
  margin: 0 !important;
}

.agenda {
  padding-left: 10px;
}

body.com_search .search #searchForm .btn-toolbar {
  display: inline-flex;
  width: 100%;
  align-items: center;
}

body.com_search .search #searchForm .btn-toolbar .btn-group.pull-left {
  width: 100%;
}

body.com_finder .finder .awesomplete {
  width: 50%;
}

body.com_finder .finder #search-form .input-group {
  display: inline-flex;
  width: 100%;
  align-items: center;
}

body.com_finder .com-finder__search.word {
  padding: 0;
}

body.com_finder .finder #search-searchword {
  border: none;
  border-bottom: 1px solid #99a7ca;
  padding: 9px 10px;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
}

body.com_finder .finder .searchintro {
  margin-top: 15px;
  font-size: 1em;
  font-style: italic;
}

body.com_finder .finder .form-limit select {
  max-width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
  border: 1px solid #6c6c6c;
  border-radius: 4px;
}

body.com_finder .finder .form-limit select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

body.com_finder .finder .form-limit select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  display: inline-block;
}

.d-none {
  display: none !important;
}

#search-results .result__title-link {
  color: #1e87f0 !important;
  font-weight: 700;
  font-size: 18px;
}

.result__taxonomy .result__taxonomy-item {
  color: #1b3c8c;
  font-style: italic;
  font-weight: 400;
}

.com_users .input-password-toggle {
  display: none;
}

.com_users .com-users-login__options {
  display: flex;
  flex-direction: column;
}

.com_users .com-users-login__options > a {
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-top: 0;
}

.com_users .com-users-login__options > a:first-child {
  border-top: 1px solid #e5e5e5;
}

.com_users .choices__button_joomla {
  border: 0;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #f0506e;
  color: #fff;
  font-size: 11px;
  padding: 5px;
  text-indent: -9999px;
  line-height: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.com_users .choices__button_joomla::after {
  content: "X";
  display: block;
  text-indent: 0;
  line-height: initial;
}

.com_users .choices__item.choices__item--selectable {
  display: inline-flex;
  align-items: center;
}

#member-profile legend {
  font-size: 20px;
  font-weight: 700;
  background: url(../images/picto_h1.png) no-repeat;
  padding-left: 40px;
  line-height: normal;
  color: #1b3c8c;
  line-height: 58px;
  margin-bottom: 20px;
}

#sociaux .logo-x {
  height: 40px;
  width: auto;
  margin-right: 5px;
}

/* Vincent - 180124 */
.uk-margin.rsform-block.rsform-block-cv.rsform-type-fileupload {
  clear: both;
}
