body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Cuprum', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-qEDINGkgAo .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qEDINGkgAo .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qEDINGkgAo a {
  font-style: normal;
}
.cid-qEDINGkgAo .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qEDINGkgAo .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qEDINGkgAo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qEDINGkgAo .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qEDINGkgAo .menu-logo {
  margin-right: auto;
}
.cid-qEDINGkgAo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qEDINGkgAo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qEDINGkgAo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qEDINGkgAo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qEDINGkgAo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qEDINGkgAo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qEDINGkgAo .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qEDINGkgAo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qEDINGkgAo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qEDINGkgAo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qEDINGkgAo .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qEDINGkgAo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qEDINGkgAo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qEDINGkgAo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qEDINGkgAo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qEDINGkgAo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qEDINGkgAo .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qEDINGkgAo .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qEDINGkgAo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qEDINGkgAo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qEDINGkgAo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qEDINGkgAo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qEDINGkgAo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qEDINGkgAo button.navbar-toggler:focus {
  outline: none;
}
.cid-qEDINGkgAo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qEDINGkgAo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qEDINGkgAo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qEDINGkgAo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qEDINGkgAo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qEDINGkgAo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qEDINGkgAo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qEDINGkgAo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qEDINGkgAo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qEDINGkgAo .collapsed .btn {
  display: flex;
}
.cid-qEDINGkgAo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qEDINGkgAo .collapsed .navbar-collapse.collapsing,
.cid-qEDINGkgAo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qEDINGkgAo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qEDINGkgAo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qEDINGkgAo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qEDINGkgAo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qEDINGkgAo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qEDINGkgAo .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qEDINGkgAo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qEDINGkgAo .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qEDINGkgAo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qEDINGkgAo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qEDINGkgAo .collapsed button.navbar-toggler {
  display: block;
}
.cid-qEDINGkgAo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qEDINGkgAo .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qEDINGkgAo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qEDINGkgAo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qEDINGkgAo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qEDINGkgAo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qEDINGkgAo img {
    height: 3.8rem !important;
  }
  .cid-qEDINGkgAo .btn {
    display: flex;
  }
  .cid-qEDINGkgAo button.navbar-toggler {
    display: block;
  }
  .cid-qEDINGkgAo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qEDINGkgAo .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qEDINGkgAo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qEDINGkgAo .navbar-collapse.collapsing,
  .cid-qEDINGkgAo .navbar-collapse.show {
    display: block !important;
  }
  .cid-qEDINGkgAo .navbar-collapse.collapsing .navbar-nav,
  .cid-qEDINGkgAo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qEDINGkgAo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qEDINGkgAo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qEDINGkgAo .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qEDINGkgAo .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qEDINGkgAo .navbar-collapse.collapsing .navbar-buttons,
  .cid-qEDINGkgAo .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qEDINGkgAo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qEDINGkgAo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qEDINGkgAo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qEDINGkgAo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qEDINGkgAo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qEDINGkgAo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qEEdyp2jQt {
  padding-top: 90px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qEEdyp2jQt .image-block {
  margin: auto;
}
.cid-qEEdyp2jQt figcaption {
  position: relative;
}
.cid-qEEdyp2jQt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qEEdyp2jQt .image-block {
    width: 100% !important;
  }
}
.cid-qEEdyp2jQt .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qEEdyp2jQt img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qEEdyp2jQt img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qEEdyp2jQt img.titre,
.cid-qEEdyp2jQt div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qGPmr95pad {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qF5FxsMt5l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qF5FxsMt5l .mbr-text,
.cid-qF5FxsMt5l blockquote {
  color: #0000ff;
}
.cid-qF5FxsMt5l .mbr-text {
  text-align: center;
}
.cid-qF5FxsMt5l .mbr-text I {
  color: #0000ff;
}
.cid-qF5Fdwr2U4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qF5Fdwr2U4 .image-block {
  margin: auto;
}
.cid-qF5Fdwr2U4 figcaption {
  position: relative;
}
.cid-qF5Fdwr2U4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qF5Fdwr2U4 .image-block {
    width: 100% !important;
  }
}
.cid-qF5Glb71hM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qF5Glb71hM .mbr-text,
.cid-qF5Glb71hM blockquote {
  color: #767676;
}
.cid-qF5Fm0BoFA {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qF5Fm0BoFA .image-block {
  margin: auto;
}
.cid-qF5Fm0BoFA figcaption {
  position: relative;
}
.cid-qF5Fm0BoFA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qF5Fm0BoFA .image-block {
    width: 100% !important;
  }
}
.cid-r6oAoHRyFQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-r6oAoHRyFQ .mbr-section-subtitle {
  color: #767676;
}
.cid-r6oAoHRyFQ .formoid {
  margin: auto;
}
.cid-r6oAoHRyFQ .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-r6oAoHRyFQ a.btn {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}
.cid-r6oAoHRyFQ .input-group-btn {
  align-self: center;
  -webkit-align-self: center;
  z-index: 3;
}
.cid-r6oAoHRyFQ .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cid-r6oAoHRyFQ a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-r6oAoHRyFQ a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-r6oAoHRyFQ .mbr-subscribe .input-group-btn {
  display: inline-block;
}
.cid-r6oAoHRyFQ .mbr-subscribe .input-group-btn button,
.cid-r6oAoHRyFQ .mbr-subscribe .input-group-btn a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 350px) {
  .cid-r6oAoHRyFQ .mbr-subscribe {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r6oAoHRyFQ input[type="email"] {
    width: 100%;
    margin-bottom: 2px;
  }
  .cid-r6oAoHRyFQ .input-group-btn {
    width: 100%;
  }
  .cid-r6oAoHRyFQ .input-group-btn .btn {
    border-radius: 3px;
  }
}
@media (max-width: 768px) {
  .cid-r6oAoHRyFQ .input-group-btn a.btn {
    width: 100%;
  }
  .cid-r6oAoHRyFQ .input-group-btn {
    width: calc(92%);
  }
  .cid-r6oAoHRyFQ .input-group-btn button[type="submit"] {
    width: 100%;
  }
  .cid-r6oAoHRyFQ .input-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    max-width: 300px;
  }
  .cid-r6oAoHRyFQ .input-group input[type="email"] {
    width: 100%;
    margin-bottom: 3px;
  }
  .cid-r6oAoHRyFQ .input-group span {
    display: inline;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-r6oAoHRyFQ .input-group-btn button,
  .cid-r6oAoHRyFQ .input-group-btn a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 769px) {
  .cid-r6oAoHRyFQ .mbr-subscribe > * {
    margin: 0 0.5rem;
  }
}
.cid-qHrZ1QSx0B {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHrZ1QSx0B .display-7,
.cid-qHrZ1QSx0B .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHrZ1QSx0B .content {
    text-align: center;
  }
  .cid-qHrZ1QSx0B .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHrZ1QSx0B .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHrZ1QSx0B .input-group-btn {
  display: inline-block;
}
.cid-qHrZ1QSx0B .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHrZ1QSx0B .img-logo img {
  height: 8rem;
}
.cid-qHrZ1QSx0B [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHrZ1QSx0B [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHrZ1QSx0B .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHrZ1QSx0B .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHrZ1QSx0B .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHrZ1QSx0B .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHrZ1QSx0B .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHrZ1QSx0B .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHrZ1QSx0B .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHrZ1QSx0B .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHrZ1QSx0B .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHrZ1QSx0B form .input-group input.form-control,
.cid-qHrZ1QSx0B form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHrZ1QSx0B .foot-title {
  text-align: left;
}
.cid-qEJH7x9VTu .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qEJH7x9VTu .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qEJH7x9VTu a {
  font-style: normal;
}
.cid-qEJH7x9VTu .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qEJH7x9VTu .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qEJH7x9VTu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qEJH7x9VTu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qEJH7x9VTu .menu-logo {
  margin-right: auto;
}
.cid-qEJH7x9VTu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qEJH7x9VTu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qEJH7x9VTu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qEJH7x9VTu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qEJH7x9VTu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qEJH7x9VTu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qEJH7x9VTu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qEJH7x9VTu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qEJH7x9VTu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qEJH7x9VTu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qEJH7x9VTu .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qEJH7x9VTu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qEJH7x9VTu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qEJH7x9VTu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qEJH7x9VTu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qEJH7x9VTu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qEJH7x9VTu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qEJH7x9VTu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qEJH7x9VTu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qEJH7x9VTu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qEJH7x9VTu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qEJH7x9VTu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qEJH7x9VTu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qEJH7x9VTu button.navbar-toggler:focus {
  outline: none;
}
.cid-qEJH7x9VTu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qEJH7x9VTu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qEJH7x9VTu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qEJH7x9VTu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qEJH7x9VTu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qEJH7x9VTu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qEJH7x9VTu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qEJH7x9VTu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qEJH7x9VTu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qEJH7x9VTu .collapsed .btn {
  display: flex;
}
.cid-qEJH7x9VTu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qEJH7x9VTu .collapsed .navbar-collapse.collapsing,
.cid-qEJH7x9VTu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qEJH7x9VTu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qEJH7x9VTu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qEJH7x9VTu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qEJH7x9VTu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qEJH7x9VTu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qEJH7x9VTu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qEJH7x9VTu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qEJH7x9VTu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qEJH7x9VTu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qEJH7x9VTu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qEJH7x9VTu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qEJH7x9VTu .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qEJH7x9VTu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qEJH7x9VTu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qEJH7x9VTu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qEJH7x9VTu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qEJH7x9VTu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qEJH7x9VTu img {
    height: 3.8rem !important;
  }
  .cid-qEJH7x9VTu .btn {
    display: flex;
  }
  .cid-qEJH7x9VTu button.navbar-toggler {
    display: block;
  }
  .cid-qEJH7x9VTu .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qEJH7x9VTu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qEJH7x9VTu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qEJH7x9VTu .navbar-collapse.collapsing,
  .cid-qEJH7x9VTu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qEJH7x9VTu .navbar-collapse.collapsing .navbar-nav,
  .cid-qEJH7x9VTu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qEJH7x9VTu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qEJH7x9VTu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qEJH7x9VTu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qEJH7x9VTu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qEJH7x9VTu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qEJH7x9VTu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qEJH7x9VTu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qEJH7x9VTu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qEJH7x9VTu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qEJH7x9VTu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qEJH7x9VTu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qEJH7x9VTu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qEJH7xRgSS {
  padding-top: 75px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qEJH7xRgSS .image-block {
  margin: auto;
}
.cid-qEJH7xRgSS figcaption {
  position: relative;
}
.cid-qEJH7xRgSS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qEJH7xRgSS .image-block {
    width: 100% !important;
  }
}
.cid-qEJH7xRgSS .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qEJH7xRgSS img.adapte {
  width: 100%;
  max-width: 768px;
}
.cid-qEJH7xRgSS img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qEJH7xRgSS img.titre,
.cid-qEJH7xRgSS div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHajqR6KW7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qEJH7yg2Dz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qEJH7yg2Dz .mbr-text,
.cid-qEJH7yg2Dz blockquote {
  color: #0000ff;
}
.cid-qEJH7yg2Dz .mbr-text {
  text-align: center;
}
.cid-qEJH7yg2Dz .mbr-text I {
  color: #0000ff;
}
.cid-qEJH7yB7Os {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qEJH7yB7Os .image-block {
  margin: auto;
}
.cid-qEJH7yB7Os figcaption {
  position: relative;
}
.cid-qEJH7yB7Os figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qEJH7yB7Os .image-block {
    width: 100% !important;
  }
}
.cid-qEJH7zrsMl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qEJH7zrsMl .mbr-text,
.cid-qEJH7zrsMl blockquote {
  color: #767676;
}
.cid-twf62LsuPm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcf9e4;
}
.cid-qEJH7zNPIl {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qEJH7zNPIl .image-block {
  margin: auto;
}
.cid-qEJH7zNPIl figcaption {
  position: relative;
}
.cid-qEJH7zNPIl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qEJH7zNPIl .image-block {
    width: 100% !important;
  }
}
.cid-qHrZd4BGPA {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHrZd4BGPA .display-7,
.cid-qHrZd4BGPA .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHrZd4BGPA .content {
    text-align: center;
  }
  .cid-qHrZd4BGPA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHrZd4BGPA .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHrZd4BGPA .input-group-btn {
  display: inline-block;
}
.cid-qHrZd4BGPA .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHrZd4BGPA .img-logo img {
  height: 8rem;
}
.cid-qHrZd4BGPA [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHrZd4BGPA [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHrZd4BGPA .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHrZd4BGPA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHrZd4BGPA .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHrZd4BGPA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHrZd4BGPA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHrZd4BGPA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHrZd4BGPA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHrZd4BGPA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHrZd4BGPA .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHrZd4BGPA form .input-group input.form-control,
.cid-qHrZd4BGPA form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHrZd4BGPA .foot-title {
  text-align: left;
}
.cid-qEJIYRovAR .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qEJIYRovAR .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qEJIYRovAR a {
  font-style: normal;
}
.cid-qEJIYRovAR .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qEJIYRovAR .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qEJIYRovAR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qEJIYRovAR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qEJIYRovAR .menu-logo {
  margin-right: auto;
}
.cid-qEJIYRovAR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qEJIYRovAR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qEJIYRovAR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qEJIYRovAR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qEJIYRovAR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qEJIYRovAR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qEJIYRovAR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qEJIYRovAR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qEJIYRovAR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qEJIYRovAR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qEJIYRovAR .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qEJIYRovAR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qEJIYRovAR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qEJIYRovAR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qEJIYRovAR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qEJIYRovAR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qEJIYRovAR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qEJIYRovAR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qEJIYRovAR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qEJIYRovAR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qEJIYRovAR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qEJIYRovAR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qEJIYRovAR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qEJIYRovAR button.navbar-toggler:focus {
  outline: none;
}
.cid-qEJIYRovAR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qEJIYRovAR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qEJIYRovAR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qEJIYRovAR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qEJIYRovAR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qEJIYRovAR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qEJIYRovAR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qEJIYRovAR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qEJIYRovAR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qEJIYRovAR .collapsed .btn {
  display: flex;
}
.cid-qEJIYRovAR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qEJIYRovAR .collapsed .navbar-collapse.collapsing,
.cid-qEJIYRovAR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qEJIYRovAR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qEJIYRovAR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qEJIYRovAR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qEJIYRovAR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qEJIYRovAR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qEJIYRovAR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qEJIYRovAR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qEJIYRovAR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qEJIYRovAR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qEJIYRovAR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qEJIYRovAR .collapsed button.navbar-toggler {
  display: block;
}
.cid-qEJIYRovAR .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qEJIYRovAR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qEJIYRovAR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qEJIYRovAR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qEJIYRovAR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qEJIYRovAR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qEJIYRovAR img {
    height: 3.8rem !important;
  }
  .cid-qEJIYRovAR .btn {
    display: flex;
  }
  .cid-qEJIYRovAR button.navbar-toggler {
    display: block;
  }
  .cid-qEJIYRovAR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qEJIYRovAR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qEJIYRovAR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qEJIYRovAR .navbar-collapse.collapsing,
  .cid-qEJIYRovAR .navbar-collapse.show {
    display: block !important;
  }
  .cid-qEJIYRovAR .navbar-collapse.collapsing .navbar-nav,
  .cid-qEJIYRovAR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qEJIYRovAR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qEJIYRovAR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qEJIYRovAR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qEJIYRovAR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qEJIYRovAR .navbar-collapse.collapsing .navbar-buttons,
  .cid-qEJIYRovAR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qEJIYRovAR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qEJIYRovAR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qEJIYRovAR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qEJIYRovAR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qEJIYRovAR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qEJIYRovAR .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qEJIYRXFDE {
  padding-top: 75px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qEJIYRXFDE .image-block {
  margin: auto;
}
.cid-qEJIYRXFDE figcaption {
  position: relative;
}
.cid-qEJIYRXFDE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qEJIYRXFDE .image-block {
    width: 100% !important;
  }
}
.cid-qEJIYRXFDE .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qEJIYRXFDE img.adapte {
  width: 100%;
  max-width: 768px;
}
.cid-qEJIYRXFDE img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qEJIYRXFDE img.titre,
.cid-qEJIYRXFDE div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHak7h0PDm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qEJIYSkwxc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qEJIYSkwxc .mbr-text,
.cid-qEJIYSkwxc blockquote {
  color: #0000ff;
}
.cid-qEJIYSkwxc .mbr-text {
  text-align: center;
}
.cid-qEJIYSkwxc .mbr-text I {
  color: #0000ff;
}
.cid-qEJIYSESzu {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qEJIYSESzu .image-block {
  margin: auto;
}
.cid-qEJIYSESzu figcaption {
  position: relative;
}
.cid-qEJIYSESzu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qEJIYSESzu .image-block {
    width: 100% !important;
  }
}
.cid-qEJIYTuwOo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qEJIYTuwOo .mbr-text,
.cid-qEJIYTuwOo blockquote {
  color: #767676;
}
.cid-qEJIYTMyzZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qEJIYTMyzZ .image-block {
  margin: auto;
}
.cid-qEJIYTMyzZ figcaption {
  position: relative;
}
.cid-qEJIYTMyzZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qEJIYTMyzZ .image-block {
    width: 100% !important;
  }
}
.cid-twf6z5LM3p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcf9e4;
}
.cid-qHs07HnH1O {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs07HnH1O .display-7,
.cid-qHs07HnH1O .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs07HnH1O .content {
    text-align: center;
  }
  .cid-qHs07HnH1O .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs07HnH1O .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs07HnH1O .input-group-btn {
  display: inline-block;
}
.cid-qHs07HnH1O .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs07HnH1O .img-logo img {
  height: 8rem;
}
.cid-qHs07HnH1O [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs07HnH1O [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs07HnH1O .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs07HnH1O .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs07HnH1O .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs07HnH1O .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs07HnH1O .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs07HnH1O .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs07HnH1O .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs07HnH1O .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs07HnH1O .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs07HnH1O form .input-group input.form-control,
.cid-qHs07HnH1O form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs07HnH1O .foot-title {
  text-align: left;
}
.cid-qFTJw3RnBS .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qFTJw3RnBS .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qFTJw3RnBS a {
  font-style: normal;
}
.cid-qFTJw3RnBS .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qFTJw3RnBS .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qFTJw3RnBS .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qFTJw3RnBS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qFTJw3RnBS .menu-logo {
  margin-right: auto;
}
.cid-qFTJw3RnBS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qFTJw3RnBS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qFTJw3RnBS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qFTJw3RnBS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qFTJw3RnBS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qFTJw3RnBS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qFTJw3RnBS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qFTJw3RnBS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qFTJw3RnBS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qFTJw3RnBS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qFTJw3RnBS .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qFTJw3RnBS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qFTJw3RnBS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qFTJw3RnBS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qFTJw3RnBS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qFTJw3RnBS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qFTJw3RnBS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qFTJw3RnBS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qFTJw3RnBS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qFTJw3RnBS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qFTJw3RnBS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qFTJw3RnBS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qFTJw3RnBS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qFTJw3RnBS button.navbar-toggler:focus {
  outline: none;
}
.cid-qFTJw3RnBS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qFTJw3RnBS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qFTJw3RnBS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qFTJw3RnBS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qFTJw3RnBS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qFTJw3RnBS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qFTJw3RnBS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qFTJw3RnBS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qFTJw3RnBS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qFTJw3RnBS .collapsed .btn {
  display: flex;
}
.cid-qFTJw3RnBS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qFTJw3RnBS .collapsed .navbar-collapse.collapsing,
.cid-qFTJw3RnBS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qFTJw3RnBS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qFTJw3RnBS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qFTJw3RnBS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qFTJw3RnBS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qFTJw3RnBS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qFTJw3RnBS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qFTJw3RnBS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qFTJw3RnBS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qFTJw3RnBS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qFTJw3RnBS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qFTJw3RnBS .collapsed button.navbar-toggler {
  display: block;
}
.cid-qFTJw3RnBS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qFTJw3RnBS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qFTJw3RnBS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qFTJw3RnBS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qFTJw3RnBS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qFTJw3RnBS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qFTJw3RnBS img {
    height: 3.8rem !important;
  }
  .cid-qFTJw3RnBS .btn {
    display: flex;
  }
  .cid-qFTJw3RnBS button.navbar-toggler {
    display: block;
  }
  .cid-qFTJw3RnBS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qFTJw3RnBS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qFTJw3RnBS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qFTJw3RnBS .navbar-collapse.collapsing,
  .cid-qFTJw3RnBS .navbar-collapse.show {
    display: block !important;
  }
  .cid-qFTJw3RnBS .navbar-collapse.collapsing .navbar-nav,
  .cid-qFTJw3RnBS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qFTJw3RnBS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qFTJw3RnBS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qFTJw3RnBS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qFTJw3RnBS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qFTJw3RnBS .navbar-collapse.collapsing .navbar-buttons,
  .cid-qFTJw3RnBS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qFTJw3RnBS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qFTJw3RnBS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qFTJw3RnBS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qFTJw3RnBS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qFTJw3RnBS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qFTJw3RnBS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qFTJw4k1MM {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qFTJw4k1MM .image-block {
  margin: auto;
}
.cid-qFTJw4k1MM figcaption {
  position: relative;
}
.cid-qFTJw4k1MM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qFTJw4k1MM .image-block {
    width: 100% !important;
  }
}
.cid-qFTJw4k1MM .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qFTJw4k1MM img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qFTJw4k1MM img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qFTJw4k1MM img.titre,
.cid-qFTJw4k1MM div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHakKrGHfX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qFTJw4Iubr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qFTJw4Iubr .mbr-text,
.cid-qFTJw4Iubr blockquote {
  color: #0000ff;
}
.cid-qFTJw4Iubr .mbr-text {
  text-align: center;
}
.cid-qFTJw4Iubr .mbr-text I {
  color: #0000ff;
}
.cid-qFTJw4XINR {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qFTJw4XINR .image-block {
  margin: auto;
}
.cid-qFTJw4XINR figcaption {
  position: relative;
}
.cid-qFTJw4XINR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qFTJw4XINR .image-block {
    width: 100% !important;
  }
}
.cid-qFTJw5JrVS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qFTJw5JrVS .mbr-text,
.cid-qFTJw5JrVS blockquote {
  color: #767676;
}
.cid-qFTJw5Y3fp {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qFTJw5Y3fp .image-block {
  margin: auto;
}
.cid-qFTJw5Y3fp figcaption {
  position: relative;
}
.cid-qFTJw5Y3fp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qFTJw5Y3fp .image-block {
    width: 100% !important;
  }
}
.cid-qHs0qqm0zy {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs0qqm0zy .display-7,
.cid-qHs0qqm0zy .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs0qqm0zy .content {
    text-align: center;
  }
  .cid-qHs0qqm0zy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs0qqm0zy .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs0qqm0zy .input-group-btn {
  display: inline-block;
}
.cid-qHs0qqm0zy .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs0qqm0zy .img-logo img {
  height: 8rem;
}
.cid-qHs0qqm0zy [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs0qqm0zy [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs0qqm0zy .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs0qqm0zy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs0qqm0zy .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs0qqm0zy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs0qqm0zy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs0qqm0zy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs0qqm0zy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs0qqm0zy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs0qqm0zy .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs0qqm0zy form .input-group input.form-control,
.cid-qHs0qqm0zy form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs0qqm0zy .foot-title {
  text-align: left;
}
.cid-qFYHJjxs7Y .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qFYHJjxs7Y .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qFYHJjxs7Y a {
  font-style: normal;
}
.cid-qFYHJjxs7Y .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qFYHJjxs7Y .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qFYHJjxs7Y .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qFYHJjxs7Y .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qFYHJjxs7Y .menu-logo {
  margin-right: auto;
}
.cid-qFYHJjxs7Y .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qFYHJjxs7Y .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qFYHJjxs7Y .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qFYHJjxs7Y .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qFYHJjxs7Y .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qFYHJjxs7Y .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qFYHJjxs7Y .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qFYHJjxs7Y .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qFYHJjxs7Y .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qFYHJjxs7Y .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qFYHJjxs7Y .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qFYHJjxs7Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qFYHJjxs7Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qFYHJjxs7Y .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qFYHJjxs7Y .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qFYHJjxs7Y .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qFYHJjxs7Y .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qFYHJjxs7Y .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qFYHJjxs7Y .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qFYHJjxs7Y .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qFYHJjxs7Y .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qFYHJjxs7Y .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qFYHJjxs7Y button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qFYHJjxs7Y button.navbar-toggler:focus {
  outline: none;
}
.cid-qFYHJjxs7Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qFYHJjxs7Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qFYHJjxs7Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qFYHJjxs7Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qFYHJjxs7Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qFYHJjxs7Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qFYHJjxs7Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qFYHJjxs7Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qFYHJjxs7Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qFYHJjxs7Y .collapsed .btn {
  display: flex;
}
.cid-qFYHJjxs7Y .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qFYHJjxs7Y .collapsed .navbar-collapse.collapsing,
.cid-qFYHJjxs7Y .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qFYHJjxs7Y .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qFYHJjxs7Y .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qFYHJjxs7Y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qFYHJjxs7Y .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qFYHJjxs7Y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qFYHJjxs7Y .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qFYHJjxs7Y .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qFYHJjxs7Y .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qFYHJjxs7Y .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qFYHJjxs7Y .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qFYHJjxs7Y .collapsed button.navbar-toggler {
  display: block;
}
.cid-qFYHJjxs7Y .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qFYHJjxs7Y .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qFYHJjxs7Y .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qFYHJjxs7Y .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qFYHJjxs7Y .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qFYHJjxs7Y .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qFYHJjxs7Y img {
    height: 3.8rem !important;
  }
  .cid-qFYHJjxs7Y .btn {
    display: flex;
  }
  .cid-qFYHJjxs7Y button.navbar-toggler {
    display: block;
  }
  .cid-qFYHJjxs7Y .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qFYHJjxs7Y .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qFYHJjxs7Y .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qFYHJjxs7Y .navbar-collapse.collapsing,
  .cid-qFYHJjxs7Y .navbar-collapse.show {
    display: block !important;
  }
  .cid-qFYHJjxs7Y .navbar-collapse.collapsing .navbar-nav,
  .cid-qFYHJjxs7Y .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qFYHJjxs7Y .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qFYHJjxs7Y .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qFYHJjxs7Y .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qFYHJjxs7Y .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qFYHJjxs7Y .navbar-collapse.collapsing .navbar-buttons,
  .cid-qFYHJjxs7Y .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qFYHJjxs7Y .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qFYHJjxs7Y .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qFYHJjxs7Y .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qFYHJjxs7Y .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qFYHJjxs7Y .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qFYHJjxs7Y .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qFYHJjXLht {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qFYHJjXLht .image-block {
  margin: auto;
}
.cid-qFYHJjXLht figcaption {
  position: relative;
}
.cid-qFYHJjXLht figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qFYHJjXLht .image-block {
    width: 100% !important;
  }
}
.cid-qFYHJjXLht .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qFYHJjXLht img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qFYHJjXLht img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qFYHJjXLht img.titre,
.cid-qFYHJjXLht div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHajOviDJz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qFYHJkk2N9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qFYHJkk2N9 .mbr-text,
.cid-qFYHJkk2N9 blockquote {
  color: #0000ff;
}
.cid-qFYHJkk2N9 .mbr-text {
  text-align: center;
}
.cid-qFYHJkk2N9 .mbr-text I {
  color: #0000ff;
}
.cid-qFYHJkAsPz {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qFYHJkAsPz .image-block {
  margin: auto;
}
.cid-qFYHJkAsPz figcaption {
  position: relative;
}
.cid-qFYHJkAsPz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qFYHJkAsPz .image-block {
    width: 100% !important;
  }
}
.cid-qFYKIGTwfR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f6f9e4;
}
@media (min-width: 992px) {
  .cid-qFYKIGTwfR .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qFYKIGTwfR .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-qFYKIGTwfR .mbr-text {
  color: #767676;
}
.cid-qNo1WpQLjU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qNo1WpQLjU .mbr-text,
.cid-qNo1WpQLjU blockquote {
  color: #767676;
}
.cid-qNo1WpQLjU .mbr-text {
  text-align: left;
}
.cid-qFYHJlFqS9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qFYHJlFqS9 .image-block {
  margin: auto;
}
.cid-qFYHJlFqS9 figcaption {
  position: relative;
}
.cid-qFYHJlFqS9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qFYHJlFqS9 .image-block {
    width: 100% !important;
  }
}
.cid-qNo08GUCkT {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #f6f9e4;
}
.cid-qNo08GUCkT .image-block {
  margin: auto;
}
.cid-qNo08GUCkT figcaption {
  position: relative;
}
.cid-qNo08GUCkT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qNo08GUCkT .image-block {
    width: 100% !important;
  }
}
.cid-qNo20f2del {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qNo20f2del .mbr-text,
.cid-qNo20f2del blockquote {
  color: #767676;
}
.cid-qNo20f2del .mbr-text {
  text-align: left;
}
.cid-twf6ktB4Wm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcf9e4;
}
.cid-qNo26d5noj {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qNo26d5noj .image-block {
  margin: auto;
}
.cid-qNo26d5noj figcaption {
  position: relative;
}
.cid-qNo26d5noj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qNo26d5noj .image-block {
    width: 100% !important;
  }
}
.cid-qHs00T9EaT {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs00T9EaT .display-7,
.cid-qHs00T9EaT .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs00T9EaT .content {
    text-align: center;
  }
  .cid-qHs00T9EaT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs00T9EaT .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs00T9EaT .input-group-btn {
  display: inline-block;
}
.cid-qHs00T9EaT .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs00T9EaT .img-logo img {
  height: 8rem;
}
.cid-qHs00T9EaT [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs00T9EaT [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs00T9EaT .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs00T9EaT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs00T9EaT .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs00T9EaT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs00T9EaT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs00T9EaT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs00T9EaT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs00T9EaT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs00T9EaT .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs00T9EaT form .input-group input.form-control,
.cid-qHs00T9EaT form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs00T9EaT .foot-title {
  text-align: left;
}
.cid-qNo1CPgzlo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qNo1CPgzlo .media-container-row .mbr-text {
  color: #232323;
}
.cid-qG2jM7RSxG .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qG2jM7RSxG .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qG2jM7RSxG a {
  font-style: normal;
}
.cid-qG2jM7RSxG .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qG2jM7RSxG .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qG2jM7RSxG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qG2jM7RSxG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qG2jM7RSxG .menu-logo {
  margin-right: auto;
}
.cid-qG2jM7RSxG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qG2jM7RSxG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qG2jM7RSxG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qG2jM7RSxG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qG2jM7RSxG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qG2jM7RSxG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qG2jM7RSxG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qG2jM7RSxG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qG2jM7RSxG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qG2jM7RSxG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qG2jM7RSxG .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qG2jM7RSxG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qG2jM7RSxG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qG2jM7RSxG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qG2jM7RSxG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qG2jM7RSxG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qG2jM7RSxG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qG2jM7RSxG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qG2jM7RSxG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qG2jM7RSxG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qG2jM7RSxG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qG2jM7RSxG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qG2jM7RSxG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qG2jM7RSxG button.navbar-toggler:focus {
  outline: none;
}
.cid-qG2jM7RSxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qG2jM7RSxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qG2jM7RSxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qG2jM7RSxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qG2jM7RSxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qG2jM7RSxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG2jM7RSxG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qG2jM7RSxG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qG2jM7RSxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG2jM7RSxG .collapsed .btn {
  display: flex;
}
.cid-qG2jM7RSxG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qG2jM7RSxG .collapsed .navbar-collapse.collapsing,
.cid-qG2jM7RSxG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qG2jM7RSxG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qG2jM7RSxG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qG2jM7RSxG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qG2jM7RSxG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qG2jM7RSxG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qG2jM7RSxG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qG2jM7RSxG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qG2jM7RSxG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qG2jM7RSxG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qG2jM7RSxG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qG2jM7RSxG .collapsed button.navbar-toggler {
  display: block;
}
.cid-qG2jM7RSxG .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qG2jM7RSxG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qG2jM7RSxG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qG2jM7RSxG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qG2jM7RSxG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qG2jM7RSxG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qG2jM7RSxG img {
    height: 3.8rem !important;
  }
  .cid-qG2jM7RSxG .btn {
    display: flex;
  }
  .cid-qG2jM7RSxG button.navbar-toggler {
    display: block;
  }
  .cid-qG2jM7RSxG .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qG2jM7RSxG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qG2jM7RSxG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qG2jM7RSxG .navbar-collapse.collapsing,
  .cid-qG2jM7RSxG .navbar-collapse.show {
    display: block !important;
  }
  .cid-qG2jM7RSxG .navbar-collapse.collapsing .navbar-nav,
  .cid-qG2jM7RSxG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qG2jM7RSxG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qG2jM7RSxG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qG2jM7RSxG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qG2jM7RSxG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG2jM7RSxG .navbar-collapse.collapsing .navbar-buttons,
  .cid-qG2jM7RSxG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qG2jM7RSxG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qG2jM7RSxG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG2jM7RSxG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qG2jM7RSxG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qG2jM7RSxG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qG2jM7RSxG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qG2jM8iOq5 {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qG2jM8iOq5 .image-block {
  margin: auto;
}
.cid-qG2jM8iOq5 figcaption {
  position: relative;
}
.cid-qG2jM8iOq5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG2jM8iOq5 .image-block {
    width: 100% !important;
  }
}
.cid-qG2jM8iOq5 .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qG2jM8iOq5 img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qG2jM8iOq5 img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qG2jM8iOq5 img.titre,
.cid-qG2jM8iOq5 div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHakUVOgR1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qG2jM8Giaj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qG2jM8Giaj .mbr-text,
.cid-qG2jM8Giaj blockquote {
  color: #0000ff;
}
.cid-qG2jM8Giaj .mbr-text {
  text-align: center;
}
.cid-qG2jM8Giaj .mbr-text I {
  color: #0000ff;
}
.cid-qG2jM8Y7xc {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG2jM8Y7xc .image-block {
  margin: auto;
}
.cid-qG2jM8Y7xc figcaption {
  position: relative;
}
.cid-qG2jM8Y7xc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG2jM8Y7xc .image-block {
    width: 100% !important;
  }
}
.cid-qG2jM9ZFg2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qG2jM9ZFg2 .mbr-text,
.cid-qG2jM9ZFg2 blockquote {
  color: #767676;
}
.cid-qG2jMaluHI {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG2jMaluHI .image-block {
  margin: auto;
}
.cid-qG2jMaluHI figcaption {
  position: relative;
}
.cid-qG2jMaluHI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG2jMaluHI .image-block {
    width: 100% !important;
  }
}
.cid-qHs0zagm9y {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs0zagm9y .display-7,
.cid-qHs0zagm9y .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs0zagm9y .content {
    text-align: center;
  }
  .cid-qHs0zagm9y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs0zagm9y .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs0zagm9y .input-group-btn {
  display: inline-block;
}
.cid-qHs0zagm9y .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs0zagm9y .img-logo img {
  height: 8rem;
}
.cid-qHs0zagm9y [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs0zagm9y [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs0zagm9y .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs0zagm9y .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs0zagm9y .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs0zagm9y .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs0zagm9y .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs0zagm9y .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs0zagm9y .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs0zagm9y .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs0zagm9y .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs0zagm9y form .input-group input.form-control,
.cid-qHs0zagm9y form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs0zagm9y .foot-title {
  text-align: left;
}
.cid-qG2nbJUUbI .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qG2nbJUUbI .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qG2nbJUUbI a {
  font-style: normal;
}
.cid-qG2nbJUUbI .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qG2nbJUUbI .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qG2nbJUUbI .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qG2nbJUUbI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qG2nbJUUbI .menu-logo {
  margin-right: auto;
}
.cid-qG2nbJUUbI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qG2nbJUUbI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qG2nbJUUbI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qG2nbJUUbI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qG2nbJUUbI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qG2nbJUUbI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qG2nbJUUbI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qG2nbJUUbI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qG2nbJUUbI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qG2nbJUUbI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qG2nbJUUbI .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qG2nbJUUbI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qG2nbJUUbI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qG2nbJUUbI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qG2nbJUUbI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qG2nbJUUbI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qG2nbJUUbI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qG2nbJUUbI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qG2nbJUUbI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qG2nbJUUbI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qG2nbJUUbI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qG2nbJUUbI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qG2nbJUUbI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qG2nbJUUbI button.navbar-toggler:focus {
  outline: none;
}
.cid-qG2nbJUUbI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qG2nbJUUbI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qG2nbJUUbI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qG2nbJUUbI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qG2nbJUUbI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qG2nbJUUbI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG2nbJUUbI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qG2nbJUUbI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qG2nbJUUbI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG2nbJUUbI .collapsed .btn {
  display: flex;
}
.cid-qG2nbJUUbI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qG2nbJUUbI .collapsed .navbar-collapse.collapsing,
.cid-qG2nbJUUbI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qG2nbJUUbI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qG2nbJUUbI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qG2nbJUUbI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qG2nbJUUbI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qG2nbJUUbI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qG2nbJUUbI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qG2nbJUUbI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qG2nbJUUbI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qG2nbJUUbI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qG2nbJUUbI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qG2nbJUUbI .collapsed button.navbar-toggler {
  display: block;
}
.cid-qG2nbJUUbI .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qG2nbJUUbI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qG2nbJUUbI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qG2nbJUUbI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qG2nbJUUbI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qG2nbJUUbI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qG2nbJUUbI img {
    height: 3.8rem !important;
  }
  .cid-qG2nbJUUbI .btn {
    display: flex;
  }
  .cid-qG2nbJUUbI button.navbar-toggler {
    display: block;
  }
  .cid-qG2nbJUUbI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qG2nbJUUbI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qG2nbJUUbI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qG2nbJUUbI .navbar-collapse.collapsing,
  .cid-qG2nbJUUbI .navbar-collapse.show {
    display: block !important;
  }
  .cid-qG2nbJUUbI .navbar-collapse.collapsing .navbar-nav,
  .cid-qG2nbJUUbI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qG2nbJUUbI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qG2nbJUUbI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qG2nbJUUbI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qG2nbJUUbI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG2nbJUUbI .navbar-collapse.collapsing .navbar-buttons,
  .cid-qG2nbJUUbI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qG2nbJUUbI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qG2nbJUUbI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG2nbJUUbI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qG2nbJUUbI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qG2nbJUUbI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qG2nbJUUbI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qG2nbKrONc {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qG2nbKrONc .image-block {
  margin: auto;
}
.cid-qG2nbKrONc figcaption {
  position: relative;
}
.cid-qG2nbKrONc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG2nbKrONc .image-block {
    width: 100% !important;
  }
}
.cid-qG2nbKrONc .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qG2nbKrONc img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qG2nbKrONc img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qG2nbKrONc img.titre,
.cid-qG2nbKrONc div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHallZXkeI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qG2nbKM2Tp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qG2nbKM2Tp .mbr-text,
.cid-qG2nbKM2Tp blockquote {
  color: #0000ff;
}
.cid-qG2nbKM2Tp .mbr-text {
  text-align: center;
}
.cid-qG2nbKM2Tp .mbr-text I {
  color: #0000ff;
}
.cid-qG2nbL5aPs {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG2nbL5aPs .image-block {
  margin: auto;
}
.cid-qG2nbL5aPs figcaption {
  position: relative;
}
.cid-qG2nbL5aPs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG2nbL5aPs .image-block {
    width: 100% !important;
  }
}
.cid-qG2nbLUHv8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qG2nbLUHv8 .mbr-text,
.cid-qG2nbLUHv8 blockquote {
  color: #767676;
}
.cid-qG2nbMaWQj {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG2nbMaWQj .image-block {
  margin: auto;
}
.cid-qG2nbMaWQj figcaption {
  position: relative;
}
.cid-qG2nbMaWQj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG2nbMaWQj .image-block {
    width: 100% !important;
  }
}
.cid-qHs0J40Iq0 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs0J40Iq0 .display-7,
.cid-qHs0J40Iq0 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs0J40Iq0 .content {
    text-align: center;
  }
  .cid-qHs0J40Iq0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs0J40Iq0 .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs0J40Iq0 .input-group-btn {
  display: inline-block;
}
.cid-qHs0J40Iq0 .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs0J40Iq0 .img-logo img {
  height: 8rem;
}
.cid-qHs0J40Iq0 [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs0J40Iq0 [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs0J40Iq0 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs0J40Iq0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs0J40Iq0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs0J40Iq0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs0J40Iq0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs0J40Iq0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs0J40Iq0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs0J40Iq0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs0J40Iq0 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs0J40Iq0 form .input-group input.form-control,
.cid-qHs0J40Iq0 form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs0J40Iq0 .foot-title {
  text-align: left;
}
.cid-qG3yFk86rT .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qG3yFk86rT .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qG3yFk86rT a {
  font-style: normal;
}
.cid-qG3yFk86rT .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qG3yFk86rT .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qG3yFk86rT .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qG3yFk86rT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qG3yFk86rT .menu-logo {
  margin-right: auto;
}
.cid-qG3yFk86rT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qG3yFk86rT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qG3yFk86rT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qG3yFk86rT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qG3yFk86rT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qG3yFk86rT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qG3yFk86rT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qG3yFk86rT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qG3yFk86rT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qG3yFk86rT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qG3yFk86rT .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qG3yFk86rT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qG3yFk86rT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qG3yFk86rT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qG3yFk86rT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qG3yFk86rT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qG3yFk86rT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qG3yFk86rT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qG3yFk86rT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qG3yFk86rT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qG3yFk86rT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qG3yFk86rT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qG3yFk86rT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qG3yFk86rT button.navbar-toggler:focus {
  outline: none;
}
.cid-qG3yFk86rT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qG3yFk86rT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qG3yFk86rT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qG3yFk86rT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qG3yFk86rT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qG3yFk86rT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG3yFk86rT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qG3yFk86rT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qG3yFk86rT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG3yFk86rT .collapsed .btn {
  display: flex;
}
.cid-qG3yFk86rT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qG3yFk86rT .collapsed .navbar-collapse.collapsing,
.cid-qG3yFk86rT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qG3yFk86rT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qG3yFk86rT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qG3yFk86rT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qG3yFk86rT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qG3yFk86rT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qG3yFk86rT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qG3yFk86rT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qG3yFk86rT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qG3yFk86rT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qG3yFk86rT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qG3yFk86rT .collapsed button.navbar-toggler {
  display: block;
}
.cid-qG3yFk86rT .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qG3yFk86rT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qG3yFk86rT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qG3yFk86rT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qG3yFk86rT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qG3yFk86rT .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qG3yFk86rT img {
    height: 3.8rem !important;
  }
  .cid-qG3yFk86rT .btn {
    display: flex;
  }
  .cid-qG3yFk86rT button.navbar-toggler {
    display: block;
  }
  .cid-qG3yFk86rT .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qG3yFk86rT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qG3yFk86rT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qG3yFk86rT .navbar-collapse.collapsing,
  .cid-qG3yFk86rT .navbar-collapse.show {
    display: block !important;
  }
  .cid-qG3yFk86rT .navbar-collapse.collapsing .navbar-nav,
  .cid-qG3yFk86rT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qG3yFk86rT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qG3yFk86rT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qG3yFk86rT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qG3yFk86rT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG3yFk86rT .navbar-collapse.collapsing .navbar-buttons,
  .cid-qG3yFk86rT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qG3yFk86rT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qG3yFk86rT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG3yFk86rT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qG3yFk86rT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qG3yFk86rT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qG3yFk86rT .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qG3yFkHhxC {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qG3yFkHhxC .image-block {
  margin: auto;
}
.cid-qG3yFkHhxC figcaption {
  position: relative;
}
.cid-qG3yFkHhxC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG3yFkHhxC .image-block {
    width: 100% !important;
  }
}
.cid-qG3yFkHhxC .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qG3yFkHhxC img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qG3yFkHhxC img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qG3yFkHhxC img.titre,
.cid-qG3yFkHhxC div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHalAasK5q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qG3yFl2G0l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qG3yFl2G0l .mbr-text,
.cid-qG3yFl2G0l blockquote {
  color: #0000ff;
}
.cid-qG3yFl2G0l .mbr-text {
  text-align: center;
}
.cid-qG3yFl2G0l .mbr-text I {
  color: #0000ff;
}
.cid-qG3yFll6oe {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG3yFll6oe .image-block {
  margin: auto;
}
.cid-qG3yFll6oe figcaption {
  position: relative;
}
.cid-qG3yFll6oe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG3yFll6oe .image-block {
    width: 100% !important;
  }
}
.cid-qG3yFmeQkS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qG3yFmeQkS .mbr-text,
.cid-qG3yFmeQkS blockquote {
  color: #767676;
}
.cid-twf5oZvKJH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcf9e4;
}
.cid-qG3yFmvtCD {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG3yFmvtCD .image-block {
  margin: auto;
}
.cid-qG3yFmvtCD figcaption {
  position: relative;
}
.cid-qG3yFmvtCD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG3yFmvtCD .image-block {
    width: 100% !important;
  }
}
.cid-qHs0OZhKeP {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs0OZhKeP .display-7,
.cid-qHs0OZhKeP .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs0OZhKeP .content {
    text-align: center;
  }
  .cid-qHs0OZhKeP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs0OZhKeP .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs0OZhKeP .input-group-btn {
  display: inline-block;
}
.cid-qHs0OZhKeP .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs0OZhKeP .img-logo img {
  height: 8rem;
}
.cid-qHs0OZhKeP [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs0OZhKeP [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs0OZhKeP .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs0OZhKeP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs0OZhKeP .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs0OZhKeP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs0OZhKeP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs0OZhKeP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs0OZhKeP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs0OZhKeP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs0OZhKeP .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs0OZhKeP form .input-group input.form-control,
.cid-qHs0OZhKeP form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs0OZhKeP .foot-title {
  text-align: left;
}
.cid-qG3OmgmTd7 .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qG3OmgmTd7 .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qG3OmgmTd7 a {
  font-style: normal;
}
.cid-qG3OmgmTd7 .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qG3OmgmTd7 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qG3OmgmTd7 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qG3OmgmTd7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qG3OmgmTd7 .menu-logo {
  margin-right: auto;
}
.cid-qG3OmgmTd7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qG3OmgmTd7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qG3OmgmTd7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qG3OmgmTd7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qG3OmgmTd7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qG3OmgmTd7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qG3OmgmTd7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qG3OmgmTd7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qG3OmgmTd7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qG3OmgmTd7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qG3OmgmTd7 .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qG3OmgmTd7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qG3OmgmTd7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qG3OmgmTd7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qG3OmgmTd7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qG3OmgmTd7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qG3OmgmTd7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qG3OmgmTd7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qG3OmgmTd7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qG3OmgmTd7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qG3OmgmTd7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qG3OmgmTd7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qG3OmgmTd7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qG3OmgmTd7 button.navbar-toggler:focus {
  outline: none;
}
.cid-qG3OmgmTd7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qG3OmgmTd7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qG3OmgmTd7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qG3OmgmTd7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qG3OmgmTd7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qG3OmgmTd7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG3OmgmTd7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qG3OmgmTd7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qG3OmgmTd7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG3OmgmTd7 .collapsed .btn {
  display: flex;
}
.cid-qG3OmgmTd7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qG3OmgmTd7 .collapsed .navbar-collapse.collapsing,
.cid-qG3OmgmTd7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qG3OmgmTd7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qG3OmgmTd7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qG3OmgmTd7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qG3OmgmTd7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qG3OmgmTd7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qG3OmgmTd7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qG3OmgmTd7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qG3OmgmTd7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qG3OmgmTd7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qG3OmgmTd7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qG3OmgmTd7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qG3OmgmTd7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qG3OmgmTd7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qG3OmgmTd7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qG3OmgmTd7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qG3OmgmTd7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qG3OmgmTd7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qG3OmgmTd7 img {
    height: 3.8rem !important;
  }
  .cid-qG3OmgmTd7 .btn {
    display: flex;
  }
  .cid-qG3OmgmTd7 button.navbar-toggler {
    display: block;
  }
  .cid-qG3OmgmTd7 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qG3OmgmTd7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qG3OmgmTd7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qG3OmgmTd7 .navbar-collapse.collapsing,
  .cid-qG3OmgmTd7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qG3OmgmTd7 .navbar-collapse.collapsing .navbar-nav,
  .cid-qG3OmgmTd7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qG3OmgmTd7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qG3OmgmTd7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qG3OmgmTd7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qG3OmgmTd7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG3OmgmTd7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qG3OmgmTd7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qG3OmgmTd7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qG3OmgmTd7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG3OmgmTd7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qG3OmgmTd7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qG3OmgmTd7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qG3OmgmTd7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qG3OmgSmWM {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qG3OmgSmWM .image-block {
  margin: auto;
}
.cid-qG3OmgSmWM figcaption {
  position: relative;
}
.cid-qG3OmgSmWM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG3OmgSmWM .image-block {
    width: 100% !important;
  }
}
.cid-qG3OmgSmWM .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qG3OmgSmWM img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qG3OmgSmWM img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qG3OmgSmWM img.titre,
.cid-qG3OmgSmWM div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHalNCh38s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qG3OmhdGva {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qG3OmhdGva .mbr-text,
.cid-qG3OmhdGva blockquote {
  color: #0000ff;
}
.cid-qG3OmhdGva .mbr-text {
  text-align: center;
}
.cid-qG3OmhdGva .mbr-text I {
  color: #0000ff;
}
.cid-qG3OmhsmXH {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG3OmhsmXH .image-block {
  margin: auto;
}
.cid-qG3OmhsmXH figcaption {
  position: relative;
}
.cid-qG3OmhsmXH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG3OmhsmXH .image-block {
    width: 100% !important;
  }
}
.cid-qG3Omi9pBw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qG3Omi9pBw .mbr-text,
.cid-qG3Omi9pBw blockquote {
  color: #767676;
}
.cid-qG3OmiuKhT {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG3OmiuKhT .image-block {
  margin: auto;
}
.cid-qG3OmiuKhT figcaption {
  position: relative;
}
.cid-qG3OmiuKhT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG3OmiuKhT .image-block {
    width: 100% !important;
  }
}
.cid-qHs0Y8qW7a {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs0Y8qW7a .display-7,
.cid-qHs0Y8qW7a .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs0Y8qW7a .content {
    text-align: center;
  }
  .cid-qHs0Y8qW7a .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs0Y8qW7a .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs0Y8qW7a .input-group-btn {
  display: inline-block;
}
.cid-qHs0Y8qW7a .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs0Y8qW7a .img-logo img {
  height: 8rem;
}
.cid-qHs0Y8qW7a [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs0Y8qW7a [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs0Y8qW7a .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs0Y8qW7a .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs0Y8qW7a .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs0Y8qW7a .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs0Y8qW7a .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs0Y8qW7a .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs0Y8qW7a .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs0Y8qW7a .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs0Y8qW7a .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs0Y8qW7a form .input-group input.form-control,
.cid-qHs0Y8qW7a form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs0Y8qW7a .foot-title {
  text-align: left;
}
.cid-qG3UUyHRf8 .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qG3UUyHRf8 .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qG3UUyHRf8 a {
  font-style: normal;
}
.cid-qG3UUyHRf8 .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qG3UUyHRf8 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qG3UUyHRf8 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qG3UUyHRf8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qG3UUyHRf8 .menu-logo {
  margin-right: auto;
}
.cid-qG3UUyHRf8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qG3UUyHRf8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qG3UUyHRf8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qG3UUyHRf8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qG3UUyHRf8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qG3UUyHRf8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qG3UUyHRf8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qG3UUyHRf8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qG3UUyHRf8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qG3UUyHRf8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qG3UUyHRf8 .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qG3UUyHRf8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qG3UUyHRf8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qG3UUyHRf8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qG3UUyHRf8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qG3UUyHRf8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qG3UUyHRf8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qG3UUyHRf8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qG3UUyHRf8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qG3UUyHRf8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qG3UUyHRf8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qG3UUyHRf8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qG3UUyHRf8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qG3UUyHRf8 button.navbar-toggler:focus {
  outline: none;
}
.cid-qG3UUyHRf8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qG3UUyHRf8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qG3UUyHRf8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qG3UUyHRf8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qG3UUyHRf8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qG3UUyHRf8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG3UUyHRf8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qG3UUyHRf8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qG3UUyHRf8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG3UUyHRf8 .collapsed .btn {
  display: flex;
}
.cid-qG3UUyHRf8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qG3UUyHRf8 .collapsed .navbar-collapse.collapsing,
.cid-qG3UUyHRf8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qG3UUyHRf8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qG3UUyHRf8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qG3UUyHRf8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qG3UUyHRf8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qG3UUyHRf8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qG3UUyHRf8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qG3UUyHRf8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qG3UUyHRf8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qG3UUyHRf8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qG3UUyHRf8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qG3UUyHRf8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qG3UUyHRf8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qG3UUyHRf8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qG3UUyHRf8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qG3UUyHRf8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qG3UUyHRf8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qG3UUyHRf8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qG3UUyHRf8 img {
    height: 3.8rem !important;
  }
  .cid-qG3UUyHRf8 .btn {
    display: flex;
  }
  .cid-qG3UUyHRf8 button.navbar-toggler {
    display: block;
  }
  .cid-qG3UUyHRf8 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qG3UUyHRf8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qG3UUyHRf8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qG3UUyHRf8 .navbar-collapse.collapsing,
  .cid-qG3UUyHRf8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qG3UUyHRf8 .navbar-collapse.collapsing .navbar-nav,
  .cid-qG3UUyHRf8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qG3UUyHRf8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qG3UUyHRf8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qG3UUyHRf8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qG3UUyHRf8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG3UUyHRf8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qG3UUyHRf8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qG3UUyHRf8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qG3UUyHRf8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG3UUyHRf8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qG3UUyHRf8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qG3UUyHRf8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qG3UUyHRf8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qG3UUzfIJw {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qG3UUzfIJw .image-block {
  margin: auto;
}
.cid-qG3UUzfIJw figcaption {
  position: relative;
}
.cid-qG3UUzfIJw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG3UUzfIJw .image-block {
    width: 100% !important;
  }
}
.cid-qG3UUzfIJw .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qG3UUzfIJw img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qG3UUzfIJw img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qG3UUzfIJw img.titre,
.cid-qG3UUzfIJw div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHalYKe3o9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qG3UUzzB8E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qG3UUzzB8E .mbr-text,
.cid-qG3UUzzB8E blockquote {
  color: #0000ff;
}
.cid-qG3UUzzB8E .mbr-text {
  text-align: center;
}
.cid-qG3UUzzB8E .mbr-text I {
  color: #0000ff;
}
.cid-qG3UUzSZdi {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG3UUzSZdi .image-block {
  margin: auto;
}
.cid-qG3UUzSZdi figcaption {
  position: relative;
}
.cid-qG3UUzSZdi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG3UUzSZdi .image-block {
    width: 100% !important;
  }
}
.cid-qG3UUAE8Kc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qG3UUAE8Kc .mbr-text,
.cid-qG3UUAE8Kc blockquote {
  color: #767676;
}
.cid-twf5K9VdF3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcf9e4;
}
.cid-qHs16AoQbK {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs16AoQbK .display-7,
.cid-qHs16AoQbK .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs16AoQbK .content {
    text-align: center;
  }
  .cid-qHs16AoQbK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs16AoQbK .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs16AoQbK .input-group-btn {
  display: inline-block;
}
.cid-qHs16AoQbK .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs16AoQbK .img-logo img {
  height: 8rem;
}
.cid-qHs16AoQbK [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs16AoQbK [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs16AoQbK .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs16AoQbK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs16AoQbK .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs16AoQbK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs16AoQbK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs16AoQbK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs16AoQbK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs16AoQbK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs16AoQbK .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs16AoQbK form .input-group input.form-control,
.cid-qHs16AoQbK form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs16AoQbK .foot-title {
  text-align: left;
}
.cid-qG3UUB0nPE {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG3UUB0nPE .image-block {
  margin: auto;
}
.cid-qG3UUB0nPE figcaption {
  position: relative;
}
.cid-qG3UUB0nPE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG3UUB0nPE .image-block {
    width: 100% !important;
  }
}
.cid-qG3X0oagmB .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qG3X0oagmB .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qG3X0oagmB a {
  font-style: normal;
}
.cid-qG3X0oagmB .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qG3X0oagmB .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qG3X0oagmB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qG3X0oagmB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qG3X0oagmB .menu-logo {
  margin-right: auto;
}
.cid-qG3X0oagmB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qG3X0oagmB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qG3X0oagmB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qG3X0oagmB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qG3X0oagmB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qG3X0oagmB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qG3X0oagmB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qG3X0oagmB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qG3X0oagmB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qG3X0oagmB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qG3X0oagmB .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qG3X0oagmB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qG3X0oagmB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qG3X0oagmB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qG3X0oagmB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qG3X0oagmB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qG3X0oagmB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qG3X0oagmB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qG3X0oagmB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qG3X0oagmB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qG3X0oagmB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qG3X0oagmB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qG3X0oagmB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qG3X0oagmB button.navbar-toggler:focus {
  outline: none;
}
.cid-qG3X0oagmB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qG3X0oagmB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qG3X0oagmB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qG3X0oagmB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qG3X0oagmB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qG3X0oagmB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG3X0oagmB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qG3X0oagmB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qG3X0oagmB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG3X0oagmB .collapsed .btn {
  display: flex;
}
.cid-qG3X0oagmB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qG3X0oagmB .collapsed .navbar-collapse.collapsing,
.cid-qG3X0oagmB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qG3X0oagmB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qG3X0oagmB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qG3X0oagmB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qG3X0oagmB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qG3X0oagmB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qG3X0oagmB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qG3X0oagmB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qG3X0oagmB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qG3X0oagmB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qG3X0oagmB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qG3X0oagmB .collapsed button.navbar-toggler {
  display: block;
}
.cid-qG3X0oagmB .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qG3X0oagmB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qG3X0oagmB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qG3X0oagmB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qG3X0oagmB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qG3X0oagmB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qG3X0oagmB img {
    height: 3.8rem !important;
  }
  .cid-qG3X0oagmB .btn {
    display: flex;
  }
  .cid-qG3X0oagmB button.navbar-toggler {
    display: block;
  }
  .cid-qG3X0oagmB .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qG3X0oagmB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qG3X0oagmB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qG3X0oagmB .navbar-collapse.collapsing,
  .cid-qG3X0oagmB .navbar-collapse.show {
    display: block !important;
  }
  .cid-qG3X0oagmB .navbar-collapse.collapsing .navbar-nav,
  .cid-qG3X0oagmB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qG3X0oagmB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qG3X0oagmB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qG3X0oagmB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qG3X0oagmB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG3X0oagmB .navbar-collapse.collapsing .navbar-buttons,
  .cid-qG3X0oagmB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qG3X0oagmB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qG3X0oagmB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG3X0oagmB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qG3X0oagmB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qG3X0oagmB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qG3X0oagmB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qG3X0oGSiP {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qG3X0oGSiP .image-block {
  margin: auto;
}
.cid-qG3X0oGSiP figcaption {
  position: relative;
}
.cid-qG3X0oGSiP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG3X0oGSiP .image-block {
    width: 100% !important;
  }
}
.cid-qG3X0oGSiP .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qG3X0oGSiP img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qG3X0oGSiP img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qG3X0oGSiP img.titre,
.cid-qG3X0oGSiP div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHamdl7uSB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qG3X0p47iA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qG3X0p47iA .mbr-text,
.cid-qG3X0p47iA blockquote {
  color: #0000ff;
}
.cid-qG3X0p47iA .mbr-text {
  text-align: center;
}
.cid-qG3X0p47iA .mbr-text I {
  color: #0000ff;
}
.cid-qG3X0pnMKQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG3X0pnMKQ .image-block {
  margin: auto;
}
.cid-qG3X0pnMKQ figcaption {
  position: relative;
}
.cid-qG3X0pnMKQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG3X0pnMKQ .image-block {
    width: 100% !important;
  }
}
.cid-qG3X0qm131 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qG3X0qm131 .mbr-text,
.cid-qG3X0qm131 blockquote {
  color: #767676;
}
.cid-qG3X0qm131 .mbr-text P {
  color: #55b4d4;
  text-align: center;
}
.cid-qG3X0qESgk {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG3X0qESgk .image-block {
  margin: auto;
}
.cid-qG3X0qESgk figcaption {
  position: relative;
}
.cid-qG3X0qESgk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG3X0qESgk .image-block {
    width: 100% !important;
  }
}
.cid-qHs1scEJ3T {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs1scEJ3T .display-7,
.cid-qHs1scEJ3T .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs1scEJ3T .content {
    text-align: center;
  }
  .cid-qHs1scEJ3T .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs1scEJ3T .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs1scEJ3T .input-group-btn {
  display: inline-block;
}
.cid-qHs1scEJ3T .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs1scEJ3T .img-logo img {
  height: 8rem;
}
.cid-qHs1scEJ3T [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs1scEJ3T [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs1scEJ3T .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs1scEJ3T .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs1scEJ3T .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs1scEJ3T .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs1scEJ3T .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs1scEJ3T .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs1scEJ3T .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs1scEJ3T .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs1scEJ3T .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs1scEJ3T form .input-group input.form-control,
.cid-qHs1scEJ3T form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs1scEJ3T .foot-title {
  text-align: left;
}
.cid-qG3YUV6DOQ .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qG3YUV6DOQ .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qG3YUV6DOQ a {
  font-style: normal;
}
.cid-qG3YUV6DOQ .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qG3YUV6DOQ .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qG3YUV6DOQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qG3YUV6DOQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qG3YUV6DOQ .menu-logo {
  margin-right: auto;
}
.cid-qG3YUV6DOQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qG3YUV6DOQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qG3YUV6DOQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qG3YUV6DOQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qG3YUV6DOQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qG3YUV6DOQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qG3YUV6DOQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qG3YUV6DOQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qG3YUV6DOQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qG3YUV6DOQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qG3YUV6DOQ .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qG3YUV6DOQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qG3YUV6DOQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qG3YUV6DOQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qG3YUV6DOQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qG3YUV6DOQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qG3YUV6DOQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qG3YUV6DOQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qG3YUV6DOQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qG3YUV6DOQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qG3YUV6DOQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qG3YUV6DOQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qG3YUV6DOQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qG3YUV6DOQ button.navbar-toggler:focus {
  outline: none;
}
.cid-qG3YUV6DOQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qG3YUV6DOQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qG3YUV6DOQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qG3YUV6DOQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qG3YUV6DOQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qG3YUV6DOQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG3YUV6DOQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qG3YUV6DOQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qG3YUV6DOQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG3YUV6DOQ .collapsed .btn {
  display: flex;
}
.cid-qG3YUV6DOQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qG3YUV6DOQ .collapsed .navbar-collapse.collapsing,
.cid-qG3YUV6DOQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qG3YUV6DOQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qG3YUV6DOQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qG3YUV6DOQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qG3YUV6DOQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qG3YUV6DOQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qG3YUV6DOQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qG3YUV6DOQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qG3YUV6DOQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qG3YUV6DOQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qG3YUV6DOQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qG3YUV6DOQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-qG3YUV6DOQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qG3YUV6DOQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qG3YUV6DOQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qG3YUV6DOQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qG3YUV6DOQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qG3YUV6DOQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qG3YUV6DOQ img {
    height: 3.8rem !important;
  }
  .cid-qG3YUV6DOQ .btn {
    display: flex;
  }
  .cid-qG3YUV6DOQ button.navbar-toggler {
    display: block;
  }
  .cid-qG3YUV6DOQ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qG3YUV6DOQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qG3YUV6DOQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qG3YUV6DOQ .navbar-collapse.collapsing,
  .cid-qG3YUV6DOQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-qG3YUV6DOQ .navbar-collapse.collapsing .navbar-nav,
  .cid-qG3YUV6DOQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qG3YUV6DOQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qG3YUV6DOQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qG3YUV6DOQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qG3YUV6DOQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG3YUV6DOQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-qG3YUV6DOQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qG3YUV6DOQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qG3YUV6DOQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG3YUV6DOQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qG3YUV6DOQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qG3YUV6DOQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qG3YUV6DOQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qG3YUVyLLQ {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qG3YUVyLLQ .image-block {
  margin: auto;
}
.cid-qG3YUVyLLQ figcaption {
  position: relative;
}
.cid-qG3YUVyLLQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG3YUVyLLQ .image-block {
    width: 100% !important;
  }
}
.cid-qG3YUVyLLQ .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qG3YUVyLLQ img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qG3YUVyLLQ img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qG3YUVyLLQ img.titre,
.cid-qG3YUVyLLQ div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHampEkKtO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qG3YUW1aKx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qG3YUW1aKx .mbr-text,
.cid-qG3YUW1aKx blockquote {
  color: #0000ff;
}
.cid-qG3YUW1aKx .mbr-text {
  text-align: center;
}
.cid-qG3YUW1aKx .mbr-text I {
  color: #0000ff;
}
.cid-qG3YUWhNv0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG3YUWhNv0 .image-block {
  margin: auto;
}
.cid-qG3YUWhNv0 figcaption {
  position: relative;
}
.cid-qG3YUWhNv0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG3YUWhNv0 .image-block {
    width: 100% !important;
  }
}
.cid-qG3YUXcaGC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qG3YUXcaGC .mbr-text,
.cid-qG3YUXcaGC blockquote {
  color: #767676;
}
.cid-twf3JuKZoI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcf9e4;
}
.cid-qG3YUXuo8z {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG3YUXuo8z .image-block {
  margin: auto;
}
.cid-qG3YUXuo8z figcaption {
  position: relative;
}
.cid-qG3YUXuo8z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG3YUXuo8z .image-block {
    width: 100% !important;
  }
}
.cid-qHs1y7bOT0 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs1y7bOT0 .display-7,
.cid-qHs1y7bOT0 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs1y7bOT0 .content {
    text-align: center;
  }
  .cid-qHs1y7bOT0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs1y7bOT0 .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs1y7bOT0 .input-group-btn {
  display: inline-block;
}
.cid-qHs1y7bOT0 .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs1y7bOT0 .img-logo img {
  height: 8rem;
}
.cid-qHs1y7bOT0 [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs1y7bOT0 [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs1y7bOT0 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs1y7bOT0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs1y7bOT0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs1y7bOT0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs1y7bOT0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs1y7bOT0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs1y7bOT0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs1y7bOT0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs1y7bOT0 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs1y7bOT0 form .input-group input.form-control,
.cid-qHs1y7bOT0 form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs1y7bOT0 .foot-title {
  text-align: left;
}
.cid-qG9EkL3kSp .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qG9EkL3kSp .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qG9EkL3kSp a {
  font-style: normal;
}
.cid-qG9EkL3kSp .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qG9EkL3kSp .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qG9EkL3kSp .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qG9EkL3kSp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qG9EkL3kSp .menu-logo {
  margin-right: auto;
}
.cid-qG9EkL3kSp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qG9EkL3kSp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qG9EkL3kSp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qG9EkL3kSp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qG9EkL3kSp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qG9EkL3kSp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qG9EkL3kSp .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qG9EkL3kSp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qG9EkL3kSp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qG9EkL3kSp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qG9EkL3kSp .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qG9EkL3kSp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qG9EkL3kSp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qG9EkL3kSp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qG9EkL3kSp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qG9EkL3kSp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qG9EkL3kSp .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qG9EkL3kSp .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qG9EkL3kSp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qG9EkL3kSp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qG9EkL3kSp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qG9EkL3kSp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qG9EkL3kSp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qG9EkL3kSp button.navbar-toggler:focus {
  outline: none;
}
.cid-qG9EkL3kSp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qG9EkL3kSp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qG9EkL3kSp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qG9EkL3kSp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qG9EkL3kSp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qG9EkL3kSp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG9EkL3kSp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qG9EkL3kSp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qG9EkL3kSp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG9EkL3kSp .collapsed .btn {
  display: flex;
}
.cid-qG9EkL3kSp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qG9EkL3kSp .collapsed .navbar-collapse.collapsing,
.cid-qG9EkL3kSp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qG9EkL3kSp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qG9EkL3kSp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qG9EkL3kSp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qG9EkL3kSp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qG9EkL3kSp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qG9EkL3kSp .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qG9EkL3kSp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qG9EkL3kSp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qG9EkL3kSp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qG9EkL3kSp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qG9EkL3kSp .collapsed button.navbar-toggler {
  display: block;
}
.cid-qG9EkL3kSp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qG9EkL3kSp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qG9EkL3kSp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qG9EkL3kSp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qG9EkL3kSp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qG9EkL3kSp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qG9EkL3kSp img {
    height: 3.8rem !important;
  }
  .cid-qG9EkL3kSp .btn {
    display: flex;
  }
  .cid-qG9EkL3kSp button.navbar-toggler {
    display: block;
  }
  .cid-qG9EkL3kSp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qG9EkL3kSp .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qG9EkL3kSp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qG9EkL3kSp .navbar-collapse.collapsing,
  .cid-qG9EkL3kSp .navbar-collapse.show {
    display: block !important;
  }
  .cid-qG9EkL3kSp .navbar-collapse.collapsing .navbar-nav,
  .cid-qG9EkL3kSp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qG9EkL3kSp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qG9EkL3kSp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qG9EkL3kSp .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qG9EkL3kSp .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG9EkL3kSp .navbar-collapse.collapsing .navbar-buttons,
  .cid-qG9EkL3kSp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qG9EkL3kSp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qG9EkL3kSp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG9EkL3kSp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qG9EkL3kSp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qG9EkL3kSp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qG9EkL3kSp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qG9EkLuVd1 {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qG9EkLuVd1 .image-block {
  margin: auto;
}
.cid-qG9EkLuVd1 figcaption {
  position: relative;
}
.cid-qG9EkLuVd1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG9EkLuVd1 .image-block {
    width: 100% !important;
  }
}
.cid-qG9EkLuVd1 .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qG9EkLuVd1 img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qG9EkLuVd1 img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qG9EkLuVd1 img.titre,
.cid-qG9EkLuVd1 div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHamBy0UmA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qG9EkLQ3aI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qG9EkLQ3aI .mbr-text,
.cid-qG9EkLQ3aI blockquote {
  color: #0000ff;
}
.cid-qG9EkLQ3aI .mbr-text {
  text-align: center;
}
.cid-qG9EkLQ3aI .mbr-text I {
  color: #0000ff;
}
.cid-qG9EkMb85h {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG9EkMb85h .image-block {
  margin: auto;
}
.cid-qG9EkMb85h figcaption {
  position: relative;
}
.cid-qG9EkMb85h figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG9EkMb85h .image-block {
    width: 100% !important;
  }
}
.cid-qG9EkN5nma {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qG9EkN5nma .mbr-text,
.cid-qG9EkN5nma blockquote {
  color: #767676;
}
.cid-twf4Mzq02W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcf9e4;
}
.cid-qG9EkNspTT {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG9EkNspTT .image-block {
  margin: auto;
}
.cid-qG9EkNspTT figcaption {
  position: relative;
}
.cid-qG9EkNspTT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG9EkNspTT .image-block {
    width: 100% !important;
  }
}
.cid-qHs1DhzkSK {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs1DhzkSK .display-7,
.cid-qHs1DhzkSK .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs1DhzkSK .content {
    text-align: center;
  }
  .cid-qHs1DhzkSK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs1DhzkSK .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs1DhzkSK .input-group-btn {
  display: inline-block;
}
.cid-qHs1DhzkSK .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs1DhzkSK .img-logo img {
  height: 8rem;
}
.cid-qHs1DhzkSK [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs1DhzkSK [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs1DhzkSK .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs1DhzkSK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs1DhzkSK .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs1DhzkSK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs1DhzkSK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs1DhzkSK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs1DhzkSK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs1DhzkSK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs1DhzkSK .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs1DhzkSK form .input-group input.form-control,
.cid-qHs1DhzkSK form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs1DhzkSK .foot-title {
  text-align: left;
}
.cid-qG9IQhyHd3 .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qG9IQhyHd3 .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qG9IQhyHd3 a {
  font-style: normal;
}
.cid-qG9IQhyHd3 .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qG9IQhyHd3 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qG9IQhyHd3 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qG9IQhyHd3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qG9IQhyHd3 .menu-logo {
  margin-right: auto;
}
.cid-qG9IQhyHd3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qG9IQhyHd3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qG9IQhyHd3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qG9IQhyHd3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qG9IQhyHd3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qG9IQhyHd3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qG9IQhyHd3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qG9IQhyHd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qG9IQhyHd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qG9IQhyHd3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qG9IQhyHd3 .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qG9IQhyHd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qG9IQhyHd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qG9IQhyHd3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qG9IQhyHd3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qG9IQhyHd3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qG9IQhyHd3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qG9IQhyHd3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qG9IQhyHd3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qG9IQhyHd3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qG9IQhyHd3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qG9IQhyHd3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qG9IQhyHd3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qG9IQhyHd3 button.navbar-toggler:focus {
  outline: none;
}
.cid-qG9IQhyHd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qG9IQhyHd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qG9IQhyHd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qG9IQhyHd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qG9IQhyHd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qG9IQhyHd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG9IQhyHd3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qG9IQhyHd3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qG9IQhyHd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG9IQhyHd3 .collapsed .btn {
  display: flex;
}
.cid-qG9IQhyHd3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qG9IQhyHd3 .collapsed .navbar-collapse.collapsing,
.cid-qG9IQhyHd3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qG9IQhyHd3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qG9IQhyHd3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qG9IQhyHd3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qG9IQhyHd3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qG9IQhyHd3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qG9IQhyHd3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qG9IQhyHd3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qG9IQhyHd3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qG9IQhyHd3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qG9IQhyHd3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qG9IQhyHd3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qG9IQhyHd3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qG9IQhyHd3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qG9IQhyHd3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qG9IQhyHd3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qG9IQhyHd3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qG9IQhyHd3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qG9IQhyHd3 img {
    height: 3.8rem !important;
  }
  .cid-qG9IQhyHd3 .btn {
    display: flex;
  }
  .cid-qG9IQhyHd3 button.navbar-toggler {
    display: block;
  }
  .cid-qG9IQhyHd3 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qG9IQhyHd3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qG9IQhyHd3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qG9IQhyHd3 .navbar-collapse.collapsing,
  .cid-qG9IQhyHd3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qG9IQhyHd3 .navbar-collapse.collapsing .navbar-nav,
  .cid-qG9IQhyHd3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qG9IQhyHd3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qG9IQhyHd3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qG9IQhyHd3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qG9IQhyHd3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG9IQhyHd3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qG9IQhyHd3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qG9IQhyHd3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qG9IQhyHd3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG9IQhyHd3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qG9IQhyHd3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qG9IQhyHd3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qG9IQhyHd3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qG9IQi5Gau {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qG9IQi5Gau .image-block {
  margin: auto;
}
.cid-qG9IQi5Gau figcaption {
  position: relative;
}
.cid-qG9IQi5Gau figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG9IQi5Gau .image-block {
    width: 100% !important;
  }
}
.cid-qG9IQi5Gau .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qG9IQi5Gau img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qG9IQi5Gau img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qG9IQi5Gau img.titre,
.cid-qG9IQi5Gau div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHamMJnIln {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qG9IQipiRH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qG9IQipiRH .mbr-text,
.cid-qG9IQipiRH blockquote {
  color: #0000ff;
}
.cid-qG9IQipiRH .mbr-text {
  text-align: center;
}
.cid-qG9IQipiRH .mbr-text I {
  color: #0000ff;
}
.cid-qG9IQiElyb {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG9IQiElyb .image-block {
  margin: auto;
}
.cid-qG9IQiElyb figcaption {
  position: relative;
}
.cid-qG9IQiElyb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG9IQiElyb .image-block {
    width: 100% !important;
  }
}
.cid-qG9IQjFqWQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qG9IQjFqWQ .mbr-text,
.cid-qG9IQjFqWQ blockquote {
  color: #767676;
}
.cid-twf4u1HcW1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcf9e4;
}
.cid-qG9IQk0pZT {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG9IQk0pZT .image-block {
  margin: auto;
}
.cid-qG9IQk0pZT figcaption {
  position: relative;
}
.cid-qG9IQk0pZT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG9IQk0pZT .image-block {
    width: 100% !important;
  }
}
.cid-qHs1LbcMzo {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs1LbcMzo .display-7,
.cid-qHs1LbcMzo .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs1LbcMzo .content {
    text-align: center;
  }
  .cid-qHs1LbcMzo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs1LbcMzo .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs1LbcMzo .input-group-btn {
  display: inline-block;
}
.cid-qHs1LbcMzo .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs1LbcMzo .img-logo img {
  height: 8rem;
}
.cid-qHs1LbcMzo [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs1LbcMzo [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs1LbcMzo .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs1LbcMzo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs1LbcMzo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs1LbcMzo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs1LbcMzo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs1LbcMzo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs1LbcMzo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs1LbcMzo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs1LbcMzo .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs1LbcMzo form .input-group input.form-control,
.cid-qHs1LbcMzo form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs1LbcMzo .foot-title {
  text-align: left;
}
.cid-qG9MzRvlcp .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qG9MzRvlcp .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qG9MzRvlcp a {
  font-style: normal;
}
.cid-qG9MzRvlcp .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qG9MzRvlcp .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qG9MzRvlcp .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qG9MzRvlcp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qG9MzRvlcp .menu-logo {
  margin-right: auto;
}
.cid-qG9MzRvlcp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qG9MzRvlcp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qG9MzRvlcp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qG9MzRvlcp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qG9MzRvlcp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qG9MzRvlcp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qG9MzRvlcp .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qG9MzRvlcp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qG9MzRvlcp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qG9MzRvlcp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qG9MzRvlcp .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qG9MzRvlcp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qG9MzRvlcp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qG9MzRvlcp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qG9MzRvlcp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qG9MzRvlcp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qG9MzRvlcp .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qG9MzRvlcp .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qG9MzRvlcp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qG9MzRvlcp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qG9MzRvlcp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qG9MzRvlcp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qG9MzRvlcp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qG9MzRvlcp button.navbar-toggler:focus {
  outline: none;
}
.cid-qG9MzRvlcp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qG9MzRvlcp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qG9MzRvlcp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qG9MzRvlcp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qG9MzRvlcp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qG9MzRvlcp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG9MzRvlcp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qG9MzRvlcp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qG9MzRvlcp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG9MzRvlcp .collapsed .btn {
  display: flex;
}
.cid-qG9MzRvlcp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qG9MzRvlcp .collapsed .navbar-collapse.collapsing,
.cid-qG9MzRvlcp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qG9MzRvlcp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qG9MzRvlcp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qG9MzRvlcp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qG9MzRvlcp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qG9MzRvlcp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qG9MzRvlcp .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qG9MzRvlcp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qG9MzRvlcp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qG9MzRvlcp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qG9MzRvlcp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qG9MzRvlcp .collapsed button.navbar-toggler {
  display: block;
}
.cid-qG9MzRvlcp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qG9MzRvlcp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qG9MzRvlcp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qG9MzRvlcp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qG9MzRvlcp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qG9MzRvlcp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qG9MzRvlcp img {
    height: 3.8rem !important;
  }
  .cid-qG9MzRvlcp .btn {
    display: flex;
  }
  .cid-qG9MzRvlcp button.navbar-toggler {
    display: block;
  }
  .cid-qG9MzRvlcp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qG9MzRvlcp .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qG9MzRvlcp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qG9MzRvlcp .navbar-collapse.collapsing,
  .cid-qG9MzRvlcp .navbar-collapse.show {
    display: block !important;
  }
  .cid-qG9MzRvlcp .navbar-collapse.collapsing .navbar-nav,
  .cid-qG9MzRvlcp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qG9MzRvlcp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qG9MzRvlcp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qG9MzRvlcp .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qG9MzRvlcp .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG9MzRvlcp .navbar-collapse.collapsing .navbar-buttons,
  .cid-qG9MzRvlcp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qG9MzRvlcp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qG9MzRvlcp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG9MzRvlcp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qG9MzRvlcp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qG9MzRvlcp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qG9MzRvlcp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qG9MzS0NnV {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qG9MzS0NnV .image-block {
  margin: auto;
}
.cid-qG9MzS0NnV figcaption {
  position: relative;
}
.cid-qG9MzS0NnV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG9MzS0NnV .image-block {
    width: 100% !important;
  }
}
.cid-qG9MzS0NnV .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qG9MzS0NnV img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qG9MzS0NnV img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qG9MzS0NnV img.titre,
.cid-qG9MzS0NnV div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHamX3svhr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qG9MzSjh44 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qG9MzSjh44 .mbr-text,
.cid-qG9MzSjh44 blockquote {
  color: #0000ff;
}
.cid-qG9MzSjh44 .mbr-text {
  text-align: center;
}
.cid-qG9MzSjh44 .mbr-text I {
  color: #0000ff;
}
.cid-qG9MzSAfKA {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG9MzSAfKA .image-block {
  margin: auto;
}
.cid-qG9MzSAfKA figcaption {
  position: relative;
}
.cid-qG9MzSAfKA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG9MzSAfKA .image-block {
    width: 100% !important;
  }
}
.cid-qG9MzTzq8f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qG9MzTzq8f .mbr-text,
.cid-qG9MzTzq8f blockquote {
  color: #767676;
}
.cid-qG9MzTXCkD {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG9MzTXCkD .image-block {
  margin: auto;
}
.cid-qG9MzTXCkD figcaption {
  position: relative;
}
.cid-qG9MzTXCkD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG9MzTXCkD .image-block {
    width: 100% !important;
  }
}
.cid-qHs1QADicm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs1QADicm .display-7,
.cid-qHs1QADicm .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs1QADicm .content {
    text-align: center;
  }
  .cid-qHs1QADicm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs1QADicm .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs1QADicm .input-group-btn {
  display: inline-block;
}
.cid-qHs1QADicm .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs1QADicm .img-logo img {
  height: 8rem;
}
.cid-qHs1QADicm [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs1QADicm [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs1QADicm .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs1QADicm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs1QADicm .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs1QADicm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs1QADicm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs1QADicm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs1QADicm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs1QADicm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs1QADicm .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs1QADicm form .input-group input.form-control,
.cid-qHs1QADicm form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs1QADicm .foot-title {
  text-align: left;
}
.cid-qG9UKSoGCz .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qG9UKSoGCz .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qG9UKSoGCz a {
  font-style: normal;
}
.cid-qG9UKSoGCz .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qG9UKSoGCz .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qG9UKSoGCz .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qG9UKSoGCz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qG9UKSoGCz .menu-logo {
  margin-right: auto;
}
.cid-qG9UKSoGCz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qG9UKSoGCz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qG9UKSoGCz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qG9UKSoGCz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qG9UKSoGCz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qG9UKSoGCz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qG9UKSoGCz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qG9UKSoGCz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qG9UKSoGCz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qG9UKSoGCz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qG9UKSoGCz .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qG9UKSoGCz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qG9UKSoGCz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qG9UKSoGCz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qG9UKSoGCz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qG9UKSoGCz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qG9UKSoGCz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qG9UKSoGCz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qG9UKSoGCz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qG9UKSoGCz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qG9UKSoGCz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qG9UKSoGCz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qG9UKSoGCz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qG9UKSoGCz button.navbar-toggler:focus {
  outline: none;
}
.cid-qG9UKSoGCz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qG9UKSoGCz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qG9UKSoGCz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qG9UKSoGCz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qG9UKSoGCz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qG9UKSoGCz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG9UKSoGCz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qG9UKSoGCz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qG9UKSoGCz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qG9UKSoGCz .collapsed .btn {
  display: flex;
}
.cid-qG9UKSoGCz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qG9UKSoGCz .collapsed .navbar-collapse.collapsing,
.cid-qG9UKSoGCz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qG9UKSoGCz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qG9UKSoGCz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qG9UKSoGCz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qG9UKSoGCz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qG9UKSoGCz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qG9UKSoGCz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qG9UKSoGCz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qG9UKSoGCz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qG9UKSoGCz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qG9UKSoGCz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qG9UKSoGCz .collapsed button.navbar-toggler {
  display: block;
}
.cid-qG9UKSoGCz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qG9UKSoGCz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qG9UKSoGCz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qG9UKSoGCz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qG9UKSoGCz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qG9UKSoGCz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qG9UKSoGCz img {
    height: 3.8rem !important;
  }
  .cid-qG9UKSoGCz .btn {
    display: flex;
  }
  .cid-qG9UKSoGCz button.navbar-toggler {
    display: block;
  }
  .cid-qG9UKSoGCz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qG9UKSoGCz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qG9UKSoGCz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qG9UKSoGCz .navbar-collapse.collapsing,
  .cid-qG9UKSoGCz .navbar-collapse.show {
    display: block !important;
  }
  .cid-qG9UKSoGCz .navbar-collapse.collapsing .navbar-nav,
  .cid-qG9UKSoGCz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qG9UKSoGCz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qG9UKSoGCz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qG9UKSoGCz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qG9UKSoGCz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG9UKSoGCz .navbar-collapse.collapsing .navbar-buttons,
  .cid-qG9UKSoGCz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qG9UKSoGCz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qG9UKSoGCz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qG9UKSoGCz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qG9UKSoGCz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qG9UKSoGCz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qG9UKSoGCz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qG9UKSZX2S {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qG9UKSZX2S .image-block {
  margin: auto;
}
.cid-qG9UKSZX2S figcaption {
  position: relative;
}
.cid-qG9UKSZX2S figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG9UKSZX2S .image-block {
    width: 100% !important;
  }
}
.cid-qG9UKSZX2S .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qG9UKSZX2S img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qG9UKSZX2S img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qG9UKSZX2S img.titre,
.cid-qG9UKSZX2S div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHan99sae0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qG9UKTklXi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qG9UKTklXi .mbr-text,
.cid-qG9UKTklXi blockquote {
  color: #0000ff;
}
.cid-qG9UKTklXi .mbr-text {
  text-align: center;
}
.cid-qG9UKTklXi .mbr-text I {
  color: #0000ff;
}
.cid-qG9UKTG7im {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG9UKTG7im .image-block {
  margin: auto;
}
.cid-qG9UKTG7im figcaption {
  position: relative;
}
.cid-qG9UKTG7im figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG9UKTG7im .image-block {
    width: 100% !important;
  }
}
.cid-qG9UKUZXbK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qG9UKUZXbK .mbr-text,
.cid-qG9UKUZXbK blockquote {
  color: #767676;
}
.cid-twf2SngM84 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcf9e4;
}
.cid-qHs1Yw0aum {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs1Yw0aum .display-7,
.cid-qHs1Yw0aum .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs1Yw0aum .content {
    text-align: center;
  }
  .cid-qHs1Yw0aum .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs1Yw0aum .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs1Yw0aum .input-group-btn {
  display: inline-block;
}
.cid-qHs1Yw0aum .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs1Yw0aum .img-logo img {
  height: 8rem;
}
.cid-qHs1Yw0aum [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs1Yw0aum [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs1Yw0aum .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs1Yw0aum .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs1Yw0aum .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs1Yw0aum .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs1Yw0aum .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs1Yw0aum .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs1Yw0aum .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs1Yw0aum .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs1Yw0aum .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs1Yw0aum form .input-group input.form-control,
.cid-qHs1Yw0aum form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs1Yw0aum .foot-title {
  text-align: left;
}
.cid-qG9UKVfgmz {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qG9UKVfgmz .image-block {
  margin: auto;
}
.cid-qG9UKVfgmz figcaption {
  position: relative;
}
.cid-qG9UKVfgmz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qG9UKVfgmz .image-block {
    width: 100% !important;
  }
}
.cid-qGa1T7RgJF .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qGa1T7RgJF .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qGa1T7RgJF a {
  font-style: normal;
}
.cid-qGa1T7RgJF .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qGa1T7RgJF .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGa1T7RgJF .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGa1T7RgJF .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGa1T7RgJF .menu-logo {
  margin-right: auto;
}
.cid-qGa1T7RgJF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGa1T7RgJF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGa1T7RgJF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGa1T7RgJF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGa1T7RgJF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGa1T7RgJF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGa1T7RgJF .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGa1T7RgJF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGa1T7RgJF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGa1T7RgJF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGa1T7RgJF .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGa1T7RgJF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGa1T7RgJF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGa1T7RgJF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGa1T7RgJF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGa1T7RgJF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGa1T7RgJF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGa1T7RgJF .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGa1T7RgJF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGa1T7RgJF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGa1T7RgJF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGa1T7RgJF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGa1T7RgJF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGa1T7RgJF button.navbar-toggler:focus {
  outline: none;
}
.cid-qGa1T7RgJF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qGa1T7RgJF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGa1T7RgJF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGa1T7RgJF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGa1T7RgJF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGa1T7RgJF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGa1T7RgJF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGa1T7RgJF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGa1T7RgJF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGa1T7RgJF .collapsed .btn {
  display: flex;
}
.cid-qGa1T7RgJF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGa1T7RgJF .collapsed .navbar-collapse.collapsing,
.cid-qGa1T7RgJF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGa1T7RgJF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGa1T7RgJF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGa1T7RgJF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGa1T7RgJF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGa1T7RgJF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qGa1T7RgJF .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qGa1T7RgJF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGa1T7RgJF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGa1T7RgJF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGa1T7RgJF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGa1T7RgJF .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGa1T7RgJF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qGa1T7RgJF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGa1T7RgJF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGa1T7RgJF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGa1T7RgJF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGa1T7RgJF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qGa1T7RgJF img {
    height: 3.8rem !important;
  }
  .cid-qGa1T7RgJF .btn {
    display: flex;
  }
  .cid-qGa1T7RgJF button.navbar-toggler {
    display: block;
  }
  .cid-qGa1T7RgJF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qGa1T7RgJF .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGa1T7RgJF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGa1T7RgJF .navbar-collapse.collapsing,
  .cid-qGa1T7RgJF .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGa1T7RgJF .navbar-collapse.collapsing .navbar-nav,
  .cid-qGa1T7RgJF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGa1T7RgJF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGa1T7RgJF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGa1T7RgJF .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qGa1T7RgJF .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGa1T7RgJF .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGa1T7RgJF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGa1T7RgJF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGa1T7RgJF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGa1T7RgJF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGa1T7RgJF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGa1T7RgJF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGa1T7RgJF .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qGa1T8lKXH {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qGa1T8lKXH .image-block {
  margin: auto;
}
.cid-qGa1T8lKXH figcaption {
  position: relative;
}
.cid-qGa1T8lKXH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGa1T8lKXH .image-block {
    width: 100% !important;
  }
}
.cid-qGa1T8lKXH .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qGa1T8lKXH img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qGa1T8lKXH img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qGa1T8lKXH img.titre,
.cid-qGa1T8lKXH div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHanIYVQp9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qGa1T8Ftm0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qGa1T8Ftm0 .mbr-text,
.cid-qGa1T8Ftm0 blockquote {
  color: #0000ff;
}
.cid-qGa1T8Ftm0 .mbr-text {
  text-align: center;
}
.cid-qGa1T8Ftm0 .mbr-text I {
  color: #0000ff;
}
.cid-qGa1T8VnBn {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qGa1T8VnBn .image-block {
  margin: auto;
}
.cid-qGa1T8VnBn figcaption {
  position: relative;
}
.cid-qGa1T8VnBn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGa1T8VnBn .image-block {
    width: 100% !important;
  }
}
.cid-qGa4LmZR3j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qGa4LmZR3j .mbr-text,
.cid-qGa4LmZR3j blockquote {
  color: #767676;
}
.cid-qGa1T9y3K5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qGa1T9y3K5 .image-block {
  margin: auto;
}
.cid-qGa1T9y3K5 figcaption {
  position: relative;
}
.cid-qGa1T9y3K5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGa1T9y3K5 .image-block {
    width: 100% !important;
  }
}
.cid-twf3pblogj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcf9e4;
}
.cid-qHs2iez8Sa {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs2iez8Sa .display-7,
.cid-qHs2iez8Sa .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs2iez8Sa .content {
    text-align: center;
  }
  .cid-qHs2iez8Sa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs2iez8Sa .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs2iez8Sa .input-group-btn {
  display: inline-block;
}
.cid-qHs2iez8Sa .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs2iez8Sa .img-logo img {
  height: 8rem;
}
.cid-qHs2iez8Sa [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs2iez8Sa [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs2iez8Sa .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs2iez8Sa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs2iez8Sa .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs2iez8Sa .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs2iez8Sa .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs2iez8Sa .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs2iez8Sa .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs2iez8Sa .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs2iez8Sa .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs2iez8Sa form .input-group input.form-control,
.cid-qHs2iez8Sa form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs2iez8Sa .foot-title {
  text-align: left;
}
.cid-qGa9tZP9Yr .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qGa9tZP9Yr .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qGa9tZP9Yr a {
  font-style: normal;
}
.cid-qGa9tZP9Yr .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qGa9tZP9Yr .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGa9tZP9Yr .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGa9tZP9Yr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGa9tZP9Yr .menu-logo {
  margin-right: auto;
}
.cid-qGa9tZP9Yr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGa9tZP9Yr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGa9tZP9Yr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGa9tZP9Yr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGa9tZP9Yr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGa9tZP9Yr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGa9tZP9Yr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGa9tZP9Yr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGa9tZP9Yr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGa9tZP9Yr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGa9tZP9Yr .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGa9tZP9Yr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGa9tZP9Yr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGa9tZP9Yr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGa9tZP9Yr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGa9tZP9Yr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGa9tZP9Yr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGa9tZP9Yr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGa9tZP9Yr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGa9tZP9Yr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGa9tZP9Yr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGa9tZP9Yr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGa9tZP9Yr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGa9tZP9Yr button.navbar-toggler:focus {
  outline: none;
}
.cid-qGa9tZP9Yr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qGa9tZP9Yr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGa9tZP9Yr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGa9tZP9Yr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGa9tZP9Yr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGa9tZP9Yr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGa9tZP9Yr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGa9tZP9Yr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGa9tZP9Yr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGa9tZP9Yr .collapsed .btn {
  display: flex;
}
.cid-qGa9tZP9Yr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGa9tZP9Yr .collapsed .navbar-collapse.collapsing,
.cid-qGa9tZP9Yr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGa9tZP9Yr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGa9tZP9Yr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGa9tZP9Yr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGa9tZP9Yr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGa9tZP9Yr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qGa9tZP9Yr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qGa9tZP9Yr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGa9tZP9Yr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGa9tZP9Yr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGa9tZP9Yr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGa9tZP9Yr .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGa9tZP9Yr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qGa9tZP9Yr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGa9tZP9Yr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGa9tZP9Yr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGa9tZP9Yr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGa9tZP9Yr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qGa9tZP9Yr img {
    height: 3.8rem !important;
  }
  .cid-qGa9tZP9Yr .btn {
    display: flex;
  }
  .cid-qGa9tZP9Yr button.navbar-toggler {
    display: block;
  }
  .cid-qGa9tZP9Yr .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qGa9tZP9Yr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGa9tZP9Yr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGa9tZP9Yr .navbar-collapse.collapsing,
  .cid-qGa9tZP9Yr .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGa9tZP9Yr .navbar-collapse.collapsing .navbar-nav,
  .cid-qGa9tZP9Yr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGa9tZP9Yr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGa9tZP9Yr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGa9tZP9Yr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qGa9tZP9Yr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGa9tZP9Yr .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGa9tZP9Yr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGa9tZP9Yr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGa9tZP9Yr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGa9tZP9Yr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGa9tZP9Yr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGa9tZP9Yr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGa9tZP9Yr .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qGa9u0lMkw {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qGa9u0lMkw .image-block {
  margin: auto;
}
.cid-qGa9u0lMkw figcaption {
  position: relative;
}
.cid-qGa9u0lMkw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGa9u0lMkw .image-block {
    width: 100% !important;
  }
}
.cid-qGa9u0lMkw .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qGa9u0lMkw img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qGa9u0lMkw img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qGa9u0lMkw img.titre,
.cid-qGa9u0lMkw div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHao7igRHP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qGa9u0YICM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qGa9u0YICM .mbr-text,
.cid-qGa9u0YICM blockquote {
  color: #0000ff;
}
.cid-qGa9u0YICM .mbr-text {
  text-align: center;
}
.cid-qGa9u0YICM .mbr-text I {
  color: #0000ff;
}
.cid-qGa9u1gCQV {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qGa9u1gCQV .image-block {
  margin: auto;
}
.cid-qGa9u1gCQV figcaption {
  position: relative;
}
.cid-qGa9u1gCQV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGa9u1gCQV .image-block {
    width: 100% !important;
  }
}
.cid-qGa9u2qWUC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qGa9u2qWUC .mbr-text,
.cid-qGa9u2qWUC blockquote {
  color: #767676;
}
.cid-qGa9u2WUb4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qGa9u2WUb4 .image-block {
  margin: auto;
}
.cid-qGa9u2WUb4 figcaption {
  position: relative;
}
.cid-qGa9u2WUb4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGa9u2WUb4 .image-block {
    width: 100% !important;
  }
}
.cid-qHs2zPUlpf {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs2zPUlpf .display-7,
.cid-qHs2zPUlpf .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs2zPUlpf .content {
    text-align: center;
  }
  .cid-qHs2zPUlpf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs2zPUlpf .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs2zPUlpf .input-group-btn {
  display: inline-block;
}
.cid-qHs2zPUlpf .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs2zPUlpf .img-logo img {
  height: 8rem;
}
.cid-qHs2zPUlpf [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs2zPUlpf [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs2zPUlpf .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs2zPUlpf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs2zPUlpf .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs2zPUlpf .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs2zPUlpf .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs2zPUlpf .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs2zPUlpf .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs2zPUlpf .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs2zPUlpf .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs2zPUlpf form .input-group input.form-control,
.cid-qHs2zPUlpf form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs2zPUlpf .foot-title {
  text-align: left;
}
.cid-qGab3osLIm .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qGab3osLIm .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qGab3osLIm a {
  font-style: normal;
}
.cid-qGab3osLIm .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qGab3osLIm .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGab3osLIm .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGab3osLIm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGab3osLIm .menu-logo {
  margin-right: auto;
}
.cid-qGab3osLIm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGab3osLIm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGab3osLIm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGab3osLIm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGab3osLIm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGab3osLIm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGab3osLIm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGab3osLIm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGab3osLIm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGab3osLIm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGab3osLIm .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGab3osLIm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGab3osLIm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGab3osLIm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGab3osLIm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGab3osLIm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGab3osLIm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGab3osLIm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGab3osLIm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGab3osLIm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGab3osLIm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGab3osLIm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGab3osLIm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGab3osLIm button.navbar-toggler:focus {
  outline: none;
}
.cid-qGab3osLIm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qGab3osLIm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGab3osLIm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGab3osLIm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGab3osLIm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGab3osLIm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGab3osLIm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGab3osLIm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGab3osLIm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGab3osLIm .collapsed .btn {
  display: flex;
}
.cid-qGab3osLIm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGab3osLIm .collapsed .navbar-collapse.collapsing,
.cid-qGab3osLIm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGab3osLIm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGab3osLIm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGab3osLIm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGab3osLIm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGab3osLIm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qGab3osLIm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qGab3osLIm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGab3osLIm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGab3osLIm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGab3osLIm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGab3osLIm .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGab3osLIm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qGab3osLIm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGab3osLIm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGab3osLIm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGab3osLIm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGab3osLIm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qGab3osLIm img {
    height: 3.8rem !important;
  }
  .cid-qGab3osLIm .btn {
    display: flex;
  }
  .cid-qGab3osLIm button.navbar-toggler {
    display: block;
  }
  .cid-qGab3osLIm .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qGab3osLIm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGab3osLIm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGab3osLIm .navbar-collapse.collapsing,
  .cid-qGab3osLIm .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGab3osLIm .navbar-collapse.collapsing .navbar-nav,
  .cid-qGab3osLIm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGab3osLIm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGab3osLIm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGab3osLIm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qGab3osLIm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGab3osLIm .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGab3osLIm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGab3osLIm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGab3osLIm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGab3osLIm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGab3osLIm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGab3osLIm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGab3osLIm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qGab3oS5jv {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qGab3oS5jv .image-block {
  margin: auto;
}
.cid-qGab3oS5jv figcaption {
  position: relative;
}
.cid-qGab3oS5jv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGab3oS5jv .image-block {
    width: 100% !important;
  }
}
.cid-qGab3oS5jv .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qGab3oS5jv img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qGab3oS5jv img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qGab3oS5jv img.titre,
.cid-qGab3oS5jv div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHaoijcTPP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qGab3psC6l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qGab3psC6l .mbr-text,
.cid-qGab3psC6l blockquote {
  color: #0000ff;
}
.cid-qGab3psC6l .mbr-text {
  text-align: center;
}
.cid-qGab3psC6l .mbr-text I {
  color: #0000ff;
}
.cid-qGab3pLwRu {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qGab3pLwRu .image-block {
  margin: auto;
}
.cid-qGab3pLwRu figcaption {
  position: relative;
}
.cid-qGab3pLwRu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGab3pLwRu .image-block {
    width: 100% !important;
  }
}
.cid-qGab3qcj65 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #f6f9e4;
}
.cid-qGab3qcj65 .image-block {
  margin: auto;
}
.cid-qGab3qcj65 figcaption {
  position: relative;
}
.cid-qGab3qcj65 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGab3qcj65 .image-block {
    width: 100% !important;
  }
}
.cid-qGab3qyZnQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qGab3qyZnQ .mbr-text,
.cid-qGab3qyZnQ blockquote {
  color: #767676;
}
.cid-qGab3qZRQ7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qGab3qZRQ7 .image-block {
  margin: auto;
}
.cid-qGab3qZRQ7 figcaption {
  position: relative;
}
.cid-qGab3qZRQ7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGab3qZRQ7 .image-block {
    width: 100% !important;
  }
}
.cid-qHs2K8Sv9A {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs2K8Sv9A .display-7,
.cid-qHs2K8Sv9A .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs2K8Sv9A .content {
    text-align: center;
  }
  .cid-qHs2K8Sv9A .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs2K8Sv9A .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs2K8Sv9A .input-group-btn {
  display: inline-block;
}
.cid-qHs2K8Sv9A .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs2K8Sv9A .img-logo img {
  height: 8rem;
}
.cid-qHs2K8Sv9A [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs2K8Sv9A [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs2K8Sv9A .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs2K8Sv9A .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs2K8Sv9A .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs2K8Sv9A .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs2K8Sv9A .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs2K8Sv9A .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs2K8Sv9A .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs2K8Sv9A .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs2K8Sv9A .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs2K8Sv9A form .input-group input.form-control,
.cid-qHs2K8Sv9A form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs2K8Sv9A .foot-title {
  text-align: left;
}
.cid-qGabSAGlyc .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qGabSAGlyc .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qGabSAGlyc a {
  font-style: normal;
}
.cid-qGabSAGlyc .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qGabSAGlyc .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGabSAGlyc .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGabSAGlyc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGabSAGlyc .menu-logo {
  margin-right: auto;
}
.cid-qGabSAGlyc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGabSAGlyc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGabSAGlyc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGabSAGlyc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGabSAGlyc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGabSAGlyc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGabSAGlyc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGabSAGlyc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGabSAGlyc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGabSAGlyc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGabSAGlyc .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGabSAGlyc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGabSAGlyc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGabSAGlyc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGabSAGlyc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGabSAGlyc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGabSAGlyc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGabSAGlyc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGabSAGlyc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGabSAGlyc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGabSAGlyc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGabSAGlyc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGabSAGlyc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGabSAGlyc button.navbar-toggler:focus {
  outline: none;
}
.cid-qGabSAGlyc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qGabSAGlyc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGabSAGlyc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGabSAGlyc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGabSAGlyc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGabSAGlyc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGabSAGlyc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGabSAGlyc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGabSAGlyc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGabSAGlyc .collapsed .btn {
  display: flex;
}
.cid-qGabSAGlyc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGabSAGlyc .collapsed .navbar-collapse.collapsing,
.cid-qGabSAGlyc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGabSAGlyc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGabSAGlyc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGabSAGlyc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGabSAGlyc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGabSAGlyc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qGabSAGlyc .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qGabSAGlyc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGabSAGlyc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGabSAGlyc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGabSAGlyc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGabSAGlyc .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGabSAGlyc .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qGabSAGlyc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGabSAGlyc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGabSAGlyc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGabSAGlyc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGabSAGlyc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qGabSAGlyc img {
    height: 3.8rem !important;
  }
  .cid-qGabSAGlyc .btn {
    display: flex;
  }
  .cid-qGabSAGlyc button.navbar-toggler {
    display: block;
  }
  .cid-qGabSAGlyc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qGabSAGlyc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGabSAGlyc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGabSAGlyc .navbar-collapse.collapsing,
  .cid-qGabSAGlyc .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGabSAGlyc .navbar-collapse.collapsing .navbar-nav,
  .cid-qGabSAGlyc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGabSAGlyc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGabSAGlyc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGabSAGlyc .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qGabSAGlyc .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGabSAGlyc .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGabSAGlyc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGabSAGlyc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGabSAGlyc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGabSAGlyc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGabSAGlyc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGabSAGlyc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGabSAGlyc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qGabSB5rg1 {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qGabSB5rg1 .image-block {
  margin: auto;
}
.cid-qGabSB5rg1 figcaption {
  position: relative;
}
.cid-qGabSB5rg1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGabSB5rg1 .image-block {
    width: 100% !important;
  }
}
.cid-qGabSB5rg1 .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qGabSB5rg1 img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qGabSB5rg1 img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qGabSB5rg1 img.titre,
.cid-qGabSB5rg1 div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHaovskuU7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qGabSBqkWg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qGabSBqkWg .mbr-text,
.cid-qGabSBqkWg blockquote {
  color: #0000ff;
}
.cid-qGabSBqkWg .mbr-text {
  text-align: center;
}
.cid-qGabSBqkWg .mbr-text I {
  color: #0000ff;
}
.cid-qGabSBZRe8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qGabSBZRe8 .image-block {
  margin: auto;
}
.cid-qGabSBZRe8 figcaption {
  position: relative;
}
.cid-qGabSBZRe8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGabSBZRe8 .image-block {
    width: 100% !important;
  }
}
.cid-qGabSD0QtS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qGabSD0QtS .mbr-text,
.cid-qGabSD0QtS blockquote {
  color: #767676;
}
.cid-qGabSDjmrT {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qGabSDjmrT .image-block {
  margin: auto;
}
.cid-qGabSDjmrT figcaption {
  position: relative;
}
.cid-qGabSDjmrT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGabSDjmrT .image-block {
    width: 100% !important;
  }
}
.cid-qHs2QNR6fw {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs2QNR6fw .display-7,
.cid-qHs2QNR6fw .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs2QNR6fw .content {
    text-align: center;
  }
  .cid-qHs2QNR6fw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs2QNR6fw .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs2QNR6fw .input-group-btn {
  display: inline-block;
}
.cid-qHs2QNR6fw .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs2QNR6fw .img-logo img {
  height: 8rem;
}
.cid-qHs2QNR6fw [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs2QNR6fw [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs2QNR6fw .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs2QNR6fw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs2QNR6fw .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs2QNR6fw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs2QNR6fw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs2QNR6fw .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs2QNR6fw .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs2QNR6fw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs2QNR6fw .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs2QNR6fw form .input-group input.form-control,
.cid-qHs2QNR6fw form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs2QNR6fw .foot-title {
  text-align: left;
}
.cid-qGapaDxbSD .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qGapaDxbSD .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qGapaDxbSD a {
  font-style: normal;
}
.cid-qGapaDxbSD .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qGapaDxbSD .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGapaDxbSD .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGapaDxbSD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGapaDxbSD .menu-logo {
  margin-right: auto;
}
.cid-qGapaDxbSD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGapaDxbSD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGapaDxbSD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGapaDxbSD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGapaDxbSD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGapaDxbSD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGapaDxbSD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGapaDxbSD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGapaDxbSD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGapaDxbSD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGapaDxbSD .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGapaDxbSD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGapaDxbSD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGapaDxbSD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGapaDxbSD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGapaDxbSD .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGapaDxbSD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGapaDxbSD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGapaDxbSD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGapaDxbSD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGapaDxbSD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGapaDxbSD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGapaDxbSD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGapaDxbSD button.navbar-toggler:focus {
  outline: none;
}
.cid-qGapaDxbSD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qGapaDxbSD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGapaDxbSD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGapaDxbSD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGapaDxbSD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGapaDxbSD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGapaDxbSD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGapaDxbSD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGapaDxbSD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGapaDxbSD .collapsed .btn {
  display: flex;
}
.cid-qGapaDxbSD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGapaDxbSD .collapsed .navbar-collapse.collapsing,
.cid-qGapaDxbSD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGapaDxbSD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGapaDxbSD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGapaDxbSD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGapaDxbSD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGapaDxbSD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qGapaDxbSD .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qGapaDxbSD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGapaDxbSD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGapaDxbSD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGapaDxbSD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGapaDxbSD .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGapaDxbSD .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qGapaDxbSD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGapaDxbSD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGapaDxbSD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGapaDxbSD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGapaDxbSD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qGapaDxbSD img {
    height: 3.8rem !important;
  }
  .cid-qGapaDxbSD .btn {
    display: flex;
  }
  .cid-qGapaDxbSD button.navbar-toggler {
    display: block;
  }
  .cid-qGapaDxbSD .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qGapaDxbSD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGapaDxbSD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGapaDxbSD .navbar-collapse.collapsing,
  .cid-qGapaDxbSD .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGapaDxbSD .navbar-collapse.collapsing .navbar-nav,
  .cid-qGapaDxbSD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGapaDxbSD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGapaDxbSD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGapaDxbSD .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qGapaDxbSD .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGapaDxbSD .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGapaDxbSD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGapaDxbSD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGapaDxbSD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGapaDxbSD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGapaDxbSD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGapaDxbSD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGapaDxbSD .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qGapaE00Kw {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qGapaE00Kw .image-block {
  margin: auto;
}
.cid-qGapaE00Kw figcaption {
  position: relative;
}
.cid-qGapaE00Kw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGapaE00Kw .image-block {
    width: 100% !important;
  }
}
.cid-qGapaE00Kw .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qGapaE00Kw img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qGapaE00Kw img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qGapaE00Kw img.titre,
.cid-qGapaE00Kw div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHaoFxo0CS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qGapaEjGhK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qGapaEjGhK .mbr-text,
.cid-qGapaEjGhK blockquote {
  color: #0000ff;
}
.cid-qGapaEjGhK .mbr-text {
  text-align: center;
}
.cid-qGapaEjGhK .mbr-text I {
  color: #0000ff;
}
.cid-qGapaEA1iF {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qGapaEA1iF .image-block {
  margin: auto;
}
.cid-qGapaEA1iF figcaption {
  position: relative;
}
.cid-qGapaEA1iF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGapaEA1iF .image-block {
    width: 100% !important;
  }
}
.cid-qGapaFLUId {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qGapaFLUId .mbr-text,
.cid-qGapaFLUId blockquote {
  color: #767676;
}
.cid-twf2992Da6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcf9e4;
}
.cid-qGapaG1SNb {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qGapaG1SNb .image-block {
  margin: auto;
}
.cid-qGapaG1SNb figcaption {
  position: relative;
}
.cid-qGapaG1SNb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGapaG1SNb .image-block {
    width: 100% !important;
  }
}
.cid-qHs2VQv3sa {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs2VQv3sa .display-7,
.cid-qHs2VQv3sa .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs2VQv3sa .content {
    text-align: center;
  }
  .cid-qHs2VQv3sa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs2VQv3sa .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs2VQv3sa .input-group-btn {
  display: inline-block;
}
.cid-qHs2VQv3sa .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs2VQv3sa .img-logo img {
  height: 8rem;
}
.cid-qHs2VQv3sa [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs2VQv3sa [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs2VQv3sa .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs2VQv3sa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs2VQv3sa .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs2VQv3sa .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs2VQv3sa .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs2VQv3sa .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs2VQv3sa .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs2VQv3sa .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs2VQv3sa .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs2VQv3sa form .input-group input.form-control,
.cid-qHs2VQv3sa form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs2VQv3sa .foot-title {
  text-align: left;
}
.cid-qGarmVEoXk .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qGarmVEoXk .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qGarmVEoXk a {
  font-style: normal;
}
.cid-qGarmVEoXk .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qGarmVEoXk .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGarmVEoXk .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGarmVEoXk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGarmVEoXk .menu-logo {
  margin-right: auto;
}
.cid-qGarmVEoXk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGarmVEoXk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGarmVEoXk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGarmVEoXk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGarmVEoXk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGarmVEoXk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGarmVEoXk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGarmVEoXk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGarmVEoXk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGarmVEoXk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGarmVEoXk .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGarmVEoXk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGarmVEoXk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGarmVEoXk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGarmVEoXk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGarmVEoXk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGarmVEoXk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGarmVEoXk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGarmVEoXk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGarmVEoXk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGarmVEoXk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGarmVEoXk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGarmVEoXk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGarmVEoXk button.navbar-toggler:focus {
  outline: none;
}
.cid-qGarmVEoXk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qGarmVEoXk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGarmVEoXk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGarmVEoXk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGarmVEoXk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGarmVEoXk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGarmVEoXk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGarmVEoXk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGarmVEoXk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGarmVEoXk .collapsed .btn {
  display: flex;
}
.cid-qGarmVEoXk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGarmVEoXk .collapsed .navbar-collapse.collapsing,
.cid-qGarmVEoXk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGarmVEoXk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGarmVEoXk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGarmVEoXk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGarmVEoXk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGarmVEoXk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qGarmVEoXk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qGarmVEoXk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGarmVEoXk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGarmVEoXk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGarmVEoXk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGarmVEoXk .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGarmVEoXk .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qGarmVEoXk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGarmVEoXk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGarmVEoXk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGarmVEoXk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGarmVEoXk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qGarmVEoXk img {
    height: 3.8rem !important;
  }
  .cid-qGarmVEoXk .btn {
    display: flex;
  }
  .cid-qGarmVEoXk button.navbar-toggler {
    display: block;
  }
  .cid-qGarmVEoXk .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qGarmVEoXk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGarmVEoXk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGarmVEoXk .navbar-collapse.collapsing,
  .cid-qGarmVEoXk .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGarmVEoXk .navbar-collapse.collapsing .navbar-nav,
  .cid-qGarmVEoXk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGarmVEoXk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGarmVEoXk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGarmVEoXk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qGarmVEoXk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGarmVEoXk .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGarmVEoXk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGarmVEoXk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGarmVEoXk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGarmVEoXk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGarmVEoXk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGarmVEoXk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGarmVEoXk .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qGarmWgjAB {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qGarmWgjAB .image-block {
  margin: auto;
}
.cid-qGarmWgjAB figcaption {
  position: relative;
}
.cid-qGarmWgjAB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGarmWgjAB .image-block {
    width: 100% !important;
  }
}
.cid-qGarmWgjAB .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qGarmWgjAB img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qGarmWgjAB img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qGarmWgjAB img.titre,
.cid-qGarmWgjAB div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHaoPvdKVb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qGarmWBreh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qGarmWBreh .mbr-text,
.cid-qGarmWBreh blockquote {
  color: #0000ff;
}
.cid-qGarmWBreh .mbr-text {
  text-align: center;
}
.cid-qGarmWBreh .mbr-text I {
  color: #0000ff;
}
.cid-qGarmWW7Gj {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qGarmWW7Gj .image-block {
  margin: auto;
}
.cid-qGarmWW7Gj figcaption {
  position: relative;
}
.cid-qGarmWW7Gj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGarmWW7Gj .image-block {
    width: 100% !important;
  }
}
.cid-qGarmY704x {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qGarmY704x .mbr-text,
.cid-qGarmY704x blockquote {
  color: #767676;
}
.cid-twf2pe4cWq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcf9e4;
}
.cid-qGarmYxOxt {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qGarmYxOxt .image-block {
  margin: auto;
}
.cid-qGarmYxOxt figcaption {
  position: relative;
}
.cid-qGarmYxOxt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGarmYxOxt .image-block {
    width: 100% !important;
  }
}
.cid-qHs31w2t2M {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs31w2t2M .display-7,
.cid-qHs31w2t2M .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs31w2t2M .content {
    text-align: center;
  }
  .cid-qHs31w2t2M .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs31w2t2M .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs31w2t2M .input-group-btn {
  display: inline-block;
}
.cid-qHs31w2t2M .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs31w2t2M .img-logo img {
  height: 8rem;
}
.cid-qHs31w2t2M [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs31w2t2M [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs31w2t2M .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs31w2t2M .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs31w2t2M .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs31w2t2M .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs31w2t2M .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs31w2t2M .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs31w2t2M .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs31w2t2M .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs31w2t2M .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs31w2t2M form .input-group input.form-control,
.cid-qHs31w2t2M form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs31w2t2M .foot-title {
  text-align: left;
}
.cid-qGau17PSdI .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qGau17PSdI .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qGau17PSdI a {
  font-style: normal;
}
.cid-qGau17PSdI .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qGau17PSdI .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGau17PSdI .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGau17PSdI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGau17PSdI .menu-logo {
  margin-right: auto;
}
.cid-qGau17PSdI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGau17PSdI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGau17PSdI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGau17PSdI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGau17PSdI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGau17PSdI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGau17PSdI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGau17PSdI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGau17PSdI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGau17PSdI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGau17PSdI .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGau17PSdI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGau17PSdI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGau17PSdI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGau17PSdI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGau17PSdI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGau17PSdI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGau17PSdI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGau17PSdI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGau17PSdI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGau17PSdI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGau17PSdI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGau17PSdI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGau17PSdI button.navbar-toggler:focus {
  outline: none;
}
.cid-qGau17PSdI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qGau17PSdI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGau17PSdI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGau17PSdI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGau17PSdI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGau17PSdI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGau17PSdI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGau17PSdI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGau17PSdI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGau17PSdI .collapsed .btn {
  display: flex;
}
.cid-qGau17PSdI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGau17PSdI .collapsed .navbar-collapse.collapsing,
.cid-qGau17PSdI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGau17PSdI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGau17PSdI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGau17PSdI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGau17PSdI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGau17PSdI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qGau17PSdI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qGau17PSdI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGau17PSdI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGau17PSdI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGau17PSdI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGau17PSdI .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGau17PSdI .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qGau17PSdI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGau17PSdI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGau17PSdI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGau17PSdI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGau17PSdI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qGau17PSdI img {
    height: 3.8rem !important;
  }
  .cid-qGau17PSdI .btn {
    display: flex;
  }
  .cid-qGau17PSdI button.navbar-toggler {
    display: block;
  }
  .cid-qGau17PSdI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qGau17PSdI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGau17PSdI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGau17PSdI .navbar-collapse.collapsing,
  .cid-qGau17PSdI .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGau17PSdI .navbar-collapse.collapsing .navbar-nav,
  .cid-qGau17PSdI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGau17PSdI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGau17PSdI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGau17PSdI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qGau17PSdI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGau17PSdI .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGau17PSdI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGau17PSdI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGau17PSdI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGau17PSdI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGau17PSdI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGau17PSdI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGau17PSdI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qGau18hsUa {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qGau18hsUa .image-block {
  margin: auto;
}
.cid-qGau18hsUa figcaption {
  position: relative;
}
.cid-qGau18hsUa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGau18hsUa .image-block {
    width: 100% !important;
  }
}
.cid-qGau18hsUa .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qGau18hsUa img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qGau18hsUa img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qGau18hsUa img.titre,
.cid-qGau18hsUa div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHap1mfHtB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qGau18IPN7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qGau18IPN7 .mbr-text,
.cid-qGau18IPN7 blockquote {
  color: #0000ff;
}
.cid-qGau18IPN7 .mbr-text {
  text-align: center;
}
.cid-qGau18IPN7 .mbr-text I {
  color: #0000ff;
}
.cid-r9RBzbGOaB {
  background: #f6f9e4;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-r9RBzbGOaB .image-block {
  margin: auto;
}
.cid-r9RBzbGOaB figcaption {
  position: relative;
}
.cid-r9RBzbGOaB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r9RBzbGOaB .image-block {
    width: 100% !important;
  }
}
.cid-qGau193e00 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qGau193e00 .image-block {
  margin: auto;
}
.cid-qGau193e00 figcaption {
  position: relative;
}
.cid-qGau193e00 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGau193e00 .image-block {
    width: 100% !important;
  }
}
.cid-qGau19GOLz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qGau19GOLz .mbr-text,
.cid-qGau19GOLz blockquote {
  color: #767676;
}
.cid-qGau19WxFg {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qGau19WxFg .image-block {
  margin: auto;
}
.cid-qGau19WxFg figcaption {
  position: relative;
}
.cid-qGau19WxFg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGau19WxFg .image-block {
    width: 100% !important;
  }
}
.cid-qHs3aKd0dj {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs3aKd0dj .display-7,
.cid-qHs3aKd0dj .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs3aKd0dj .content {
    text-align: center;
  }
  .cid-qHs3aKd0dj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs3aKd0dj .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs3aKd0dj .input-group-btn {
  display: inline-block;
}
.cid-qHs3aKd0dj .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs3aKd0dj .img-logo img {
  height: 8rem;
}
.cid-qHs3aKd0dj [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs3aKd0dj [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs3aKd0dj .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs3aKd0dj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs3aKd0dj .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs3aKd0dj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs3aKd0dj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs3aKd0dj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs3aKd0dj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs3aKd0dj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs3aKd0dj .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs3aKd0dj form .input-group input.form-control,
.cid-qHs3aKd0dj form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs3aKd0dj .foot-title {
  text-align: left;
}
.cid-qGaE6HXcQm .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qGaE6HXcQm .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qGaE6HXcQm a {
  font-style: normal;
}
.cid-qGaE6HXcQm .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qGaE6HXcQm .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGaE6HXcQm .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGaE6HXcQm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGaE6HXcQm .menu-logo {
  margin-right: auto;
}
.cid-qGaE6HXcQm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGaE6HXcQm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGaE6HXcQm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGaE6HXcQm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGaE6HXcQm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGaE6HXcQm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGaE6HXcQm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGaE6HXcQm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGaE6HXcQm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGaE6HXcQm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGaE6HXcQm .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGaE6HXcQm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGaE6HXcQm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGaE6HXcQm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGaE6HXcQm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGaE6HXcQm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGaE6HXcQm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGaE6HXcQm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGaE6HXcQm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGaE6HXcQm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGaE6HXcQm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGaE6HXcQm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGaE6HXcQm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGaE6HXcQm button.navbar-toggler:focus {
  outline: none;
}
.cid-qGaE6HXcQm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qGaE6HXcQm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGaE6HXcQm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGaE6HXcQm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGaE6HXcQm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGaE6HXcQm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGaE6HXcQm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGaE6HXcQm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGaE6HXcQm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGaE6HXcQm .collapsed .btn {
  display: flex;
}
.cid-qGaE6HXcQm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGaE6HXcQm .collapsed .navbar-collapse.collapsing,
.cid-qGaE6HXcQm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGaE6HXcQm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGaE6HXcQm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGaE6HXcQm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGaE6HXcQm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGaE6HXcQm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qGaE6HXcQm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qGaE6HXcQm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGaE6HXcQm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGaE6HXcQm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGaE6HXcQm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGaE6HXcQm .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGaE6HXcQm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qGaE6HXcQm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGaE6HXcQm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGaE6HXcQm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGaE6HXcQm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGaE6HXcQm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qGaE6HXcQm img {
    height: 3.8rem !important;
  }
  .cid-qGaE6HXcQm .btn {
    display: flex;
  }
  .cid-qGaE6HXcQm button.navbar-toggler {
    display: block;
  }
  .cid-qGaE6HXcQm .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qGaE6HXcQm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGaE6HXcQm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGaE6HXcQm .navbar-collapse.collapsing,
  .cid-qGaE6HXcQm .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGaE6HXcQm .navbar-collapse.collapsing .navbar-nav,
  .cid-qGaE6HXcQm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGaE6HXcQm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGaE6HXcQm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGaE6HXcQm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qGaE6HXcQm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGaE6HXcQm .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGaE6HXcQm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGaE6HXcQm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGaE6HXcQm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGaE6HXcQm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGaE6HXcQm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGaE6HXcQm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGaE6HXcQm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qGaE6IvK3r {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qGaE6IvK3r .image-block {
  margin: auto;
}
.cid-qGaE6IvK3r figcaption {
  position: relative;
}
.cid-qGaE6IvK3r figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGaE6IvK3r .image-block {
    width: 100% !important;
  }
}
.cid-qGaE6IvK3r .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qGaE6IvK3r img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qGaE6IvK3r img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qGaE6IvK3r img.titre,
.cid-qGaE6IvK3r div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHanwXcI25 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qGaE6IP7xf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qGaE6IP7xf .mbr-text,
.cid-qGaE6IP7xf blockquote {
  color: #0000ff;
}
.cid-qGaE6IP7xf .mbr-text {
  text-align: center;
}
.cid-qGaE6IP7xf .mbr-text I {
  color: #0000ff;
}
.cid-qGaE6J7Zx5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qGaE6J7Zx5 .image-block {
  margin: auto;
}
.cid-qGaE6J7Zx5 figcaption {
  position: relative;
}
.cid-qGaE6J7Zx5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGaE6J7Zx5 .image-block {
    width: 100% !important;
  }
}
.cid-qGaGj5jOhs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qGaGj5jOhs .mbr-text,
.cid-qGaGj5jOhs blockquote {
  color: #767676;
}
.cid-qGaE6KfRBn {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qGaE6KfRBn .image-block {
  margin: auto;
}
.cid-qGaE6KfRBn figcaption {
  position: relative;
}
.cid-qGaE6KfRBn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGaE6KfRBn .image-block {
    width: 100% !important;
  }
}
.cid-qHs2cu3LLF {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs2cu3LLF .display-7,
.cid-qHs2cu3LLF .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs2cu3LLF .content {
    text-align: center;
  }
  .cid-qHs2cu3LLF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs2cu3LLF .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs2cu3LLF .input-group-btn {
  display: inline-block;
}
.cid-qHs2cu3LLF .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs2cu3LLF .img-logo img {
  height: 8rem;
}
.cid-qHs2cu3LLF [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs2cu3LLF [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs2cu3LLF .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs2cu3LLF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs2cu3LLF .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs2cu3LLF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs2cu3LLF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs2cu3LLF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs2cu3LLF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs2cu3LLF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs2cu3LLF .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs2cu3LLF form .input-group input.form-control,
.cid-qHs2cu3LLF form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs2cu3LLF .foot-title {
  text-align: left;
}
.cid-qGyicAR35o .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qGyicAR35o .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qGyicAR35o a {
  font-style: normal;
}
.cid-qGyicAR35o .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qGyicAR35o .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGyicAR35o .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGyicAR35o .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGyicAR35o .menu-logo {
  margin-right: auto;
}
.cid-qGyicAR35o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGyicAR35o .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGyicAR35o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGyicAR35o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGyicAR35o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGyicAR35o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGyicAR35o .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGyicAR35o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGyicAR35o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGyicAR35o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGyicAR35o .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGyicAR35o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGyicAR35o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGyicAR35o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGyicAR35o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGyicAR35o .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGyicAR35o .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGyicAR35o .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGyicAR35o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGyicAR35o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGyicAR35o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGyicAR35o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGyicAR35o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGyicAR35o button.navbar-toggler:focus {
  outline: none;
}
.cid-qGyicAR35o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qGyicAR35o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGyicAR35o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGyicAR35o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGyicAR35o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGyicAR35o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGyicAR35o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGyicAR35o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGyicAR35o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGyicAR35o .collapsed .btn {
  display: flex;
}
.cid-qGyicAR35o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGyicAR35o .collapsed .navbar-collapse.collapsing,
.cid-qGyicAR35o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGyicAR35o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGyicAR35o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGyicAR35o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGyicAR35o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGyicAR35o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qGyicAR35o .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qGyicAR35o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGyicAR35o .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGyicAR35o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGyicAR35o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGyicAR35o .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGyicAR35o .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qGyicAR35o .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGyicAR35o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGyicAR35o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGyicAR35o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGyicAR35o .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qGyicAR35o img {
    height: 3.8rem !important;
  }
  .cid-qGyicAR35o .btn {
    display: flex;
  }
  .cid-qGyicAR35o button.navbar-toggler {
    display: block;
  }
  .cid-qGyicAR35o .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qGyicAR35o .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGyicAR35o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGyicAR35o .navbar-collapse.collapsing,
  .cid-qGyicAR35o .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGyicAR35o .navbar-collapse.collapsing .navbar-nav,
  .cid-qGyicAR35o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGyicAR35o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGyicAR35o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGyicAR35o .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qGyicAR35o .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGyicAR35o .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGyicAR35o .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGyicAR35o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGyicAR35o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGyicAR35o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGyicAR35o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGyicAR35o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGyicAR35o .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qGyicBn7aO {
  padding-top: 75px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qGyicBn7aO .image-block {
  margin: auto;
}
.cid-qGyicBn7aO figcaption {
  position: relative;
}
.cid-qGyicBn7aO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGyicBn7aO .image-block {
    width: 100% !important;
  }
}
.cid-qGyicBn7aO .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qGyicBn7aO img.adapte {
  width: 100%;
  max-width: 768px;
}
.cid-qGyicBn7aO img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qGyicBn7aO img.titre,
.cid-qGyicBn7aO div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHakjSYEhI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qGyicBH7bK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qGyicBH7bK .mbr-text,
.cid-qGyicBH7bK blockquote {
  color: #0000ff;
}
.cid-qGyicBH7bK .mbr-text {
  text-align: center;
}
.cid-qGyicBH7bK .mbr-text I {
  color: #0000ff;
}
.cid-qGyicBYg89 {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qGyicBYg89 .image-block {
  margin: auto;
}
.cid-qGyicBYg89 figcaption {
  position: relative;
}
.cid-qGyicBYg89 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGyicBYg89 .image-block {
    width: 100% !important;
  }
}
.cid-qGyicCYdwC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qGyicCYdwC .mbr-text,
.cid-qGyicCYdwC blockquote {
  color: #767676;
}
.cid-qGyicDfRG4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qGyicDfRG4 .image-block {
  margin: auto;
}
.cid-qGyicDfRG4 figcaption {
  position: relative;
}
.cid-qGyicDfRG4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGyicDfRG4 .image-block {
    width: 100% !important;
  }
}
.cid-qHs0i7FaIA {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs0i7FaIA .display-7,
.cid-qHs0i7FaIA .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs0i7FaIA .content {
    text-align: center;
  }
  .cid-qHs0i7FaIA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs0i7FaIA .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs0i7FaIA .input-group-btn {
  display: inline-block;
}
.cid-qHs0i7FaIA .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs0i7FaIA .img-logo img {
  height: 8rem;
}
.cid-qHs0i7FaIA [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs0i7FaIA [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs0i7FaIA .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs0i7FaIA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs0i7FaIA .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs0i7FaIA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs0i7FaIA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs0i7FaIA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs0i7FaIA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs0i7FaIA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs0i7FaIA .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs0i7FaIA form .input-group input.form-control,
.cid-qHs0i7FaIA form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs0i7FaIA .foot-title {
  text-align: left;
}
.cid-qGa5Uu0oLw .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qGa5Uu0oLw .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qGa5Uu0oLw a {
  font-style: normal;
}
.cid-qGa5Uu0oLw .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qGa5Uu0oLw .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGa5Uu0oLw .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGa5Uu0oLw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGa5Uu0oLw .menu-logo {
  margin-right: auto;
}
.cid-qGa5Uu0oLw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGa5Uu0oLw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGa5Uu0oLw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGa5Uu0oLw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGa5Uu0oLw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGa5Uu0oLw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGa5Uu0oLw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGa5Uu0oLw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGa5Uu0oLw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGa5Uu0oLw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGa5Uu0oLw .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGa5Uu0oLw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGa5Uu0oLw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGa5Uu0oLw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGa5Uu0oLw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGa5Uu0oLw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGa5Uu0oLw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGa5Uu0oLw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGa5Uu0oLw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGa5Uu0oLw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGa5Uu0oLw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGa5Uu0oLw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGa5Uu0oLw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGa5Uu0oLw button.navbar-toggler:focus {
  outline: none;
}
.cid-qGa5Uu0oLw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qGa5Uu0oLw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGa5Uu0oLw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGa5Uu0oLw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGa5Uu0oLw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGa5Uu0oLw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGa5Uu0oLw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGa5Uu0oLw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGa5Uu0oLw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGa5Uu0oLw .collapsed .btn {
  display: flex;
}
.cid-qGa5Uu0oLw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGa5Uu0oLw .collapsed .navbar-collapse.collapsing,
.cid-qGa5Uu0oLw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGa5Uu0oLw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGa5Uu0oLw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGa5Uu0oLw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGa5Uu0oLw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGa5Uu0oLw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qGa5Uu0oLw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qGa5Uu0oLw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGa5Uu0oLw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGa5Uu0oLw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGa5Uu0oLw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGa5Uu0oLw .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGa5Uu0oLw .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qGa5Uu0oLw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGa5Uu0oLw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGa5Uu0oLw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGa5Uu0oLw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGa5Uu0oLw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qGa5Uu0oLw img {
    height: 3.8rem !important;
  }
  .cid-qGa5Uu0oLw .btn {
    display: flex;
  }
  .cid-qGa5Uu0oLw button.navbar-toggler {
    display: block;
  }
  .cid-qGa5Uu0oLw .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qGa5Uu0oLw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGa5Uu0oLw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGa5Uu0oLw .navbar-collapse.collapsing,
  .cid-qGa5Uu0oLw .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGa5Uu0oLw .navbar-collapse.collapsing .navbar-nav,
  .cid-qGa5Uu0oLw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGa5Uu0oLw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGa5Uu0oLw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGa5Uu0oLw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qGa5Uu0oLw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGa5Uu0oLw .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGa5Uu0oLw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGa5Uu0oLw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGa5Uu0oLw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGa5Uu0oLw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGa5Uu0oLw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGa5Uu0oLw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGa5Uu0oLw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qGa5Uuu2sT {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qGa5Uuu2sT .image-block {
  margin: auto;
}
.cid-qGa5Uuu2sT figcaption {
  position: relative;
}
.cid-qGa5Uuu2sT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGa5Uuu2sT .image-block {
    width: 100% !important;
  }
}
.cid-qGa5Uuu2sT .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qGa5Uuu2sT img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qGa5Uuu2sT img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qGa5Uuu2sT img.titre,
.cid-qGa5Uuu2sT div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qHanTXelQJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qGa5UuReFA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qGa5UuReFA .mbr-text,
.cid-qGa5UuReFA blockquote {
  color: #0000ff;
}
.cid-qGa5UuReFA .mbr-text {
  text-align: center;
}
.cid-qGa5UuReFA .mbr-text I {
  color: #0000ff;
}
.cid-qGa5Uv7pJv {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qGa5Uv7pJv .image-block {
  margin: auto;
}
.cid-qGa5Uv7pJv figcaption {
  position: relative;
}
.cid-qGa5Uv7pJv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGa5Uv7pJv .image-block {
    width: 100% !important;
  }
}
.cid-qGa5Uws7Pj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-qGa5Uws7Pj .mbr-text,
.cid-qGa5Uws7Pj blockquote {
  color: #767676;
}
.cid-qGa5UwKbQk {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qGa5UwKbQk .image-block {
  margin: auto;
}
.cid-qGa5UwKbQk figcaption {
  position: relative;
}
.cid-qGa5UwKbQk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGa5UwKbQk .image-block {
    width: 100% !important;
  }
}
.cid-qHs2nUAuD3 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qHs2nUAuD3 .display-7,
.cid-qHs2nUAuD3 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs2nUAuD3 .content {
    text-align: center;
  }
  .cid-qHs2nUAuD3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHs2nUAuD3 .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qHs2nUAuD3 .input-group-btn {
  display: inline-block;
}
.cid-qHs2nUAuD3 .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qHs2nUAuD3 .img-logo img {
  height: 8rem;
}
.cid-qHs2nUAuD3 [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qHs2nUAuD3 [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qHs2nUAuD3 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qHs2nUAuD3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHs2nUAuD3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qHs2nUAuD3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHs2nUAuD3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qHs2nUAuD3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHs2nUAuD3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHs2nUAuD3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHs2nUAuD3 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHs2nUAuD3 form .input-group input.form-control,
.cid-qHs2nUAuD3 form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qHs2nUAuD3 .foot-title {
  text-align: left;
}
.cid-qYOzy7AqqK .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qYOzy7AqqK .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-qYOzy7AqqK a {
  font-style: normal;
}
.cid-qYOzy7AqqK .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qYOzy7AqqK .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qYOzy7AqqK .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qYOzy7AqqK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qYOzy7AqqK .menu-logo {
  margin-right: auto;
}
.cid-qYOzy7AqqK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qYOzy7AqqK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qYOzy7AqqK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qYOzy7AqqK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qYOzy7AqqK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qYOzy7AqqK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qYOzy7AqqK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qYOzy7AqqK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qYOzy7AqqK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qYOzy7AqqK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qYOzy7AqqK .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qYOzy7AqqK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qYOzy7AqqK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qYOzy7AqqK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qYOzy7AqqK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qYOzy7AqqK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qYOzy7AqqK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qYOzy7AqqK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qYOzy7AqqK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qYOzy7AqqK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qYOzy7AqqK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qYOzy7AqqK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qYOzy7AqqK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qYOzy7AqqK button.navbar-toggler:focus {
  outline: none;
}
.cid-qYOzy7AqqK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qYOzy7AqqK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qYOzy7AqqK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qYOzy7AqqK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qYOzy7AqqK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qYOzy7AqqK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYOzy7AqqK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qYOzy7AqqK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qYOzy7AqqK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYOzy7AqqK .collapsed .btn {
  display: flex;
}
.cid-qYOzy7AqqK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qYOzy7AqqK .collapsed .navbar-collapse.collapsing,
.cid-qYOzy7AqqK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qYOzy7AqqK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qYOzy7AqqK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qYOzy7AqqK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qYOzy7AqqK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qYOzy7AqqK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qYOzy7AqqK .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qYOzy7AqqK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qYOzy7AqqK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qYOzy7AqqK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qYOzy7AqqK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qYOzy7AqqK .collapsed button.navbar-toggler {
  display: block;
}
.cid-qYOzy7AqqK .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qYOzy7AqqK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qYOzy7AqqK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qYOzy7AqqK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qYOzy7AqqK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qYOzy7AqqK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-qYOzy7AqqK img {
    height: 3.8rem !important;
  }
  .cid-qYOzy7AqqK .btn {
    display: flex;
  }
  .cid-qYOzy7AqqK button.navbar-toggler {
    display: block;
  }
  .cid-qYOzy7AqqK .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qYOzy7AqqK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qYOzy7AqqK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qYOzy7AqqK .navbar-collapse.collapsing,
  .cid-qYOzy7AqqK .navbar-collapse.show {
    display: block !important;
  }
  .cid-qYOzy7AqqK .navbar-collapse.collapsing .navbar-nav,
  .cid-qYOzy7AqqK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qYOzy7AqqK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qYOzy7AqqK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qYOzy7AqqK .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qYOzy7AqqK .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qYOzy7AqqK .navbar-collapse.collapsing .navbar-buttons,
  .cid-qYOzy7AqqK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qYOzy7AqqK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qYOzy7AqqK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qYOzy7AqqK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qYOzy7AqqK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qYOzy7AqqK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qYOzy7AqqK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qYOzy83ivB {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-qYOzy83ivB .image-block {
  margin: auto;
}
.cid-qYOzy83ivB figcaption {
  position: relative;
}
.cid-qYOzy83ivB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qYOzy83ivB .image-block {
    width: 100% !important;
  }
}
.cid-qYOzy83ivB .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-qYOzy83ivB img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-qYOzy83ivB img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qYOzy83ivB img.titre,
.cid-qYOzy83ivB div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-qYOzy8G7ad {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-qYOzy8G7ad .mbr-text,
.cid-qYOzy8G7ad blockquote {
  color: #0000ff;
}
.cid-qYOzy8G7ad .mbr-text {
  text-align: center;
}
.cid-qYOzy8G7ad .mbr-text I {
  color: #0000ff;
}
.cid-qYOzy8nrEH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-qYOzy8WIAq {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qYOzy8WIAq .image-block {
  margin: auto;
}
.cid-qYOzy8WIAq figcaption {
  position: relative;
}
.cid-qYOzy8WIAq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qYOzy8WIAq .image-block {
    width: 100% !important;
  }
}
.cid-r3qsiPUfWm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f6f9e0;
}
.cid-r3qsiPUfWm .mbr-text,
.cid-r3qsiPUfWm blockquote {
  color: #767676;
}
.cid-qYOQ1uIJ1e {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qYOQ1uIJ1e .image-block {
  margin: auto;
}
.cid-qYOQ1uIJ1e figcaption {
  position: relative;
}
.cid-qYOQ1uIJ1e figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qYOQ1uIJ1e .image-block {
    width: 100% !important;
  }
}
.cid-r3qswdov9R {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f6f9e0;
}
.cid-r3qswdov9R .image-block {
  margin: auto;
}
.cid-r3qswdov9R figcaption {
  position: relative;
}
.cid-r3qswdov9R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3qswdov9R .image-block {
    width: 100% !important;
  }
}
.cid-twf3ad8J9W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcf9e4;
}
.cid-r3qsoK592K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f9e0;
}
@media (min-width: 992px) {
  .cid-r3qsoK592K .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-r3qsoK592K .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-r3qsoK592K .mbr-text {
  color: #767676;
}
.cid-qYOzy9G7oI {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-qYOzy9G7oI .image-block {
  margin: auto;
}
.cid-qYOzy9G7oI figcaption {
  position: relative;
}
.cid-qYOzy9G7oI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qYOzy9G7oI .image-block {
    width: 100% !important;
  }
}
.cid-qYOzya3Oof {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-qYOzya3Oof .display-7,
.cid-qYOzya3Oof .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qYOzya3Oof .content {
    text-align: center;
  }
  .cid-qYOzya3Oof .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qYOzya3Oof .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qYOzya3Oof .input-group-btn {
  display: inline-block;
}
.cid-qYOzya3Oof .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qYOzya3Oof .img-logo img {
  height: 8rem;
}
.cid-qYOzya3Oof [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-qYOzya3Oof [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qYOzya3Oof .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qYOzya3Oof .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qYOzya3Oof .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qYOzya3Oof .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qYOzya3Oof .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-qYOzya3Oof .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qYOzya3Oof .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qYOzya3Oof .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qYOzya3Oof .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qYOzya3Oof form .input-group input.form-control,
.cid-qYOzya3Oof form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qYOzya3Oof .foot-title {
  text-align: left;
}
.cid-r65RcwnIaK .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-r65RcwnIaK .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-r65RcwnIaK a {
  font-style: normal;
}
.cid-r65RcwnIaK .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-r65RcwnIaK .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r65RcwnIaK .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r65RcwnIaK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r65RcwnIaK .menu-logo {
  margin-right: auto;
}
.cid-r65RcwnIaK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r65RcwnIaK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r65RcwnIaK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r65RcwnIaK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r65RcwnIaK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r65RcwnIaK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r65RcwnIaK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r65RcwnIaK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r65RcwnIaK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r65RcwnIaK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r65RcwnIaK .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r65RcwnIaK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r65RcwnIaK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r65RcwnIaK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r65RcwnIaK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r65RcwnIaK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r65RcwnIaK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r65RcwnIaK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r65RcwnIaK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r65RcwnIaK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r65RcwnIaK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r65RcwnIaK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r65RcwnIaK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r65RcwnIaK button.navbar-toggler:focus {
  outline: none;
}
.cid-r65RcwnIaK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-r65RcwnIaK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r65RcwnIaK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r65RcwnIaK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r65RcwnIaK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r65RcwnIaK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r65RcwnIaK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r65RcwnIaK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r65RcwnIaK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r65RcwnIaK .collapsed .btn {
  display: flex;
}
.cid-r65RcwnIaK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r65RcwnIaK .collapsed .navbar-collapse.collapsing,
.cid-r65RcwnIaK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r65RcwnIaK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r65RcwnIaK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r65RcwnIaK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r65RcwnIaK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r65RcwnIaK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r65RcwnIaK .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r65RcwnIaK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r65RcwnIaK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r65RcwnIaK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r65RcwnIaK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r65RcwnIaK .collapsed button.navbar-toggler {
  display: block;
}
.cid-r65RcwnIaK .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-r65RcwnIaK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r65RcwnIaK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r65RcwnIaK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r65RcwnIaK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r65RcwnIaK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-r65RcwnIaK img {
    height: 3.8rem !important;
  }
  .cid-r65RcwnIaK .btn {
    display: flex;
  }
  .cid-r65RcwnIaK button.navbar-toggler {
    display: block;
  }
  .cid-r65RcwnIaK .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-r65RcwnIaK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r65RcwnIaK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r65RcwnIaK .navbar-collapse.collapsing,
  .cid-r65RcwnIaK .navbar-collapse.show {
    display: block !important;
  }
  .cid-r65RcwnIaK .navbar-collapse.collapsing .navbar-nav,
  .cid-r65RcwnIaK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r65RcwnIaK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r65RcwnIaK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r65RcwnIaK .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r65RcwnIaK .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r65RcwnIaK .navbar-collapse.collapsing .navbar-buttons,
  .cid-r65RcwnIaK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r65RcwnIaK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r65RcwnIaK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r65RcwnIaK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r65RcwnIaK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r65RcwnIaK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r65RcwnIaK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-r65Rcx5ppN {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-r65Rcx5ppN .image-block {
  margin: auto;
}
.cid-r65Rcx5ppN figcaption {
  position: relative;
}
.cid-r65Rcx5ppN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r65Rcx5ppN .image-block {
    width: 100% !important;
  }
}
.cid-r65Rcx5ppN .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-r65Rcx5ppN img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-r65Rcx5ppN img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-r65Rcx5ppN img.titre,
.cid-r65Rcx5ppN div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-r65RcxwBdz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-r65RcxRCYR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-r65RcxRCYR .mbr-text,
.cid-r65RcxRCYR blockquote {
  color: #0000ff;
}
.cid-r65RcxRCYR .mbr-text {
  text-align: center;
}
.cid-r65RcxRCYR .mbr-text I {
  color: #0000ff;
}
.cid-r65Rcydc7C {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-r65Rcydc7C .image-block {
  margin: auto;
}
.cid-r65Rcydc7C figcaption {
  position: relative;
}
.cid-r65Rcydc7C figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r65Rcydc7C .image-block {
    width: 100% !important;
  }
}
.cid-r65Sr1ke2f {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fcf9e4;
}
.cid-r65Sr1ke2f .image-block {
  margin: auto;
}
.cid-r65Sr1ke2f figcaption {
  position: relative;
}
.cid-r65Sr1ke2f figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r65Sr1ke2f .image-block {
    width: 100% !important;
  }
}
.cid-r65Rczvb39 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-r65Rczvb39 .mbr-text,
.cid-r65Rczvb39 blockquote {
  color: #767676;
}
.cid-r65RczVILm {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-r65RczVILm .image-block {
  margin: auto;
}
.cid-r65RczVILm figcaption {
  position: relative;
}
.cid-r65RczVILm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r65RczVILm .image-block {
    width: 100% !important;
  }
}
.cid-r65RcAm81k {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-r65RcAm81k .display-7,
.cid-r65RcAm81k .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-r65RcAm81k .content {
    text-align: center;
  }
  .cid-r65RcAm81k .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-r65RcAm81k .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-r65RcAm81k .input-group-btn {
  display: inline-block;
}
.cid-r65RcAm81k .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-r65RcAm81k .img-logo img {
  height: 8rem;
}
.cid-r65RcAm81k [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-r65RcAm81k [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-r65RcAm81k .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-r65RcAm81k .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r65RcAm81k .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-r65RcAm81k .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r65RcAm81k .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-r65RcAm81k .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r65RcAm81k .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r65RcAm81k .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r65RcAm81k .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r65RcAm81k form .input-group input.form-control,
.cid-r65RcAm81k form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-r65RcAm81k .foot-title {
  text-align: left;
}
.cid-r6OMJm1JYk .navbar {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background: #fcf9e4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-r6OMJm1JYk .navbar-dropdown.bg-color.transparent.opened {
  background: #fcf9e4;
}
.cid-r6OMJm1JYk a {
  font-style: normal;
}
.cid-r6OMJm1JYk .nav-item span {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-r6OMJm1JYk .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r6OMJm1JYk .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r6OMJm1JYk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r6OMJm1JYk .menu-logo {
  margin-right: auto;
}
.cid-r6OMJm1JYk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r6OMJm1JYk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r6OMJm1JYk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r6OMJm1JYk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r6OMJm1JYk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r6OMJm1JYk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r6OMJm1JYk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r6OMJm1JYk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r6OMJm1JYk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r6OMJm1JYk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r6OMJm1JYk .dropdown .dropdown-menu {
  background: #fcf9e4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r6OMJm1JYk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r6OMJm1JYk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r6OMJm1JYk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r6OMJm1JYk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r6OMJm1JYk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r6OMJm1JYk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r6OMJm1JYk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r6OMJm1JYk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r6OMJm1JYk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r6OMJm1JYk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r6OMJm1JYk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r6OMJm1JYk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r6OMJm1JYk button.navbar-toggler:focus {
  outline: none;
}
.cid-r6OMJm1JYk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-r6OMJm1JYk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r6OMJm1JYk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r6OMJm1JYk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r6OMJm1JYk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r6OMJm1JYk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r6OMJm1JYk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r6OMJm1JYk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r6OMJm1JYk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r6OMJm1JYk .collapsed .btn {
  display: flex;
}
.cid-r6OMJm1JYk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r6OMJm1JYk .collapsed .navbar-collapse.collapsing,
.cid-r6OMJm1JYk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r6OMJm1JYk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r6OMJm1JYk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r6OMJm1JYk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r6OMJm1JYk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r6OMJm1JYk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r6OMJm1JYk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r6OMJm1JYk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r6OMJm1JYk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r6OMJm1JYk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r6OMJm1JYk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r6OMJm1JYk .collapsed button.navbar-toggler {
  display: block;
}
.cid-r6OMJm1JYk .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-r6OMJm1JYk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r6OMJm1JYk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r6OMJm1JYk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r6OMJm1JYk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r6OMJm1JYk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 880px) {
  .cid-r6OMJm1JYk img {
    height: 3.8rem !important;
  }
  .cid-r6OMJm1JYk .btn {
    display: flex;
  }
  .cid-r6OMJm1JYk button.navbar-toggler {
    display: block;
  }
  .cid-r6OMJm1JYk .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-r6OMJm1JYk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r6OMJm1JYk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r6OMJm1JYk .navbar-collapse.collapsing,
  .cid-r6OMJm1JYk .navbar-collapse.show {
    display: block !important;
  }
  .cid-r6OMJm1JYk .navbar-collapse.collapsing .navbar-nav,
  .cid-r6OMJm1JYk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r6OMJm1JYk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r6OMJm1JYk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r6OMJm1JYk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r6OMJm1JYk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r6OMJm1JYk .navbar-collapse.collapsing .navbar-buttons,
  .cid-r6OMJm1JYk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r6OMJm1JYk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r6OMJm1JYk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r6OMJm1JYk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r6OMJm1JYk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r6OMJm1JYk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r6OMJm1JYk .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-r6OMJmHE19 {
  padding-top: 90px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-r6OMJmHE19 .image-block {
  margin: auto;
}
.cid-r6OMJmHE19 figcaption {
  position: relative;
}
.cid-r6OMJmHE19 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r6OMJmHE19 .image-block {
    width: 100% !important;
  }
}
.cid-r6OMJmHE19 .boximagetop {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-r6OMJmHE19 img.adapte {
  width: 100%;
  max-width: 700px;
}
.cid-r6OMJmHE19 img.cadre {
  display: block;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-r6OMJmHE19 img.titre,
.cid-r6OMJmHE19 div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
  box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.cid-r6OMJn7R4y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9e4;
}
.cid-r6OMJnvrq3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcf9e4;
}
.cid-r6OMJnvrq3 .mbr-text,
.cid-r6OMJnvrq3 blockquote {
  color: #0000ff;
}
.cid-r6OMJnvrq3 .mbr-text {
  text-align: center;
}
.cid-r6OMJnvrq3 .mbr-text I {
  color: #0000ff;
}
.cid-r6OMJnTb6P {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-r6OMJnTb6P .image-block {
  margin: auto;
}
.cid-r6OMJnTb6P figcaption {
  position: relative;
}
.cid-r6OMJnTb6P figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r6OMJnTb6P .image-block {
    width: 100% !important;
  }
}
.cid-r6OMJokfK1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fcf9e4;
}
.cid-r6OMJokfK1 .image-block {
  margin: auto;
}
.cid-r6OMJokfK1 figcaption {
  position: relative;
}
.cid-r6OMJokfK1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r6OMJokfK1 .image-block {
    width: 100% !important;
  }
}
.cid-r6OMJoGSTR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcf9e4;
}
.cid-r6OMJoGSTR .mbr-text,
.cid-r6OMJoGSTR blockquote {
  color: #767676;
}
.cid-r6OMJoZqYd {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fcf9e4;
}
.cid-r6OMJoZqYd .image-block {
  margin: auto;
}
.cid-r6OMJoZqYd figcaption {
  position: relative;
}
.cid-r6OMJoZqYd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r6OMJoZqYd .image-block {
    width: 100% !important;
  }
}
.cid-r6OMJpw4vq {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f6f9e4;
}
.cid-r6OMJpw4vq .display-7,
.cid-r6OMJpw4vq .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-r6OMJpw4vq .content {
    text-align: center;
  }
  .cid-r6OMJpw4vq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-r6OMJpw4vq .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-r6OMJpw4vq .input-group-btn {
  display: inline-block;
}
.cid-r6OMJpw4vq .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-r6OMJpw4vq .img-logo img {
  height: 8rem;
}
.cid-r6OMJpw4vq [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
  margin-bottom: 5px;
}
.cid-r6OMJpw4vq [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-r6OMJpw4vq .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-r6OMJpw4vq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r6OMJpw4vq .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-r6OMJpw4vq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r6OMJpw4vq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.0rem;
  color: #232323;
}
.cid-r6OMJpw4vq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r6OMJpw4vq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r6OMJpw4vq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r6OMJpw4vq .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r6OMJpw4vq form .input-group input.form-control,
.cid-r6OMJpw4vq form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-r6OMJpw4vq .foot-title {
  text-align: left;
}
