body {
  font-family: 'Poppins', sans-serif;
  color: #203257;
  font-size: 14px;
}
body a {
  color: #203257;
  text-decoration: none;
}
body i.color-red {
  color: #e51a22;
}
body ul.menu {
  padding-left: 0;
  list-style: none;
}
body button#modal-form {
  position: fixed;
  top: 50%;
  transform: rotate(270deg);
  right: -13.5vh;
  background-color: #e51a22;
  border: none;
  padding: 0;
  border-radius: 0;
  box-shadow: -3px -3px 10px #aeaeae;
  z-index: 100;
}
body button#modal-form span {
  padding-left: 15px;
}
body button#modal-form span img {
  transform: rotate(90deg);
  background-color: #203257;
  padding: 10px;
}
body button#modal-form p {
  margin: 0 0 0 15px;
  font-size: 16px;
}
body button#modal-form:hover,
body button#modal-form:focus {
  color: #fff;
  border: none;
  box-shadow: -3px -3px 10px #a2a2a2;
}
body header {
  box-shadow: 2px 2px 2px #00000026;
  z-index: 1050;
  position: fixed;
  width: 100%;
  background-color: white;
  top: 0;
}
body header .main_header_area {
  padding: 15px 0;
}
body header .header_area {
  position: fixed;
  width: 100%;
  margin: auto;
  z-index: 99;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
body header .navigation {
  position: relative;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
body header .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body header .navigation .nav-menus-wrapper {
  width: 100%;
}
body header .navigation .nav-menu {
  display: flex;
  justify-content: space-around;
}
body header .navigation .menu-menu-principal-container {
  height: 100%;
}
body header .navigation #menu-menu-principal {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  height: 100%;
}
body header .navigation #menu-menu-principal li {
  padding: 0 20px;
  height: 100%;
  height: 60px;
}
body header .navigation #menu-menu-principal li a {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body header .navigation #menu-menu-principal li a i {
  font-size: 14px;
  margin-left: 5px;
}
body header .navigation .sub_menu_produits {
  position: absolute;
  display: block;
  margin-top: 15px;
  padding: 25px 30px;
  background-color: #fafafa;
  opacity: 0;
  z-index: 1;
  float: left;
  left: 0;
  top: 100%;
  visibility: hidden;
  width: 100%;
  z-index: 2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 6px 0 6px rgba(0,0,0,0.3);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .navigation .sub_menu_produits ul {
  display: block;
  width: 55%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
body header .navigation .sub_menu_produits ul .content {
  position: relative;
}
body header .navigation .sub_menu_produits ul li {
  padding: 0 !important;
}
body header .navigation .sub_menu_produits ul li:last-child a:after {
  display: none;
}
body header .navigation .sub_menu_produits ul li:hover a {
  background-color: #f3f3f3;
}
body header .navigation .sub_menu_produits ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
body header .navigation .sub_menu_produits ul li a {
  display: block;
  color: #444343;
  font-weight: 300;
  color: #203257;
  text-transform: uppercase;
  letter-spacing: .34px;
  padding: 15px 40px;
  letter-spacing: 1.4px;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .navigation .sub_menu_produits ul li a:after {
  content: "";
  background-color: #d4d4d4;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .navigation .sub_menu_produits ul li a span {
  color: #e3051a;
  display: inline-block;
  margin-right: 8px;
}
body header .navigation .sub_menu_produits ul li a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #e3051a;
  font-size: 12px;
}
body header .navigation .sub_menu_produits ul li a:hover {
  color: #e3051a;
}
body header .navigation .sub_menu_produits ul li .sub-menu {
  position: absolute;
  margin-top: 0;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 88%;
  background-color: #f3f3f3;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .navigation .sub_menu_produits ul li .sub-menu li a {
  text-transform: none;
  padding: 15px 30px;
}
body header .navigation .sub_menu_produits ul li .sub-menu li a:after {
  display: none;
}
body header .navigation .sub_menu_produits .global .right {
  position: relative;
}
body header .navigation .sub_menu_produits .visuel {
  position: absolute;
  margin-top: 0;
  left: 12px;
  right: 12px;
  top: 0;
  opacity: 0;
  padding-left: 40px;
  height: 100%;
  visibility: hidden;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .navigation .sub_menu_produits .visuel:before {
  content: "";
  background-color: #d4d4d4;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  position: absolute;
}
body header .navigation .sub_menu_produits .visuel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body header .navigation-portrait {
  height: 48px;
}
body header .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
body header .navigation-portrait .nav-logo >img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
body header .navigation-portrait .nav-toggle {
  display: block;
}
body header .navigation-portrait .nav-menus-wrapper {
  width: 50%;
  height: 100%;
  top: 0;
  left: -50%;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: .2s;
  transition-timing-function: ease;
  padding: 0 1rem;
}
body header .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
body header .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
body header .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
body header .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
body header .navigation-portrait .nav-menu {
  width: 100%;
}
body header .navigation-portrait .nav-menu >li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
body header .navigation-portrait .nav-menu >li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
body header .navigation-portrait .nav-menu >li >a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
  color: #222;
  padding: 10px 10px 10px 30px;
}
body header .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
body header .navigation-portrait .nav-menu.nav-menu-social >li {
  width: auto;
}
body header .navigation-portrait .nav-menu.nav-menu-social >li >a {
  padding: 15px;
}
body header .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
body header .navigation-portrait .submenu-indicator-chevron {
  border-color: #e51a22;
  position: absolute;
  top: 18px;
  left: 24px;
}
body header .navigation-portrait:hover .submenu-indicator-chevron {
  border-color: #e51a22;
}
body header .navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}
body header .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 32px;
}
body header .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
body header .navigation-portrait .nav-search-inner {
  height: 48px;
}
body header .navigation-portrait .nav-search-inner input[type="text"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
body header .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
body header .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
body header .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
body header .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
body header .navigation-portrait .nav-text+ul {
  margin-top: 15px;
}
body header .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
body header .navigation-portrait .nav-dropdown >li >a {
  padding: 12px 20px 12px 30px;
}
body header .navigation-portrait .nav-dropdown >li >ul >li >a {
  padding-left: 50px;
}
body header .navigation-portrait .nav-dropdown >li >ul >li >ul >li >a {
  padding-left: 70px;
}
body header .navigation-portrait .nav-dropdown >li >ul >li >ul >li >ul >li >a {
  padding-left: 90px;
}
body header .navigation-portrait .nav-dropdown >li >ul >li >ul >li >ul >li >ul >li >a {
  padding-left: 110px;
}
body header .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
body header .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg);
}
body header .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
body header .navigation-portrait .nav-dropdown-horizontal >li {
  width: 100%;
}
body header .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  transform: rotate(0deg);
}
body header .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}
body header .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
body header .navigation-portrait .megamenu-panel-half {
  width: 100%;
}
body header .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
body header .navigation-portrait .megamenu-panel-row [class*=col-] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
body header .navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
  margin-top: 0;
}
body header .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
body header .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
body header .navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}
body header .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
body header .navigation-hidden .nav-header {
  display: none;
}
body header .nav-brand {
  line-height: 70px;
  padding: 0;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}
body header .nav-brand:hover {
  color: #fff;
}
body header .nav-brand:focus {
  color: #fff;
}
body header .nav-logo >img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
body header .nav-logo:focus >img {
  outline: initial;
}
body header .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 0;
  display: none;
  cursor: pointer;
}
body header .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #203257;
  border-radius: 10px;
  box-shadow: 0 .5em 0 0 #e51a22, 0 1em 0 0 #203257;
}
body header .nav-menus-wrapper-close-button {
  width: 30px;
  height: 30px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
}
body header .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
body header .nav-menu >li {
  display: inline-block;
  float: left;
  text-align: left;
}
body header .nav-menu >li >a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: black;
  font-weight: 300;
  display: flex;
  align-items: center;
}
body header .nav-menu >li >a >i {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}
body header .nav-menu >li >a >[class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}
body header .nav-menu >li >a:active {
  color: #e51a22;
}
body header .nav-menu >li:hover >a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #e51a22;
}
body header .nav-menu >li >.nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
body header .navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}
body header .navigation-landscape .nav-menu.nav-menu-centered >li {
  float: none;
}
body header .navigation-landscape .nav-dropdown.nav-dropdown-left >li >a {
  text-align: right;
}
body header .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
body header .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}
body header .navigation-landscape .megamenu-list {
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}
body header .navigation-landscape .megamenu-list:last-child {
  border: none;
}
body header .navigation-landscape .list-col-2 {
  width: 50%;
}
body header .navigation-landscape .list-col-3 {
  width: 33%;
}
body header .navigation-landscape .list-col-4 {
  width: 25%;
}
body header .navigation-landscape .list-col-5 {
  width: 20%;
}
body header .nav-menu+.nav-menu >li:first-child {
  border-top: none;
}
body header .nav-menu.nav-menu-social >li {
  text-align: center;
  float: none;
  border: none !important;
}
body header .nav-menu.nav-menu-social >li >a >[class*=ion-] {
  font-size: 12px;
}
body header .nav-menu.nav-menu-social >li >a >.fa {
  font-size: 14px;
}
body header .submenu-indicator {
  margin-left: 8px;
  margin-top: 4px;
  float: right;
  transition: all .2s;
}
body header .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #e51a22;
  transform: rotate(-45deg);
  transition: border .2s;
}
body header .nav-dropdown {
  width: 100%;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
  top: 0;
  left: 19rem;
  padding: 20px 0;
  padding-left: 0px;
  padding-left: 1rem;
  height: 100%;
}
body header .nav-dropdown >li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
body header .nav-dropdown >li .submenu-indicator-chevron {
  border-color: #e51a22;
}
body header .nav-dropdown >li >a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  color: #203257;
}
body header .nav-dropdown >li >a::before {
  content: '+';
  padding-right: 10px;
  color: #e51a22;
}
body header .nav-dropdown >li >a:hover {
  color: #e51a22;
}
body header .nav-dropdown >li >a:focus {
  color: #e51a22;
}
body header .nav-dropdown >li:hover >a {
  color: #e51a22;
  font-weight: 400;
}
body header .nav-dropdown >li:hover >a .submenu-indicator-chevron {
  border-color: #e51a22;
}
body header .nav-dropdown >li >.nav-dropdown-left {
  left: auto;
  right: 100%;
}
body header .nav-dropdown >li.focus >a {
  color: #e51a22;
}
body header .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}
body header .nav-dropdown >.focus >a .submenu-indicator-chevron {
  border-color: #e51a22;
}
body header .nav-dropdown.megamenu-list {
  min-width: inherit;
  position: static;
  margin: inherit;
  float: left;
  list-style: none;
  position: relative;
  display: grid;
  left: 0;
}
body header .nav-dropdown.megamenu-list li {
  width: initial;
  float: initial;
  clear: initial;
  position: static;
  text-align: initial;
}
body header .nav-dropdown.megamenu-list.list-col-4 {
  margin-left: 0;
  height: 100%;
}
body header .bis {
  left: 45rem !important;
  min-width: 310px;
}
body header .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
body header .no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body header .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
body header .nav-button:hover {
  color: #fff;
  text-decoration: none;
}
body header .nav-button:focus {
  color: #fff;
  text-decoration: none;
}
body header .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}
body header .nav-dropdown.nav-dropdown-left {
  right: 0;
}
body header .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}
body header .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
body header .nav-dropdown-horizontal >li {
  width: auto;
  clear: none;
  position: static;
}
body header .nav-dropdown-horizontal >li >a {
  position: relative;
}
body header .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}
body header .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background: #ffffff;
  background: linear-gradient(180deg,rgba(255,255,255,0) 6%,#fff 10%);
  box-shadow: 0 15px 20px -5px rgba(0,0,0,0.2);
  border-radius: 0 0 10px 10px;
  top: 4vh;
  border-top: none;
}
body header .megamenu-panel [class*=container] {
  width: 100%;
}
body header .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
body header .megamenu-panel-half {
  width: 50%;
}
body header .megamenu-panel-quarter {
  width: 25%;
}
body header .megamenu-panel-row {
  width: 100%;
}
body header .megamenu-panel-row:before {
  display: table;
  content: "";
  line-height: 0;
}
body header .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
body header .megamenu-panel-row [class*=col-] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
body header .megamenu-panel-row [class*=col-]:first-child {
  margin-left: 0;
}
body header .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
body header .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
body header .megamenu-tabs-nav >li >a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}
body header .megamenu-tabs-nav >li:hover a {
  background-color: #f5f5f5;
}
body header .megamenu-tabs-nav >li.active a {
  background-color: #f5f5f5;
}
body header .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}
body header .megamenu-tabs-pane.active {
  display: block;
}
body header .megamenu-lists {
  width: 100%;
  display: table;
}
body header .megamenu-list {
  width: 100%;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
  position: relative;
}
body header .megamenu-list:last-child {
  border: none;
}
body header .megamenu-list >li >a {
  width: 100%;
  padding: 10px;
  color: #203257;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: solid 1px #d4d4d4;
}
body header .megamenu-list >li >a:hover {
  color: #e51a22;
  font-weight: 500;
}
body header .megamenu-list >li >a:last-child {
  border: none;
}
body header .megamenu-list >li.megamenu-list-title >a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #343a40;
}
body header .megamenu-list >li.megamenu-list-title >a:hover {
  background-color: transparent;
}
body header .main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}
body header .transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
body header .bg-blue {
  background-color: #203257;
}
body header .bg-blue a,
body header .bg-blue p {
  color: white;
  font-family: myriad-pro, sans-serif;
  font-size: 12px;
  margin-bottom: 0;
}
body header .bg-blue ul li i {
  margin: 15px 10px 15px 0;
}
body header .bg-blue .color-white {
  color: white;
}
body header .align-ul {
  text-align: center;
  justify-content: space-evenly;
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
body header .inline-li {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
}
body.page-id-556 main,
body.page-id-420 main,
body.page-id-486 main {
  padding-top: 10rem;
}
body main {
  padding-top: 8rem;
}
body main .article.bg-img {
  padding: 10rem 0;
  box-shadow: inset 1000px 1000px 1000px #0000006b;
}
body main .article.bg-img h1 {
  color: white;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "poppins";
  margin-bottom: 4rem;
}
body main .article.bg-img .date {
  color: white;
  font-size: 14px;
}
body main .align-ul {
  text-align: center;
  justify-content: space-evenly;
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
body main .inline-li {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
}
body main .bg-description-article {
  z-index: 99;
  position: relative;
  padding: 60px 0;
}
body main .bg-description-article a.retour {
  color: #e51a22;
  font-weight: 300;
}
body main .doc {
  padding: 60px 0 100px;
  background-color: #fafafa;
}
body main .doc h3 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
body main .form {
  padding: 60px 0;
}
body main .form div.container h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  color: #e51a22;
  letter-spacing: 8px;
  margin-bottom: 5px;
}
body main .form div.container p {
  margin: 0 15px 0 0;
  font-size: 18px;
}
body main .modal-form h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  color: #e51a22;
  letter-spacing: 8px;
}
body main .modal-form span {
  padding-left: 15px;
}
body main .modal-form span img {
  transform: rotate(90deg);
  background-color: #203257;
  padding: 10px;
}
body main .modal-form p {
  margin: 0 0 0 15px;
  font-size: 16px;
}
body main .modal-form .modal-dialog {
  margin: 10rem auto;
}
body main .modal-form .modal-header {
  border: none;
  display: block;
}
body main .mlr-auto {
  margin-left: auto;
  margin-right: auto;
}
body main .nf-field-label {
  display: none;
}
body main .taxo-produits h1 {
  font-size: 19px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "poppins";
}
body main .taxo-produits h2 {
  font-size: 19px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "poppins";
}
body main .taxo-produits .bg-img {
  padding: 20rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body main .taxo-produits .bg-description {
  z-index: 99;
  position: relative;
  padding: 60px 0;
}
body main .taxo-produits .bg-description p {
  text-align: justify;
}
body main .taxo-produits .bg-description .margin-text {
  margin: 2rem 10px;
}
body main .taxo-produits .bg-white .owl-carousel {
  margin-bottom: 20px;
}
body main .taxo-produits .bg-white .owl-carousel button {
  font-size: 50px !important;
  color: #203257 !important;
}
body main .taxo-produits .bg-white .owl-carousel button:hover {
  color: #e51a22 !important;
}
body main .taxo-produits .bg-white .owl-carousel button:focus {
  outline: none;
}
body main .taxo-produits .bg-white .owl-carousel .caption h4 {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}
body main .taxo-produits .bg-white .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-evenly;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
body main .taxo-produits .bg-white .owl-carousel .owl-nav.disabled {
  display: none;
}
body main .taxo-produits .bg-white .owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
  margin: auto;
}
body main .taxo-produits .bg-white .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
body main .taxo-produits .bg-white .owl-carousel .owl-item img {
  width: 350px;
  height: 350px;
  object-fit: cover;
}
body main .taxo-produits .bg-white .owl-carousel .thumbnail {
  display: flex;
  flex-direction: column;
  margin: 15px;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
}
body main .taxo-produits .bg-white .owl-carousel .thumbnail .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  background-color: #1a2e56;
  padding: 14px 0;
}
body main .taxo-produits .bg-white .owl-carousel .thumbnail .caption .flex-text {
  flex-grow: 1;
}
body main .taxo-produits .bg-white #owl-demo-5 .thumbnail {
  border: 1px solid #203257;
  -webkit-box-shadow: 5px 5px 10px 5px rgba(153,153,153,0.23), -5px -5px 10px 5px rgba(153,153,153,0.23);
  box-shadow: 3px 3px 10px 3px rgba(153,153,153,0.15), -3px -3px 10px 3px rgba(153,153,153,0.15);
}
body main .taxo-produits .bg-white #owl-demo-5 .thumbnail:hover {
  box-shadow: 3px 3px 3px rgba(153,153,153,0.5);
}
body main .taxo-produits .section-titre div.container {
  position: relative;
}
body main .taxo-produits .section-titre div.container div.position {
  background-color: #fcfcfc;
  position: absolute;
  top: -5vh;
  padding: 15px 23px;
  z-index: 9;
}
body main .taxo-produits .section-motifs {
  padding-top: 3rem;
}
body main .taxo-produits .section-motifs .wrap-galerie {
  padding: 0;
}
body main .taxo-produits .doc h2 {
  padding-bottom: 2rem;
}
body main .taxo-produits .doc figure img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
body main .taxo-produits .doc figure:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
body main .slider-video h3 {
  background: #fff;
  color: #3498db;
  font-size: 36px;
  line-height: 100px;
  margin: 10px;
  padding: 2%;
  position: relative;
  text-align: center;
}
body main .slider-video .action {
  display: block;
  margin: 100px auto;
  width: 100%;
  text-align: center;
}
body main .slider-video .action a {
  display: inline-block;
  padding: 5px 10px;
  background: #f30;
  color: #fff;
  text-decoration: none;
}
body main .slider-video .action a:hover {
  background: #000;
}
body main .slider-video .galerie-page3 {
  text-align: center;
}
body main .slider-video .mlr-auto {
  margin-left: auto;
  margin-right: auto;
}
body main .slider-video .mlr-auto iframe {
  width: 100%;
}
body main .slider-video .wrap-galerie {
  padding: 0;
}
body main .slider-rea {
  padding: 27px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
body main section.section-titre-bis div.container {
  position: relative;
}
body main section.section-titre-bis div.container div.position {
  background-color: #fcfcfc;
  position: absolute;
  top: -5vh;
  padding: 15px 23px 0;
  z-index: 9;
}
body main section.section-titre-bis div.container div.position h1 {
  font-size: 19px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "poppins";
}
body main section.article {
  position: relative;
}
body main section.article div.contenu div.position {
  background-color: #fcfcfc;
  position: absolute;
  bottom: 0;
  padding: 10px 20px 0;
  z-index: 9;
}
body main section.article div.contenu div.position h1 {
  font-size: 19px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "poppins";
  color: #203257;
  margin-bottom: 0;
}
body main section.article div.contenu div.position .date {
  color: #a6a6a6;
  font-size: 14px;
}
body .wrap-galerie,
body .wrap-galerie3 {
  padding: 50px 0 0;
}
body .wrap-galerie #galerie-page,
body .wrap-galerie #galerie-page3,
body .wrap-galerie3 #galerie-page,
body .wrap-galerie3 #galerie-page3 {
  padding-bottom: 35px;
}
body .wrap-galerie #galerie-page img,
body .wrap-galerie #galerie-page3 img,
body .wrap-galerie3 #galerie-page img,
body .wrap-galerie3 #galerie-page3 img {
  margin-left: auto;
  margin-right: auto;
  width: 800px !important;
  height: 500px;
  object-fit: contain;
}
body .wrap-galerie #galerie-page .owl-item .media-galerie video,
body .wrap-galerie #galerie-page .owl-item .media-galerie iframe,
body .wrap-galerie #galerie-page3 .owl-item .media-galerie video,
body .wrap-galerie #galerie-page3 .owl-item .media-galerie iframe,
body .wrap-galerie3 #galerie-page .owl-item .media-galerie video,
body .wrap-galerie3 #galerie-page .owl-item .media-galerie iframe,
body .wrap-galerie3 #galerie-page3 .owl-item .media-galerie video,
body .wrap-galerie3 #galerie-page3 .owl-item .media-galerie iframe {
  width: 80%;
}
body .wrap-galerie .width-auto,
body .wrap-galerie3 .width-auto {
  width: auto !important;
}
body .wrap-galerie-2,
body .wrap-galerie-4 {
  padding: 25px 0;
}
body .wrap-galerie-2 #galerie-page2 .owl-nav,
body .wrap-galerie-4 #galerie-page2 .owl-nav {
  display: flex;
  justify-content: space-evenly;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
body .wrap-galerie-2 #galerie-page2 button,
body .wrap-galerie-4 #galerie-page2 button {
  font-size: 50px !important;
  color: #203257 !important;
}
body .wrap-galerie-2 #galerie-page2 button:hover,
body .wrap-galerie-4 #galerie-page2 button:hover {
  color: #e51a22 !important;
}
body .wrap-galerie-2 #galerie-page2 .owl-stage,
body .wrap-galerie-2 #galerie-page4 .owl-stage,
body .wrap-galerie-4 #galerie-page2 .owl-stage,
body .wrap-galerie-4 #galerie-page4 .owl-stage {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
body .wrap-galerie-2 #galerie-page2 img,
body .wrap-galerie-2 #galerie-page4 img,
body .wrap-galerie-4 #galerie-page2 img,
body .wrap-galerie-4 #galerie-page4 img {
  margin-left: auto;
  margin-right: auto;
}
body .wrap-galerie-2 .width-auto,
body .wrap-galerie-4 .width-auto {
  width: auto !important;
}
body .wrap-galerie-2 h4,
body .wrap-galerie-4 h4 {
  font-weight: 600;
  font-size: 13px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
}
footer .bg-grey-bis {
  background-color: #f2f2f2;
  padding: 36px 10px;
}
footer .bg-grey-bis ul {
  line-height: 30px;
}
footer .bg-grey-bis .img-svg {
  max-width: 100%;
  margin: 0 0 0 auto;
  display: table;
}
footer .bg-grey-bis .svg-ytb {
  width: 28px;
  height: 20px;
  margin-right: 20px;
}
footer .bg-grey-bis .svg-in {
  width: 22px;
}
footer .bg-grey-bis i.fa-heart {
  color: #0000FF;
}
footer .bg-grey-bis .footer a,
footer .bg-grey-bis .footer p {
  color: black;
  font-family: myriad-pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
footer .bg-grey-bis .footer span {
  color: #0000FF;
}
footer .bg-grey-bis .nav-footer ul.menu {
  padding-left: 0;
  list-style: none;
  display: block;
}
@media (min-width: 1361px) and (max-width: 1560px) {
  body header .navigation #menu-menu-principal {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  body header .navigation #menu-menu-principal li {
    padding: 0 20px;
  }
  body header .navigation #menu-menu-principal li a {
    font-size: 16px;
  }
  body header .navigation .sub_menu_produits {
    padding: 25px 30px;
  }
  body header .navigation .sub_menu_produits ul li a {
    font-size: 13px;
  }
  body header .navigation .sub_menu_produits ul li .sub-menu {
    width: 88%;
  }
  body header .navigation .sub_menu_produits ul li .sub-menu li a {
    padding: 15px 30px;
  }
}
@media (min-width: 1199px) and (max-width: 1900px) {
  .width-50 {
    width: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body header .megamenu-lists {
    margin-left: 45px;
  }
  body header .megamenu-list li a {
    padding: 10px 0;
    font-size: 12px;
    letter-spacing: 0;
  }
  body header .nav-dropdown {
    left: 30vh;
    padding: 20px 0 20px 40px;
  }
  body header .nav-dropdown .bis {
    left: 70vh;
  }
  body header .navigation #menu-menu-principal {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  body header .navigation #menu-menu-principal li {
    padding: 0 15px;
  }
  body header .navigation #menu-menu-principal li a {
    font-size: 15px;
  }
  body header .navigation .sub_menu_produits {
    padding: 25px 30px;
  }
  body header .navigation .sub_menu_produits ul li a {
    font-size: 13px;
  }
  body header .navigation .sub_menu_produits ul li .sub-menu {
    width: 88%;
  }
  body header .navigation .sub_menu_produits ul li .sub-menu li a {
    padding: 15px 30px;
  }
}
@media (max-width: 1800px) {
  button#modal-form {
    position: fixed;
    top: 50%;
    transform: rotate(270deg);
    right: -15.5vh;
    background-color: #e51a22;
    border: none;
    padding: 0;
    border-radius: 0;
    box-shadow: -3px -3px 10px #aeaeae;
    z-index: 100;
  }
  button#modal-form span {
    padding-left: 15px;
  }
  button#modal-form span img {
    transform: rotate(90deg);
    background-color: #203257;
    padding: 10px;
  }
  button#modal-form p {
    margin: 0 0 0 15px;
    font-size: 16px;
  }
  button#modal-form:hover,
  button#modal-form:focus {
    color: #fff;
    border: none;
    box-shadow: -3px -3px 10px #a2a2a2;
  }
}
@media (max-width: 1300px) {
  body header .megamenu-lists {
    width: 100%;
    display: table;
    margin-left: 0;
  }
  body header .navigation-landscape .list-col-4 {
    width: 25%;
  }
  body header .nav-dropdown {
    min-width: 85%;
  }
  body header .bis {
    left: 36rem !important;
    min-width: 90%;
  }
}
@media (max-width: 1199px) {
  body header .nav-dropdown {
    left: 20rem;
  }
  body header .navigation-landscape .list-col-4 {
    width: 30%;
  }
  body header .bis {
    left: 45rem !important;
    min-width: 310px;
  }
  body header .navigation-portrait .nav-menus-wrapper {
    width: 100%;
    left: -100%;
  }
  body header .navigation #menu-menu-principal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  body header .navigation #menu-menu-principal li {
    padding: 0 12px;
  }
  body header .navigation #menu-menu-principal li a {
    font-size: 14px;
  }
  body header .navigation .sub_menu_produits {
    padding: 25px 20px;
  }
  body header .navigation .sub_menu_produits ul li a {
    font-size: 13px;
  }
  body header .navigation .sub_menu_produits ul li .sub-menu {
    width: 88%;
  }
  body header .navigation .sub_menu_produits ul li .sub-menu li a {
    padding: 15px 30px;
  }
}
@media (max-width: 800px) {
  body main .modal-form .modal-dialog {
    margin: 10rem .5rem;
  }
}
@media (max-width: 576px) {
  body header .navigation-portrait .nav-menus-wrapper {
    width: 100%;
    left: -100%;
  }
}
@media (min-width: 576px) {
  .modal-form .modal-dialog {
    max-width: 800px;
  }
}
@media (min-width: 1199.98px) {
  body header .navigation .nav-menus-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 1189px) {
  body header .navigation ul.nav-menu {
    display: inline;
  }
  body header .navigation-portrait .megamenu-panel {
    padding: 0;
    background-color: initial;
    box-shadow: inherit;
  }
  body header .navigation-portrait .nav-dropdown {
    height: auto;
  }
  body header .navigation-portrait .nav-dropdown li.focus > a {
    border: none;
  }
  body header .navigation-portrait .nav-dropdown li a {
    padding: 10px;
  }
  body header .navigation-portrait .nav-dropdown li ul li a {
    padding-left: 20px;
  }
  body header .navigation-portrait .nav-dropdown li ul li img {
    display: none;
  }
  body header .navigation-portrait .submenu-indicator {
    position: relative;
    width: auto;
    height: auto;
  }
  body header .navigation-portrait .submenu-indicator-chevron {
    position: static;
  }
  body header .megamenu-lists {
    margin-left: 0;
  }
  body header .disable-md-none {
    pointer-events: none;
    cursor: default;
  }
  body header ul.nav-dropdown.nav-submenu {
    transition: 0.6s;
  }
  body header ul.nav-dropdown.megamenu-list li:hover ul.nav-dropdown.nav-submenu {
    display: block !important;
  }
  body header ul.nav-dropdown.megamenu-list li:hover ul.nav-dropdown.nav-submenu li:last-child a {
    margin-bottom: 1rem;
  }
  body main .taxo-produits .bg-white .owl-carousel .thumbnail {
    margin: 15px;
  }
  body main .taxo-produits .slider-video .mlr-auto {
    margin: 15px;
  }
  body main .taxo-produits .slider-video .mlr-auto video {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  body main .taxo-produits .bg-img {
    padding: 8rem 0;
  }
  body main .taxo-produits .bg-description,
  body main .taxo-produits .slider-rea,
  body main .taxo-produits .doc,
  body main .taxo-produits .form {
    padding: 50px 0;
  }
  body main .taxo-produits .form div.container div.text-center {
    padding-bottom: 20px;
  }
  body main .taxo-produits .form div.container div.text-center h2 {
    font-size: 25px;
    letter-spacing: 1px;
  }
}
@media (max-width: 767.98px) {
  body .align-ul {
    display: block;
  }
  body header .bg-blue {
    display: none;
  }
  body header .navigation ul.nav-menu {
    display: inline;
  }
  body header .navigation .menu-menu-mobile-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 87%;
    width: 100%;
  }
  body header .navigation #menu-menu-mobile {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  body header .navigation #menu-menu-mobile li {
    padding: 0;
    margin-bottom: 14px;
  }
  body header .navigation #menu-menu-mobile li a {
    font-size: 15px;
    text-transform: uppercase;
    display: block;
  }
  body header .navigation #menu-menu-mobile li ul {
    list-style: none;
    padding: 0;
  }
  body header .navigation #menu-menu-mobile li ul li {
    margin-bottom: 3px;
  }
  body header .navigation #menu-menu-mobile li ul li a {
    text-transform: none;
    font-size: 14px;
  }
  body header .navigation .sub_menu_produits {
    display: none;
  }
  body main {
    padding-top: 2rem;
  }
  body main .taxo-produits .doc a h3 {
    margin-bottom: 3rem;
  }
  body footer .bg-grey-bis div.d-flex.justify-content-between img {
    height: 50%;
  }
}
@media (max-width: 575px) {
  body main .documents h3 {
    padding-bottom: 1.5rem;
  }
  body main .documents .xs-6 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  body header button#modal-form {
    transform: rotate(0deg);
    right: 0;
    top: initial;
    bottom: 0;
    width: 100%;
  }
  body header button#modal-form p {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body header button#modal-form span img {
    transform: rotate(0deg);
  }
  body main {
    padding-top: 2rem;
  }
  body main .base .contenu {
    padding: 2rem 0rem;
  }
  body main .base.bg-grey .large-4 {
    flex: 0 0 auto;
    width: 50%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body main .taxo-produits .form div.container div.text-center h2 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  body main .taxo-produits .form div.container div.text-center p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .navigation .menu-menu-mobile-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  body header .navigation #menu-menu-mobile {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  body header .navigation #menu-menu-mobile li {
    padding: 0;
    margin-bottom: 14px;
  }
  body header .navigation #menu-menu-mobile li a {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
  }
  body header .navigation #menu-menu-mobile li ul {
    list-style: none;
    padding: 0;
  }
  body header .navigation #menu-menu-mobile li ul li {
    margin-bottom: 3px;
  }
  body header .navigation #menu-menu-mobile li ul li a {
    text-transform: none;
    font-size: 14px;
  }
  body header .navigation .sub_menu_produits {
    display: none;
  }
  body main {
    padding-top: 70px;
  }
  body main .base .contenu {
    padding: 5rem 0;
  }
  body main .base.bg-grey .large-4 {
    flex: 0 0 auto;
    width: 25%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@keyframes border404LeftToRight {
  0% {
    left: -40%;
  }
  100% {
    left: 130%;
  }
}
@keyframes border404RightToLeft {
  0% {
    left: 130%;
  }
  100% {
    left: -40%;
  }
}
.error-404 {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.error-404 h1 {
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}
.error-404 h1:before {
  content: '';
  position: absolute;
  width: 10%;
  height: 2px;
  left: 0%;
  background-color: ;
  top: 0;
  animation: border404RightToLeft 4s infinite;
}
.error-404 h1:after {
  content: '';
  position: absolute;
  width: 10%;
  height: 2px;
  left: 0%;
  background-color: ;
  bottom: 0;
  animation: border404LeftToRight 4s infinite;
}
.error-404 h2 {
  margin-top: 30px;
}
.error-404 .btn {
  margin-top: 40px;
}
