html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 1em;
  vertical-align: top;
  font-family: regular, Verdana, sans-serif;
  color: #000;
}
html {
  font-size: 100%;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  width: 100%;
  overflow-x: hidden;
  font-size: 1.125em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
strong {
  vertical-align: baseline;
}
p,
li {
  line-height: 150%;
}
ol,
ul {
  list-style: none;
}
li {
  break-inside: avoid-column;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
span {
  font-family: inherit;
  vertical-align: unset;
}
tr {
  vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
}
sup {
  vertical-align: 0.5em;
  font-size: 0.5em;
  color: inherit !important;
}
sub {
  vertical-align: 0;
  font-size: 0.5em;
  color: inherit !important;
}
a,
input[type="submit"] {
  text-decoration: none;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  line-height: 130%;
}
p:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 2.333em;
}
h2 {
  font-size: 1.778em;
}
h3 {
  font-size: 1.333em;
}
h4 {
  font-size: 1em;
}
p strong,
strong p,
h1 strong,
strong h1,
h2 strong,
strong h2,
h3 strong,
strong h3,
h4 strong,
strong h4 {
  font-family: bold;
}
li,
.dark_bgrd li {
  list-style: none;
}
a {
  color: #225cf9;
}
a:hover {
  color: #000;
}
p strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
strong,
strong span,
strong a,
a strong,
strong sup,
strong sub,
sup strong,
sub strong {
  font-size: inherit;
  font-weight: normal;
  color: inherit;
}
p a,
h1 a,
h2 a,
h3 a,
h4 a {
  font-size: inherit;
}
p sup,
h1 sup,
h2 sup,
h3 sup,
h4 sup {
  font-family: inherit;
  font-weight: inherit;
  font-size: 0.6em;
  vertical-align: 0.4em;
}
p sub,
h1 sub,
h2 sub,
h3 sub,
h4 sub {
  font-family: inherit;
  font-weight: inherit;
  font-size: 0.6em;
  vertical-align: -0.4em;
}
hr {
  width: 45px;
  height: 1px;
  margin: 0;
  padding: 0;
  color: #225cf9;
  border: 0;
  background-color: #225cf9;
}
em {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: italic;
  color: inherit;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
tr {
  vertical-align: top;
}
a,
.dark_bgrd a {
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.dark_bgrd a:hover {
  text-decoration: none;
}
.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  vertical-align: top;
}
.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  vertical-align: top;
}
.aligncenter {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: top;
}
.wp-caption-text {
  color: #909090;
  font-size: 0.8em;
}
.gallery-item {
  float: left;
  margin: 0 0 0 0;
  padding: 0;
}
.gallery-item a img {
  border: solid 1px;
  margin: 0;
  padding: 0;
}
form.post-password-form input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  outline: unset;
  color: #303030;
  background-color: #f3f3f3;
  border: 0;
}
form.post-password-form input[type="submit"] {
  display: inline-block;
  width: auto;
  padding: 10px 30px;
  color: #fff;
  background-color: #225cf9;
  transition: all 250ms ease-in-out;
  cursor: pointer;
}
form.post-password-form input[type="submit"]:hover {
  color: #fff;
  background-color: #000;
}
#top {
  width: 0;
  height: 0;
}
#link_to_top {
  position: fixed;
  z-index: 10000;
  display: none;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}
#link_to_top_bgrd {
  position: absolute;
  width: 100%;
  height: 100%;
}
#link_to_top a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url(../images/scrollTopLink_bgrd.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
#link_to_top a.dark_bgrd {
  background-image: url(../images/scrollTopLink_bgrd_dark.png);
}
#link_to_top a:hover {
  background-size: 75% 100%;
}
#site_bgrd_image {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#connect_div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  padding: 30px;
  transform: translate3d(-50%,-50%,0);
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
#connect_div input {
  display: block;
  width: 100%;
  padding: 10px;
  background: #efefef;
  border: 0;
}
a#connect {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 25px;
  color: #fff;
  background: #505050;
}
a#connect:hover {
  background: #000;
}
@media screen and (max-width: 580px) {
  #connect_div {
    width: 100%;
    box-shadow: none;
  }
}
#waz_popup_container {
  position: fixed;
  z-index: 10000;
  display: none;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  padding: 50px;
  opacity: 0;
  background: rgba(0,0,0,0.75);
  cursor: pointer;
}
#waz_popup_wrapper {
  position: relative;
  max-width: calc(1460px);
  max-height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  cursor: default;
}
#waz_popup_actions {
  position: sticky;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 30px;
}
#waz_popup_close {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/popup_close.png) no-repeat center center #000;
  background-size: 100%;
}
#waz_popup_close:hover {
  transform: rotate(90deg);
}
#waz_popup_wait {
  z-index: 10;
  height: 400px;
  padding: 0;
  background: url(../images/flexContent/wait_horizontal.gif) no-repeat center center;
}
#waz_popup_content {
  z-index: 10;
  min-height: 400px;
  padding: 0;
  transform: translateY(-30px);
}
#waz_popup_content.error {
  margin-top: 150px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #waz_popup_container {
    min-height: 100%;
    padding: 0 !important;
  }
  #waz_popup_wrapper {
    min-height: 100%;
  }
}
#header_info_col_2 {
  text-align: right;
}
#header_info_complementaires p {
  margin: 0;
  line-height: 1;
}
#header_main_section {
  position: relative;
  z-index: 500;
  background-position: center center;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
}
#header_main_container {
  padding: 0;
}
#header_div {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
#header_logo {
  float: left;
  margin: 0;
}
#header_menu {
  float: right;
  margin: 0;
}
.header_menu > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.header_menu > ul > li > ul {
  display: none;
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  padding-top: 11px;
  text-align: center;
}
.header_menu > ul > li:hover > ul {
  display: block;
}
.header_menu > ul li {
  margin-top: 0;
  margin-bottom: 0;
  transition: all 250ms ease-in-out;
}
.header_menu > ul > li {
  position: relative;
  display: inline-block;
  margin: auto;
  min-height: 0;
  line-height: 100%;
  padding: 0 4px;
  background: none;
}
.header_menu > ul > li > li {
  display: block;
  padding: 0;
}
.header_menu > ul > li > ul > li.current-menu-ancestor a,
.header_menu > ul > li > ul > li.current-menu-item a {
  cursor: default;
}
.header_menu > ul a {
  transition: all 250ms ease-in-out;
}
.header_menu > ul > li a {
  display: block;
  padding: 5px 10px;
}
.header_menu > ul > li > li a {
  display: block;
  width: 100%;
  text-transform: none;
  padding: 5px 10px;
}
#main_menu_burger {
  display: none;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 44px;
  height: 44px;
}
#main_menu_burger a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #225cf9;
  background-image: url(../images/burger.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
#main_menu_burger a:hover {
  transform: rotate(180deg);
}
#burger_content {
  z-index: 10000000;
  display: none;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  text-align: center;
  padding: 30px 0;
  opacity: 0;
}
#burger_content #burger_content_close {
  position: fixed;
  right: 30px;
  top: 30px;
  width: 44px;
  height: 44px;
}
#burger_content #burger_content_close a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/burger_close.png) no-repeat center center;
  background-size: 100%;
}
#burger_content.dark_bgrd #burger_content_close a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/burger_close_dark.png) no-repeat center center;
  background-size: 100%;
}
#burger_content #burger_content_close a:hover {
  transform: rotate(180deg);
}
#burger_content_wrapper {
  width: 100%;
  max-width: 1000px;
  min-height: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
#burger_content_wrapper > ul {
  display: inline-block;
}
#burger_content_wrapper > ul > li {
  display: block;
  width: 100%;
  text-align: center;
}
#burger_content_wrapper > ul > li + li {
  margin-top: 30px;
}
#burger_content.dark_bgrd #burger_content_wrapper > ul > li > a {
  display: inline-block;
  line-height: 1;
  margin-bottom: 30px;
  color: #225cf9;
  font-size: 1.444em;
  font-family: semibold;
}
#burger_content #burger_content_wrapper > ul > li > a:hover,
#burger_content #burger_content_wrapper > ul > li.current-menu-item > a {
  color: #000;
}
#burger_content.dark_bgrd #burger_content_wrapper > ul > li > a:hover,
#burger_content.dark_bgrd #burger_content_wrapper > ul > li.current-menu-item > a {
  color: #fff;
}
#burger_content.dark_bgrd #burger_content_wrapper > ul > li.menu-item-has-children > a:hover {
  color: #225cf9;
  cursor: default;
}
#burger_content_wrapper > ul > li > ul > li {
  display: inline-block;
  margin: 0 10px 10px 10px;
}
#burger_content_wrapper > ul > li > ul > li > a {
  display: inline-block;
  color: #fff;
  font-size: 1em;
  border-bottom: 1px solid transparent;
}
#burger_content_wrapper > ul > li > ul > li > a:hover,
#burger_content_wrapper > ul > li > ul > li.current-menu-item > a {
  color: #225cf9;
  border-bottom: 1px solid #225cf9;
}
@media screen and (max-width: 580px) {
  #header_logo {
    float: right;
  }
  #main_menu_burger {
    left: 30px;
    right: unset;
    top: 30px;
  }
  #burger_content #burger_content_close {
    right: unset;
    left: 30px;
    top: 30px;
  }
}
#fixed_menu_section {
  position: fixed;
  top: -500px;
  left: 0;
  z-index: 10000;
  width: 100%;
  margin: 0;
  opacity: 0;
  background: #fff;
}
#fixed_menu_container {
  padding: 0;
}
#fixed_menu_div {
  position: relative;
}
#fixed_menu_logo {
  float: left;
}
#fixed_menu_menu {
  float: right;
}
#fixed_menu {
  display: inline-block;
}
#fixed_menu_burger {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
#fixed_menu_burger a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/menu_burger_bgrd.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% 80%;
}
#fixed_menu_burger a:hover {
  background-size: 70% 70%;
}
#lang {
  display: inline-block;
  margin-top: -3px;
  margin-left: 15px;
}
#lang span,
#lang a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 38px;
  margin: 0 3px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 40px;
}
#lang span {
  color: #fff;
  background: #4dc1fe;
}
#lang a {
  color: #6a6f72;
  background: unset;
}
#lang a:hover {
  color: #4dc1fe;
}
@media screen and (max-width: 960px) {
  .header_menu > ul > li a:last-child {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  #header_menu {
    display: none;
  }
  #main_menu_burger {
    display: block;
  }
  #fixed_menu {
    display: none;
  }
  #fixed_menu_burger {
    display: block;
  }
}
.section_image_wrapper,
.container_image_wrapper {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section_image,
.container_image {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#page_header.section_bgrd_to_container #page_title h1,
#page_header.section_bgrd_to_container #page_title p {
  padding-left: 30px;
}
#page_header * {
  -webkit-transition-property: opacity, transform, filter, -webkit-filter, -moz-filter, -o-filter, -ms-filter;
  -moz-transition-property: opacity, transform, filter, -webkit-filter, -moz-filter, -o-filter, -ms-filter;
  -o-transition-property: opacity, transform, filter, -webkit-filter, -moz-filter, -o-filter, -ms-filter;
  transition-property: opacity, transform, filter, -webkit-filter, -moz-filter, -o-filter, -ms-filter;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 6000ms;
  -moz-transition-duration: 6000ms;
  -o-transition-duration: 6000ms;
  transition-duration: 6000ms;
}
#page_header_container {
  min-height: 300px;
  padding: 50px 0;
}
#page_title {
  z-index: 1000;
}
#page_title .waz_FE {
  margin-bottom: 0;
}
#contenu {
  position: relative;
  z-index: 10;
  min-height: 600px;
  background-repeat: no-repeat;
}
.dark_bgrd * {
  color: #fff;
}
.dark_bgrd strong {
  color: inherit;
}
.col_dark_bgrd * {
  color: #fff;
}
.col_dark_bgrd strong {
  color: inherit;
}
a.section_anchor {
  display: block;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 ! important;
}
.waz_FE_textArea li,
.waz_FE_bulletedList li,
.dropDownBox_content li {
  margin-left: 0;
  margin-bottom: 10px;
  padding-left: 25px;
  list-style: none;
  background: url(../images/default_li.png) no-repeat 0 7px;
}
.dark_bgrd .waz_FE_textArea li,
.dark_bgrd .waz_FE_bulletedList li,
.dark_bgrd .dropDownBox_content li {
  background-image: url(../images/default_li_dark.png);
}
@media screen and (max-width: 580px) {
  table {
    width: 100% !important;
  }
}
#page_header #page_subnav {
  position: absolute;
  bottom: 0;
  transform: translate(0px,50%);
  width: auto;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
#page_header #page_subnav.sticky {
  position: fixed;
  z-index: 10000;
  top: 0;
  transform: translate(0px,5px);
}
#header_main_section #page_subnav {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#page_subnav.absolute {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#page_subnav.absolute #page_subnav_container {
  border-radius: 0;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
#page_subnav.absolute .waz_page_nav {
  display: block;
  padding: 10px 25px;
}
#page_subnav.absolute .waz_page_nav:first-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 25px;
}
#page_subnav.absolute .waz_page_nav:last-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 25px;
}
#page_subnav.absolute .waz_page_nav + .waz_page_nav {
  border-top: 1px solid #ddd;
}
#page_subnav #page_subnav_container {
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
#page_subnav .waz_page_nav {
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.833em;
  color: #000;
  background-color: #fff;
}
#page_subnav .waz_page_nav.top {
  background-image: url(../images/top.png);
  background-repeat: no-repeat;
  background-position: 17px center;
}
#page_subnav .waz_page_nav.top:hover {
  background-color: #aaa;
}
#page_subnav .waz_page_nav:first-of-type {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 20px;
}
#page_subnav .waz_page_nav:last-of-type {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-right: 20px;
}
#page_subnav .waz_page_nav + .waz_page_nav {
  border-left: 1px solid #ddd;
}
#page_subnav .waz_page_nav:hover,
#page_subnav .waz_page_nav.selected {
  color: #fff;
  background-color: #000;
}
#footer_menu_div li {
  display: inline-block;
}
@media screen and (max-width: 580px) {
  .section_footer * {
    text-align: center !important;
  }
  .section_footer img.alignleft {
    float: none;
    display: inline-block;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
p.recatcha {
  font-size: 0.667em !important;
}
p.recatcha,
p.recatcha a {
  color: rgba(0,0,0,0.5) !important;
}
.fancybox_page #header_section,
.fancybox_page #fixed_menu_section,
.fancybox_page #footer_perso,
.fancybox_page #footer,
.fancybox_page #footer_menu_section {
  display: none;
}
.main {
  position: relative;
}
.main.full_height {
  min-height: 100vh;
}
.main .img_voile {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section_anchor {
  display: block;
}
.container {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 80px 0;
}
.main.dark_bgrd .section_image,
.main.dark_bgrd .container_image {
  background-color: #606060;
}
.main.section_bgrd_to_container .container {
  width: calc(1460px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.main.section_bgrd_to_container .container .row {
  width: 100%;
}
.container.no_padding {
  padding: 0;
}
.container.w80pct {
  width: 1120px;
}
.container.w60pct {
  width: 840px;
}
.container.w50pct {
  width: 700px;
}
.full_width .container,
.container.full_width {
  width: 100%;
}
.row {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  width: 1400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  background-clip: content-box;
}
.row > * {
  float: left;
}
.row:after,
.row:before {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.row.with_bgrd {
  padding: 0 30px;
}
.row.full_width,
.row.full_width_no_margin {
  width: 100%;
  padding: 0;
}
.row.full_width_no_margin .col,
.row.full_width_no_margin.col_with_bgrd .col,
.row.full_width_no_margin.col_with_bgrd .col .col_container {
  padding: 0;
}
.row + .row.full_width_no_margin.with_bgrd .col {
  padding-top: 0;
}
.col {
  position: relative;
  margin: 0;
  padding: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-clip: content-box;
}
.row + .row.with_bgrd .col {
  padding-top: 30px;
}
.row + .row.with_bgrd.col_with_bgrd .col {
  padding-top: 0;
}
.row + .row .col {
  padding-top: 0;
}
.row.col_with_bgrd .col {
  padding: 0 30px;
}
.row.col_with_bgrd .col .col_container {
  padding: 30px;
}
.row .col .col_container {
  background-clip: content-box;
  background-repeat: no-repeat;
}
.row.row_2_col.col_with_bgrd .col1,
.row.row_3_col.col_with_bgrd .col1,
.row.row_4_col.col_with_bgrd .col1 {
  padding-right: 0;
}
.row.row_2_col.col_with_bgrd .col2,
.row.row_3_col.col_with_bgrd .col3,
.row.row_4_col.col_with_bgrd .col4 {
  padding-left: 0;
}
.row.row_3_col.col_with_bgrd .col2,
.row.row_4_col.col_with_bgrd .col2,
.row.row_4_col.col_with_bgrd .col3 {
  padding-left: 0;
  padding-right: 0;
}
.col.no_padding {
  padding: 0;
}
.col.no_content.col_with_bgrd {
  min-height: 400px;
}
.col.col_vertical_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col.col_no_padding {
  padding: 0;
}
.col_bgrd_voile {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-clip: content-box;
}
.row.col_with_bgrd .col_bgrd_voile {
  padding: 0 30px;
}
.row.row_2_col.col_with_bgrd .col1 .col_bgrd_voile,
.row.row_3_col.col_with_bgrd .col1 .col_bgrd_voile,
.row.row_4_col.col_with_bgrd .col1 .col_bgrd_voile {
  padding-right: 0;
}
.row.row_2_col.col_with_bgrd .col2 .col_bgrd_voile,
.row.row_3_col.col_with_bgrd .col3 .col_bgrd_voile,
.row.row_4_col.col_with_bgrd .col4 .col_bgrd_voile {
  padding-left: 0;
}
.row.row_3_col.col_with_bgrd .col2 .col_bgrd_voile,
.row.row_4_col.col_with_bgrd .col2 .col_bgrd_voile,
.row.row_4_col.col_with_bgrd .col3 .col_bgrd_voile {
  padding-left: 0;
  padding-right: 0;
}
.w12u {
  width: 100%;
}
.w9u {
  width: 75%;
}
.w8u {
  width: 66.66%;
}
.w6u {
  width: 50%;
}
.w5u {
  width: 41.66%;
}
.w4u {
  width: 33.33%;
}
.w3u {
  width: 25%;
}
.w2u {
  width: 16.66%;
}
.w0u {
  display: none;
}
@media screen and (max-width: calc(1460px)) {
  .main.section_bgrd_to_container .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .main.section_bgrd_to_container .container .row {
    width: 1400px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .container.w80pct {
    width: 80%;
  }
  .container.w60pct {
    width: 60%;
  }
  .container.w50pct {
    width: 50%;
  }
  .full_width .container,
  .container.full_width {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .container.w80pct,
  .container.w60pct,
  .container.w50pct {
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .x2col.w9u,
  .x2col.w8u,
  .x2col.w6u,
  .x2col.w4u,
  .x2col.w3u {
    width: 100%;
  }
  .full_width .x2col.w9u,
  .full_width .x2col.w8u,
  .full_width .x2col.w6u,
  .full_width .x2col.w4u,
  .full_width .x2col.w3u {
    width: 100%;
  }
  .x3col.w8u,
  .x3col.w6u,
  .x3col.w4u,
  .x3col.w3u,
  .x3col.w2u {
    width: 100%;
  }
  .full_width .x3col.w8u,
  .full_width .x3col.w6u,
  .full_width .x3col.w4u,
  .full_width .x3col.w3u,
  .full_width .x3col.w2u {
    width: 100%;
  }
  .x4col.w3u {
    width: 50%;
  }
  .full_width .x4col.w3u {
    width: 50%;
  }
  .row.row_2_col.col_with_bgrd .col1,
  .row.row_3_col.col_with_bgrd .col1 {
    padding-right: 30px;
  }
  .row.row_2_col.col_with_bgrd .col2,
  .row.row_3_col.col_with_bgrd .col3 {
    padding-left: 30px;
  }
  .row.row_3_col.col_with_bgrd .col2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.row_4_col.col_with_bgrd .col2 {
    padding-left: 0;
    padding-right: 30px;
  }
  .row.row_4_col.col_with_bgrd .col3 {
    padding-left: 30px;
    padding-right: 0;
  }
  .row.row_2_col.col_with_bgrd .col1 .col_bgrd_voile,
  .row.row_3_col.col_with_bgrd .col1 .col_bgrd_voile {
    padding-right: 30px;
  }
  .row.row_2_col.col_with_bgrd .col2 .col_bgrd_voile,
  .row.row_3_col.col_with_bgrd .col3 .col_bgrd_voile {
    padding-left: 30px;
  }
  .row.row_3_col.col_with_bgrd .col2 .col_bgrd_voile {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.row_4_col.col_with_bgrd .col2 .col_bgrd_voile {
    padding-left: 0;
    padding-right: 30px;
  }
  .row.row_4_col.col_with_bgrd .col3 .col_bgrd_voile {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .container,
  .container.w80pct,
  .container.w60pct,
  .container.w50pct {
    width: 100%;
  }
  .col {
    padding: 30px;
  }
  .x2col.w9u,
  .x2col.w8u,
  .x2col.w6u,
  .x2col.w4u,
  .x2col.w3u {
    width: 100%;
  }
  .x3col.w8u,
  .x3col.w6u,
  .x3col.w4u,
  .x3col.w3u,
  .x3col.w2u {
    width: 100%;
  }
  .x4col.w3u {
    width: 100%;
  }
  .full_width .x4col.w3u {
    width: 100%;
  }
  #page_header.section_bgrd_to_container #page_title h1,
  #page_header.section_bgrd_to_container #page_title p {
    padding-left: 0;
  }
  .row.with_bgrd,
  .row.col_with_bgrd .col,
  .row.row_1_col.col_with_bgrd .col1,
  .row.row_2_col.col_with_bgrd .col1,
  .row.row_2_col.col_with_bgrd .col2,
  .row.row_3_col.col_with_bgrd .col1,
  .row.row_3_col.col_with_bgrd .col2,
  .row.row_3_col.col_with_bgrd .col3,
  .row.row_4_col.col_with_bgrd .col1,
  .row.row_4_col.col_with_bgrd .col2,
  .row.row_4_col.col_with_bgrd .col3,
  .row.row_4_col.col_with_bgrd .col4 {
    padding: 0;
  }
  .row.col_with_bgrd .col .col_bgrd_voile,
  .row.row_1_col.col_with_bgrd .col1 .col_bgrd_voile,
  .row.row_2_col.col_with_bgrd .col1 .col_bgrd_voile,
  .row.row_2_col.col_with_bgrd .col2 .col_bgrd_voile,
  .row.row_3_col.col_with_bgrd .col1 .col_bgrd_voile,
  .row.row_3_col.col_with_bgrd .col2 .col_bgrd_voile,
  .row.row_3_col.col_with_bgrd .col3 .col_bgrd_voile,
  .row.row_4_col.col_with_bgrd .col1 .col_bgrd_voile,
  .row.row_4_col.col_with_bgrd .col2 .col_bgrd_voile,
  .row.row_4_col.col_with_bgrd .col3 .col_bgrd_voile,
  .row.row_4_col.col_with_bgrd .col4 .col_bgrd_voile {
    padding: 0;
  }
}
#header_logo {
  margin: 20px 0;
}
#fixed_menu_section {
  background-color: #e02825;
}
#fixed_menu > li > a {
  color: #ffffff;
}
#fixed_menu > li > a:hover {
  color: #000000;
}
#fixed_menu li ul {
  padding-top: 20px;
}
#fixed_menu_logo img {
  width: auto;
  height: 50px;
}
#fixed_menu_menu {
  padding: 20px 0 0 0;
}
.header_menu > ul > li {
  padding: 0 20px;
}
.header_menu > ul > li > a {
  padding: 5px 0 11px 0;
  font-size: 1.2em;
  color: #000000;
  text-transform: uppercase;
  background: none;
}
.header_menu > ul > li:hover > a,
.header_menu > ul > li > a:hover,
.header_menu > ul > li.current-menu-ancestor > a,
.header_menu > ul > li.current-menu-item > a {
  color: #e20019;
}
.header_menu > ul > li > ul > li a {
  font-size: 1em;
  color: #ffffff;
  text-transform: none;
  background: #e20019;
}
.header_menu > ul > li > ul > li a:hover,
.header_menu > ul > li > ul > li.current-menu-ancestor a,
.header_menu > ul > li > ul > li.current-menu-item a {
  color: #ffffff;
  background: #000000;
}
#page_header_section_voile {
  background: linear-gradient(180deg,rgba(0,0,0,0.5) 100%,rgba(0,0,0,0) 100%);
}
@font-face {
  font-family: "bold";
  src: url("https://enosis-sante.fr/wp-content/uploads/2023/02/Alexandria-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "semibold";
  src: url("https://enosis-sante.fr/wp-content/uploads/2023/02/Alexandria-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "regular";
  src: url("https://enosis-sante.fr/wp-content/uploads/2023/02/Alexandria-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "light";
  src: url("https://enosis-sante.fr/wp-content/uploads/2023/02/Alexandria-ExtraLight.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
p {
  font-family: regular;
  font-size: 1em;
  color: #666666;
  margin-bottom: 10px;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 150%;
}
p strong,
strong p {
  font-family: bold;
}
h3 {
  margin-bottom: 15px;
  font-family: semibold;
  font-size: 1.3em;
  line-height: 130%;
  text-transform: none;
  color: #225cf9;
  letter-spacing: 1px;
}
.dark_bgrd h3,
.col_dark_bgrd h3 {
  color: #ffffff;
}
h3 strong,
strong h3 {
  font-family: bold;
}
li,
td {
  font-family: regular;
  font-size: 1em;
  color: #666666;
  margin-bottom: 10px;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 150%;
}
li strong,
strong li,
td strong,
strong td {
  font-family: bold;
}
input,
textarea,
select {
  font-family: regular;
  font-size: 1em;
  color: #666666;
  letter-spacing: 0px;
}
a {
  font-family: regular;
  color: #225cf9;
}
a:hover {
  color: #666666;
}
.color_black,
.dark_bgrd .color_black {
  color: #000;
  font-size: inherit;
}
.color_white,
.dark_bgrd .color_white {
  color: #fff;
  font-size: inherit;
}
.color1,
.dark_bgrd .color1,
.color1 em,
.dark_bgrd .color1 em {
  color: #225cf9;
  font-size: inherit;
}
.color2,
.dark_bgrd .color2,
.color2 em,
.dark_bgrd .color2 em {
  color: #f1a73c;
  font-size: inherit;
}
.color3,
.dark_bgrd .color3,
.color3 em,
.dark_bgrd .color3 em {
  color: #f3f3f3;
  font-size: inherit;
}
#waz_popup_container {
  background-color: rgba(34,92,249,0.85);
}
body::-webkit-scrollbar,
#waz_popup_wrapper::-webkit-scrollbar {
  width: 15px;
}
body::-webkit-scrollbar-track,
#waz_popup_wrapper::-webkit-scrollbar-track {
  background: #000000;
}
body::-webkit-scrollbar-thumb,
#waz_popup_wrapper::-webkit-scrollbar-thumb {
  background-color: #a7bdf9;
  border: 5px solid #000000;
  border-radius: 20px;
}
html,
body,
#waz_popup_wrapper {
  scrollbar-width: thin;
  scrollbar-color: #a7bdf9 #000000;
}
#waz_popup_container {
  padding: 50px 50px 50px 65px;
}
#link_to_top a {
  background-color: #225cf9;
}
.waz_FE {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
.waz_FE:last-child {
  margin-bottom: 0;
}
.waz_FE_title.waz_FE_title_center {
  text-align: center;
}
.waz_FE_title.waz_FE_title_center span.filet {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.waz_FE_title.waz_FE_title_right {
  text-align: right;
}
.waz_FE_title span.filet {
  display: none;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .waz_FE_title.reduced_width {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.title_3233 h1,
h1.title_3233 {
  font-family: regular;
  font-size: 2.2em;
  line-height: 130%;
  text-transform: none;
  color: #225cf9;
}
.dark_bgrd .title_3233 h1,
.col_dark_bgrd  .title_3233 h1,
.dark_bgrd h1.title_3233,
.col_dark_bgrd  h1.title_3233 {
  color: #ffffff;
}
.title_3233 h1 strong,
h1.title_3233 strong {
  font-family: bold;
}
.title_3232 h2,
h2.title_3232 {
  margin-bottom: 40px;
  font-family: regular;
  font-size: 1.8em;
  line-height: 130%;
  text-transform: none;
  color: #225cf9;
}
.dark_bgrd .title_3232 h2,
.col_dark_bgrd  .title_3232 h2,
.dark_bgrd h2.title_3232,
.col_dark_bgrd  h2.title_3232 {
  color: #ffffff;
}
.title_3232 h2 strong,
h2.title_3232 strong {
  font-family: bold;
}
.title_3207 h3,
h3.title_3207 {
  margin-bottom: 15px;
  font-family: semibold;
  font-size: 1.3em;
  line-height: 130%;
  text-transform: none;
  color: #225cf9;
  letter-spacing: 1px;
}
.dark_bgrd .title_3207 h3,
.col_dark_bgrd  .title_3207 h3,
.dark_bgrd h3.title_3207,
.col_dark_bgrd  h3.title_3207 {
  color: #ffffff;
}
.title_3207 h3 strong,
h3.title_3207 strong {
  font-family: bold;
}
.title_3197 h2,
h2.title_3197 {
  margin-bottom: 40px;
  font-family: semibold;
  font-size: 2.2em;
  text-transform: uppercase;
  color: #225cf9;
}
.dark_bgrd .title_3197 h2,
.col_dark_bgrd  .title_3197 h2,
.dark_bgrd h2.title_3197,
.col_dark_bgrd  h2.title_3197 {
  color: #ffffff;
}
.title_3197 h2 strong,
h2.title_3197 strong {
  font-family: semibold;
}
.title_3068 h3,
h3.title_3068 {
  font-family: semibold;
  font-size: 1.3em;
  text-transform: uppercase;
  color: #225cf9;
  letter-spacing: 1px;
}
.dark_bgrd .title_3068 h3,
.col_dark_bgrd  .title_3068 h3,
.dark_bgrd h3.title_3068,
.col_dark_bgrd  h3.title_3068 {
  color: #ffffff;
}
.title_3068 h3 strong,
h3.title_3068 strong {
  font-family: bold;
}
.title_3035 h1,
h1.title_3035 {
  font-family: regular;
  font-size: 2.2em;
  line-height: 130%;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1px;
}
.dark_bgrd .title_3035 h1,
.col_dark_bgrd  .title_3035 h1,
.dark_bgrd h1.title_3035,
.col_dark_bgrd  h1.title_3035 {
  color: #ffffff;
}
.title_3035 h1 strong,
h1.title_3035 strong {
  font-family: regular;
}
.waz_FE_textArea {
  margin-left: auto;
  margin-right: auto;
  column-gap: 30px;
  border-style: solid;
  border-width: 0;
}
.waz_FE_textArea.textArea_bgrd {
  padding: 20px;
}
.waz_FE_textArea.textArea_2_cols {
  column-count: 2;
}
.waz_FE_textArea.textArea_3_cols {
  column-count: 3;
}
.waz_FE_textArea.textArea_4_cols {
  column-count: 4;
}
.waz_FE_textArea.textArea_5_cols {
  column-count: 5;
}
.waz_FE_textArea.textArea_2_cols p,
.waz_FE_textArea.textArea_3_cols p,
.waz_FE_textArea.textArea_4_cols p,
.waz_FE_textArea.textArea_5_cols p {
  margin-top: 0;
}
.waz_FE_textArea.left.w80,
.waz_FE_textArea.left.w60,
.waz_FE_textArea.left.w50 {
  margin-left: 0 !important;
}
.waz_FE_textArea.center.w80,
.waz_FE_textArea.center.w60,
.waz_FE_textArea.center.w50 {
  margin-left: auto !important;
  margin-right: auto !important;
}
.waz_FE_textArea.right.w80 {
  margin-left: 20% !important;
  margin-right: 0 !important;
}
.waz_FE_textArea.right.w60 {
  margin-left: 40% !important;
  margin-right: 0 !important;
}
.waz_FE_textArea.right.w50 {
  margin-left: 50% !important;
  margin-right: 0 !important;
}
.waz_FE_textArea.w80 {
  width: 80%;
}
.waz_FE_textArea.w60 {
  width: 60%;
}
.waz_FE_textArea.w50 {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .waz_FE_textArea.textArea_5_cols {
    column-count: 4;
  }
}
@media screen and (max-width: 1024px) {
  .waz_FE_textArea.w100,
  .waz_FE_textArea.w80,
  .waz_FE_textArea.w60,
  .waz_FE_textArea.w50 {
    width: 100%;
  }
  .waz_FE_textArea.textArea_3_cols {
    column-count: 2;
  }
  .waz_FE_textArea.textArea_4_cols {
    column-count: 3;
  }
}
@media screen and (max-width: 900px) {
  .waz_FE_textArea.w100,
  .waz_FE_textArea.w80,
  .waz_FE_textArea.w60,
  .waz_FE_textArea.w50 {
    width: 100%;
  }
  .waz_FE_textArea.textArea_4_cols {
    column-count: 2;
  }
  .waz_FE_textArea.textArea_5_cols {
    column-count: 3;
  }
}
@media screen and (max-width: 780px) {
  .waz_FE_textArea.textArea_2_cols,
  .waz_FE_textArea.textArea_3_cols,
  .waz_FE_textArea.textArea_4_cols,
  .waz_FE_textArea.textArea_5_cols {
    column-count: 2;
  }
  .w6u .waz_FE_textArea.textArea_2_cols,
  .w6u .waz_FE_textArea.textArea_3_cols,
  .w6u .waz_FE_textArea.textArea_4_cols,
  .w6u .waz_FE_textArea.textArea_5_cols {
    column-count: 1;
  }
}
@media screen and (max-width: 650px) {
  .waz_FE_textArea.w100,
  .waz_FE_textArea.w80,
  .waz_FE_textArea.w60,
  .waz_FE_textArea.w50 {
    width: 100%;
  }
  .waz_FE_textArea.textArea_2_cols,
  .waz_FE_textArea.textArea_3_cols,
  .waz_FE_textArea.textArea_4_cols,
  .waz_FE_textArea.textArea_5_cols {
    column-count: 1 !important;
  }
  .waz_FE_textArea {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.button_container_left {
  text-align: left;
}
.button_container_left .waz_FE_button {
  margin-left: 0 !important;
}
.button_container_center {
  text-align: center;
}
.button_container_right {
  text-align: right;
}
.button_container_right .waz_FE_button {
  margin-right: 0 !important;
}
.button_container.button_1 a {
  margin: 0 !important;
}
.waz_FE_button {
  display: inline-block;
}
.button_full_width .waz_FE_button {
  display: block;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 ! important;
}
.waz_FE_button,
.dark_bgrd .waz_FE_button,
a.waz_FE_button,
.dark_bgrd a.waz_FE_button {
  padding: 10px 20px;
  cursor: default;
  background-repeat: no-repeat;
}
a.waz_FE_button:hover,
.dark_bgrd a.waz_FE_button:hover {
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .waz_FE_button {
    display: block;
    margin: 0 auto 20px auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
  }
}
.waz_FE_button.button_3237,
.dark_bgrd .waz_FE_button.button_3237 a.waz_FE_button.button_3237,
.dark_bgrd a.waz_FE_button.button_3237,
.col_dark_bgrd .waz_FE_button.button_3237 a.waz_FE_button.button_3237,
.col_dark_bgrd a.waz_FE_button.button_3237 {
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  text-align: center;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  background-color: #225cf9;
  border-radius: 50px;
}
a.waz_FE_button.button_3237:hover,
.dark_bgrd a.waz_FE_button.button_3237:hover,
.col_dark_bgrd a.waz_FE_button.button_3237:hover {
  background-color: #1b36c1;
}
.waz_FE_button.button_3183,
.dark_bgrd .waz_FE_button.button_3183 a.waz_FE_button.button_3183,
.dark_bgrd a.waz_FE_button.button_3183,
.col_dark_bgrd .waz_FE_button.button_3183 a.waz_FE_button.button_3183,
.col_dark_bgrd a.waz_FE_button.button_3183 {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-align: center;
  color: #225cf9;
  background-color: #ffffff;
  border-radius: 50px;
}
a.waz_FE_button.button_3183:hover,
.dark_bgrd a.waz_FE_button.button_3183:hover,
.col_dark_bgrd a.waz_FE_button.button_3183:hover {
  color: #225cf9;
  background-color: #ffffff;
}
.waz_FE_button.button_3177,
.dark_bgrd .waz_FE_button.button_3177 a.waz_FE_button.button_3177,
.dark_bgrd a.waz_FE_button.button_3177,
.col_dark_bgrd .waz_FE_button.button_3177 a.waz_FE_button.button_3177,
.col_dark_bgrd a.waz_FE_button.button_3177 {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-align: center;
  color: #ffffff;
  background-color: #225cf9;
  border-radius: 50px;
}
a.waz_FE_button.button_3177:hover,
.dark_bgrd a.waz_FE_button.button_3177:hover,
.col_dark_bgrd a.waz_FE_button.button_3177:hover {
  background-color: #1b36c1;
}
.waz_FE_image {
  transition: all 500ms ease-in-out;
}
.waz_FE_image::after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: " ";
}
.waz_FE_image .img_container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  transition: all 500ms ease-in-out;
}
.waz_FE_image.image_center .img_container {
  float: left;
  left: 50%;
  transform: translateX(-50%);
}
.waz_FE_image.image_left .img_container {
  float: left;
}
.waz_FE_image.image_right .img_container {
  float: right;
}
.waz_FE_image .img_image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 100%;
  padding-top: 100%;
  transition: all 500ms ease-in-out;
}
.waz_FE_image.image_16_9 .img_image {
  padding-top: calc(56.25%);
}
.waz_FE_image.image_4_3 .img_image {
  padding-top: calc(75%);
}
.waz_FE_image.image_3_2 .img_image {
  padding-top: calc(66.666666666667%);
}
.waz_FE_image.image_1_1 .img_image {
  padding-top: 100%;
}
.waz_FE_image.image_2_3 .img_image {
  padding-top: calc(150%);
}
.waz_FE_image.image_3_4 .img_image {
  padding-top: calc(133.33333333333%);
}
.waz_FE_image.image_9_16 .img_image {
  padding-top: calc(177.77777777778%);
}
.waz_FE_image .img_image .img_image_src {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.waz_FE_image .img_voile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 500ms ease-in-out;
}
.waz_FE_image .img_legend {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  transition: all 500ms ease-in-out;
}
.waz_FE_image .img_legend.img_legend_hide {
  display: none;
}
.waz_FE_image.waz_FE_image_legend_hover .img_legend {
  opacity: 1;
}
.waz_FE_image .img_container:hover .img_legend {
  opacity: 1;
}
.waz_FE_image.waz_FE_image_legend_hover .img_container:hover .img_legend {
  opacity: 0 !important;
}
.waz_FE_image .img_legend .img_legend_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 10px;
  text-align: center;
  transform: translate(-50%,-50%);
}
.img_legend .img_legend_content h1,
.img_legend .img_legend_content h2,
.img_legend .img_legend_content h3,
.img_legend .img_legend_content p,
.img_legend .img_legend_content li {
  color: #fff;
}
.waz_FE_image .img_image_on {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 500ms ease-in-out;
}
.waz_FE_image .img_legend_hover {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  transition: all 500ms ease-in-out;
}
.waz_FE_image .img_container:hover .img_legend_hover {
  opacity: 1;
}
.waz_FE_image .img_legend_hover .img_legend_hover_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 10px;
  text-align: center;
  transform: translate(-50%,-50%);
}
.image_3217 .img_container {
  filter: drop-shadow(0 0 0 rgba(0,0,0,0.5));
}
.image_3217 .img_container:hover {
  filter: drop-shadow(0px 0px 12px rgba(0,0,0,0.5));
}
.image_3217 .img_image {
  transform: scale(1);
}
.image_3217 .img_container:hover .img_image {
  transform: scale(1.1);
}
.image_3217 .img_container:hover .img_legend {
  opacity: 1;
}
.waz_FE_mozaic {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.waz_FE_mozaic_voile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.waz_FE_mozaic_element {
  position: relative;
  text-align: center;
  transition: all 500ms ease-in-out;
  cursor: default;
  overflow: hidden;
}
.waz_FE_mozaic_element_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 500ms ease-in-out;
}
.waz_FE_mozaic_element:hover .waz_FE_mozaic_element_image {
  transform: scale(1.05);
}
.waz_FE_mozaic_element_voile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
.waz_FE_mozaic_element:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.waz_FE_mozaic_1_elt .waz_FE_mozaic_element {
  width: 100%;
}
.waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
  width: 50%;
}
.waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
  width: calc(33.333333333333%);
}
.waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
  width: 25%;
}
.waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
  width: 20%;
}
.waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
  width: calc(16.666666666667%);
}
.waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
  width: calc(14.285714285714%);
}
.waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
  width: 12.5%;
}
.waz_FE_mozaic_element .mozaic_title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  opacity: 1;
  transition: all 500ms ease-in-out;
}
.waz_FE_mozaic_element .mozaic_icone {
  margin-bottom: 25px;
}
.waz_FE_mozaic_element .mozaic_description {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  transition: all 500ms ease-in-out;
}
.waz_FE_mozaic_element.with_content:hover .mozaic_title {
  opacity: 0;
}
.waz_FE_mozaic_element.with_content:hover .mozaic_description {
  opacity: 1;
}
.waz_FE_mozaic.mozaic_no_hover .waz_FE_mozaic_element.with_content:hover .mozaic_title {
  opacity: 1;
}
.waz_FE_mozaic.mozaic_no_hover .waz_FE_mozaic_element.with_content:hover .mozaic_description {
  opacity: 0;
}
.waz_FE_mozaic .waz_FE_mozaic_element.no_description:hover .mozaic_title {
  opacity: 1;
}
.waz_FE_mozaic .waz_FE_mozaic_element.no_description:hover .mozaic_description {
  opacity: 0;
}
.waz_FE_mozaic .waz_FE_mozaic_element_link {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .full_width .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .full_width .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .full_width .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(20%);
  }
  .full_width .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(20%);
  }
  .full_width .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(16.666666666667%);
  }
  .full_width .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(16.666666666667%);
  }
}
@media screen and (max-width: 1450px) {
  .full_width .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .full_width .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .full_width .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .full_width .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .full_width .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(16.666666666667%);
  }
  .full_width .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(16.666666666667%);
  }
}
@media screen and (max-width: 1300px) {
  .full_width .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .full_width .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .full_width .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .full_width .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .full_width .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(20%);
  }
  .full_width .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(20%);
  }
}
@media screen and (max-width: 1150px) {
  .full_width .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .full_width .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .full_width .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .full_width .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .full_width .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
}
@media screen and (max-width: 1000px) {
  .full_width .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .full_width .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .full_width .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .full_width .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
}
@media screen and (max-width: 800px) {
  .full_width .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
}
@media screen and (max-width: 660px) {
  .full_width .waz_FE_mozaic_2_elt .waz_FE_mozaic_element,
  .full_width .waz_FE_mozaic_3_elt .waz_FE_mozaic_element,
  .full_width .waz_FE_mozaic_4_elt .waz_FE_mozaic_element,
  .full_width .waz_FE_mozaic_5_elt .waz_FE_mozaic_element,
  .full_width .waz_FE_mozaic_6_elt .waz_FE_mozaic_element,
  .full_width .waz_FE_mozaic_7_elt .waz_FE_mozaic_element,
  .full_width .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: 100%;
  }
}
@media screen and (max-width: calc(1325px)) {
  .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(16.666666666667%);
  }
  .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(16.666666666667%);
  }
}
@media screen and (max-width: calc(1250px)) {
  .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(20%);
  }
  .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(20%);
  }
}
@media screen and (max-width: calc(1175px)) {
  .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
}
@media screen and (max-width: calc(1100px)) {
  .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
}
@media screen and (max-width: calc(1025px)) {
  .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
}
@media screen and (max-width: calc(950px)) {
  .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
}
@media screen and (max-width: 580px) {
  .waz_FE_mozaic_2_elt .waz_FE_mozaic_element,
  .waz_FE_mozaic_3_elt .waz_FE_mozaic_element,
  .waz_FE_mozaic_4_elt .waz_FE_mozaic_element,
  .waz_FE_mozaic_5_elt .waz_FE_mozaic_element,
  .waz_FE_mozaic_6_elt .waz_FE_mozaic_element,
  .waz_FE_mozaic_7_elt .waz_FE_mozaic_element,
  .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: 100%;
  }
  .waz_FE_mozaic_element .mozaic_description,
  .waz_FE_mozaic_element .mozaic_description {
    padding: 10px;
  }
}
.mozaic_3248 {
  background-color: #225cf9;
}
.mozaic_3248 .waz_FE_mozaic_element {
  padding: 30px 10px;
}
.mozaic_3248 .waz_FE_mozaic_element .mozaic_title h3 {
  margin: 0 0 30px 0;
  font-family: semibold;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
.mozaic_3248 .waz_FE_mozaic_element .mozaic_title p,
.mozaic_3248 .waz_FE_mozaic_element .mozaic_description p {
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.mozaic_3146 .waz_FE_mozaic_element {
  padding: 0 20px;
}
.mozaic_3146 .waz_FE_mozaic_element .mozaic_title h3 {
  margin: 0 0 20px 0;
  font-family: bold;
  font-size: 2.2em;
  text-align: center;
  color: #225cf9;
}
.mozaic_3146 .waz_FE_mozaic_element .mozaic_title p,
.mozaic_3146 .waz_FE_mozaic_element .mozaic_description p {
  margin: 0;
  text-align: center;
}
.mozaic_3105 {
  background-color: #225cf9;
}
.mozaic_3105 .waz_FE_mozaic_element {
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,0.4);
}
.mozaic_3105 .waz_FE_mozaic_element .mozaic_title h3 {
  margin: 0;
  text-align: center;
  color: #ffffff;
  line-height: 150%;
}
.mozaic_3105 .waz_FE_mozaic_element .mozaic_title p,
.mozaic_3105 .waz_FE_mozaic_element .mozaic_description p {
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.waz_FE_portfolio {
  width: calc(100% + 20px);
  margin-left: -10px;
  text-align: center;
}
.waz_FE_portfolio_box {
  position: relative;
  display: inline-block;
  width: 10%;
  padding: 10px;
}
.waz_FE_portfolio_1_img .waz_FE_portfolio_box {
  width: 100%;
}
.waz_FE_portfolio_2_img .waz_FE_portfolio_box {
  width: 50%;
}
.waz_FE_portfolio_3_img .waz_FE_portfolio_box {
  width: 33.33%;
}
.waz_FE_portfolio_4_img .waz_FE_portfolio_box {
  width: 25%;
}
.waz_FE_portfolio_5_img .waz_FE_portfolio_box {
  width: 20%;
}
.waz_FE_portfolio_6_img .waz_FE_portfolio_box {
  width: 16.66%;
}
.waz_FE_portfolio_7_img .waz_FE_portfolio_box {
  width: 14.28%;
}
.waz_FE_portfolio_8_img .waz_FE_portfolio_box {
  width: 12.5%;
}
.waz_FE_portfolio_9_img .waz_FE_portfolio_box {
  width: 11.11%;
}
.waz_FE_portfolio_10_img .waz_FE_portfolio_box {
  width: 10%;
}
.waz_FE_portfolio_image_container {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
.waz_FE_portfolio_image_padding {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.waz_FE_portfolio_image_effect {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.waz_FE_portfolio_image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 250ms ease-in-out;
}
.waz_FE_portfolio_voile {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 250ms ease-in-out;
}
.waz_FE_portfolio_legend {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(0,0,0,0);
  transition: all 250ms ease-in-out;
}
.waz_FE_portfolio .waz_FE_portfolio_image_container:hover .waz_FE_portfolio_legend {
  background: rgba(0,0,0,0.5);
}
.waz_FE_portfolio .waz_FE_portfolio_legend p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: rgba(255,255,255,0);
}
.waz_FE_portfolio .waz_FE_portfolio_image_container:hover .waz_FE_portfolio_legend p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #ffffff;
  transition: all 250ms ease-in-out;
}
@media screen and (max-width: 740px) {
  .waz_FE_portfolio_4_img .waz_FE_portfolio_box {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .waz_FE_portfolio_3_img .waz_FE_portfolio_box,
  .waz_FE_portfolio_4_img .waz_FE_portfolio_box,
  .waz_FE_portfolio_5_img .waz_FE_portfolio_box {
    width: 100%;
  }
  .waz_FE_portfolio_6_img .waz_FE_portfolio_box,
  .waz_FE_portfolio_9_img .waz_FE_portfolio_box {
    width: 33%;
  }
  .waz_FE_portfolio_7_img .waz_FE_portfolio_box,
  .waz_FE_portfolio_8_img .waz_FE_portfolio_box,
  .waz_FE_portfolio_10_img .waz_FE_portfolio_box {
    width: 50%;
  }
}
.portfolio_3243 {
  border-radius: 0px;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.portfolio_3243 .waz_FE_portfolio_box {
  padding: 10px;
}
.portfolio_3243 .waz_FE_portfolio_image_container {
  padding-top: 75%;
}
.portfolio_3243 .waz_FE_portfolio_image_padding {
  padding: 0px;
  border-radius: 5px;
}
.bxslider * {
  transition: unset;
}
.bx_slider_container {
  height: 250px;
  overflow: hidden;
  opacity: 0;
}
.galery_normal .bx-wrapper,
.galery_normal .bx-viewport,
.galery_normal .galery_image,
.galery_normal .bx_slider_image_container {
  width: 100% !important;
}
.bx-wrapper {
  position: relative;
  max-width: 100% !important;
  margin-bottom: 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  overflow: hidden;
  border: 0;
}
.bxslider {
  margin: 0;
  padding: 0;
  -webkit-perspective: 1000;
  width: 100%;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  -webkit-transform: translateZ(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 30px;
  width: 100%;
  max-width: 100% ! important;
}
.waz_FE_galery_1_images .bx-controls {
  display: none;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  border: 2px solid #000;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
  border: 2px solid #fff;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  width: auto !important;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-prev {
  left: 20px;
  background: url('bx_slider_images/prev.png') no-repeat;
}
.bx-wrapper .bx-next {
  right: 20px;
  background: url('bx_slider_images/next.png') no-repeat;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  outline: 0;
  width: 13px;
  height: 36px;
  text-indent: -9999px;
  z-index: 9999;
  background-size: 13px 36px;
  background-position: center center;
}
.bx-wrapper .bx-controls-direction a:hover {
  background-size: 13px 20px;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.waz_FE_galery_wait {
  width: 100%;
  height: 80px;
  background-image: url(bx_slider_images/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  background-color: #efefef;
}
.galery_image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.galery_link {
  display: block;
  width: 100%;
  height: 100%;
}
.bx_slider_legend {
  position: absolute;
  top: 0;
  width: 100% !important;
  padding: 20px 20px 10px 20px;
  text-align: center;
  background-color: rgba(0,0,0,0.75);
}
.bx_slider_legend p {
  color: #fff;
}
.bx_slider_thumbnail {
  margin-top: 10px;
  text-align: center;
}
.bx_slider_thumbnail a {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 100px;
  height: 70px;
  opacity: 0.5;
  background-size: cover;
  background-position: center center;
}
.bx_slider_thumbnail a:hover,
.bx_slider_thumbnail a.galery_thumbnail_selected {
  opacity: 1;
}
.galery_thumbnail_left a:first-child {
  margin-left: 0 !important;
}
.galery_thumbnail_right a:last-child {
  margin-right: 0 !important;
}
.bx_slider_thumbnail a .thumbnail_image_hover {
  display: none;
}
.waz_FE_postList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.waz_FE_postList.postList_no_margin {
  padding: 0 15px;
}
.full_width .waz_FE_postList.postList_no_margin {
  padding: 0;
}
.postList_item {
  position: relative;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  background-size: cover;
  background-position-x: center;
  transition: all 250ms ease-in-out;
}
.postList_item a {
  display: block;
  height: 100%;
}
.postList_no_margin .postList_item {
  margin: 0;
}
.postList_1_item {
  width: 100%;
}
.postList_2_item {
  width: calc(50% - (30px));
  margin-bottom: 60px;
}
.postList_no_margin .postList_2_item {
  width: 50%;
}
.postList_3_item {
  width: calc(33.33% - (30px));
  margin-bottom: 45px;
}
.postList_no_margin .postList_3_item {
  width: 33.33%;
}
.postList_4_item {
  width: calc(25% - (30px));
  margin-bottom: 40px;
}
.postList_no_margin .postList_4_item {
  width: 25%;
}
.postList_5_item {
  width: calc(20% - (30px));
  margin-bottom: 37.5px;
}
.postList_no_margin .postList_5_item {
  width: 20%;
}
.postList_6_item {
  width: calc(16.66% - (30px));
  margin-bottom: 36px;
}
.postList_no_margin .postList_6_item {
  width: 16.66%;
}
.postList_item_content_container {
  transition: all 250ms ease-in-out;
}
.postList_item_content {
  margin: auto;
}
.postList_item_content_container_before {
  display: none;
}
.postList_item_content_container_after {
  padding: 1em 0 0 0;
}
.postList_item_image_container {
  position: relative;
  overflow: hidden;
  padding-top: 66.66%;
}
.postList_item_image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 250ms ease-in-out;
}
.postList_item_image_img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3D(-50%,-50%,0);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postList_item_image_voile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 250ms ease-in-out;
}
.postList_item  .waz_FE_button {
  cursor: pointer;
}
.postList_item_end {
  clear: both;
}
.postList_item_hack {
  display: block !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: unset !important;
  border: 0 !important;
  box-shadow: unset !important;
}
.postList_item .title,
.postList_item .subtitle,
.postList_item .description {
  transition: all 250ms ease-in-out;
}
.postList_text .postList_item_content_container_after {
  padding: 0;
}
.postList_image .postList_item_content_container_after {
  display: none;
}
.postList_top_text .postList_item_content_container_before {
  display: block;
  padding: 0 0 1em 0;
}
.postList_top_text .postList_item_content_container_after {
  display: none;
}
.postList_left_text .postList_item_content_container_before {
  display: block;
  float: left;
  width: 50%;
  padding: 0 1em 0 0;
}
.postList_left_text .postList_item_image {
  float: right;
  width: 50%;
}
.postList_left_text .postList_item_content_container_after {
  display: none;
}
.postList_right_text .postList_item_content_container_before {
  display: block;
  float: right;
  width: 50%;
  padding: 0 0 0 1em;
}
.postList_right_text .postList_item_image {
  float: left;
  width: 50%;
}
.postList_right_text .postList_item_content_container_after {
  display: none;
}
.postList_text_on_image .postList_item_content_container_after,
.postList_text_on_image_show_hover .postList_item_content_container_after,
.postList_text_on_image_hide_hover .postList_item_content_container_after {
  background: rgba(0,0,0,0.6);
}
.postList_text_on_image .postList_item_content_container_after *,
.postList_text_on_image_show_hover .postList_item_content_container_after *,
.postList_text_on_image_hide_hover .postList_item_content_container_after * {
  color: #fff;
}
.postList_text_on_image .postList_item_content_container_after {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1em;
  text-align: center;
}
.postList_text_on_image_show_hover .postList_item_content_container_after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1em;
  text-align: center;
  transition: all 250ms ease-in-out;
}
.postList_text_on_image_show_hover .postList_item:hover .postList_item_content_container_after {
  opacity: 1;
}
.postList_text_on_image_hide_hover .postList_item_content_container_after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1em;
  text-align: center;
  transition: all 250ms ease-in-out;
}
.postList_text_on_image_hide_hover .postList_item:hover .postList_item_content_container_after {
  opacity: 0;
}
.waz_FE_postList.postList_masonery {
  display: block;
}
.waz_FE_postList.postList_masonery .waz_FE_postList_masonery_wrapper {
  width: 100%;
}
.waz_FE_postList.postList_masonery.postList_masonery_masonery .postList_item_image_container {
  padding-top: 0 !important;
}
.waz_FE_postList.postList_masonery.postList_masonery_masonery .postList_item_image {
  position: static;
}
.waz_FE_postList.postList_masonery.postList_masonery_masonery .postList_item_image_img {
  position: static;
  transform: unset;
}
.waz_FE_postList.postList_masonery .postList_item {
  box-sizing: border-box;
  height: auto;
  padding: 0 10px 20px 10px;
}
.waz_FE_postList.postList_masonery .postList_item.postList_6_item {
  width: calc(16.666666666667%);
}
.waz_FE_postList.postList_masonery .postList_item.postList_6_item:nth-child(6n + 1) {
  padding-left: 0;
  padding-right: 10px;
}
.waz_FE_postList.postList_masonery .postList_item.postList_6_item:nth-child(6n) {
  padding-left: 10px;
  padding-right: 0;
}
@media screen and (max-width: 1300px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_6_item {
    width: calc(20%);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(5n + 1) {
    padding-left: 0;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(5n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_6_item {
    width: calc(25%);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(4n + 1) {
    padding-left: 0;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(4n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_6_item {
    width: calc(33.333333333333%);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(3n + 1) {
    padding-left: 0;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(3n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_6_item {
    width: calc(50%);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(2n + 1) {
    padding-left: 0;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(2n) {
    padding-right: 0;
  }
}
.waz_FE_postList.postList_masonery .postList_item.postList_5_item {
  width: calc(20%);
}
.waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(5n + 1) {
  padding-left: 0;
  padding-right: 10px;
}
.waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(5n) {
  padding-left: 10px;
  padding-right: 0;
}
@media screen and (max-width: 1100px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item {
    width: calc(25%);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(4n + 1) {
    padding-left: 0;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(4n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item {
    width: calc(33.333333333333%);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(3n + 1) {
    padding-left: 0;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(3n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item {
    width: calc(50%);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(2n + 1) {
    padding-left: 0;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(2n) {
    padding-right: 0;
  }
}
.waz_FE_postList.postList_masonery .postList_item.postList_4_item {
  width: calc(25%);
}
.waz_FE_postList.postList_masonery .postList_item.postList_4_item:nth-child(5n + 1) {
  padding-left: 0;
  padding-right: 10px;
}
.waz_FE_postList.postList_masonery .postList_item.postList_4_item:nth-child(5n) {
  padding-left: 10px;
  padding-right: 0;
}
@media screen and (max-width: 900px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_4_item {
    width: calc(33.333333333333%);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_4_item:nth-child(3n + 1) {
    padding-left: 0;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_4_item:nth-child(3n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_4_item {
    width: calc(50%);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_4_item:nth-child(2n + 1) {
    padding-left: 0;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_4_item:nth-child(2n) {
    padding-right: 0;
  }
}
.waz_FE_postList.postList_masonery .postList_item.postList_3_item {
  width: calc(33.333333333333%);
}
.waz_FE_postList.postList_masonery .postList_item.postList_3_item:nth-child(3n + 1) {
  padding-left: 0;
  padding-right: 10px;
}
.waz_FE_postList.postList_masonery .postList_item.postList_3_item:nth-child(3n) {
  padding-left: 10px;
  padding-right: 0;
}
@media screen and (max-width: 1000px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_3_item {
    width: calc(50%);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_3_item:nth-child(2n + 1) {
    padding-left: 0;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_3_item:nth-child(2n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_6_item,
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item,
  .waz_FE_postList.postList_masonery .postList_item.postList_4_item,
  .waz_FE_postList.postList_masonery .postList_item.postList_3_item,
  .waz_FE_postList.postList_masonery .postList_item.postList_2_item,
  .waz_FE_postList.postList_masonery .postList_item.postList_1_item {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.postlist_nav_rub {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.postlist_nav_rub.postlist_nav_rub_dropdown {
  position: absolute;
  z-index: 1000;
  display: inline-block;
  width: auto;
}
.postlist_nav_rub_bottom {
  display: block;
  width: 100vw;
  height: 1px;
}
.postlist_nav_rub.postlist_nav_rub_dropdown + .postlist_nav_rub_bottom {
  height: 40px;
}
.postlist_nav_rub.postlist_nav_rub_center {
  text-align: center;
}
.postlist_nav_rub.postlist_nav_rub_right {
  text-align: right;
}
.postlist_nav_rub_item {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 5px 15px;
  color: #000;
  background: #efefef;
}
.postlist_nav_rub_dropdown .postlist_nav_rub_item {
  display: none;
  margin: 0;
}
.postlist_nav_rub_dropdown .postlist_nav_rub_item.selected {
  display: flex;
  margin: 0;
}
.postlist_nav_rub_dropdown:hover .postlist_nav_rub_item {
  display: flex;
  margin: 0;
}
.postlist_nav_rub_center .postlist_nav_rub_item {
  margin: 0 5px 10px 5px;
}
.postlist_nav_rub_right .postlist_nav_rub_item {
  margin: 0 0 10px 10px;
}
.postlist_nav_rub_item:hover,
.postlist_nav_rub_item.selected {
  color: #fff;
  background: #202020;
}
.postlist_nav_rub_item.selected {
  cursor: default;
}
.waz_FE_postList_pagination {
  clear: both;
  display: block;
  width: 100%;
}
.waz_FE_postList_pagination span,
.waz_FE_postList_pagination a,
.waz_FE_postList_pagination a:hover {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #000;
}
.waz_FE_postList_pagination a {
  color: #000;
  background: #efefef;
}
.postList_pagination_item + .postList_pagination_item {
  margin-left: 5px;
}
@media screen and (max-width: 1280px) {
  .postList_5_item {
    width: calc(25% - (30px));
  }
  .postList_no_margin .postList_5_item {
    width: 25%;
  }
  .postList_6_item {
    width: calc(20% - (30px));
  }
  .postList_no_margin .postList_6_item {
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .postList_3_item {
    width: calc(50% - (30px));
  }
  .postList_no_margin .postList_3_item {
    width: 50%;
  }
  .postList_5_item {
    width: calc(33.33% - (30px));
  }
  .postList_no_margin .postList_5_item {
    width: 33.33%;
  }
  .postList_6_item {
    width: calc(25% - (30px));
  }
  .postList_no_margin .postList_6_item {
    width: 25%;
  }
}
@media screen and (max-width: 960px) {
  .postList_4_item {
    width: calc(33.33% - (30px));
  }
  .postList_no_margin .postList_4_item {
    width: 33.33%;
  }
}
@media screen and (max-width: 750px) {
  .postList_2_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .postList_3_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .postList_4_item {
    width: calc(50% - (30px));
  }
  .postList_no_margin .postList_4_item {
    width: 50%;
  }
  .postList_5_item {
    width: calc(50% - (30px));
  }
  .postList_no_margin .postList_5_item {
    width: 50%;
  }
  .postList_6_item {
    width: calc(33.33% - (30px));
  }
  .postList_no_margin .postList_6_item {
    width: 33.33%;
  }
}
@media screen and (max-width: 480px) {
  .postList_4_item,
  .postList_5_item,
  .postList_6_item {
    width: 100%;
  }
  .postList_no_margin .postList_4_item,
  .postList_no_margin .postList_5_item,
  .postList_no_margin .postList_6_item {
    width: 100%;
  }
  .postList_1_item,
  .postList_2_item,
  .postList_3_item,
  .postList_4_item,
  .postList_5_item,
  .postList_6_item {
    margin: 0 0 15px 0;
  }
}
.postList_3168 .postList_item {
  background-color: #f3f3f3;
  border-radius: 5px;
}
.postList_3168 .postList_item_image_container {
  padding-top: 66.666666666667%;
}
.postList_3168 .postList_item_content_container_before,
.postList_3168 .postList_item_content_container_after {
  padding: 10px;
}
.postList_3168 .title {
  text-align: left;
  margin-bottom: 10px;
  font-family: regular;
  font-size: 1em;
  color: #225cf9;
  line-height: 130%;
  text-transform: none;
}
.postList_3168 .subtitle {
  text-align: left;
  text-transform: none;
}
.postList_3168 .date,
.postList_3168 .date {
  text-align: left;
  margin-bottom: 10px;
  font-size: 0.7em;
  color: #909090;
  text-transform: none;
}
.postList_3168 .description {
  text-align: left;
  font-family: regular;
  color: #898989;
  text-transform: none;
}
.postList_3168 .postList_item:hover .description {
  color: #000000;
}
.postList_3168 .postList_item_image {
  transform: scale(1);
  filter: grayscale(100%);
}
.postList_3168 .postList_item:hover .postList_item_image {
  transform: scale(1.05);
  filter: grayscale(0%);
}
.postList_3168 .postList_item_image_voile {
  background-color: rgba(34,92,249,0.5);
}
.postList_3168 .postList_item:hover .postList_item_image_voile {
  background-color: transparent;
}
.waz_FE_bulletedList {
  position: relative;
  width: 100%;
}
.bulletedList_center ul {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}
.bulletedList_2_cols {
  column-count: 2;
}
.bulletedList_3_cols {
  column-count: 3;
}
.bulletedList_4_cols {
  column-count: 4;
}
.bulletedList_2_cols li,
.bulletedList_3_cols li,
.bulletedList_4_cols li {
  margin-top: 0;
}
.waz_FE_bulletedList a {
  display: block;
}
.waz_FE_bulletedList li {
  list-style: disc;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: none;
}
.waz_FE_bulletedList.bulletedList_with_model li {
  margin-left: 0;
  list-style: none;
}
.waz_FE_bulletedList li:last-child {
  margin-bottom: 0;
}
.waz_FE_bulletedList .bulleted_list_title {
  display: inline-block;
  transition: all 250ms ease-in-out;
}
.waz_FE_bulletedList .bulleted_list_subtitle {
  display: block;
  transition: all 250ms ease-in-out;
}
.waz_FE_bulletedList .bulleted_list_more {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  background: #3aaba0;
  transition: all 250ms ease-in-out;
}
.waz_FE_bulletedList a:hover .bulleted_list_more {
  color: #404040;
}
@media screen and (max-width: 880px) {
  .bulletedList_2_cols,
  .bulletedList_3_cols,
  .bulletedList_4_cols {
    column-count: 1;
  }
}
.waz_FE_dropDownBox {
  position: relative;
  width: 100%;
}
.waz_FE_dropDownBox .dropDownBox_title {
  overflow: hidden;
}
.waz_FE_dropDownBox .dropDownBox_link {
  display: block;
  padding: 1em 3em 1em 1em;
  color: #303030;
  color: #000000;
  background-color: #ccc;
  background-color: #dddddd;
  background-image: url(../images/flexContent/dropDownBox_closed.png);
  background-repeat: no-repeat;
  background-position: right 1em center;
  transition: all 250ms ease-in-out;
}
.waz_FE_dropDownBox .dropDownBox_show .dropDownBox_link,
.waz_FE_dropDownBox .dropDownBox_link:hover {
  color: #303030;
  color: #ffffff;
  background-color: #aaa;
  background-color: #225cf9;
}
.waz_FE_dropDownBox .dropDownBox_show .dropDownBox_link {
  background-image: url(../images/flexContent/dropDownBox_opened.png);
}
.waz_FE_dropDownBox .dropDownBox_content {
  padding: 1em;
  background: #f0f0f0;
  column-gap: 30px;
  background: #f3f3f3;
}
.waz_FE_dropDownBox .dropDownBox_content * {
  color: #303030;
}
.waz_FE_dropDownBox.waz_FE_dropDownBox_simple .dropDownBox_content * {
  margin-top: 0;
}
.waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_2_cols {
  column-count: 2;
}
.waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_3_cols {
  column-count: 3;
}
.waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_4_cols {
  column-count: 4;
}
.waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_5_cols {
  column-count: 5;
}
.waz_FE_dropDownBox .dropDownBox_content.dropDownBox_1element div {
  float: none;
  width: 100%;
}
.waz_FE_dropDownBox .dropDownBox_content.dropDownBox_2element div {
  float: left;
  width: 50%;
  padding-right: 1em;
}
.waz_FE_dropDownBox .dropDownBox_content.dropDownBox_3element div {
  float: left;
  width: 33.33%;
  padding-right: 1em;
}
.waz_FE_dropDownBox .dropDownBox_content.dropDownBox_4element div {
  float: left;
  width: 25%;
  padding-right: 1em;
}
.waz_FE_dropDownBox .dropDownBox_content.dropDownBox_5element div {
  float: left;
  width: 20%;
  padding-right: 1em;
}
.waz_FE_dropDownBox.dropDownBox_show_none .dropDownBox_content {
  display: none;
}
.waz_FE_dropDownBox.dropDownBox_show_first .dropDownBox_content {
  display: none;
}
.waz_FE_dropDownBox.dropDownBox_show_first .dropDownBox_content.dropdownbox_first {
  display: block;
}
.waz_FE_dropDownBox.dropDownBox_show_all .dropDownBox_content {
  display: block;
}
@media screen and (max-width: 1200px) {
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_5_cols {
    column-count: 4;
  }
}
@media screen and (max-width: 1024px) {
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_3_cols {
    column-count: 2;
  }
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_4_cols {
    column-count: 3;
  }
}
@media screen and (max-width: 900px) {
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_4_cols {
    column-count: 2;
  }
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_5_cols {
    column-count: 3;
  }
}
@media screen and (max-width: 780px) {
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_2_cols,
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_3_cols,
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_4_cols,
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_5_cols {
    column-count: 2;
  }
  .w6u .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_2_cols,
  .w6u .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_3_cols,
  .w6u .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_4_cols,
  .w6u .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_5_cols {
    column-count: 1;
  }
}
@media screen and (max-width: 650px) {
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_2_cols,
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_3_cols,
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_4_cols,
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_5_cols {
    column-count: 1 !important;
  }
}
@media screen and (max-width: 560px) {
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_1element div,
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_2element div,
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_3element div,
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_4element div,
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_5element div {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.waz_FE_tabsBox {
  position: relative;
  width: 100%;
}
.waz_FE_tabsBox .tabs_container {
  display: flex;
}
.waz_FE_tabsBox .tab {
  float: left;
  padding: 0 1px 0 0;
}
.waz_FE_tabsBox.tab_extend .tab {
  flex-grow: 1;
}
.waz_FE_tabsBox .tab:last-of-type {
  padding: 0;
}
.waz_FE_tabsBox .tabTitle,
.waz_FE_tabsBox .selected_title {
  width: 100%;
  margin-right: 1px;
}
.waz_FE_tabsBox .tabTitle:hover,
.waz_FE_tabsBox .tabTitle.selected_title {
  cursor: pointer;
}
.waz_FE_tabsBox .tabTitle.selected_title:hover {
  cursor: default;
}
.waz_FE_tabsBox .tabTitle span,
.waz_FE_tabsBox .selected_title span {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 1em;
  font-family: regular;
  color: inherit;
  color: #303030;
  color: #000000;
  background-color: #ccc;
  background-color: #dddddd;
  transition: all 250ms ease-in-out;
}
.waz_FE_tabsBox .tabTitle span:hover,
.waz_FE_tabsBox .tabTitle.selected_title span {
  color: #303030;
  color: #ffffff;
  background-color: #ccc;
  background-color: #225cf9;
}
.waz_FE_tabsBox .tab span {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.waz_FE_tabsBox .tabContent {
  clear: both;
  padding: 1em;
  background: #f0f0f0;
  background: #f3f3f3;
  column-gap: 30px;
}
.waz_FE_tabsBox.waz_FE_tabsBox_advanced .tabContent {
  display: flex;
}
.waz_FE_tabsBox .tabContent.tabContent_2_cols {
  column-count: 2;
}
.waz_FE_tabsBox .tabContent.tabContent_3_cols {
  column-count: 3;
}
.waz_FE_tabsBox .tabContent.tabContent_4_cols {
  column-count: 4;
}
.waz_FE_tabsBox .tabContent.tabContent_5_cols {
  column-count: 5;
}
.waz_FE_tabsBox .tabContent {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.waz_FE_tabsBox .tabContent div {
  flex-grow: 1;
  flex-basis: 0;
  padding-right: 1em;
}
.waz_FE_tabsBox .tabContent div:last-child {
  padding: 0;
}
.waz_FE_tabsBox .tabContent .tabContent_wrapper p {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .waz_FE_tabsBox .tabContent.tabContent_5_cols {
    column-count: 4;
  }
}
@media screen and (max-width: 1024px) {
  .waz_FE_tabsBox .tabContent.tabContent_3_cols {
    column-count: 2;
  }
  .waz_FE_tabsBox .tabContent.tabContent_4_cols {
    column-count: 3;
  }
}
@media screen and (max-width: 900px) {
  .waz_FE_tabsBox .tabContent.tabContent_4_cols {
    column-count: 2;
  }
  .waz_FE_tabsBox .tabContent.tabContent_5_cols {
    column-count: 3;
  }
}
@media screen and (max-width: 780px) {
  .waz_FE_tabsBox .tabContent.tabContent_2_cols,
  .waz_FE_tabsBox .tabContent.tabContent_3_cols,
  .waz_FE_tabsBox .tabContent.tabContent_4_cols,
  .waz_FE_tabsBox .tabContent.tabContent_5_cols {
    column-count: 2;
  }
  .w6u .waz_FE_tabsBox .tabContent.tabContent_2_cols,
  .w6u .waz_FE_tabsBox .tabContent.tabContent_3_cols,
  .w6u .waz_FE_tabsBox .tabContent.tabContent_4_cols,
  .w6u .waz_FE_tabsBox .tabContent.tabContent_5_cols {
    column-count: 1;
  }
  .waz_FE_tabsBox .tab {
    float: none;
  }
  .waz_FE_tabsBox .tabContent {
    padding: 1em;
  }
}
@media screen and (max-width: 650px) {
  .waz_FE_tabsBox .tabContent.tabContent_2_cols,
  .waz_FE_tabsBox .tabContent.tabContent_3_cols,
  .waz_FE_tabsBox .tabContent.tabContent_4_cols,
  .waz_FE_tabsBox .tabContent.tabContent_5_cols {
    column-count: 1 !important;
  }
}
.waz_FE_map {
  height: 500px;
}
.waz_FE_map_datas {
  display: none;
}
.waz_FE_map .map_popup_img {
  display: inline-block;
  margin-bottom: 10px;
}
.waz_FE_map .map_popup_link a {
  display: inline-block;
  font-size: 14px;
}
.leaflet-popup {
  opacity: 1;
  min-width: 200px;
}
.leaflet-popup-content p:first-child {
  margin-top: 20px !important;
}
.leaflet-popup-content p {
  margin: 0 0 10px 0 !important;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-attribution * {
  font-size: 11px;
  color: #606060;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100% !important;
  margin-bottom: 10px;
  padding: 15px;
  outline: unset;
  color: #303030;
  background-color: #f3f3f3;
  border: 0;
}
.wpcf7-form input[type="checkbox"] {
  width: auto !important;
}
.wpcf7-form input[type="submit"] {
  display: inline-block !important;
  width: auto !important;
  color: #000000;
  background-color: #dddddd;
  transition: all 250ms ease-in-out;
  cursor: pointer !important;
}
.wpcf7-form input[type="submit"]:hover {
  color: #ffffff;
  background-color: #225cf9;
}
span.wpcf7-not-valid-tip {
  margin-bottom: 0.5em !important;
  padding: 0 !important;
}
div.wpcf7-validation-errors {
  border: none !important;
  padding: 0 !important;
}
div.wpcf7-mail-sent-ok {
  border: none !important;
  padding: 0 !important;
}
div.wpcf7-response-output {
  border: none !important;
  margin: 1em 0 0 0 !important;
  padding: 0 !important;
}
.waz_FE.waz_FE_line {
  margin-bottom: 0;
}
.waz_FE_line_center {
  text-align: center;
}
.waz_FE_line_right {
  text-align: right;
}
.waz_FE_line span {
  display: inline-block;
  margin-bottom: 30px;
}
.waz_FE_verticalSpacer {
  clear: both;
}
.section_3203:before {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 50%;
  transform: translate3D(-50%,-23px,0);
  width: 0;
  height: 46px;
  background: url(../images/vague_blanc_bleue.png) no-repeat;
  content: "\A";
  transition: all 500ms ease-in-out;
}
.section_3203.animate:before {
  width: 90px;
}
.section_3202:before {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 50%;
  transform: translate3D(-50%,-23px,0);
  width: 0;
  height: 46px;
  background: url(../images/vague_bleue_blanc.png) no-repeat;
  content: "\A";
  transition: all 500ms ease-in-out;
}
.section_3202.animate:before {
  width: 90px;
}
.section_3198:before {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 50%;
  transform: translate3D(-50%,-23px,0);
  width: 0;
  height: 46px;
  background: url(../images/vague_bleue.png) no-repeat;
  content: "\A";
  transition: all 500ms ease-in-out;
}
.section_3198.animate:before {
  width: 90px;
}
.col .col_container {
  height: 100%;
}
.col.col_vertical_center .col_container {
  height: auto;
}
.col_3087 {
  padding-top: 25px !important;
  padding-bottom: 0 !important;
  background: url(../images/degrade_bgrd.png) no-repeat center top #225cf9;
  background-size: auto;
}
.row.animate_3030 {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.row.animate_3030.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.col.animate_3030 {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.col.animate_3030.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_3030 {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_3030.button_container,
.waz_FE.animate_3030.waz_FE_postList,
.waz_FE.animate_3030.waz_FE_bulletedList,
.waz_FE.animate_3030.waz_FE_portfolio,
.waz_FE.animate_3030.waz_FE_dropDownBox,
.waz_FE.animate_3030.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_3030.animate.button_container,
.waz_FE.animate_3030.animate.waz_FE_postList,
.waz_FE.animate_3030.animate.waz_FE_bulletedList,
.waz_FE.animate_3030.animate.waz_FE_portfolio,
.waz_FE.animate_3030.animate.waz_FE_dropDownBox,
.waz_FE.animate_3030.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_3030.button_container .waz_FE_button {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_3030.waz_FE_postList .postList_item {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_3030.waz_FE_portfolio .waz_FE_portfolio_box {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_3030.waz_FE_bulletedList li {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_3030.waz_FE_dropDownBox .dropDownBox_title {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_3030.waz_FE_mozaic .waz_FE_mozaic_element {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_3030.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_3030.button_container .waz_FE_button.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_3030.waz_FE_postList .postList_item.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_3030.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_3030.waz_FE_bulletedList li.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_3030.waz_FE_dropDownBox .dropDownBox_title.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_3030.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.row.animate_3029 {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.row.animate_3029.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.col.animate_3029 {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.col.animate_3029.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_3029 {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_3029.button_container,
.waz_FE.animate_3029.waz_FE_postList,
.waz_FE.animate_3029.waz_FE_bulletedList,
.waz_FE.animate_3029.waz_FE_portfolio,
.waz_FE.animate_3029.waz_FE_dropDownBox,
.waz_FE.animate_3029.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_3029.animate.button_container,
.waz_FE.animate_3029.animate.waz_FE_postList,
.waz_FE.animate_3029.animate.waz_FE_bulletedList,
.waz_FE.animate_3029.animate.waz_FE_portfolio,
.waz_FE.animate_3029.animate.waz_FE_dropDownBox,
.waz_FE.animate_3029.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_3029.button_container .waz_FE_button {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_3029.waz_FE_postList .postList_item {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_3029.waz_FE_portfolio .waz_FE_portfolio_box {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_3029.waz_FE_bulletedList li {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_3029.waz_FE_dropDownBox .dropDownBox_title {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_3029.waz_FE_mozaic .waz_FE_mozaic_element {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_3029.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_3029.button_container .waz_FE_button.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_3029.waz_FE_postList .postList_item.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_3029.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_3029.waz_FE_bulletedList li.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_3029.waz_FE_dropDownBox .dropDownBox_title.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_3029.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
section.animate_3028 .section_image,
section.animate_3028 .container_image {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
section.animate_3028.animate .section_image,
section.animate_3028.animate .container_image {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.row.animate_3028 {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.row.animate_3028.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.col.animate_3028 {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.col.animate_3028.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3028 {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3028.button_container,
.waz_FE.animate_3028.waz_FE_postList,
.waz_FE.animate_3028.waz_FE_bulletedList,
.waz_FE.animate_3028.waz_FE_portfolio,
.waz_FE.animate_3028.waz_FE_dropDownBox,
.waz_FE.animate_3028.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_3028.animate.button_container,
.waz_FE.animate_3028.animate.waz_FE_postList,
.waz_FE.animate_3028.animate.waz_FE_bulletedList,
.waz_FE.animate_3028.animate.waz_FE_portfolio,
.waz_FE.animate_3028.animate.waz_FE_dropDownBox,
.waz_FE.animate_3028.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_3028.button_container .waz_FE_button {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3028.waz_FE_postList .postList_item {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3028.waz_FE_portfolio .waz_FE_portfolio_box {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3028.waz_FE_bulletedList li {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3028.waz_FE_dropDownBox .dropDownBox_title {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3028.waz_FE_mozaic .waz_FE_mozaic_element {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3028.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3028.button_container .waz_FE_button.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3028.waz_FE_postList .postList_item.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3028.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3028.waz_FE_bulletedList li.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3028.waz_FE_dropDownBox .dropDownBox_title.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3028.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.row.animate_3017 {
  transform: rotate(-15deg);
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -0-transition-duration: 800ms;
  transition-duration: 800ms;
}
.row.animate_3017.animate {
  transform: rotate(0deg);
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -0-transition-duration: 800ms;
  transition-duration: 800ms;
}
.col.animate_3017 {
  transform: rotate(-15deg);
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -0-transition-duration: 800ms;
  transition-duration: 800ms;
}
.col.animate_3017.animate {
  transform: rotate(0deg);
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -0-transition-duration: 800ms;
  transition-duration: 800ms;
}
.waz_FE.animate_3017 {
  transform: rotate(-15deg);
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -0-transition-duration: 800ms;
  transition-duration: 800ms;
}
.waz_FE.animate_3017.button_container,
.waz_FE.animate_3017.waz_FE_postList,
.waz_FE.animate_3017.waz_FE_bulletedList,
.waz_FE.animate_3017.waz_FE_portfolio,
.waz_FE.animate_3017.waz_FE_dropDownBox {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_3017.animate.button_container,
.waz_FE.animate_3017.animate.waz_FE_postList,
.waz_FE.animate_3017.animate.waz_FE_bulletedList,
.waz_FE.animate_3017.animate.waz_FE_portfolio,
.waz_FE.animate_3017.animate.waz_FE_dropDownBox {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_3017.button_container .waz_FE_button {
  transform: rotate(-15deg);
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -0-transition-duration: 800ms;
  transition-duration: 800ms;
}
.waz_FE.animate_3017.waz_FE_postList .postList_item {
  transform: rotate(-15deg);
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -0-transition-duration: 800ms;
  transition-duration: 800ms;
}
.waz_FE.animate_3017.waz_FE_portfolio .waz_FE_portfolio_box {
  transform: rotate(-15deg);
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -0-transition-duration: 800ms;
  transition-duration: 800ms;
}
.waz_FE.animate_3017.waz_FE_bulletedList li {
  transform: rotate(-15deg);
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -0-transition-duration: 800ms;
  transition-duration: 800ms;
}
.waz_FE.animate_3017.waz_FE_dropDownBox .dropDownBox_title {
  transform: rotate(-15deg);
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -0-transition-duration: 800ms;
  transition-duration: 800ms;
}
.waz_FE.animate_3017.animate {
  transform: rotate(0deg);
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -0-transition-duration: 800ms;
  transition-duration: 800ms;
}
.waz_FE.animate_3017.button_container .waz_FE_button.animate {
  transform: rotate(0deg);
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -0-transition-duration: 800ms;
  transition-duration: 800ms;
}
.waz_FE.animate_3017.waz_FE_postList .postList_item.animate {
  transform: rotate(0deg);
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -0-transition-duration: 800ms;
  transition-duration: 800ms;
}
.waz_FE.animate_3017.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  transform: rotate(0deg);
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -0-transition-duration: 800ms;
  transition-duration: 800ms;
}
.waz_FE.animate_3017.waz_FE_bulletedList li.animate {
  transform: rotate(0deg);
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -0-transition-duration: 800ms;
  transition-duration: 800ms;
}
.waz_FE.animate_3017.waz_FE_dropDownBox .dropDownBox_title.animate {
  transform: rotate(0deg);
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -0-transition-duration: 800ms;
  transition-duration: 800ms;
}
.row.animate_2990 {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.row.animate_2990.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.col.animate_2990 {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.col.animate_2990.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2990 {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2990.button_container,
.waz_FE.animate_2990.waz_FE_postList,
.waz_FE.animate_2990.waz_FE_bulletedList,
.waz_FE.animate_2990.waz_FE_portfolio,
.waz_FE.animate_2990.waz_FE_dropDownBox {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2990.animate.button_container,
.waz_FE.animate_2990.animate.waz_FE_postList,
.waz_FE.animate_2990.animate.waz_FE_bulletedList,
.waz_FE.animate_2990.animate.waz_FE_portfolio,
.waz_FE.animate_2990.animate.waz_FE_dropDownBox {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2990.button_container .waz_FE_button {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2990.waz_FE_postList .postList_item {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2990.waz_FE_portfolio .waz_FE_portfolio_box {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2990.waz_FE_bulletedList li {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2990.waz_FE_dropDownBox .dropDownBox_title {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2990.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2990.button_container .waz_FE_button.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2990.waz_FE_postList .postList_item.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2990.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2990.waz_FE_bulletedList li.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2990.waz_FE_dropDownBox .dropDownBox_title.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.row.animate_2962 {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.row.animate_2962.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.col.animate_2962 {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.col.animate_2962.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962 {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.button_container,
.waz_FE.animate_2962.waz_FE_postList,
.waz_FE.animate_2962.waz_FE_bulletedList,
.waz_FE.animate_2962.waz_FE_portfolio,
.waz_FE.animate_2962.waz_FE_dropDownBox {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2962.animate.button_container,
.waz_FE.animate_2962.animate.waz_FE_postList,
.waz_FE.animate_2962.animate.waz_FE_bulletedList,
.waz_FE.animate_2962.animate.waz_FE_portfolio,
.waz_FE.animate_2962.animate.waz_FE_dropDownBox {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2962.button_container .waz_FE_button {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.waz_FE_postList .postList_item {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.waz_FE_portfolio .waz_FE_portfolio_box {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.waz_FE_bulletedList li {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.waz_FE_dropDownBox .dropDownBox_title {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.button_container .waz_FE_button.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.waz_FE_postList .postList_item.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.waz_FE_bulletedList li.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.waz_FE_dropDownBox .dropDownBox_title.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.row.animate_2934 {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.row.animate_2934.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.col.animate_2934 {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.col.animate_2934.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2934 {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2934.button_container,
.waz_FE.animate_2934.waz_FE_postList,
.waz_FE.animate_2934.waz_FE_bulletedList,
.waz_FE.animate_2934.waz_FE_portfolio,
.waz_FE.animate_2934.waz_FE_dropDownBox,
.waz_FE.animate_2934.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2934.animate.button_container,
.waz_FE.animate_2934.animate.waz_FE_postList,
.waz_FE.animate_2934.animate.waz_FE_bulletedList,
.waz_FE.animate_2934.animate.waz_FE_portfolio,
.waz_FE.animate_2934.animate.waz_FE_dropDownBox,
.waz_FE.animate_2934.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2934.button_container .waz_FE_button {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2934.waz_FE_postList .postList_item {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2934.waz_FE_portfolio .waz_FE_portfolio_box {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2934.waz_FE_bulletedList li {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2934.waz_FE_dropDownBox .dropDownBox_title {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2934.waz_FE_mozaic .waz_FE_mozaic_element {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2934.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2934.button_container .waz_FE_button.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2934.waz_FE_postList .postList_item.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2934.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2934.waz_FE_bulletedList li.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2934.waz_FE_dropDownBox .dropDownBox_title.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2934.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.row.animate_2933 {
  opacity: 0;
  transform: translateX(200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.row.animate_2933.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.col.animate_2933 {
  opacity: 0;
  transform: translateX(200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.col.animate_2933.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2933 {
  opacity: 0;
  transform: translateX(200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2933.button_container,
.waz_FE.animate_2933.waz_FE_postList,
.waz_FE.animate_2933.waz_FE_bulletedList,
.waz_FE.animate_2933.waz_FE_portfolio,
.waz_FE.animate_2933.waz_FE_dropDownBox,
.waz_FE.animate_2933.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2933.animate.button_container,
.waz_FE.animate_2933.animate.waz_FE_postList,
.waz_FE.animate_2933.animate.waz_FE_bulletedList,
.waz_FE.animate_2933.animate.waz_FE_portfolio,
.waz_FE.animate_2933.animate.waz_FE_dropDownBox,
.waz_FE.animate_2933.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2933.button_container .waz_FE_button {
  opacity: 0;
  transform: translateX(200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2933.waz_FE_postList .postList_item {
  opacity: 0;
  transform: translateX(200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2933.waz_FE_portfolio .waz_FE_portfolio_box {
  opacity: 0;
  transform: translateX(200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2933.waz_FE_bulletedList li {
  opacity: 0;
  transform: translateX(200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2933.waz_FE_dropDownBox .dropDownBox_title {
  opacity: 0;
  transform: translateX(200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2933.waz_FE_mozaic .waz_FE_mozaic_element {
  opacity: 0;
  transform: translateX(200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2933.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2933.button_container .waz_FE_button.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2933.waz_FE_postList .postList_item.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2933.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2933.waz_FE_bulletedList li.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2933.waz_FE_dropDownBox .dropDownBox_title.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2933.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.row.animate_2930 {
  opacity: 0;
  transform: translateX(-200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.row.animate_2930.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.col.animate_2930 {
  opacity: 0;
  transform: translateX(-200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.col.animate_2930.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2930 {
  opacity: 0;
  transform: translateX(-200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2930.button_container,
.waz_FE.animate_2930.waz_FE_postList,
.waz_FE.animate_2930.waz_FE_bulletedList,
.waz_FE.animate_2930.waz_FE_portfolio,
.waz_FE.animate_2930.waz_FE_dropDownBox,
.waz_FE.animate_2930.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2930.animate.button_container,
.waz_FE.animate_2930.animate.waz_FE_postList,
.waz_FE.animate_2930.animate.waz_FE_bulletedList,
.waz_FE.animate_2930.animate.waz_FE_portfolio,
.waz_FE.animate_2930.animate.waz_FE_dropDownBox,
.waz_FE.animate_2930.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2930.button_container .waz_FE_button {
  opacity: 0;
  transform: translateX(-200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2930.waz_FE_postList .postList_item {
  opacity: 0;
  transform: translateX(-200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2930.waz_FE_portfolio .waz_FE_portfolio_box {
  opacity: 0;
  transform: translateX(-200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2930.waz_FE_bulletedList li {
  opacity: 0;
  transform: translateX(-200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2930.waz_FE_dropDownBox .dropDownBox_title {
  opacity: 0;
  transform: translateX(-200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2930.waz_FE_mozaic .waz_FE_mozaic_element {
  opacity: 0;
  transform: translateX(-200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2930.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2930.button_container .waz_FE_button.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2930.waz_FE_postList .postList_item.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2930.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2930.waz_FE_bulletedList li.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2930.waz_FE_dropDownBox .dropDownBox_title.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2930.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
section.animate_2926 .section_image,
section.animate_2926 .container_image {
  opacity: 0;
  transform: scale(1);
  filter: blur(10px);
  -webkit-transition-duration: 5000ms;
  -moz-transition-duration: 5000ms;
  -0-transition-duration: 5000ms;
  transition-duration: 5000ms;
}
section.animate_2926.animate .section_image,
section.animate_2926.animate .container_image {
  opacity: 1;
  transform: scale(1.1);
  filter: blur(0);
  -webkit-transition-duration: 5000ms;
  -moz-transition-duration: 5000ms;
  -0-transition-duration: 5000ms;
  transition-duration: 5000ms;
}
.wazFE_map_img {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row {
  overflow: hidden;
}
.waz_FE_postList_wrapper {
  min-height: 200px;
}
.waz_FE_postList_json {
  display: none;
}
.loading {
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.forminator-edit-module {
  display: none;
}
.row.col_with_bgrd .waz_FE {
  margin-left: 30px;
  margin-right: 30px;
}
.waz_FE li {
  list-style: none;
}
#site_under_dev {
  display: flex;
  align-items: center;
}
#page_subnav.absolute {
  left: 5px;
  top: 315px;
  transform: unset;
}
#page_subnav.absolute #page_subnav_container {
  padding: 5px 6px;
  background: unset;
  box-shadow: unset;
  border-radius: 20px;
}
#page_subnav .waz_page_nav,
#page_subnav .waz_page_nav {
  padding: 1px 0 !important;
  background-color: unset !important;
  border: 0 ! important;
}
#page_subnav .waz_page_nav .page_subnav_zigouigoui {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
#page_subnav .waz_page_nav.selected .page_subnav_zigouigoui,
#page_subnav .waz_page_nav:hover .page_subnav_zigouigoui {
  background: #225cf9;
}
#page_subnav .waz_page_nav .page_subnav_text {
  position: absolute;
  display: inline-block;
  transform: translateY(-10px);
  width: 0;
  margin-left: 10px;
  padding: 10px 0 10px 20px;
  opacity: 0;
  text-align: left;
  font-size: 13px;
  color: #fff;
  background: #225cf9;
  border-radius: 50px;
  overflow: hidden;
}
#page_subnav .waz_page_nav:hover .page_subnav_text {
  width: 170px;
  opacity: 1;
}
#header_lang {
  position: absolute;
  z-index: 1000;
  right: 40px;
  top: 30px;
}
.lang {
  display: block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: cover;
  border-radius: 100px;
}
.lang:hover {
  transform: scale(1.1);
}
.english {
  background-image: url(../images/english.png);
}
.french {
  background-image: url(../images/french.png);
}
#header_contact {
  position: absolute;
  z-index: 1000;
  right: 30px;
  top: 400px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#header_contact a {
  display: block;
  width: 50px;
  height: 50px;
  margin: 5px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
}
#header_contact a.linkedin {
  background-image: url(../images/linkedin.png);
}
#header_contact a.twitter {
  background-image: url(../images/twitter.png);
}
#header_contact a.contact {
  background-image: url(../images/email.png);
}
#header_contact a:hover {
  transform: scale(1.1);
}
#home_header {
  height: 800px;
  max-height: 100%;
}
#home_header .container {
  height: 100%;
}
#home_scroll {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 100%;
  transform: translate3d(0,-30px,0);
  width: 100%;
  height: 60px;
}
#home_scroll .col {
  padding: 0;
}
#home_scroll_btn .waz_FE_button {
  width: 60px;
  height: 60px;
  background: url(../images/home_scroll.png) no-repeat center #225cf9;
  border: 3px solid #fff;
  border-radius: 100px;
}
#home_scroll_btn .waz_FE_button:hover {
  transform: scale(1.1);
  transition: all 250ms ease-in-out;
}
#qui_sommes_nous_carte .col2 {
  background-size: auto 120%;
}
#qui_sommes_nous_logos {
  overflow: visible;
}
#medicen_logo.selected,
#biovalley_logo.selected,
#lyonbiopole_logo.selected,
#eurobiomed_logo.selected {
  transform: scale(1.1);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
}
#news-events {
  z-index: 100;
}
#nos_actions .col_3087 .bulletedList_center ul {
  transform: translateX(-390px);
}
.mozaic_3146 .mozaic_title p {
  padding: 0 80px;
}
#page_header h2 {
  transform: translateX(150px);
  opacity: 0;
  transition-duration: 600ms;
}
#page_header.animate h2 {
  transform: translateX(0);
  opacity: 1;
}
#waz_popup_wrapper {
  box-shadow: 0 0 40px rgba(0,0,0,0.5);
}
#waz_popup_close {
  width: 50px;
  height: 50px;
  background-color: #225cf9;
  background-size: 40px auto;
  background-position: 0 0;
  border-bottom-right-radius: 100px;
}
#waz_popup_close:hover {
  transform: unset;
  background-color: #000;
}
#waz_popup_content {
  margin-bottom: -30px;
}
#page_header_section_voile {
  background: rgba(34,92,249,0.3);
}
#link_to_top {
  bottom: 0;
  top: unset;
  left: 50%;
  right: unset;
  transform: translate3D(-50%,30px,0);
  height: 70px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  overflow: hidden;
  border: 2px solid #fff;
  transition: all 250ms ease-in-out;
}
#link_to_top:hover {
  transform: translate3D(-50%,20px,0);
}
#link_to_top a {
  background-size: 100% auto;
  background-position: center 0;
}
#link_to_top a:hover {
  background-size: 100% auto;
}
.select2-selection__placeholder {
  color: #909090;
}
.title_3093 h2:before {
  display: inline-block;
  width: 70px;
  height: 32px;
  content: "\A";
  background: url(../images/vague_bleue.png) no-repeat left 4px transparent;
  background-size: auto 28px;
}
.dark_bgrd .title_3093 h2:before {
  background-image: url(../images/vague_blanche.png);
}
.title_3147 h2:before {
  display: block;
  width: 100%;
  height: 42px;
  content: "\A";
  margin-bottom: 30px;
  background: url(../images/vague_bleue.png) no-repeat center top transparent;
  background-size: auto 100%;
}
.dark_bgrd .title_3147 h2:before {
  background-image: url(../images/vague_blanche.png);
}
.mozaic_3105 .waz_FE_mozaic_element:after {
  padding-bottom: 350px;
}
.mozaic_3146 .waz_FE_mozaic_element .mozaic_title {
  justify-content: flex-start;
  background: url(../images/mozaic_chiffre_cle_bgrd_1.png) no-repeat center transparent;
  background-size: contain;
}
.mozaic_3146 .waz_FE_mozaic_element:nth-child(4n+2) .mozaic_title {
  background-image: url(../images/mozaic_chiffre_cle_bgrd_2.png);
}
.mozaic_3146 .waz_FE_mozaic_element:nth-child(4n+3) .mozaic_title {
  background-image: url(../images/mozaic_chiffre_cle_bgrd_4.png);
}
.mozaic_3146 .waz_FE_mozaic_element:nth-child(4n) .mozaic_title {
  background-image: url(../images/mozaic_chiffre_cle_bgrd_3.png);
}
.mozaic_3146 .waz_FE_mozaic_element:after {
  padding-bottom: 320px;
}
.postList_3168.waz_FE_postList {
  justify-content: center;
}
.postList_3168 .postList_item {
  margin: 0 calc(30px / 2);
  margin-bottom: 30px;
}
.postList_3168 .postList_item.postList_item_hack {
  display: none !important;
}
.postList_3168 .postList_item_image_container {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.postList_3168 .postList_category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  background: #f3f3f3;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 5px;
}
.postList_3168 .postList_category p {
  font-size: 13px;
  color: #225cf9;
}
a.waz_FE_button.button_3183:hover,
.dark_bgrd a.waz_FE_button.button_3183:hover,
.col_dark_bgrd a.waz_FE_button.button_3183:hover {
  padding-left: 30px;
  padding-right: 30px;
}
.portfolio_3243 .waz_FE_portfolio_image_container {
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
}
.mozaic_3248 .waz_FE_mozaic_element .mozaic_title {
  position: static;
}
.mozaic_3248 .waz_FE_mozaic_element .mozaic_description {
  display: none;
}
.mozaic_3248 .waz_FE_mozaic_element:after {
  padding-bottom: 0;
}
.mozaic_3248 .mozaic_title h3 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: url(../images/square_white.png) no-repeat center bottom;
  background-size: 40% 1px;
}
@media screen and (max-width: 1100px) {
  #header_contact {
    right: 30px;
    top: 5px;
    transform: unset;
    display: flex;
    flex-direction: row;
  }
  #header_contact a {
    margin: 5px;
  }
}
@media screen and (max-width: 1024px) {
  #gouvernance .waz_FE_textArea.right.w50,
  #gouvernance .waz_FE_textArea.left.w50 {
    margin: 0% !important;
  }
}
@media screen and (max-width: 960px) {
  .waz_FE_portfolio_6_img .waz_FE_portfolio_box {
    width: 33%;
  }
}
@media screen and (max-width: 750px) {
  #page_subnav {
    display: none !important;
  }
  #home_header {
    height: auto;
  }
  #home_header .col.x1col {
    padding-top: 60px !impoartant;
  }
  #home_header .img_container {
    max-width: 250px;
  }
  #home_header .waz_FE_image {
    margin-bottom: 50px !important;
  }
  .title_3035 h1,
  h1.title_3035 {
    max-width: 70%;
    margin: 0 auto;
    font-size: 1.4em;
  }
  .title_3233 h1,
  h1.title_3233 {
    font-size: 1.4em;
  }
  .title_3197 h2,
  h2.title_3197 {
    font-size: 1.4em;
  }
  .title_3232 h2,
  h2.title_3232 {
    font-size: 1.2em;
  }
  #header_contact {
    right: 10px;
  }
  #header_contact a {
    width: 30px;
    height: 30px;
    background-size: 60%;
  }
  .postList_3168 .postList_item {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .mozaic_3146 .waz_FE_mozaic_element {
    width: 100% !important;
    margin-bottom: 50px;
  }
  .mozaic_3146 .mozaic_title p {
    padding: 0;
  }
  .waz_FE_portfolio_6_img .waz_FE_portfolio_box {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #home_header .waz_FE_button.button_3177 {
    display: inline-block !important;
    width: 60px !important;
  }
}
