.btn {
  border-width: 2px;
}

img,.card-wrap,.card-wrapper,.video-wrapper,.mbr-figure iframe,.google-map iframe,.slide-content,.plan,.card,.item-wrapper {
  border-radius: 2rem!important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol,ul,li {
  list-style: none;
}

.video-wrapper {
  overflow: hidden;
}

body {
  margin: 0;
  font-family: Bacasime Antique;
  background-color: #fff;
}

header {
  width: 100%;
  height: 18em;
  max-height: 18em;
  background-color: #fff;
  padding: 1.2em 0;
}

header h1 {
  font-family: 'Bacasime Antique',serif;
  font-size: 4rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin-top: 2.2em;
  color: #791703;
  text-shadow: 2px 2px 8px  #000;
  text-transform: uppercase;
  text-align: center;
}

header h2 {
  font-family: 'Bacasime Antique',serif;
  color: #1e2229;
  font-size: 2.2rem;
  line-height: 0.5em;
  margin-top: 6em;
  margin-bottom: 0;
  letter-spacing: .005em;
  text-shadow: 1px 1px 6px #000;
  text-align: center;
}

header h3 {
  font-family: 'Bacasime Antique',serif;
  color: #a02b2b;
  font-size: 1.6rem;
  line-height: 0.5em;
  margin-top: 0.5em;
  letter-spacing: .005em;
  text-shadow: 1px 1px 6px #000;
  text-align: center;
}

.logo_header {
  background-image: url(../Logo/logo_header.png);
  position: absolute;
  z-index: 999;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  left: 51.1%;
  transform: translateX(-51.1%);
  top: 0.62em;
  height: 220px;
  width: 256px;
  text-align: center;
}

@media all and (min-width:360px) and (max-width:767px) {
  header {
	
    height: 15em;
    background-color: #fff;
  }

  header h1 {
    margin-top: 17.5%;
    font-size: 2rem;
    line-height: 1em;
    letter-spacing: 0.05em;
  }

  header h2 {
    margin-top: 33%;
    padding: 0;
    line-height: 1em;
    font-size: 1.5rem;
  }

  header h3 {
    font-size: 1.2rem;
    margin-top: 0.5em;
  }

  .logo_header {
    background-image: url(../Logo/logo_header_60.png);
    position: absolute;
    z-index: 999;

    background-repeat: no-repeat;
    background-position: center;
    margin-top: -2em;

  }
}

@media all and (min-width:768px) and (max-width:1023px) {
  header {
    background-color: #fff;
    width: 100%;
  }

  header h1 {
    margin-top: 7.8%;
    font-size: 3rem;
    line-height: 1em;
    letter-spacing: 0.05em;
  }

  header h2 {
    margin-top: 20%;
    font-size: 1.8rem;
    line-height: 1.5em;
  }

  header h3 {
    font-size: 1.6rem;
    line-height: 0.5em;
    margin-top: 0.2em;
  }

  .logo_header {
    top: 1.6em;
    margin-bottom: 1.2em;
    left: 50%;
    transform: translateX(-50%);
    height: 220px;
    width: 256px;
  }
}

.display-1 {
  font-family: 'Bacasime Antique',serif;
  color: #1e2229;
  font-size: 3.6rem;
  line-height: 1em;
  letter-spacing: 0.05em;
}

.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}

.display-2 {
  font-family: 'Bacasime Antique',serif;
  color: #1e2229;
  font-size: 2.5rem;
  letter-spacing: .005em;
  letter-spacing: .005em;
  text-align: center;
}

.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}

.display-4 {
  font-family: 'agency_fbregular',serif;
  font-size: 1.8rem;
  line-height: 110%;
}

.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}

.display-5 {
  font-family: 'Bacasime Antique',serif;
  font-size: 2.1rem;
  line-height: 46px;
  letter-spacing: .005em;
}

.display-5 > .mbr-iconfont {
  font-size: 2.96875rem;
}

.display-7 {
  font-family: 'agency_fbregular',sans-serif;
  font-size: 1.25rem;
  line-height: inherit;
}

.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}

@media (max-width:992px) {
  .display-1 {
    font-size: 4rem;
  }
}

@media all and (min-width:768px) and (max-width:1023px) {
  .display-1 {
    text-align: center;
    font-size: 2.5rem;
  }

  .display-2 {
    font-size: 2rem;
    text-align: center;
  }

  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-5 {
    font-size: 2rem;
    text-align: center;
  }

  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}

@media all and (min-width:360px) and (max-width:767px) {
  .display-1 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .display-2 {
    text-align: center;
    font-size: 1.9rem;
    line-height: 28px;
  }

  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-5 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}

.text-primary {
  color: #f2ac2b!important;
}

.text-secondary {
  color: #ec8c39!important;
}

.text-success {
  color: #171827!important;
}

.text-info {
  color: #E1A624!important;
}

.text-warning {
  color: #8d5ef1!important;
}

.text-danger {
  color: #4d1760!important;
}

.text-white {
  color: #fafafa!important;
}

.text-black {
  color: #232323!important;
}

a.text-primary:hover,a.text-primary:focus,a.text-primary.active {
  color: #ac730b!important;
}

a.text-secondary:hover,a.text-secondary:focus,a.text-secondary.active {
  color: #ae5a11!important;
}

a.text-success:hover,a.text-success:focus,a.text-success.active {
  color: #000000!important;
}

a.text-info:hover,a.text-info:focus,a.text-info.active {
  color: #cccccc!important;
}

a.text-warning:hover,a.text-warning:focus,a.text-warning.active {
  color: #5113d6!important;
}

a.text-danger:hover,a.text-danger:focus,a.text-danger.active {
  color: #0b030e!important;
}

a.text-white:hover,a.text-white:focus,a.text-white.active {
  color: #c7c7c7!important;
}

a.text-black:hover,a.text-black:focus,a.text-black.active {
  color: #000000!important;
}

a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
  background-position: -10000px 1.2em;
}

a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%,currentColor 50%);
  background-position: 0 1.2em;
}

.nav-tabs .nav-link.active {
  color: #f2ac2b;
}

.nav-tabs .nav-link:not(.active) {
  color: #232323;
}

.alert-success {
  background-color: #70c770;
}

.alert-info {
  background-color: #ffffff;
}

.alert-warning {
  background-color: #8d5ef1;
}

.alert-danger {
  background-color: #4d1760;
}

.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}

.mbr-gallery-filter li a {
  border-radius: 100px!important;
}

.mbr-gallery-filter li.active .btn {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
  color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}

.nav-tabs .nav-link {
  border-radius: 100px!important;
}

a,a:hover {
  color: #f2ac2b;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef7eb;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c6c7dd;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a030c7;
}

.scrollToTop_wraper {
  display: none;
}

.form-control {
  font-family: 'Onest',sans-serif;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 400;
  border-radius: 100px!important;
}

.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}

.form-control:hover,.form-control:focus {
  box-shadow: rgba(0,0,0,0.07) 0 1px 1px 0,rgba(0,0,0,0.07) 0 1px 3px 0,rgba(0,0,0,0.03) 0 0 0 1px;
  border-color: #f2ac2b!important;
}

.form-control:-webkit-input-placeholder {
  font-family: 'Onest',sans-serif;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 400;
}

.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}

blockquote {
  border-color: #f2ac2b;
}

.mbr-form .input-group-btn .btn {
  border-radius: 100px!important;
}

.mbr-form .input-group-btn .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);
}

.jq-selectbox li:hover,.jq-selectbox li.selected {
  background-color: #f2ac2b;
  color: #ffffff;
}

.jq-number__spin {
  transition: 0.25s ease;
}

.jq-number__spin:hover {
  border-color: #f2ac2b;
}

.jq-selectbox .jq-selectbox__trigger-arrow,.jq-number__spin.minus:after,.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,.jq-number__spin.minus:hover:after,.jq-number__spin.plus:hover:after {
  border-top-color: #f2ac2b;
  border-bottom-color: #f2ac2b;
}

.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: #000000!important;
  background-color: #f2ac2b!important;
  box-shadow: none!important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000!important;
  background: #ec8c39!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%;
  width: 100%;
  height: auto;
}

iframe.lazy-placeholder,.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  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='%23f2ac2b' %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.5;
}

body {
  overflow-x: hidden;
}

a {
  transition: color 0.6s;
}

img {
  border-radius: 0.8em!important;
}

.tmi-bar-menu {
  background-color: none;
}

.tmi-bar-menu .navbar-dropdown {
  background: linear-gradient(163deg,rgba(0,0,0,1) 0%,rgba(61,70,84,1) 50%,rgba(0,0,0,1) 100%);
  padding: 0;
}

.tmi-bar-menu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827!important;
  background: #171827;
}

.tmi-bar-menu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.tmi-bar-menu .menu_box {
  flex-wrap: nowrap;
}

@media (max-width:991px) {
  .tmi-bar-menu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }

  .tmi-bar-menu .menu_box .navbar.opened,.tmi-bar-menu .menu_box .navbar-collapse {
    background-color: #171827!important;
    transition: all 0s ease 0s;
  }
}

.tmi-bar-menu .navbar-dropdown {
  position: relative!important;
}

.tmi-bar-menu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}

@media (max-width:991px) {
  .tmi-bar-menu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}

@media (max-width:991px) {
  .tmi-bar-menu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}

.tmi-bar-menu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}

.tmi-bar-menu .btn:hover {
  box-shadow: none;
}

@media (min-width:992px) {
  .tmi-bar-menu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }

  .tmi-bar-menu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }

  .tmi-bar-menu .offcanvas-header {
    position: relative;
    padding: 0;
  }

  .tmi-bar-menu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }

  .tmi-bar-menu .offcanvas-body {
    text-align: center;
    padding: 0;
  }

  .tmi-bar-menu .offcanvas-body .mbr-text,.tmi-bar-menu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }

  .tmi-bar-menu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }

  .tmi-bar-menu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }

  .tmi-bar-menu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }

  .tmi-bar-menu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }

  .tmi-bar-menu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }

  .tmi-bar-menu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }

  .tmi-bar-menu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }

  .tmi-bar-menu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }

  .tmi-bar-menu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,.tmi-bar-menu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }

  .tmi-bar-menu .link.dropdown-toggle::after {
    padding: 0!important;
    transform: rotate(45deg);
  }

  .tmi-bar-menu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0!important;
    vertical-align: middle;
    line-height: 2em!important;
    font-weight: 400!important;
    text-decoration: none;
    letter-spacing: 0!important;
    z-index: 1;
  }

  .tmi-bar-menu .lg_brand {
    margin: 0 1rem;
  }

  .tmi-bar-menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}

.tmi-bar-menu .nav-item {
  margin: 4px 15px;
}

@media (min-width:1200px) {
  .tmi-bar-menu .nav-item {
    margin: 4px 20px;
  }
}

@media (max-width:991px) {
  .tmi-bar-menu .nav-item {
    margin: 0!important;
  }
}

.tmi-bar-menu .nav-item .nav-link {
  transition: all 0.3s ease-out;
}

.tmi-bar-menu .nav-item .nav-link:hover,.tmi-bar-menu .nav-item .nav-link:focus {
  color: #FFF!important;
}

.tmi-bar-menu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

@media (min-width:992px) {
  .tmi-bar-menu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto!important;
    left: -40px!important;
  }

  .tmi-bar-menu .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45%!important;
  }
}

@media (max-width:991px) {
  .tmi-bar-menu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,.tmi-bar-menu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }

  .tmi-bar-menu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }

  .tmi-bar-menu .offcanvas_box {
    display: none;
  }
}

.tmi-bar-menu .dropdown-item {
  border: none;
  font-weight: 300!important;
}

.tmi-bar-menu .nav-dropdown .link {
  font-weight: 400!important;
  padding: 0!important;
  margin: 0!important;
}

.tmi-bar-menu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}

.tmi-bar-menu .container {
  display: flex;
  margin: auto;
}

.tmi-bar-menu .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.tmi-bar-menu .iconfont-wrapper:last-child {
  margin-right: 0;
}

.tmi-bar-menu .iconfont-wrapper:hover {
  opacity: .5;
}

.tmi-bar-menu .navbar-nav {
  margin: 0 1rem;
}

@media (min-width:992px) {
  .tmi-bar-menu .navbar-nav {
    margin: 0;
  }
}

.tmi-bar-menu .dropdown-menu,.tmi-bar-menu .navbar.opened {
  background-color: false!important;
}

.tmi-bar-menu .nav-item:focus,.tmi-bar-menu .nav-link:focus {
  outline: none;
}

.tmi-bar-menu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.tmi-bar-menu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.tmi-bar-menu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.tmi-bar-menu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1,1);
  transition: all 0.25s ease-in-out;
}

.tmi-bar-menu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.tmi-bar-menu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em!important;
  transition: none;
  margin: 0!important;

}

.tmi-bar-menu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}

@media (max-width:992px) {
  .tmi-bar-menu .navbar {
    min-height: 30px;
    max-height: none;
  }
}

.tmi-bar-menu .navbar.opened {
  transition: all 0.3s;
}

.tmi-bar-menu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}

.tmi-bar-menu .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100%!important;
}

.tmi-bar-menu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}

.tmi-bar-menu .navbar.collapsed {
  justify-content: center;
}

.tmi-bar-menu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.tmi-bar-menu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

.tmi-bar-menu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0!important;
}

.tmi-bar-menu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.tmi-bar-menu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.tmi-bar-menu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}

.tmi-bar-menu .navbar.collapsed .icons-menu {
  padding: 0;
}

@media (max-width:991px) {
  .tmi-bar-menu .navbar .nav-item {
    padding: .5rem 0;
  }

  .tmi-bar-menu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }

  .tmi-bar-menu .navbar .nav-item .nav-link::before {
    display: none;
  }

  .tmi-bar-menu .navbar.opened .dropdown-menu {
    top: 0;
  }

  .tmi-bar-menu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }

  .tmi-bar-menu .navbar .dropdown-menu .dropdown-submenu {
    left: 0!important;
  }

  .tmi-bar-menu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }

  .tmi-bar-menu .navbar .navbar-logo img {
    height: 3rem!important;
  }

  .tmi-bar-menu .navbar ul.navbar-nav {
    overflow: hidden;
  }

  .tmi-bar-menu .navbar ul.navbar-nav li {
    margin: 0;
  }

  .tmi-bar-menu .navbar .dropdown-menu .dropdown-item {
    padding: 0!important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }

  .tmi-bar-menu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }

  .tmi-bar-menu .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .tmi-bar-menu .navbar .icons-menu {
    padding: 0;
  }
}

.tmi-bar-menu .navbar.navbar-short {
  min-height: 60px;
}

.tmi-bar-menu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem!important;
}

.tmi-bar-menu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.tmi-bar-menu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.tmi-bar-menu .navbar-brand .navbar-caption {
  line-height: inherit!important;
  font-weight: 600;
}

.tmi-bar-menu .navbar-brand .navbar-logo a {
  outline: none;
}

.tmi-bar-menu .dropdown-item.active,.tmi-bar-menu .dropdown-item:active {
  background-color: transparent;
}

.tmi-bar-menu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px!important;
}

.tmi-bar-menu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.tmi-bar-menu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.tmi-bar-menu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}

.tmi-bar-menu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}

.tmi-bar-menu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.tmi-bar-menu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}

.tmi-bar-menu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}

.tmi-bar-menu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.tmi-bar-menu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.tmi-bar-menu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.tmi-bar-menu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.tmi-bar-menu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.tmi-bar-menu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.tmi-bar-menu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.tmi-bar-menu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.tmi-bar-menu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tmi-bar-menu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
  .tmi-bar-menu .navbar {
    height: 70px;
  }

  .tmi-bar-menu .navbar.opened {
    height: auto;
  }

  .tmi-bar-menu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.tmi-bar-menu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}

@media (min-width:768px) {
  .tmi-bar-menu .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.tmi-bar-menu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}

@media (max-width:992px) {
  .tmi-bar-menu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}

.tmi-bar-menu .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}

.tmi-bar-menu .navbar-caption:hover {
  color: #f2ac2b;
}

@media (min-width:992px) {
  .tmi-bar-menu .dropdown-menu.dropdown-submenu {
    left: 175px!important;
    top: -45%!important;
  }
}

.tmi-bar-menu .text_widget {
  margin-bottom: 32px;
}

.tmi-bar-menu .text_widget a {
  transition: all 0.3s ease-out;
}

.tmi-bar-menu .text_widget a:hover,.tmi-bar-menu .text_widget a:focus {
  opacity: .6;
}

.tmi-bar-menu .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}

.tmi-bar-menu .navbar-caption {
  color: #f2ac2b;
}

.tmi-bar-menu .mbr-text {
  color: #ffffff;
  text-align: center;
}

.tmi-bar-menu .mbr-section-subtitle,.tmi-bar-menu .text_widget,.tmi-bar-menu .mbr-section-btn {
  text-align: center;
}

.tmi-bar-menu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: transparent;
}

.highlight {
  background-color: #ffeb3b;
  color: #333;
  padding: 0 0.2em;
  font-weight: normal;
}

.highlight-line {
  position: relative;
  display: inline-block;
}

.highlight-line::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffeb3b;
  border-radius: 2px;
}

.highlight-animated {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: black;
}

.highlight-animated::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #ffeb3b;
  border-radius: 2px;
  animation: highlight 1s forwards;
}

@keyframes highlight {
  100% {
    width: 100%;
  }
}

.highlight-overlay {
  position: relative;
  display: inline-block;
  font-size: 20px;
}

.highlight-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,235,59,0.6);
  z-index: -1;
  border-radius: 4px;
}

.highlight-rough {
  position: relative;
  display: inline-block;
  font-size: 20px;
}

.highlight-rough::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 110%;
  height: 10px;
  background-color: rgba(255,235,59,0.8);
  z-index: -1;
  transform: translateY(-50%);
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.highlight-rough-diagonal {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

.highlight-rough-diagonal::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,235,59,0.6);
  transform: rotate(1deg);
  z-index: -1;
  clip-path: polygon(10% 0%,99% 0%,100% 80%,0% 100%,0% 20%,10% 0%);
  border-radius: 20px;
}

.tmi-rc {
  background-color: #FFF;

}

.tmi-rc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (max-width:992px) {
  .tmi-rc .container {
    padding: 0 15px;
  }
}

.tmi-rc .content-wrapper {
  padding: 0 1.4em 0;
}

@media (max-width:992px) {
  .tmi-rc .content-wrapper {
    padding: 0;
  }
}

@media (max-width:992px) {
  .tmi-rc .content-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}

.tmi-rc .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}

.tmi-rc .content-wrapper .mbr-section-title {
  margin-bottom: 5px;
}

@media (max-width:992px) {
  .tmi-rc .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}

.tmi-rc .content-wrapper .mbr-text {
  margin-bottom: 0;
}

.tmi-rc .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}

@media all and (min-width:360px) and (max-width:767px) {
  .tmi-rc .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}

.tmi-rc .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.tmi-rc .image-wrapper img {
}

@media all and (min-width:360px) and (max-width:767px) {
  .tmi-rc .image-wrapper img {
    width: 368px;
    height: 368px;
    margin-left: -5px;
  }
}

.tmi-rc .mbr-section-title {
  color: #333;
}

.tmi-rc .AP_edition .mbr-section-title {
  margin-top: 0.1em;
  margin-bottom: -0.1em;
}

@media all and (min-width:768px) and (max-width:1023px) {
  .tmi-rc .RC_edition .mbr-section-title {
    margin-top: 0.6em;
    margin-left: -0.4em;
  }
}

.tmi-rc .mbr-section-subtitle {
  color: #E1A624;
  text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
  text-align: left;
}

@media all and (min-width:360px) and (max-width:767px) {
  .tmi-rc .mbr-section-subtitle {
    width: 100%;
    padding: 0.4em 0;
    text-align: center;
    line-height: 0.9em;
  }
}

@media all and (min-width:768px) and (max-width:1023px) {
  .tmi-rc .RC_edition .mbr-section-subtitle {
        text-align: center;
    margin-top: -0.2em;
  }

  .tmi-rc .AP_edition .mbr-section-subtitle {
    text-align: center;
    margin-top: -0.4em;
    margin-bottom: 0.4em;
  }
}

.tmi-rc .mbr-text {
  color: #333;
  padding-top:1.2em;
  padding-bottom:0.4em;
  
}

.saut {
  height: 2.5em;
}


@media all and (min-width:360px) and (max-width:384px) {
.saut {
  height: 1.2em;
}

}

@media all and (min-width:384px) and (max-width:767px) {
  .saut {
    height: 2em;
  }
  .tmi-rc .mbr-text {
  padding-top:0em;

}
}

@media all and (min-width:768px) and (max-width:1023px) {
  .saut {
    height: 2em;
  }
}

.AP_edition {
  width: 67%;
  margin:0 auto;
}

.AP_edition h1 {
  font-family: 'Bacasime Antique',serif;
  text-align:center;
  font-weight:600;
  font-size: 1.8rem;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  margin-top: 0.4em;
  margin-bottom:0.6em;
  color: #a02b2b;
  text-transform: uppercase;
  text-align: left;
}

.AP_edition h3 {
  text-align: left;
}

.afp {
  padding: 2em 0 1em 0;
  margin-bottom: 0em;
  /*background: linear-gradient(163deg,rgba(0,0,0,1) 0%,rgba(61,70,84,1) 50%,rgba(0,0,0,1) 100%);
  border-bottom: thin solid #333;
  box-shadow: 0 2px 30px 8px #000;*/
}

.AP-image {
  width: 88%;
  margin-top: 0em;
  margin-left: 6.5em;
  padding: 0em 1.5em 0 0.5em;
}

/*.AP-image img {
  -webkit-box-shadow: 0 0 5px 4px #E1A624;
  box-shadow: 0 0 5px 4px #E1A624;
}*/

@media all and (min-width:360px) and (max-width:384px) {
  .AP_edition {
    padding-top: 0;
    padding-left: 0;
	width:95%;
  }

  .afp {
    padding: 0em 0 2em 0;
    margin: 0 0 2em 0;
  }

  .AP-image {
    width: 60%;
    margin: 0 auto;
  }

  /*.AP-image img {
    -webkit-box-shadow: 0 0 2px 2px #E1A624;
    box-shadow: 0 0 2px 2px #E1A624;
  }*/

  .AP_edition h1 {
    font-size: 1em;
    line-height: 1em;
    text-align: center;
	margin-bottom:1em;
  }

  .AP_edition h3 {
    text-align: center;
    font-size: 1.3em;
    line-height: 1em;
    margin-bottom: 1em;
  }

  .AP_edition p {
    padding-top: 0;
    padding-left: 0;
    text-align: justify;
  }
}

@media all and (min-width:385px) and (max-width:767px) {
  .afp {
    padding: 4.5em 0 1em 0;
    margin-bottom: 2em;
  }

  .AP_edition {
    width: 98%;
    padding-top: 0;
    padding-left: 0.2em;
  }

  .AP_edition p {
    width: 92%;
    margin-left: 0.8em;
    margin-top: 1.5em;
  }

  .AP_edition h1 {
    font-size: 1rem;
    line-height: 1em;
    margin-top: -3em;
    text-align: center;
  }

  .AP_edition h3 {
    width: 70%;
    text-align: center;
    font-size: 1.2em;
    line-height: 1em;
    margin: 0;
    padding: 0;
    left: -45%;
    transform: translateX(45%);
  }

  .AP-image {
    position: absolute;
    width: 34%;
    top: 0.2em;
    left: 0.8em;
    margin-left: 0;
  }

 /* .AP-image img {
    -webkit-box-shadow: 0 0 2px 2px #E1A624;
    box-shadow: 0 0 2px 2px #E1A624;
  }*/
}

@media all and (min-width:768px) and (max-width:1023px) {
  .AP_edition {
  width: 96%;
  margin:0 auto;
}
  
  .AP_edition p {
    width: 100%;
    padding: 1.5em 4em;
  }

  .AP_edition h1 {
    width:100%;
	font-size: 1.2rem;
    line-height: 1em;
    text-align: center;
    margin-top: 0.5em;
  }

  .AP_edition h3 {
    width: 74%;
    font-size: 2em;
    line-height: 1em;
    padding: 0.2em 0 1.5em;
    text-align: center;
    left: -32%;
    transform: translateX(32%);
  }

  .AP-image {
    position: absolute;
    width: 24%;
    top: 1.5em;
    left: 5em;
    margin-left: 0;
  }
}

.GRC_edition {
  width: 100%;
  background-color: rgba(253, 253, 253, 1);
  padding: 1em 1.5em 0;
  border:solid thin #ccc;
box-shadow: 1px 1px 10px -6px rgba(0,0,0,0.75);
-webkit-box-shadow: 1px 1px 10px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 10px -6px rgba(0,0,0,0.75);
}

.GRC_edition h3 {
text-align:center;
font-size:1.7rem;
line-height:0.1em;
}

.GRC_edition h4 {
text-align:center;
font-size:1.4rem;
line-height:1.2em;
}

@media all and (min-width:768px) and (max-width:1023px) {
	.GRC_edition p {
  font-size:1.2rem
}
.GRC_edition h3 {

font-size:1.4rem;

}

.GRC_edition h4 {
text-align:center;
font-size:1.7rem;
line-height:0.5em;
}

}

.RC-gris {
  width: 65.33%;
  margin: 0;
  padding: 16px;
  border: thin solid #333;
  box-shadow: 0 0 2px 2px #C0C0C0;
  border-radius: 0.6em;
  background: linear-gradient(163deg,rgba(0,0,0,1) 0%,rgba(61,70,84,1) 50%,rgba(0,0,0,1) 100%);
}

.RC_image img {
  border-radius: 1em;
  border: thin solid #333;
  box-shadow: 0 0 2px 2px #C0C0C0;
}

.RC_60 {
  width: 199px;
  height: 307px;
  margin-bottom: -1.4em;
}

.RC_btn {
  float: right;
  color: #f2ac2b;
  margin-right: 40px;
}

.RC_btn a {
  color: #f2ac2b;
  font-family: 'agency_fbregular',serif;
  font-size: 1.8rem;
}

.RC_btn a:hover {
  color: #a02b2b;
}

@media all and (min-width:360px) and (max-width:767px) {
  .RC_edition {
    padding: 0;
  }

  .RC-gris {
    width: 92%;
    margin-right: 1.1em;
    margin-top: 1.4em;
    margin-bottom: 1.4em;
  }

  .RC_edition h3 {
    font-size: 1.5em;
    text-align: center;
  }
}

@media all and (min-width:360px) and (max-width:767px) {
  .RC_60 {
    width: 199px;
    height: 307px;
    margin-bottom: -1.4em;
  }

  .RC_image {
    border: thin solid #E1A624;
    border-radius: 0.6em;
    width: 100%;
  }

  .RC_btn {
    margin-right: 10px;
  }

  .RC_btn a {
    font-size: 1.4rem;
  }
}

@media all and (min-width:768px) and (max-width:1023px) {
  .RC_edition {
    padding: 1em 1.5em 0;
  }

  .RC-gris {
    width: 95%;
    margin-right: 1.1em;
    margin-top: 0;
    margin-bottom: 1.4em;
  }

  .RC_edition p {
    position: relative;
    z-index: 999;
    margin-top: 2.5em;
  }

  .RC_image {
    position: absolute;
    z-index: 2;
    margin-top: 20px;
    margin-left: 20px;
    width: 22%;
    border: thin solid #f2ac2b;
    border-radius: 14px;
  }

  .RC_btn {
    margin-right: 10px;
  }

  .RC_btn a {
    font-size: 1.4rem;
  }
}

.HT_container {
  width: 100%;
  padding: 0 1em;
}

.HT-gris {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 1em 2.5em 0 0;
  border: thin solid #333;
  box-shadow: 0 0 2px 2px #C0C0C0;
  border-radius: 0.6em;
  background: linear-gradient(163deg,rgba(0,0,0,1) 0%,rgba(61,70,84,1) 50%,rgba(0,0,0,1) 100%);
}

.HT_edition {
  float: right;
  width: 80%;
  margin: 2em auto 0;
}

.HT_edition h2 {
  text-align: left;
}

.HT_image {
  float: left;
  margin-bottom: 0;
}

.HT_btn {
  float: right;
  color: #f2ac2b;
  margin: -1.8em 40px 0 0;
}

.HT_btn a {
  color: #f2ac2b;
  font-family: 'agency_fbregular',serif;
  font-size: 1.8rem;
}

.HT_btn a:hover {
  color: #a02b2b;
}

@media all and (min-width:360px) and (max-width:384px) {
  .HT_edition {
    width: 96%;
    padding-right: 0.8em;
    margin: 2em auto 0;
  }

  .HT-gris {
    width: 100%;
    padding-top: 1em;
    padding-right: 0;
  }

  .HT_edition h2 {
    text-align: center;
  }

  .HT_image {
    position: absolute;
    margin-top: 8.8em;
    opacity: 0.3;
  }

  .HT_btn {
    margin: 0 0.5em 1em;
  }

  .HT_btn a {
    font-size: 1.4rem;
  }
}

@media all and (min-width:385px) and (max-width:767px) {
  .HT_container {
    padding: 0 1em;
  }

  .HT_edition {
    float: right;
    width: 90%;
    margin: 2em auto 0;
  }

  .HT_edition h2 {
    text-align: center;
  }

  .HT_image {
    position: absolute;
    margin-top: 9.2em;
    opacity: 0.3;
  }

  .HT_btn {
    margin: 0 0.5em 1em;
  }

  .HT_btn a {
    font-size: 1.4rem;
  }
}

@media all and (min-width:768px) and (max-width:1023px) {
  .HT_edition {
    float: right;
    width: 90%;
    margin: 2em auto 0;
  }

  .HT_image {
    position: absolute;
    margin-top: 5.5em;
    opacity: 0.3;
  }

  .HT_btn {
    float: right;
    color: #f2ac2b;
    margin: 1em 1.2em 1em 0;
  }
}

.title-tmi-auteur {
width:100%;

}


.tmi-auteur {
  font-family: 'Bacasime Antique',serif;
  margin: -0.8em 0 2.4em 0;
  padding: 0;
  color: #FFF;
  vertical-align: middle;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
  text-transform: uppercase;
  padding: 1.2em 0;
  /*border: thin solid #333;
  box-shadow: 0 0 2px 2px #C0C0C0;
  background: rgb(75,17,17);
  background: linear-gradient(163deg,rgba(0,0,0,1) 0%,rgba(75,17,17,1) 50%,rgba(0,0,0,1) 100%);*/
}

@media all and (min-width:360px) and (max-width:767px) {
  .tmi-auteur {
    margin: -6em 0 0em 0;
  }
}


@media all and (min-width:768px) and (max-width:1023px) {
.tmi-auteur {
  margin: -2em 0 0.5em 0;
}
}

.tmi-auteur p {
  text-align: center;
}

.tmi-auteur .mbr-fallback-image.disabled {
  display: none;
}

.tmi-auteur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.tmi-auteur .row {
  padding-top: 0.8em;
}

@media all and (min-width:360px) and (max-width:767px) {
  .tmi-auteur .row {
    padding-top: 1.4em;
  }
}

@media (max-width:992px) {
  .tmi-auteur .container {
    padding: 0 15px;
  }
}

.tmi-auteur .title-wrapper {
  margin: 0;
}

@media (max-width:992px) {
  .tmi-auteur .title-wrapper {
    margin-bottom: 20px;
  }
}

.tmi-auteur .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}

.tmi-auteur .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}

@media (max-width:992px) {
  .tmi-auteur .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:768px) {
  .tmi-auteur .items-wrapper {
    display: block;
  }
}

@media (max-width:768px) {
  .tmi-auteur .items-wrapper .item {
    margin-bottom: 15px;
  }
}

.tmi-auteur .items-wrapper .item:hover .item-wrapper::before,.tmi-auteur .items-wrapper .item:focus .item-wrapper::before {
  margin-right: -10rem;
}

.tmi-auteur .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 20px!important;
  overflow: hidden;
  height: 100%;
}

@media (max-width:992px) {
  .tmi-auteur .items-wrapper .item .item-wrapper {
    padding: 30px 15px;
  }
}

@media (max-width:768px) {
  .tmi-auteur .items-wrapper .item .item-wrapper {
    height: auto;
  }
}

.tmi-auteur .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg,#ffffff -20%,#41798c 50%,#1e6bff 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}

@media (max-width:768px) {
  .tmi-auteur .items-wrapper .item .item-wrapper::before {
    display: none;
  }
}

.tmi-auteur .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}

.tmi-auteur .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 15px;
}

.tmi-auteur .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  color: #ffffff;
}

.tmi-auteur .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}

.tmi-auteur .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}

.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}

.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none!important;
}

.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:hover,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:hover,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:hover,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:hover,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:focus,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:focus,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:focus,.tmi-auteur .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}

.tmi-auteur .mbr-section-title {
  color: #BC6112;
  text-align: center;
}

.tmi-auteur .mbr-section-title-auteur {
  color: #FFF;
  text-align: center;
}

.tmi-auteur .item-title {
  color: #f2ac2b;
}

.tmi-auteur .item-text {
  color: #ffffff;
}

.tmi-book-rc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background: rgb(0,0,0);
  background: linear-gradient(90deg,rgba(0,0,0,1) 0%,rgba(44,28,67,1) 46%,rgba(0,0,0,1) 100%);
  background: -webkit-gradient(90deg,rgba(0,0,0,1) 0%,rgba(44,28,67,1) 46%,rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(90deg,rgba(0,0,0,1) 0%,rgba(44,28,67,1) 46%,rgba(0,0,0,1) 100%);
  background: -moz-linear-gradient(90deg,rgba(0,0,0,1) 0%,rgba(44,28,67,1) 46%,rgba(0,0,0,1) 100%);
  background: -ms-linear-(90deg,rgba(0,0,0,1) 0%,rgba(44,28,67,1) 46%,rgba(0,0,0,1) 100%);
  background: -o-linear-(90deg,rgba(0,0,0,1) 0%,rgba(44,28,67,1) 46%,rgba(0,0,0,1) 100%);
}

.tmi-book-rc .mbr-fallback-image.disabled {
  display: none;
}

.tmi-book-rc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.tmi-book-rc .row {
  justify-content: center;
}

@media (max-width:992px) {
  .tmi-book-rc .container {
    padding: 0 15px;
  }
}

.tmi-book-rc .title-wrapper {
  margin-bottom: 50px;
}

@media (max-width:992px) {
  .tmi-book-rc .title-wrapper {
    margin-bottom: 40px;
  }
}

.tmi-book-rc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}

.tmi-book-rc .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}

@media (max-width:992px) {
  .tmi-book-rc .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:768px) {
  .tmi-book-rc .items-wrapper {
    display: block;
  }
}

@media (max-width:768px) {
  .tmi-book-rc .items-wrapper .item {
    margin-bottom: 15px;
  }
}

.tmi-book-rc .items-wrapper .item:hover .item-wrapper::before,.tmi-book-rc .items-wrapper .item:focus .item-wrapper::before {
  margin-right: -10rem;
}

.tmi-book-rc .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 20px!important;
  overflow: hidden;
  height: 100%;
}

@media (max-width:992px) {
  .tmi-book-rc .items-wrapper .item .item-wrapper {
    padding: 30px 15px;
  }
}

@media (max-width:768px) {
  .tmi-book-rc .items-wrapper .item .item-wrapper {
    height: auto;
  }
}

.tmi-book-rc .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg,#ffffff -20%,#41798c 50%,#1e6bff 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}

@media (max-width:768px) {
  .tmi-book-rc .items-wrapper .item .item-wrapper::before {
    display: none;
  }
}

.tmi-book-rc .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}

.tmi-book-rc .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 15px;
}

.tmi-book-rc .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  color: #ffffff;
}

.tmi-book-rc .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}

.tmi-book-rc .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}

.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}

.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none!important;
}

.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:hover,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:hover,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:hover,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:hover,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:focus,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:focus,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:focus,.tmi-book-rc .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}

.tmi-book-rc .mbr-section-title {
  color: #BC6112;
  text-align: center;
}

.tmi-book-rc .mbr-section-title-auteur {
  color: #FFF;
  text-align: center;
}

.tmi-book-rc .item-title {
  color: #f2ac2b;
}

.tmi-book-rc .item-text {
  color: #ffffff;
}

.footer-container {
  overflow: hidden;
  margin-top: 3em;
  background-color: #442929;
  padding-bottom: 1.2em;
  padding-top:1.2em;
}

@media (min-width:767px) {
  .footer-container {
	  margin-top: 1em;
      background-color: #fff;
  }
}

@media all and (min-width:360px) and (max-width:767px) {
  .footer-container {
    margin-top: 0em;
      background-color: #fff;
  }
}

.footer-container .container {
  padding-bottom: 1px;
}

.footer-container #footer {
  color: #777777;
}

.footer-container #footer a img {
  width: 12%;
  height: 12%;
}

@media all and (min-width:360px) and (max-width:767px) {
  .footer-container #footer a img {
    width: 35%;
    height: 35%;
    margin-bottom: -0.5em;
  }
}

@media all and (min-width:768px) and (max-width:1023px) {
  .footer-container #footer a img {
    width: 20%;
    height: 20%;
    margin-bottom: 0;
  }
}

.footer-container #footer .footer-block {
  margin-top: 31px;
}

@media (max-width:767px) {
  .footer-container #footer .footer-block {
    margin-top: 20px;
  }
}

.footer-container #footer a {
  color: #F3C435;
}

.footer-container #footer a:hover {
  color: white;
}

.footer-container #footer h4 {
  font: 400 18px/36px 'cagliostroregular',sans-serif;
  color: #fff;
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #404040;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width:767px) {
  .footer-container #footer h4 {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 13px;
    padding-right: 25px;
  }

  .footer-container #footer h4:after {
    display: block;
    content: "\f055";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 1px;
  }

  .footer-container #footer h4.active:after {
    content: "\f056";
  }
}

.footer-container #footer h4 a {
  color: white;
}

.footer-container #footer h4 a:hover {
  color: #d66012;
}

.footer-container #footer ul {
  text-align: center;
}

.footer-container #footer li {
  width: 100%;
  list-style: none;
  text-align: center;
}

#footer ul li a::before {
  color: #555555;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 18px;
  width: 16px;
  margin-left: -3px;
  padding-left: 7px;
}

.footer-container #footer ul li a {
  font-weight: 400;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}

.footer-container #footer ul li a:hover {
  color: #d66012;
}

@media (max-width:767px) {
  .footer-container #footer #block_contact_infos {
    border: none;
  }
}

.footer-container #footer #block_contact_infos > div {
  padding: 0 0 0 5px;
}

@media (max-width:767px) {
  .footer-container #footer #block_contact_infos > div {
    padding-left: 0;
  }
}

.footer-container #footer #block_contact_infos > div ul li {
  overflow: hidden;
  line-height: 22px;
}

.footer-container #footer #block_contact_infos.coordonnes ul li {
  line-height: 26px;
}

.footer-container #footer #block_contact_infos > div ul li > span,.footer-container #footer #block_contact_infos > div ul li > span a {
  color: #777777;
  font-weight: normal;
}

.footer-container #footer #block_contact_infos > div ul li > span a:hover {
  color: #d66012;
}

.footer-container #footer #block_contact_infos > div ul li i {
  font-size: 18px;
  width: 32px;
  text-align: center;
  padding-right: 12px;
  float: left;
  color: #908f8f;
  line-height: 26px;
}

.footer-container #footer #block_contact_infos > div ul li.footer-mail a:before,.footer-container #footer #block_contact_infos > div ul li.footer-siteweb a:before,.footer-container #footer #block_contact_infos > div ul li.footer-telephone a:before {
  display: none;
}

.footer-container #footer #block_contact_infos > div ul li.footer-mail a,.footer-container #footer #block_contact_infos > div ul li.footer-siteweb a,.footer-container #footer #block_contact_infos > div ul li.footer-telephone a {
  color: #e2d7ce;
}

.footer-container #footer #block_contact_infos > div ul li.footer-telephone span a {
  font-size: 20px;
}

.footer-container #footer .blockcategories_footer {
  clear: left;
}

.footer-container #footer #social_block {
  float: left;
  width: 50%;
  padding: 22px 15px 0 15px;
}

@media (max-width:767px) {
  .footer-container #footer #social_block {
    width: 100%;
    float: left;
    padding-top: 5px;
  }
}

.footer-container #footer #social_block ul {
  float: right;
}

@media (max-width:767px) {
  .footer-container #footer #social_block ul {
    float: none;
  }
}

.footer-container #footer #social_block ul li {
  float: left;
  width: 40px;
  text-align: center;
}

@media (min-width:768px) and (max-width:991px) {
  .footer-container #footer #social_block ul li {
    width: 30px;
  }
}

.footer-container #footer #social_block ul li a {
  display: inline-block;
  color: #908f8f;
  font-size: 28px;
}

@media (min-width:768px) and (max-width:991px) {
  .footer-container #footer #social_block ul li a {
    font-size: 20px;
  }
}

.footer-container #footer #social_block ul li a span {
  display: none;
}

.footer-container #footer #social_block ul li a:before {
  display: inline-block;
  font-family: "FontAwesome";
  vertical-align: -5px;
}

.footer-container #footer #social_block ul li a:hover {
  color: white;
}

.footer-container #footer #social_block ul li.facebook a:before {
  content: "\f09a";
}

.footer-container #footer #social_block ul li.twitter a:before {
  content: "\f099";
}

.footer-container #footer #social_block ul li.rss a:before {
  content: "\f09e";
}

.footer-container #footer #social_block ul li.youtube a:before {
  content: "\f167";
}

.footer-container #footer #social_block ul li.google-plus a:before {
  content: "\f0d5";
}

.footer-container #footer #social_block ul li.pinterest a:before {
  content: "\f0d2";
}

.footer-container #footer #social_block ul li.vimeo a:before {
  content: "\f194";
}

.footer-container #footer #social_block ul li.instagram a:before {
  content: "\f16d";
}

.footer-container #footer #social_block h4 {
  float: right;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 25px;
  text-transform: none;
  padding: 0 10px 0 0;
}

@media (max-width:767px) {
  .footer-container #footer #social_block h4 {
    display: none;
    text-align: center;
  }
}

.footer-container #footer .bottom-footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  font-size: 12px;
}

.footer-container #footer .bottom-footer div {
  padding: 16px 0 36px 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.footer-container #footer .footer_logo div {
  padding: 10px 0 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

@media all and (min-width:360px) and (max-width:767px) {
  .footer-container #footer .footer_logo div {
    padding: 10px 0 0;
  }
}

.footer-container #footer .footer_logo div img {
  text-align: center;
  margin: 0 auto;
}

.footer-container #footer .bottom-footer div a.solutionet,.footer-container #footer .bottom-footer div a.prestashop {
  color: #d66012;
}

.footer-container #footer .bottom-footer div a:hover {
  color: #a10606;
}

.footer-container #footer .bottom-footer:before {
  top: 0;
  width: 1000%;
  background: #000;
  content: "";
  left: 100%;
  position: absolute;
  height: 100%;
}

.footer-container #footer .bottom-footer:after {
  top: 0;
  position: absolute;
  width: 1000%;
  background: #000;
  content: "";
  right: 100%;
  height: 100%;
}

@media (max-width:991px) {
  .footer-container #footer .bottom-footer {
    padding: 0 15px;
  }
}

.home-column {
  margin-bottom: 30px;
}

#reinsurance_block {
  clear: both!important;
}