@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,700,700i|Roboto+Condensed:400,400i,700,700i"); /*!
 * Bootstrap-select v1.13.7 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select > select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px\0;
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
  margin-left: auto;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn,
.input-group .bootstrap-select.form-control {
  display: table-cell;
  z-index: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: 0 !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle:before {
  content: "";
  display: inline-block;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  padding-right: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
  margin-right: -100%;
}
.input-group .bs3.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group
  .bs3.bootstrap-select
  .dropdown-toggle
  .filter-option
  .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0.5px !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  max-height: 360px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: 0 !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup
  .dropdown-toggle
  .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right
  .dropdown-toggle
  .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right
  .dropdown-toggle
  .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show
  > .dropdown-toggle
  .filter-option:before {
  display: block;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

html {
  background-image: -owg-linear-gradient(top, #fff 0%, #dbd8cf 100%);
  background-image: -webkit-linear-gradient(top, #fff 0%, #dbd8cf 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #dbd8cf 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #dbd8cf 100%);
  background-image: linear-gradient(top, #fff 0%, #dbd8cf 100%);
}

body {
  font-family: "Roboto Condensed", sans-serif;
  color: #67675d;
  background-color: transparent;
  overflow-x: hidden;
}
h1 {
  font-family: "EB Garamond", serif;
  font-size: 3.5em;
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0c0033;
  font-weight: bold;
}
h1 + h2 {
  font-size: 1.2em;
}
.bs-component {
  position: relative;
}
.bs-component + .bs-component {
  margin-top: 1rem;
}
.bs-component .modal {
  position: static;
  display: block;
}
.bs-docs-section .page-header h1 {
  padding: 2rem 0;
}
.picto-title {
  width: 76px;
  float: left;
  margin: 1em 2.5em 2em 0;
}
.btn {
  font-weight: bold;
  padding: 0.375rem 1rem;
}
.btn-light {
  background-color: transparent !important;
  border-color: transparent !important;
}
.btn-light:hover {
  color: #0c0033;
}
fieldset {
  margin-bottom: 2em;
}
.btn-danger {
  background-color: #bf311a !important;
  border-color: #bf311a !important;
}
.btn-danger:hover {
  background-color: #a92b17 !important;
}
.btn-primary {
  color: #fff !important;
  background-color: #447ada !important;
  border-color: #447ada !important;
}
.btn-primary:hover {
  background-color: #2f6bd6 !important;
}
.btn-dark {
  color: #ffd938 !important;
  background-color: #0c0033 !important;
  border-color: #0c0033 !important;
}
.btn-dark:hover {
  background-color: #180066 !important;
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #ecf2fc;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #e3e9f2;
}
.form-control-plaintext {
  color: #0c0033;
}
.input-group-text,
.custom-file-label {
  border-color: #fff;
}
.pagination {
  float: right;
  margin-top: 2em;
}
.page-link {
  color: #0c0033;
  background-color: transparent;
  border: none;
}
.page-item.disabled .page-link,
.page-item .page-link:hover,
.page-item.active .page-link {
  border: none;
  color: #67675d;
  background-color: transparent;
}
.nav-pills .nav-link {
  padding: 0.3rem 0.5rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.page-item.active .page-link {
  background-color: transparent;
  color: #447ada;
  font-weight: bold;
}
.nav-pills .nav-item .nav-link.active {
  color: #0c0033;
  padding-left: 1rem;
  padding-right: 0;
  background-image: url("../img/carret-right.png");
  background-repeat: no-repeat;
  background-position: left top 11px;
}
.page-item.disabled .page-link {
  background-color: transparent;
  opacity: 0.5;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  background-color: #fff;
  border-radius: 100px !important;
  min-width: 36px;
  text-align: center;
}
.blockquote {
  background-color: white;
  padding: 1em 1em 0;
  position: relative;
  overflow: hidden;
}
.blockquote:before {
  content: "“";
  color: #67675d;
  opacity: 0.1;
  font-size: 9em;
  position: absolute;
  top: -65px;
  left: 3px;
}
.blockquote .blockquote-footer {
  padding-bottom: 1em;
}
.blockquote-footer,
.text-muted {
  color: #67675d !important;
  opacity: 0.8;
}
.jumbotron {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-content {
  border: none;
  border-radius: 10px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-content .close {
  font-size: 1.8rem;
  color: #0c0033;
  opacity: 1;
}
.modal-content .modal-header {
  border-bottom: 0;
}
.modal-content .modal-footer {
  border-top: 0;
}
#inscription .modal-dialog {
  max-width: 700px;
}
.close {
  font-family: sans-serif;
  font-weight: 300;
}
.popover {
  border: none;
  background-color: #0c0033;
  color: #fff;
}
.popover .popover-header {
  background-color: #0c0033;
  color: #fff;
  border-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
}
.popover .popover-body {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
}
.tooltip-inner {
  background-color: #0c0033;
  font-family: "Roboto Condensed", sans-serif;
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-left .arrow::after,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #0c0033;
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #0c0033;
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #0c0033;
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #0c0033;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  border-bottom: none;
}
.badge {
  color: #000;
  border-radius: 100px;
  margin-bottom: 3px;
  padding: 0.4em 1em;
}
.badge.badge-default {
  background-color: #ffd938;
}
.badge.badge-primary {
  background-color: #447ada;
  color: white;
}
.badge.color-white {
  color: #fff;
}
.bg-primary {
  background-color: #447ada !important;
}
.bg-secondary {
  background-color: #67675d !important;
}
.bg-danger {
  background-color: #bf311a !important;
}
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
  color: #fff;
}
.list-group-item.active {
  background-color: #447ada;
}
.progress {
  border-radius: 100px;
  padding: 3px;
  background-color: #fff;
}
.progress .progress-bar {
  border-radius: 100px;
  background-color: #447ada;
}
ul.no-bullet {
  padding-left: 0;
}
ul.no-bullet li {
  margin-bottom: 1em;
  margin-left: 0;
  list-style-type: none;
}
a img {
  transition: 0.2s ease-out;
}
a img:hover {
  opacity: 0.8;
}
img {
  max-width: 100%;
  height: auto;
}
label {
  font-size: 0.8em;
  color: #67675d;
}
.custom-control-label::before {
  background-color: transparent;
  border: 1px solid #0c0033;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #447ada;
  border: 1px solid #447ada;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.15rem;
}
.form-control,
.custom-select {
  color: #0c0033 !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.9em;
}
.form-control.big-on-white,
.custom-select.big-on-white {
  font-size: 1em;
  line-height: 2.3em;
  background-color: #e2e2e2;
  height: auto;
  margin-bottom: 2em;
}
.bootstrap-select.big-on-white > button.dropdown-toggle {
  color: #0c0033 !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1em;
  line-height: 2.3em;
  background-color: #e2e2e2 !important;
  height: auto;
  margin-bottom: 2em;
  min-width: 400px;
}
.form-control:hover,
.custom-select:hover {
  box-shadow: 0 0 0 0.2rem #e0dee5;
}
.form-control:invalid,
.form-control.error {
  box-shadow: 0 0 0 0.2rem #eda1a5;
}
.form-control:focus,
.custom-select:focus {
  box-shadow: 0 0 0 0.2rem #9ab5e9, inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.form-control[disabled] {
  box-shadow: none !important;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
}
.dropdown-menu {
  border-color: #fff;
  border-radius: 0;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.dropdown-item {
  color: #212529 !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #447ada;
  color: #fff !important;
  transition: 0.2s ease-out;
}
a {
  color: #447ada;
}
a:hover {
  text-decoration: underline;
}
.inner-links,
.photo {
  margin-top: 30px;
}
.col-md-6.photo {
  padding-right: 0px;
  padding-left: 0px;
}
.contact {
  margin-top: 70px;
}
.contact p {
  padding-left: 2em;
}
p.adresse {
  background-image: url("../img/location.svg");
  background-position: left top 3px;
  background-repeat: no-repeat;
  background-size: 12px 17px;
  padding-left: 2em;
}
p.tel {
  background-image: url("../img/tel-2.png");
  background-position: left top 3px;
  background-repeat: no-repeat;
  background-size: 10px 17px;
  padding-left: 2em;
}
p.web {
  background-image: url("../img/web.png");
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  padding-left: 2em;
}
p.mail {
  background-image: url("../img/mail.png");
  background-position: left top 6px;
  background-repeat: no-repeat;
  background-size: 18px 13px;
  padding-left: 2em;
}
.photo img {
  margin-top: 2em;
}
main {
  margin: 1em 0 7em;
}
.onepage #main-content {
  margin-top: 0;
}
.onepage main h2 {
  padding-top: 3.6em;
  padding-bottom: 1em;
}
.onepage main .card h2 {
  padding-top: 1em;
}
.col-right {
  background-color: #fff;
  padding-top: 1em;
  position: relative;
  padding-bottom: 3em;
}
.col-right h3 {
  font-size: 1.1em;
  margin-top: 1em;
}
.col-right .pictos img {
  height: 50px;
}
.col-right:before {
  content: "";
  display: block;
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
}
.col-right .row {
  padding: 2em 1.5em 1em;
}
.col-right .row h3 {
  font-size: 1.2em;
}
.col-right .row.people {
  padding: 0.5em 1.5em 0.5em;
}
.col-right .row.people h4 {
  font-size: 0.8em;
}
.col-right .row.people h5 {
  font-size: 0.8em;
  font-weight: normal;
}
.col-right .row.people .col-md-6 {
  padding-right: 0;
}
.col-right .row.people .col-md-6 img {
  max-width: 100px;
}
.col-right .inside-col-right.fixed {
  position: fixed;
  top: 65px;
}
.col-right .inside-col-right.fixed.bottom {
  top: auto;
  bottom: 30px;
  position: absolute;
}

.inside-col-right .bootstrap-select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.col-left {
  position: absolute;
}
.col-left .inside-col-left.fixed {
  position: fixed;
  top: 65px;
}
.col-left .inside-col-left.fixed.bottom {
  top: auto;
  bottom: 195px;
  position: absolute;
}
.cards {
  margin-top: 4em;
  margin-right: -30px;
}
.cards > div:last-child .card {
  margin-bottom: 0;
}
.cards a:hover {
  text-decoration: none;
}
.cards h3 a:hover {
  text-decoration: underline;
}
.cards .col-md-4,
.cards .col-md-6,
.cards .col-md-12 {
  padding-left: 0;
}
.cards .col-md-12 .card {
  border-left: 4px solid #ffd938;
  border-top: none;
}
.cards .col-md-12 .card .col-md-6 {
  display: inline-block;
  vertical-align: top;
  max-width: 48%;
}
.cards .col-md-12 .card .col-md-6 img {
  margin-bottom: 1em;
}
.cards .col-md-12 .card .col-md-5 {
  padding-right: 0;
}
.cards .card {
  border-top: 4px solid #fff;
}
.cards .card iframe {
  width: 100%;
}
.cards .card .pictos {
  text-align: right;
  background-color: #fff;
  margin-right: 3px;
  position: absolute;
  z-index: 3;
  border-radius: 5px;
  bottom: 10px;
  right: 10px;
}
.cards .card .pictos img {
  width: 30px;
}
.cards .card.actu-card {
  border: none;
  margin-bottom: 1em !important;
}
.cards .card.actu-card .image img {
  margin: 1em 0;
  transition: 0.2s ease-out;
}
.cards .card.actu-card .image a img:hover {
  opacity: 0.8 !important;
}
.cards .card.actu-card .image .badges {
  padding: 0;
  margin: 0.3em 1em;
  z-index: 2;
}
.cards .card.actu-card .no-image {
  padding: 1em 0 1em 2em;
}
.cards .card.actu-card .actu-body {
  padding: 1em 3em 1em 1em;
}
.cards .card.actu-card .actu-body h2 {
  font-size: 1.2em;
}
.cards .card.actu-card .actu-body h2 a {
  transition: 0.2s ease-out;
}
.cards .card.actu-card .actu-body h2 a:hover {
  color: #67675d !important;
}
.cards .card.actu-card .metas {
  padding: 1em 2em 1em 1em;
  color: #0c0033;
  font-size: 0.9em;
}
.cards .card.actu-card .metas strong {
  margin-bottom: 1em;
  display: block;
}
.cards .card.actu-card .metas .tags {
  margin: 0;
  padding: 0;
  margin-top: 2em;
}
.cards .card.actu-card .metas .tags li {
  display: inline-block;
  color: #67675d;
}
.cards .card.actu-card .metas .tags li a {
  color: #67675d;
}
.cards .card.actu-card .metas .tags li a:hover {
  text-decoration: underline;
}
.cards .card.actu-card.highlighted {
  background-color: rgba(103, 103, 93, 0.03);
}
.cards .card-half-half {
  padding: 1.25rem;
  display: block;
}
.cards .card-half-half .image,
.cards .card-half-half .card-body {
  width: 50%;
  float: left;
}
.cards .card-half-half:after {
  content: "";
  display: block;
  clear: both;
}
.cards.partenariats .col-md-12 .card,
.cards.uvcwtv .col-md-12 .card {
  border-left: 0;
}
.cards.uvcwtv .col-md-12 .card {
  border-top: 4px solid white;
}
.cards.mini-cards {
  margin-right: -30px;
}
.cards.mini-cards .card {
  padding: 15px;
  line-height: 1.2;
  margin-bottom: 1em !important;
}
.cards.mini-cards .card .image {
  margin-bottom: 1em;
}
.cards.mini-cards .card h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.home .cards .col-md-12 .card {
  border-left: none;
  border-top: 4px solid #fff;
}
.onepage .cards {
  margin-left: 0;
  margin-right: -15px;
  margin-top: 0;
}
.onepage .cards.formations,
.onepage .cards.publications {
  margin-right: 0;
}
.cards.publications .card.actu-card .image img,
.cards.formations .card.actu-card .image img {
  margin: 0;
}
.cards.publications .card.actu-card .badges,
.cards.formations .card.actu-card .badges {
  margin-bottom: 1em;
}
.cards.formations .card.actu-card .actu-body {
  padding: 1em 3em 1em 2em;
}
.card {
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
  transition: 0.2s ease-out;
}
.card ul.no-bullet a {
  color: #447ada;
}
.card ul.no-bullet a:hover {
  text-decoration: underline;
}
.card h4 {
  font-size: 0.85em;
  margin: 0 !important;
  line-height: 1;
}
.card h3 {
  font-size: 1.4em;
}
.card p {
  color: #67675d;
}
.card .card-text {
  font-size: 0.85em;
  color: #0c0033;
  line-height: 1.5;
}
.card-text ul > li {
  color: #67675d;
}
.card .card-body .card-text {
  font-size: 0.85em;
  color: #0c0033;
  line-height: 1.5;
}
.card .card-body-top {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.card .card-body-top .card-text {
  text-align: right;
  color: #67675d;
}
.card a {
  color: #0c0033;
}
.card table td:first-child {
  padding-left: 0;
}
.card table a {
  color: #447ada;
}
.card .image {
  position: relative;
}
.card .image img {
  opacity: 1 !important;
}
.card .image .badges {
  position: absolute;
  padding: 1em;
}
.card .no-image .badges {
  padding: 1em 1em 0;
}
a.card:hover {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.membre {
  padding-top: 40px !important;
}
.membre .bloc {
  background-color: #fff;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  color: #0c0033;
}
.membre .bloc h5 {
  margin-bottom: 20px;
}
.membre .bloc .table {
  padding-top: 30px;
  padding-bottom: 30px;
}
.membre .bloc .table .td {
  font-weight: bold;
}
.membre .bloc[class*="col-"] h5 {
  padding-left: 0;
}
.membre .bloc .card-header .col-sm-6 {
  padding-left: 0;
}
.membre .map-membre {
  margin-top: 30px;
  height: 250px;
}
.membre .entites {
  margin-top: 30px;
}
.membre .col-lg-3 {
  padding-right: 0px;
}
.membre .col-lg-9.full-width-membre .bloc,
.membre .col-lg-9.full-width-membre h4 {
  margin-left: -15px;
  margin-top: 30px !important;
}
.tab {
  display: inline-block;
  width: 100px;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.accordion {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.accordion .card {
  margin-bottom: 0;
  box-shadow: 0px 0px 0px transparent;
}
.accordion .card a.btn-link {
  text-decoration: none;
  color: #007bff;
  display: inline-block;
  opacity: 0.5;
  background-image: url("../img/blue-arrow-down.png");
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 15px;
}
.accordion .card a.btn-link:hover {
  opacity: 1;
}
.accordion .card a.btn-link[aria-expanded="true"] {
  background-image: url("../img/blue-arrow-up.png");
  opacity: 1;
}
.accordion .card .card-block {
  padding: 20px 0;
  border: 1px solid #ededed;
}
.accordion .card .card-block.details {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.accordion .card .card-block.details .table {
  padding-top: 10px;
  padding-bottom: 10px;
}
.name {
  text-transform: uppercase;
}
.list-group {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.list-group .list-group-item {
  border-left: 0;
  border-right: 0;
}
.list-group .list-group-item:first-child {
  border-radius: 0;
  border-top: 0;
}
.list-group .list-group-item:last-child {
  border-radius: 0;
  border-bottom: 0;
}
.strong {
  font-weight: bold;
}
.personnalContact a {
  font-size: 18px;
}
.personnalContact a.facebook {
  color: #3b5998;
}
.personnalContact a.twitter {
  color: #1da1f2;
}
.personnalContact a.web {
  display: inline-block;
  height: 22px;
  background-image: url("../img/web.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  width: 25px;
}
.personnalContact a:hover {
  text-decoration: none;
}
.navbar {
  padding: 1.5em 0;
}
.navbar .col-7 {
  padding-left: 0;
}
.navbar a + a img {
  margin-top: -6px;
}
.navbar .btn {
  font-weight: bold;
  font-size: 0.9em;
  color: #000;
  margin-right: 2em;
}
.navbar .btn:hover {
  color: #67675d;
}
.navbar .search form {
  width: 25em;
  padding: 0 0.5em;
}
.navbar .search input.col-md-8 {
  box-shadow: none !important;
  padding-left: 0;
}
.navbar .search .btn {
  margin-right: 0;
}
.navbar .search .btn:before {
  display: none;
}
a.mail {
  display: inline-block;
  padding-left: 30px;
  background-image: url(../img/mail-2.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 18px 13px;
}
.typeahead a {
  padding: 0.1em 0.5em;
}
.dropdown-menu.typeahead {
  min-width: 96%;
  overflow: hidden;
}
#connexion .form-control,
#inscription .form-control {
  border: 1px solid rgba(103, 103, 93, 0.5);
}
#connexion .modal-body a,
#inscription .modal-body a {
  font-size: 0.8em;
  margin-top: 0.2em;
}
#connexion .modal-footer,
#inscription .modal-footer {
  display: block;
  padding-top: 0;
}
#connexion .modal-footer .btn-success,
#inscription .modal-footer .btn-success {
  float: right;
}
.main-menu,
.secondary-menu {
  background-color: #0c0033;
  position: relative;
  overflow: hidden;
  height: 50px;
}
.main-menu.fixe,
.secondary-menu.fixe {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.main-menu > div > ul > li > a,
.secondary-menu > div > ul > li > a {
  color: #fff;
  transition: 0.2s ease-out;
  padding: 0.8em 1.6em;
}
.main-menu > div > ul > li > a:after,
.secondary-menu > div > ul > li > a:after {
  margin-left: 0.5em;
  position: relative;
  top: 2px;
}
.main-menu > div > ul > li > a.active,
.secondary-menu > div > ul > li > a.active {
  background-color: rgba(103, 103, 93, 0.3);
}
.main-menu > div > ul > li > a:hover,
.main-menu > div > ul > li > a.open,
.secondary-menu > div > ul > li > a:hover,
.secondary-menu > div > ul > li > a.open {
  background-color: #67675d;
}
.main-menu > div > ul > li > a.open:after,
.secondary-menu > div > ul > li > a.open:after {
  transform: rotate(180deg);
}
.main-menu > div > ul > li > a.home,
.secondary-menu > div > ul > li > a.home {
  text-indent: -9999px;
  background-image: url(../img/home.png);
  background-repeat: no-repeat;
  background-position: center;
}
.main-menu .mega-menu,
.secondary-menu .mega-menu {
  background-color: #67675d;
  color: white;
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
  display: none;
}
.main-menu .mega-menu h1,
.main-menu .mega-menu h2,
.main-menu .mega-menu h3,
.main-menu .mega-menu h4,
.main-menu .mega-menu h5,
.main-menu .mega-menu h6,
.secondary-menu .mega-menu h1,
.secondary-menu .mega-menu h2,
.secondary-menu .mega-menu h3,
.secondary-menu .mega-menu h4,
.secondary-menu .mega-menu h5,
.secondary-menu .mega-menu h6 {
  color: #fff;
  font-weight: bold;
}
.main-menu .mega-menu a,
.secondary-menu .mega-menu a {
  color: white;
  transition: 0.2s ease-out;
  border-bottom: 1px dotted;
}
.main-menu .mega-menu a:hover,
.secondary-menu .mega-menu a:hover {
  border-bottom: 0;
}
.main-menu .mega-menu > div,
.secondary-menu .mega-menu > div {
  padding: 3em 0;
}
.main-menu .mega-menu ul,
.main-menu .mega-menu li,
.secondary-menu .mega-menu ul,
.secondary-menu .mega-menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.secondary-menu {
  background-color: #447ada;
  height: 50px;
}
.secondary-menu div > ul > li > a {
  padding: 0.2em 1.3em;
  margin-top: 0.6em;
  margin-right: 0.15em;
}
.secondary-menu div > ul > li > a.active {
  background-color: #5989de;
}
.secondary-menu div > ul > li > a:hover {
  background-color: #6f98e2;
}
.secondary-menu.fixe {
  top: 50px;
}
.menu-mobile #open-menu {
  background-color: #0c0033;
  color: white;
  text-transform: uppercase;
  text-align: right;
  font-weight: bold;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  padding-right: 40px;
  transition: 0.2s ease-out;
  position: relative;
}
.menu-mobile #open-menu:hover {
  background-color: #180066;
}
.menu-mobile #open-menu span {
  width: 20px;
  height: 2px;
  background-color: white;
  display: block;
  position: absolute;
  right: 10px;
  transition: 0.2s ease-out;
}
.menu-mobile #open-menu span#line_1 {
  top: 11px;
}
.menu-mobile #open-menu span#line_2 {
  top: 18px;
}
.menu-mobile #open-menu span#line_3 {
  top: 25px;
}
.menu-mobile #open-menu.open span#line_1 {
  top: 18px;
  transform: rotate(-45deg);
}
.menu-mobile #open-menu.open span#line_2 {
  opacity: 0;
}
.menu-mobile #open-menu.open span#line_3 {
  top: 18px;
  transform: rotate(45deg);
}
.menu-mobile ul {
  background-color: #67675d;
  padding: 0;
  margin: 0;
  display: none;
}
.menu-mobile ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-mobile ul li a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  transition: 0.2s ease-out;
  padding-right: 25px;
}
.menu-mobile ul li a.toggle:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 10px;
  top: 13px;
}
.menu-mobile ul li a.open.toggle {
  padding-left: 25px;
  padding-right: 10px;
  background-color: #0c0033;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.menu-mobile ul li a.open.toggle:after {
  right: auto;
  left: 10px;
  transform: rotate(180deg);
}
.menu-mobile ul li a.active {
  background-color: rgba(255, 255, 255, 0.1);
}
.menu-mobile ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.menu-mobile ul li .depth-2 {
  display: block;
}
.menu-mobile ul li .depth-2 a {
  padding-left: 25px;
  font-size: 16px;
}
.header-tags {
  border-left: 4px solid #ffd938;
  padding-left: 3em;
  margin-top: 3em;
}
.header-tags ul {
  margin-bottom: 0;
}
.header-tags.header-tags-condensed ul {
  background-color: rgba(103, 103, 93, 0.05);
  padding: 2em 1em;
  font-size: 0.9em;
}
.header-tags.header-tags-condensed ul li {
  display: inline-block;
  margin-right: 1em;
}
.other-tags {
  margin-top: 3.5em;
  font-size: 0.9em;
}
.other-tags ul {
  margin: 0;
  padding: 0;
  margin-top: 1em;
}
.other-tags ul li {
  display: inline-block;
}
.chapo {
  font-size: 1.2em;
  margin-top: 0em;
}
#breadcrumb {
  margin: 2em 0;
}
#breadcrumb .container {
  position: relative;
}
#breadcrumb .container .before {
  padding: 1em 0;
  font-size: 14px;
  background-color: #ffd938;
  width: 100%;
  margin-left: -95%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
#breadcrumb .container .crumb {
  padding: 1em 3em 1em 0;
  position: relative;
  font-size: 14px;
  color: #000;
  background-color: #ffd938;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  display: inline-block;
}
#breadcrumb .container .crumb a {
  color: #000;
  text-decoration: underline;
}
#breadcrumb .container .crumb a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}
#breadcrumb.color-white .crumb {
  color: #fff;
}
#breadcrumb.color-white .crumb a {
  color: #fff;
}
footer {
  padding-bottom: 4em;
}
footer img {
  height: 80px;
  width: auto;
  margin-right: 4em;
}
footer .sythese {
  margin-top: 2.2em;
}
footer .menu {
  margin-top: 2.2em;
}
footer .menu ul,
footer .menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .menu li {
  display: inline-block;
  margin-right: 2em;
}
footer .menu li a {
  color: #000;
  transition: 0.2s ease-out;
}
footer .menu li a:hover {
  border-bottom: 1px solid;
  text-decoration: none;
}
footer .menu.social-menu {
  font-size: 2em;
  margin-top: 2em;
}
footer .menu.social-menu ul li {
  margin-right: 1em;
}
footer .menu.social-menu ul li a {
  display: block;
}
footer .menu.social-menu ul li a:hover {
  border-bottom: none;
  transform: scale(1.2);
}
footer .newsletter {
  margin-top: 4.5em;
}
footer .newsletter h5 {
  color: #0c0033;
  font-weight: bold;
  font-size: 1em;
}
footer .newsletter label {
  font-size: 0.8em;
  color: #67675d;
}
footer .legal {
  margin-top: 3em;
  color: #67675d;
}
ul.tags li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.tags-inline li {
  display: inline-block;
  margin-right: 1em;
  font-weight: bold;
  font-size: 0.85em;
}
.metas {
  color: #0c0033;
  font-size: 0.9em;
}
.metas p {
  margin-bottom: 0.5em;
}
.metas p + p {
  color: #67675d;
}
.dropdown-matiere,
.bootstrap-select {
  margin-right: 1em;
  width: auto !important;
  margin-bottom: 0.5em;
}
.dropdown-matiere > .dropdown-toggle,
.dropdown-matiere > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle.bs-placeholder {
  font-weight: normal;
  font-size: 0.9em;
  min-width: 250px;
  text-align: left;
  background-color: #fff !important;
  color: #000;
  margin-bottom: 0;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder {
  opacity: 0.5;
}

.dropdown-matiere > .dropdown-toggle:after,
.dropdown-matiere > .dropdown-toggle.bs-placeholder:after,
.bootstrap-select > .dropdown-toggle:after,
.bootstrap-select > .dropdown-toggle.bs-placeholder:after {
  float: right;
  margin-top: 8px;
}
.dropdown-matiere > .dropdown-toggle:hover,
.dropdown-matiere > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #000;
}
.dropdown-matiere > .color-white,
.bootstrap-select > .color-white {
  color: #fff;
}
.dropdown-matiere > .dropdown-toggle:after,
.dropdown-matiere > .dropdown-toggle.bs-placeholder:after,
.bootstrap-select > .dropdown-toggle:after,
.bootstrap-select > .dropdown-toggle.bs-placeholder:after {
  margin-top: 0;
}
.filters {
  margin-top: 2em;
}
.filters input,
.filters button {
  margin-bottom: 0.5em;
}
.filters + .text {
  margin-top: 2em;
}
.filters .form-check-inline {
  padding-bottom: 1em;
}
.filters .form-check-inline label {
  font-size: 1em;
  color: #0c0033;
}
.search-results {
  font-size: 0.9em;
  color: #0c0033;
  margin-bottom: 2em;
}
.library {
  margin-bottom: 2em;
}
.library h3 {
  font-size: 1.5em;
}
.library h4 {
  font-size: 1.2em;
  margin: 1em 0 !important;
}
.library .card {
  width: 100%;
  margin-bottom: 0;
  margin-top: 10px;
}
.library .card:hover {
  text-decoration: none;
  opacity: 0.8;
}
.library .card .doc-size {
  padding-top: 45px;
  background-image: url(../img/docs.png);
  background-repeat: no-repeat;
  background-position: -243px 7px;
  margin: 1em;
  font-size: 0.9em;
  color: #0c0033;
  display: inline-block;
  min-width: 50px;
}
.library .card .doc-size.doc-pdf {
  background-position: 7px 7px;
}
.library .card .doc-size.doc-doc {
  background-position: -55px 7px;
}
.library .card .doc-size.doc-xls {
  background-position: -117px 7px;
}
.library .card .doc-size.doc-ppt {
  background-position: -179px 7px;
}
.library .card .metas {
  padding: 1.2em 0;
}
.home main {
  padding-top: 3em;
}
.home .col-lg-8 .row {
  margin-bottom: 2em;
}
.home .cards {
  margin-top: 0;
}
.home h2 {
  margin-bottom: 1em;
}
.home .panel {
  line-height: 1.2;
}
.home .panel .fas {
  font-size: 64px;
  color: #447ada;
  margin-top: 20px;
  margin-left: 10px;
}
.home .panel .btn {
  margin-top: 1em;
}
.home .formations .row {
  padding: 0;
}
.home .formations .card {
  background-color: #f6f6f5;
}
.home .formations .card .metas {
  padding-left: 30px;
  font-size: 12px;
  padding-bottom: 0;
}
.home .formations .card .metas .badges {
  margin-bottom: 0.5em;
}
.home .formations h4 a {
  transition: all 0.2s ease-out;
}
.home .formations h4 a:hover {
  color: #67675d;
}
.home .publications {
  margin: 0 -15px 0 0;
}
.home .publications .row {
  margin-bottom: 0;
}
.home .publications .card {
  border-top: 0 !important;
}
.home .publications .no-image .actu-body {
  padding-left: 30px;
}
.home .col-right {
  margin-bottom: 3em;
}
.home .col-right .pub-center img {
  margin: auto;
  display: block;
}
.home .under-page {
  margin-left: 0;
  margin-bottom: 2em;
}
.home .under-page .row {
  margin: 0 5px 0 0;
}
.home .post-slider {
  margin: 0;
}
.home .post-slider .bx-wrapper {
  margin-left: 0;
  margin-right: -15px;
}
.home .post-slider .bx-wrapper .bx-prev {
  left: 10px;
}
.home .post-slider .bx-wrapper .bx-next {
  right: 10px;
}
.home .flip-cards {
  margin: 0 -15px 0 0;
}
.jobcom .adword {
  padding: 1em;
  background-color: #fff;
}
.jobcom .filters {
  margin-top: 0;
  margin-bottom: 2em;
}
.uvcwtv {
  margin-left: 0;
  margin-right: -15px;
}
.staff {
  margin: 0 -0.5em;
}
.staff .element-item {
  margin: 1em -0.5em 0;
  float: left;
}
.staff .element-item .element-item-content {
  display: block;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  transition: 0.2s ease-out;
  background-color: #fff;
  text-align: center;
  position: relative;
  padding: 1em 1em 0 1em;
}
.staff .element-item .element-item-content h3,
.staff .element-item .element-item-content p {
  transition: 0.2s ease-out;
}
.staff .element-item .element-item-content:hover {
  text-decoration: none;
}
.staff .element-item .element-item-content:hover h3,
.staff .element-item .element-item-content:hover p {
  color: #447ada;
}
.staff .element-item .element-item-content h3 {
  font-size: 1.1em;
  margin-top: 1em;
}
.staff .element-item .element-item-content .pictos {
  text-align: right;
  background-color: #fff;
  margin-top: -33px;
  float: right;
  margin-right: 3px;
  position: relative;
  z-index: 3;
  border-radius: 5px;
}
.staff .element-item .element-item-content .pictos img {
  width: 30px;
}
.staff .element-item .element-item-content .orga {
  position: absolute;
  top: 0;
  right: 0;
}
.staff .element-item .element-item-content .orga img {
  width: 40px;
}
.staff .element-item .element-item-content .orga + img {
  position: relative;
  z-index: 2;
}
.single > .row > .col-lg-12 .filter-button-group,
.single > .row > .col-lg-9 .filter-button-group {
  margin-bottom: 1em;
}
.single > .row > .col-lg-12 .filter-button-group h2,
.single > .row > .col-lg-9 .filter-button-group h2 {
  font-size: 1em;
}
.other-filter {
  display: none;
}
.single > .row > .col-lg-12 {
  margin-bottom: 1em;
}
.single > .row > .col-lg-12 .badges {
  margin-bottom: 1em;
}
.single > .row > .col-lg-12 h2 {
  color: #67675d;
  font-size: 35px;
  margin-top: 0.5em;
  color: #737c89;
  margin-bottom: 0.5em;
}
.single > .row > .col-lg-12 p {
  color: #0c0033;
}
.single .image {
  margin: 2em 0 0;
}
.single img.float-left {
  display: block;
  max-width: 55%;
  margin: 1em;
  margin-left: -21%;
}
.single .chapo {
  font-weight: bold;
  color: #0c0033;
  font-size: 1em;
  margin-top: 1em;
}
.single .texte {
  font-size: 1.3em;
  margin-bottom: 1em;
}
.single .texte .media-large {
  margin: 1.5em 0 1.5em -21%;
}
.single .texte .media-large img,
.single .texte .media-large video,
.single .texte .media-large iframe {
  width: 100%;
}
.single .col-right .metas {
  padding: 2em 1.5em 0em;
}
.single .col-right .metas strong {
  color: #0c0033;
}
.single .col-right .metas p {
  margin-bottom: 0;
}
.single .col-right .badges {
  font-size: 1.1em;
}
.full-width-membre .image {
  margin: 0;
}
.read-also {
  margin-top: 4em;
}
.read-also h3 {
  font-size: 1.5em;
}
.read-also .cards {
  margin-top: 0.5em;
}
.team .read-also {
  margin-top: 0;
}
.pdfobject-container {
  height: 60rem;
  margin-bottom: 1em;
}
.comments {
  margin-top: 4em;
}
.comments .btn-sm {
  margin: -1px 15px 0;
  padding: 0 8px;
  font-size: 0.8em;
}
.comments .card {
  padding: 0;
  display: block;
}
.comments .card .avatar {
  width: 100px;
  float: left;
  display: block;
}
.comments .card .comment-body {
  padding: 15px 20px 0;
  float: left;
  width: calc(100% - 120px);
}
.comments .card:after {
  content: "";
  display: block;
  clear: both;
}
@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?52274079");
  src: url("../font/fontello.eot?52274079#iefix") format("embedded-opentype"),
    url("../font/fontello.woff2?52274079") format("woff2"),
    url("../font/fontello.woff?52274079") format("woff"),
    url("../font/fontello.ttf?52274079") format("truetype"),
    url("../font/fontello.svg?52274079#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
  content: "\e800";
}
.icon-basket:before {
  content: "\e801";
}
.icon-download:before {
  content: "\e802";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-user-circle:before {
  content: "\f2bd";
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
  margin-top: 5em;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #ccc;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 4em;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:before {
  content: " ";
  display: table;
}
.timeline > li:after {
  content: " ";
  display: table;
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  position: relative;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 3px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #d9d9d9;
  border-right: 0 solid #d9d9d9;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 3px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-body {
  padding: 1.25rem;
}
.timeline > li.timeline-inverted {
  float: right;
  clear: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.timeline > li:nth-child(2) {
  margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
  left: -12px;
}
@media (max-width: 767px) {
  .onepage main h2 {
    padding-top: 1.6em;
  }
  ul.timeline:before {
    left: 0;
  }
  ul.timeline > li {
    margin-bottom: 20px;
    position: relative;
    float: left;
    clear: left;
    width: 92%;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
  }
  ul.timeline > li > .timeline-badge {
    left: 28px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-badge {
    left: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .main-menu a {
    padding: 0.8em 1em;
  }
}
@media screen and (max-width: 992px) {
  .secondary-menu {
    height: auto;
  }
  .secondary-menu div > ul > li > a {
    margin-top: 0;
    padding: 0.2em 0.6em;
    font-size: 14px;
  }
  .secondary-menu.fixe {
    top: 0;
  }
  .onepage main h2 {
    padding-top: 1.6em;
  }
  body {
    overflow-x: visible;
    padding-top: 0 !important;
  }
  footer img {
    height: 50px;
    margin-right: 2em;
  }
  footer .menu {
    margin-top: 1em;
  }
  .navbar a img {
    height: 60px;
    width: auto;
    margin-top: 0 !important;
  }
  .navbar .btn {
    margin-right: 0;
  }
  .col-right {
    padding: 1em;
    margin: 3em 15px 0;
  }
  .col-right:before {
    display: none;
  }
  .col-right .row.people .col-md-6 {
    margin-bottom: 0.5em;
    max-width: none;
  }
  .other-tags {
    padding-left: 0;
  }
  .cards .card.actu-card .actu-body {
    padding: 1em 2em 1em 2em;
  }
  .cards .card.actu-card .metas {
    padding: 0em 2.2em 2em 2.2em;
  }
  .single .texte .media-large {
    margin-left: 0;
  }
  .single img.float-left {
    float: none;
    margin-left: 0;
    max-width: 100%;
  }
  .col-left {
    padding-left: 0;
    margin-top: 0;
  }
  .col-left .inside-col-left {
    background-color: #ffd938;
    text-align: center;
    padding: 10px 20px;
    position: relative;
  }
  .col-left .inside-col-left:not(.fixed) {
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
  .col-left .inside-col-left.fixed {
    width: 100%;
    left: 0;
    z-index: 2;
    top: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  }
  .nav-pills .nav-item .nav-link {
    display: none;
  }
  .nav-pills .nav-item .nav-link.active {
    display: block;
    text-shadow: none;
    padding: 0;
    background-image: none;
  }
  .nav-pills .nav-item .nav-link.active-before,
  .nav-pills .nav-item .nav-link.active-after {
    display: block;
    width: 20px;
    height: 12px;
    overflow: hidden;
    position: absolute;
    top: 16px;
    right: 10px;
    font-size: 0;
  }
  .nav-pills .nav-item .nav-link.active-before {
    transform: rotate(180deg);
    right: 0;
    left: 10px;
  }
  .nav-pills .nav-item .nav-link.active-before:before,
  .nav-pills .nav-item .nav-link.active-after:before {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid black;
    position: absolute;
    top: 0;
  }
  .home .cards > div:last-child .card {
    margin-bottom: 1em;
  }
  .home .under-page {
    margin-right: 0;
  }
  .home .formations {
    margin-right: -15px;
  }
  .home .formations .card {
    width: 100%;
  }
  .home .formations .card .metas {
    padding: 1em 2.2em 0 30px;
  }
  .home .panel .btn {
    clear: both;
  }
  .home .panel .fas {
    margin: 20px 20px 15px 0;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .navbar {
    padding: 0.5em 0;
  }
  .navbar a img {
    height: 40px;
  }
  .navbar .btn {
    font-size: 0.8em;
  }
  h1 {
    font-size: 2.7em;
  }
  .picto-title {
    margin: 0.5em 1.5em 1em 0;
  }
  .navbar .search {
    width: 100%;
    text-align: right;
  }
  .navbar .search form {
    width: auto;
  }
  .dropdown-menu.show {
    right: 45px;
  }
  .cards .col-md-12 .card .col-md-6 {
    max-width: none;
    margin-bottom: 1em;
    flex: 0 0 100%;
  }
  .inside-col-right > * {
    display: block !important;
  }
  .inside-col-right {
    position: static !important;
  }
  .library .card .metas {
    margin: 0 2em;
  }
}
@media screen and (max-width: 575px) {
  .staff .element-item .element-item-content {
    height: auto !important;
  }
  .comments .card .avatar {
    width: 50px;
  }
  .comments .card .comment-body {
    width: calc(100% - 70px);
  }
  .navbar a img {
    height: 30px;
  }
  .navbar .btn {
    padding: 3px 0 3px 10px;
  }
  footer .menu {
    margin-top: 4em;
  }
  footer img {
    height: 46px;
  }
  .header-tags {
    padding-left: 0;
  }
  .library .card .doc-size {
    margin-right: 0;
  }
  .card-block div {
    text-align: center;
  }
  .membre .bloc .card-header .col-sm-6 {
    padding-left: 15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    background-color: #f2f1ee;
  }
  .card {
    display: block;
  }
}
.slider .picto {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background-color: white;
  border-radius: 100px;
}
.slider h2 {
  position: absolute;
  top: 0;
  width: 100%;
  margin: auto;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1em 60px;
}
.slider .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1em;
  color: #0c0033;
}
@media (max-width: 600px) {
  .slider h2 {
    font-size: 1.5em;
  }
}
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  -webkit-transform: translatez(0);
}
.bx-wrapper {
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  margin-top: 3em;
}
.post-slider .bx-wrapper {
  background: transparent;
  box-shadow: none;
  margin-top: 0;
  margin-left: 15px;
}
.post-slider .bx-wrapper .bx-prev {
  left: -45px;
}
.post-slider .bx-wrapper .bx-next {
  right: -45px;
}
@media (max-width: 1285px) {
  .post-slider .bx-wrapper .bx-prev {
    left: 10px;
  }
  .post-slider .bx-wrapper .bx-next {
    right: 10px;
  }
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../img/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../img/controls.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url("../img/controls.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 50;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../img/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../img/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #67675d;
  background: #b3b3aa;
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #b3b3aa;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hidden-before-load .col-lg-12 {
  display: none;
}
.flip-cards {
  margin-right: -30px;
}
.flip-card {
  position: relative;
}
.flip-card .card {
  border-top: 0;
}
.flip-card-back,
.flip-card-front {
  background-size: cover;
  background-position: center;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  backface-visibility: hidden;
  width: 100%;
}
.flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  z-index: -1;
}
.flip-card-front,
.flip-card:hover .flip-card-back {
  transform: rotateY(0);
  transform-style: preserve-3d;
  z-index: 1;
}
.flip-card:hover .flip-card-front {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  z-index: -1;
}
.flip-card-inner {
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  margin-top: 50%;
  box-sizing: border-box;
  perspective: inherit;
  padding: 2em;
}
.flip-card .color-white * {
  color: #fff;
}
.flip-card .dark-background:after,
.slider-fullscreen .slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.4;
  background-color: #000;
}
.vertical .flip-card-front,
.vertical:hover .flip-card-back {
  transform: rotateX(0);
  transform-style: preserve-3d;
}
.vertical .flip-card-back {
  transform: rotateX(180deg);
  transform-style: preserve-3d;
}
.vertical:hover .flip-card-front {
  transform: rotateX(-180deg);
  transform-style: preserve-3d;
}
.onepage .bx-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.slider-fullscreen .slide {
  box-sizing: border-box;
  position: relative;
  max-height: 400px;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.slider-fullscreen .slide .container {
  text-align: left;
  max-width: 75em;
  position: absolute;
  top: 30%;
  left: 52%;
  transform: translate(-50%);
  z-index: 2;
  padding: 0 2em;
  box-sizing: border-box;
}
.slider-fullscreen .slide * {
  color: #fff;
}
.slider-fullscreen .slide h2 {
  margin-bottom: 0.5em;
  font-family: "EB Garamond", serif;
  font-size: 3.5em;
  line-height: 1;
}
@keyframes down-arrow {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
#toContent {
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 160px;
  left: 50%;
  margin-left: -25px;
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  opacity: 0.5;
  -webkit-animation: down-arrow 2s ease-in-out infinite both;
  animation: down-arrow 2s ease-in-out infinite both;
  transition: all 0.2s ease-out;
}
#toContent:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .slider-fullscreen .slide h2 {
    font-size: 2.5em;
  }
}
@media (max-width: 400px) {
  .slider-fullscreen .slide h2 {
    font-size: 1.5em;
  }
}
.event-carrousel .card {
  background: transparent;
  box-shadow: none;
}
.event-carrousel .card .row {
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  margin: 0;
}
@media (max-width: 768px) {
  .post-slider .bx-wrapper {
    margin-right: 30px;
  }
}
.icons-list ul,
.icons-list ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.icons-list ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100px !important;
  line-height: 1;
  margin: 20px 10px;
}
.icons-list ul li i {
  margin-bottom: 10px;
}
#sidebar {
  width: 270px;
  padding: 1em;
  min-height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -270px;
  height: 100vh;
  z-index: 9999;
  transition: all 0.3s ease-out;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  padding-top: 3em;
  overflow: auto;
}
.sidebar-open #sidebar {
  left: 0;
}
#sidebar.active {
  margin-left: 0;
}
#before_sidebar {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  top: 0;
  left: -100%;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.sidebar-open #before_sidebar {
  opacity: 1;
  left: 0;
}
#sidebar .close {
  margin-top: -1.5em;
}
#sidebar .list-unstyled {
  margin: 2em 0;
}
#sidebar .list-unstyled li:first-child a {
  border-radius: 4px 4px 0 0;
}
#sidebar .list-unstyled li:last-child a {
  border-radius: 0 0 4px 4px;
}
#sidebar .list-unstyled .list-unstyled {
  margin: 0;
}
#sidebar .list-unstyled .list-unstyled a {
  border-radius: 0 !important;
  padding-left: 2em;
  font-size: 0.9em;
}
#sidebar .list-unstyled a {
  background-color: #f4f4f3;
  display: block;
  padding: 0.3em 0.75em;
  margin-bottom: 2px;
  color: #0c0033;
  transition: all 0.2s ease-out;
}
#sidebar .list-unstyled a:hover {
  background-color: #447ada;
  color: white;
  text-decoration: none;
}
#sidebar .list-unstyled .active > a {
  background-color: #0c0033;
  color: white;
}
#sidebar .list-unstyled .dropdown-toggle::after {
  float: right;
  margin-top: 10px;
}
.faq {
  width: 100%;
  margin: 1em 15px 1em 0;
}
.faq h5 {
  margin-bottom: 0;
}
.faq h5 button {
  color: #0c0033;
  width: 100%;
  text-align: left;
  padding: 1em;
  transition: all 0.2s ease-out;
  white-space: normal;
}
.faq h5 button:hover,
.faq h5 button:focus {
  text-decoration: none;
  color: #447ada;
}
.faq .card-header {
  padding: 0;
}
@media (max-width: 991px) {
  .faq {
    margin: 1em 0 1em 0;
  }
}
@media (max-width: 768px) {
  .faq {
    margin: 1em -30px 1em 0;
  }
}

/* Le conteneur coupe les barres */
.iframe-wrapper {
  overflow: hidden;
  width: 100%;
}

/* On pousse la barre hors zone d’affichage */
.iframe-wrapper iframe {
  width: calc(
    100% + 20px
  ); /* 17–20 px suffit pour la plupart des navigateurs */
  margin-right: -20px;
}

#artContenu p {
  text-align: justify;
}
