@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 Font
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Portfolio
	10.4 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
0.0 Font
--------------------------------------------------------------*/
@font-face {
  font-family: 'Aktiv Grotesk Medium';
  src: url('font/AktivGroteskCorp-Medium.eot');
  src: local('AktivGroteskCorp-Medium'), url('font/AktivGroteskCorp-Medium.eot?#iefix') format('embedded-opentype'), url('font/AktivGroteskCorp-Medium.woff2') format('woff2'), url('font/AktivGroteskCorp-Medium.woff') format('woff'), url('font/AktivGroteskCorp-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Aktiv Grotesk Bold';
  src: url('font/AktivGroteskCorp-Bold.eot');
  src: local('AktivGroteskCorp-Bold'), url('font/AktivGroteskCorp-Bold.eot?#iefix') format('embedded-opentype'), url('font/AktivGroteskCorp-Bold.woff2') format('woff2'), url('font/AktivGroteskCorp-Bold.woff') format('woff'), url('font/AktivGroteskCorp-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Aktiv Grotesk Italic';
  src: url('font/AktivGroteskCorp-Italic.eot');
  src: local('AktivGroteskCorp-Italic'), url('font/AktivGroteskCorp-Italic.eot?#iefix') format('embedded-opentype'), url('font/AktivGroteskCorp-Italic.woff2') format('woff2'), url('font/AktivGroteskCorp-Italic.woff') format('woff'), url('font/AktivGroteskCorp-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Aktiv Grotesk LightItalic';
  src: url('font/AktivGroteskCorp-LightItalic.eot');
  src: local('AktivGroteskCorp-LightItalic'), url('font/AktivGroteskCorp-LightItalic.eot?#iefix') format('embedded-opentype'), url('font/AktivGroteskCorp-LightItalic.woff2') format('woff2'), url('font/AktivGroteskCorp-LightItalic.woff') format('woff'), url('font/AktivGroteskCorp-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Aktiv Grotesk MediumItalic';
  src: url('font/AktivGroteskCorp-MediumItalic.eot');
  src: local('AktivGroteskCorp-MediumItalic'), url('font/AktivGroteskCorp-MediumItalic.eot?#iefix') format('embedded-opentype'), url('font/AktivGroteskCorp-MediumItalic.woff2') format('woff2'), url('font/AktivGroteskCorp-MediumItalic.woff') format('woff'), url('font/AktivGroteskCorp-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Aktiv Grotesk Light';
  src: url('font/AktivGroteskCorp-Light.eot');
  src: local('AktivGroteskCorp-Light'), url('font/AktivGroteskCorp-Light.eot?#iefix') format('embedded-opentype'), url('font/AktivGroteskCorp-Light.woff2') format('woff2'), url('font/AktivGroteskCorp-Light.woff') format('woff'), url('font/AktivGroteskCorp-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Aktiv Grotesk Regular';
  src: url('font/AktivGroteskCorp-Regular.eot');
  src: local('AktivGroteskCorp-Regular'), url('font/AktivGroteskCorp-Regular.eot?#iefix') format('embedded-opentype'), url('font/AktivGroteskCorp-Regular.woff2') format('woff2'), url('font/AktivGroteskCorp-Regular.woff') format('woff'), url('font/AktivGroteskCorp-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Aktiv Grotesk BoldItalic';
  src: url('font/AktivGroteskCorp-BoldItalic.eot');
  src: local('AktivGroteskCorp-BoldItalic'), url('font/AktivGroteskCorp-BoldItalic.eot?#iefix') format('embedded-opentype'), url('font/AktivGroteskCorp-BoldItalic.woff2') format('woff2'), url('font/AktivGroteskCorp-BoldItalic.woff') format('woff'), url('font/AktivGroteskCorp-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  font-family: 'Aktiv Grotesk Light';
  font-size: 16px;
  font-weight: 200;
  font-style: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}
html {
  font-size: 62.5%;
  /* 10px */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
  background: #f0f0f0;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: separate;
}
caption, th, td {
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #707070;
  font-family: 'Aktiv Grotesk Light';
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Aktiv Grotesk Light';
  font-weight: 700;
}
h1 {
  font-size: 45px;
  line-height: 1.6;
  margin-bottom: 0.8em;
}
h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 1em;
  font-weight: 700;
}
h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 1em;
  font-weight: 700;
}
h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3333;
  margin-bottom: 1.3333em;
}
h5, h6 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7778;
  margin-bottom: 1.7778em;
  text-transform: uppercase;
}
p {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: 'Aktiv Grotesk Light';
}
p:last-child {
  margin-bottom: 0;
}
b, strong {
  font-weight: bold;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote:not(.contact-form-submission) {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-style: italic;
  font-weight: 800;
  line-height: 1.3em;
  margin-bottom: 0.8em;
  position: relative;
}
blockquote:not(.contact-form-submission) cite {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 2.2857;
  margin-top: 1.14285em;
  text-transform: uppercase;
}
blockquote:not(.contact-form-submission):before {
  display: block;
  color: #f7f7f7;
  content: "“";
  font-family: 'Oswald', sans-serif;
  font-size: 250px;
  font-size: 25rem;
  position: absolute;
  top: 45px;
  left: -50px;
  z-index: -1;
}
address {
  margin: 0 0 1.7778em;
}
pre {
  background: #eee;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2857;
  margin-bottom: 2.2857em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote, q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.7778em;
}
ul, ol {
  margin: 0 0 1.7778em 1em;
  list-style-position: outside;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.7778em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
table {
  width: 100%;
  margin: 0 0 1.7778em;
}
td {
  padding: 3px 5px;
  border-bottom: 1px solid #222;
}
th {
  font-weight: bold;
  padding: 10px 5px 5px;
  border-bottom: 4px solid #222;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"], #infinite-handle span {
  background: none;
  border: 2px solid #999;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  height: 2.9em;
  letter-spacing: 0.03em;
  padding: 0 24px;
  text-transform: uppercase;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, #infinite-handle span:hover {
  border-color: #000;
  color: rgba(0, 0, 0, 0.8);
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  border-color: #000;
  outline: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  font-size: 16px;
  font-size: 1.6rem;
  border: 2px solid #999;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
  border-color: #000;
  color: #111;
  outline: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  height: 2.5em;
  padding: 0 7px;
}
textarea {
  padding-left: 7px;
  width: 100%;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
.language-switch {
  position: absolute;
  top: 0;
  z-index: 999;
  list-style: none;
  width: calc(100% - 420px);
  right: 0;
}
@media screen and (max-width: 991px) {
  .language-switch {
    display: none;
  }
}
@media screen and (min-width: 1921px) {
  .language-switch {
    width: calc(100% - (100% - 1140px)/2) !important;
  }
}
.language-switch .wpml-ls-sidebars-language-switch {
  max-width: 85px;
  height: 76px;
  background: #ffffff;
  opacity: 0.76;
  border-radius: 0 0 80% 0;
  padding: 16px 0 0 16px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.language-switch .wpml-ls-sidebars-language-switch:hover {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  max-width: 111px;
  height: 120px;
}
.language-switch .wpml-ls-sidebars-language-switch:hover ul ul {
  visibility: visible !important;
}
.language-switch .wpml-ls-item {
  display: block;
}
.language-switch .wpml-ls-slot-language-switch:hover .js-wpml-ls-item-toggle {
  background: unset;
}
.language-switch .wpml-ls-slot-language-switch .js-wpml-ls-item-toggle {
  border: unset;
  background-color: transparent;
  padding: 0 10px;
}
.language-switch .wpml-ls-slot-language-switch .js-wpml-ls-item-toggle span {
  font-size: 20px;
  line-height: 26px;
  font-family: 'Aktiv Grotesk Regular';
  color: #777777;
}
.language-switch .wpml-ls-slot-language-switch .js-wpml-ls-item-toggle:hover {
  background-color: transparent;
}
.language-switch .wpml-ls-slot-language-switch .js-wpml-ls-item-toggle::after {
  border: unset;
  background: url(images/icons/fleche-slider.svg) no-repeat;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  width: 17px;
  height: 13px;
  left: 36px;
}
.language-switch .wpml-ls-slot-language-switch > ul {
  border-top: unset;
}
.language-switch .wpml-ls-slot-language-switch > ul li a {
  padding: 0 10px;
  border: unset;
  background-color: transparent;
}
.language-switch .wpml-ls-slot-language-switch > ul li a span {
  font-size: 20px;
  line-height: 26px;
  font-family: 'Aktiv Grotesk Regular';
  color: #777777;
}
.site-header .site-header-container {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  .site-header .site-header-container {
    position: unset;
    justify-content: space-between;
    padding: 0 30px;
  }
}
.site-header .site-header-container .setelec-logo {
  max-width: 420px;
  margin-left: 140px;
  padding: 0.8889em 0;
  min-height: 570px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .site-header .site-header-container .setelec-logo {
    max-width: 1140px;
    left: -268px;
    margin: 0 auto;
  }
}
.site-header .site-header-container .setelec-logo a {
  line-height: 1;
}
.site-header .site-header-container .setelec-logo li {
  list-style-type: none;
  margin: 0;
  display: flex;
  align-items: center;
  max-width: 284px;
  padding-right: 35px;
}
.site-header .site-header-container .setelec-logo li .custom-html-widget {
  padding-top: 10px;
  color: #EA0029;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Aktiv Grotesk Regular';
}
@media screen and (max-width: 575px) {
  .site-header .site-header-container .setelec-logo li .custom-html-widget {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 575px) {
  .site-header .site-header-container .setelec-logo li {
    max-width: 175px;
  }
}
@media screen and (max-width: 991px) {
  .site-header .site-header-container .setelec-logo {
    margin-left: 0;
    min-height: unset;
    max-width: unset;
    width: 50%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .site-header .site-header-container .setelec-logo .widget_custom_html {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .site-header .site-header-container .setelec-logo {
    width: 75%;
  }
}
.site-header .site-header-container .main-navigation {
  display: flex;
  position: fixed;
  top: 30px;
  right: 0;
  z-index: 1000;
  max-width: 250px;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .site-header .site-header-container .main-navigation {
    width: 50%;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .site-header .site-header-container {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .site-header .site-header-container {
    max-width: 100%;
    padding: 0 30px;
  }
}
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #999;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #222;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}
.entry-content a, .page-content a {
  border-bottom: 2px solid transparent;
}
.entry-content .read-more:hover {
  border-bottom-color: transparent;
}
a img {
  border: 0;
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  padding: 0.8889em 0;
  width: 100%;
}
.main-navigation .wpml-ls-item {
  float: right;
  padding-left: 32px !important;
  display: none;
}
.main-navigation .wpml-ls-item a span {
  font-size: 18px;
  line-height: 23px;
  font-family: 'Aktiv Grotesk Regular';
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .main-navigation .wpml-ls-item {
    display: block;
  }
}
.main-navigation #menu-item-wpml-ls-13-en {
  position: relative;
}
.main-navigation #menu-item-wpml-ls-13-en::before {
  position: absolute;
  content: "";
  width: 2px;
  top: 21px;
  bottom: 16px;
  right: -18px;
  background-color: #fff;
}
.main-navigation #menu-item-wpml-ls-13-en::after {
  position: absolute;
  content: "";
  width: 2px;
  top: 21px;
  bottom: 16px;
  left: 16px;
  background-color: #fff;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation a {
  display: block;
  color: #ffffff;
  text-transform: initial;
  font-size: 26px;
  line-height: 33px;
  font-family: 'Aktiv Grotesk Medium';
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .main-navigation a {
    font-size: 22px;
    line-height: 28px;
  }
}
.main-navigation ul li {
  border-bottom: none;
  position: relative;
}
.main-navigation ul li a {
  padding: 10px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.main-navigation ul li a:hover {
  color: #fff;
}
.menu-item-has-children .sub-menu {
  list-style: none;
  padding-right: 15px;
  border-right: 2px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .menu-item-has-children .sub-menu {
    padding-top: 10px;
  }
}
.menu-item-has-children .sub-menu .menu-item a {
  text-transform: initial;
  background-color: unset;
  padding: 0 0 3px;
  letter-spacing: 0;
  font-size: 22px;
  line-height: 34px;
  color: #ffffff;
  font-family: 'Aktiv Grotesk Light';
}
@media screen and (max-width: 767px) {
  .menu-item-has-children .sub-menu .menu-item a {
    font-size: 18px;
    line-height: 18px;
  }
}
.menu-item.menu-item-type-custom > a {
  position: relative;
}
.menu-item.menu-item-type-custom > a::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 21px;
  top: 17px;
  right: -25px;
  background: url(images/icons/fleche-menu.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  .menu-item.menu-item-type-custom > a::after {
    top: 14px;
  }
}
.menu-menu-1-container {
  position: absolute;
  z-index: 1;
  top: -105px;
  right: -176px;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.menu-menu-1-container .nav-menu {
  transition: all 0.4s ease;
  position: absolute;
  padding-top: 202px;
  padding-right: 344px;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  border-radius: 50% 0 50% 50%;
}
@media screen and (max-width: 991px) {
  .menu-menu-1-container .nav-menu {
    padding-right: 228px;
    border-radius: 50% 0 50% 85%;
  }
}
@media screen and (max-width: 767px) {
  .menu-menu-1-container .nav-menu {
    padding-right: 236px;
    padding-top: 138px;
    border-radius: 50% 0 50% 45%;
  }
}
@media screen and (max-width: 575px) {
  .menu-menu-1-container .nav-menu {
    padding-top: 138px;
    border-radius: 0 0 50% 45%;
  }
}
.main-navigation .menu-item-type-custom.current-menu-parent > a {
  color: #EA0B28;
}
.main-navigation .menu-item-type-custom.current-menu-parent > a:focus {
  border: unset !important;
  outline: none !important;
}
.main-navigation .menu-item-type-custom.current-menu-parent > a::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  background: #EA0B28;
  -webkit-mask-image: url(images/icons/fleche-menu.svg);
  mask-image: url(images/icons/fleche-menu.svg);
}
.main-navigation.toggled .menu-menu-1-container {
  width: 840px;
  height: 840px;
  transition: all 0.3s ease;
}
.main-navigation.toggled .menu-menu-1-container .nav-menu {
  width: 840px;
  height: 840px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .main-navigation.toggled .menu-menu-1-container {
    height: 865px;
  }
  .main-navigation.toggled .menu-menu-1-container .nav-menu {
    height: 865px;
  }
}
@media screen and (max-width: 991px) {
  .main-navigation.toggled .menu-menu-1-container {
    height: 855px;
  }
  .main-navigation.toggled .menu-menu-1-container .nav-menu {
    height: 855px;
  }
}
.menu-item.current_page_item {
  text-transform: uppercase;
  outline: none;
}
.menu-item.current_page_item a {
  color: #ffffff;
  outline: none;
}
.menu-item.current_page_item a:hover {
  border: none;
}
.menu-item.menu-item-has-children {
  text-transform: uppercase;
  outline: none;
}
.menu-item.menu-item-has-children .sub-menu {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .menu-item.menu-item-has-children .sub-menu {
    display: block !important;
  }
}
.menu-item.menu-item-has-children a {
  color: #FFFFFF;
  outline: none;
}
.menu-item.menu-item-has-children a:hover {
  border: none;
}
.menu-item.menu-item-has-children > a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menu-item.menu-item-has-children > a:hover {
  color: #ea0b28;
}
.menu-item.menu-item-has-children > a:hover::after {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  background: #ea0b28;
  -webkit-mask-image: url(images/icons/fleche-menu.svg);
  mask-image: url(images/icons/fleche-menu.svg);
}
@media screen and (max-width: 767px) {
  .menu-item.menu-item-has-children > a {
    color: #ea0b28;
  }
  .menu-item.menu-item-has-children > a::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    background: #ea0b28;
    -webkit-mask-image: url(images/icons/fleche-menu.svg);
    mask-image: url(images/icons/fleche-menu.svg);
  }
}
.main-navigation ul {
  margin: 0;
  text-align: right;
  background: #B2B2B2;
}
.main-navigation ul li {
  padding: 0;
}
.main-navigation ul li:last-child {
  border-bottom: none;
}
.main-navigation ul ul {
  list-style-type: disc;
  margin-left: 2.5em;
  background: transparent;
}
.main-navigation ul ul li {
  border-bottom: none;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .main-navigation ul ul li {
    padding: 0 0 20px;
  }
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  font-size: 12px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation .current_page_item > a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .main-navigation .current_page_item > a:hover {
    color: #FFFFFF;
  }
}
/* Small menu. */
.menu-toggle {
  color: #fff;
  display: block;
  margin: 0 auto;
}
.menu-toggle:before {
  border: none;
  content: '';
  display: inline-block;
  padding-right: 8px;
  font-family: "Genericons";
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
}
.menu-toggle:hover {
  border-color: #fff;
  color: #fff;
  opacity: 0.7;
}
.main-navigation .nav-menu {
  display: block;
}
/* Posts, comments navigation */
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  margin-bottom: 1.7778em;
}
.post-navigation .nav-previous:before {
  content: "«";
  margin-right: 5px;
}
.post-navigation .nav-next:after {
  content: "»";
  margin-left: 5px;
}
.menu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  width: 83px;
  height: 83px;
  position: relative;
  background-color: #EA0B28;
  padding: 0 25px;
  opacity: 1;
  outline: none;
  border: none;
  border-radius: 50%;
  margin: 27px 140px 0 0;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .menu-toggle {
    margin: 13px 45px 0 0;
    width: 59px;
    height: 59px;
    padding: 0 14px;
  }
}
@media screen and (max-width: 991px) {
  .menu-toggle {
    margin: 13px 30px 0 0;
  }
}
.menu-toggle:focus {
  box-shadow: none;
}
.menu-toggle:hover {
  opacity: 1;
}
.menu-toggle::before {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  border-radius: 10px;
  background-color: #fff;
  left: 25px;
  right: 25px;
  height: 3px;
  top: 30px;
}
@media screen and (max-width: 991px) {
  .menu-toggle::before {
    left: 14px;
    right: 14px;
    top: 20px;
  }
}
.menu-toggle::after {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  border-radius: 10px;
  background-color: #fff;
  left: 25px;
  right: 25px;
  height: 3px;
  bottom: 30px;
}
@media screen and (max-width: 991px) {
  .menu-toggle::after {
    left: 14px;
    right: 14px;
    bottom: 20px;
  }
}
.menu-toggle .toggle-inner {
  font-size: 0;
  background-color: transparent;
  height: 5px;
  width: 44px;
  position: relative;
  visibility: hidden;
}
.menu-toggle .toggle-inner:before {
  visibility: visible;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  background: #FFF;
  border-radius: 2px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menu-toggle .toggle-inner:after {
  visibility: visible;
  width: 100%;
  position: absolute;
  height: 3px;
  top: 1px;
  left: 0;
  content: "";
  background: #FFF;
  border-radius: 2px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.main-navigation.toggled {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  margin-right: unset !important;
}
.main-navigation.toggled .menu-toggle {
  background-color: transparent;
  right: -25px;
}
@media screen and (max-width: 767px) {
  .main-navigation.toggled .menu-toggle {
    right: -12px;
    top: -40px;
  }
}
@media screen and (max-width: 525pxpx) {
  .main-navigation.toggled .menu-toggle {
    right: -35px;
  }
}
.main-navigation.toggled .menu-toggle:before {
  display: none;
}
.main-navigation.toggled .menu-toggle:after {
  display: none;
}
.main-navigation.toggled .menu-toggle .toggle-inner:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.main-navigation.toggled .menu-toggle .toggle-inner:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media screen and (max-width: 991px) {
  .menu-main-menu-container {
    position: absolute;
    z-index: 999;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
  }
  .menu-main-menu-container .nav-menu .menu-item {
    padding: 5px 0;
  }
  .menu-main-menu-container .nav-menu .menu-item a {
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #0B5996;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: 1.28px;
  }
  .menu-item.current-menu-parent a {
    background-color: unset;
  }
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.vc_separator .vc_sep_line {
  border-color: #B4B4B4 !important;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .site-branding:before, .site-branding:after, #portfolio-wrapper:before, #portfolio-wrapper:after, .hentry:before, .hentry:after, .entry-body:before, .entry-body:after, .entry-footer:before, .entry-footer:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .widget-wrapper:after, .widget-wrapper:before, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
}
.clear:after, .site-branding:after, #portfolio-wrapper:after, .hentry:after, .entry-body:after, .entry-footer:after, .comment-content:after, .site-header:after, .site-content:after, .widget-wrapper:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.footer-widget-area {
  padding: 50px 0 30px;
}
@media screen and (max-width: 575px) {
  .footer-widget-area {
    padding: 50px 30px 30px;
  }
}
@media screen and (min-width: 576px) {
  .footer-widget-area .widget-wrapper {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 767px) {
  .footer-widget-area .widget-wrapper {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 991px) {
  .footer-widget-area .widget-wrapper {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .footer-widget-area .widget-wrapper {
    max-width: 1140px;
    margin: 0 auto;
  }
}
.footer-widget-area .footer-area-row {
  display: flex;
  flex-wrap: wrap;
}
.footer-widget-area .footer-area-row .footer-col:last-child {
  padding-top: 34px;
}
.footer-widget-area .footer-area-row .footer-col {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .footer-widget-area .footer-area-row .footer-col {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .footer-widget-area .footer-area-row .footer-col {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }
}
.footer-widget-area .footer-area-row .footer-col .icon-header {
  max-width: 34px;
}
@media screen and (max-width: 767px) {
  .footer-widget-area .footer-area-row .footer-col .icon-header {
    display: none;
  }
}
.footer-widget-area .footer-area-row .footer-col .title {
  padding-top: 35px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-family: 'Aktiv Grotesk Bold';
}
.footer-widget-area .footer-area-row .footer-col .content {
  padding-top: 15px;
}
.footer-widget-area .footer-area-row .footer-col .content .icon {
  max-width: 33px;
  padding-bottom: 13px;
}
.footer-widget-area .footer-area-row .footer-col .content p, .footer-widget-area .footer-area-row .footer-col .content a {
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
}
.footer-widget-area .footer-area-row .footer-col .content a {
  display: block;
}
.footer-widget-area .btn-contact a {
  display: inline-block;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  padding: 17px 58px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  border-radius: 34px;
}
@media screen and (max-width: 767px) {
  .footer-widget-area .btn-contact {
    padding-top: 40px;
  }
}
.widget-area, .widget-area a {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
.widget-title {
  font-family: "Cabin", Helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.03em;
  margin-bottom: 1.7778em;
  text-align: center;
  text-transform: uppercase;
}
.widget ul, .widget ol {
  list-style: none;
  margin: 0;
}
.widget li > ul, .widget li > ol {
  margin-left: 24px;
}
.widget ul ul {
  margin-top: 0.785em;
}
.widget ul ul > li:last-child {
  padding-bottom: 0;
}
.widget button, .widget input[type="button"], .widget input[type="submit"] {
  border: 2px solid #ccc;
  color: #ccc;
}
.widget button:hover, .widget input[type="button"]:hover, .widget input[type="submit"]:hover {
  border: 2px solid #fff;
  color: #fff;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/* Search widget. */
.widget_search .search-field {
  width: 100%;
}
.widget_search .search-submit {
  display: none;
}
/* Calendar widget */
.widget_calendar caption {
  text-align: center;
}
.widget_calendar th, .widget_calendar td {
  text-align: center;
  border-color: rgba(255, 255, 255, 0.1);
}
.widget_calendar td a {
  font-weight: bold;
}
/* Social widgets */
.jetpack_widget_social_icons ul, .widget_wpcom_social_media_icons_widget ul {
  text-align: center;
}
.jetpack_widget_social_icons a:hover, .widget_wpcom_social_media_icons_widget a:hover {
  opacity: 0.8;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Layout
--------------------------------------------------------------*/
.site-branding {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  padding: 4.25em 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.home .site-branding {
  padding: 2.5em 0;
}
.custom-background .site-branding {
  background-color: rgba(0, 0, 0, 0.15);
}
.site-title {
  display: table;
  line-height: 1.25;
  letter-spacing: 0.03em;
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
  text-transform: uppercase;
  z-index: 0;
}
.site-description {
  display: none;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0.8889em;
}
.site-title a {
  border: 10px solid currentColor;
  color: #222;
  display: block;
  padding: 0 0.25em;
}
.site-footer {
  color: #707070;
  font-size: 12px;
  padding: 13px 0;
  text-align: right;
  max-width: 1140px;
  margin: 0 auto;
}
.site-info, .site-info a {
  color: #707070;
}
@media screen and (max-width: 767px) {
  .site-info, .site-info a {
    text-align: center;
  }
}
.site-info {
  display: flex;
}
.site-info .copyright {
  padding-left: 150px;
  font-size: 12px;
  line-height: 30px;
  color: #8d8d8d;
  margin-bottom: 28px;
  font-family: 'Aktiv Grotesk Light';
}
@media screen and (max-width: 575px) {
  .site-info .copyright {
    padding-left: unset;
    width: 100%;
    text-align: right;
  }
}
.site-info a:hover {
  color: #004885;
}
.site-footer {
  text-align: left;
}
.site-footer .footer-logo {
  list-style: none;
}
.site-footer .footer-logo .widget_custom_html {
  padding-left: 150px;
}
.site-footer .footer-logo li {
  display: inline-block;
  margin: 0;
}
.site-footer .footer-logo li .custom-html-widget {
  font-size: 12px;
  line-height: 30px;
  color: #8D8D8D;
  margin-bottom: 28px;
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.home.page-template-default .page-content:after, .page-content:last-child:after {
  display: none;
}
.post-thumbnail {
  display: inline;
  float: left;
  margin-right: 2em;
  margin-bottom: 1.7778em;
}
.home .post-thumbnail, .blog .post-thumbnail, .archive .post-thumbnail, .search .post-thumbnail {
  margin-bottom: 0;
}
.single .entry-header, .page-header {
  display: block;
  margin-bottom: 3.5556em;
}
.single.without-featured-image .entry-header {
  margin-bottom: 1.7778em;
}
.entry-title {
  font-family: "Cabin", Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7778;
  margin-bottom: 0;
}
.entry-title a {
  color: #000;
}
.single .entry-title, .page-title {
  font-family: "Alegreya", Georgia, serif;
  font-size: 40px;
  font-size: 4rem;
  font-style: italic;
  line-height: 1.6em;
  text-align: center;
}
.entry-meta {
  color: #999;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.single-jetpack-portfolio .entry-meta, .page .entry-meta {
  margin-top: 2.6667em;
}
.single-jetpack-portfolio .cat-links, .single-jetpack-portfolio .tags-links {
  display: block;
  margin-top: 0;
}
.entry-meta a {
  color: #999;
}
.entry-meta a:hover {
  color: #444;
}
.single-jetpack-portfolio .entry-content {
  padding-left: 0;
}
.single .entry-content, .page .page-content {
  font-size: 18px;
  font-size: 1.8rem;
}
.entry-content {
  font-size: 16px;
  font-size: 1.6rem;
}
.sticky {
  display: block;
}
.hentry {
  margin-bottom: 3.5556em;
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
/* Page links */
.single .page-links, .page .page-links {
  clear: both;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 1.7778em;
}
.page-links .page-links-title {
  padding-right: 10px;
}
.page-links .page-links-title, .page-links span, .page-links a {
  min-width: 30px;
  text-align: center;
  display: inline-block;
}
.page-links span {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.page-links .page-links-title {
  padding-right: 10px;
}
/* Read more link */
.read-more {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
/* 404 Page / No search results */
.error404 .widget {
  font-size: 14px;
  padding-right: 0;
  padding-left: 0;
}
.error404 .widget ul > li, .error404 .widget ol > li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.error404 .search-form, .search-no-results .search-form {
  margin-bottom: 1.7778em;
}
.error404 .search-form input[type="search"], .search-no-results .search-form input[type="search"] {
  width: 79%;
}
.error404 .widget-container .widget:first-child {
  padding-left: 0;
}
.error404 .widget-container .widget:last-child {
  padding-right: 0;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
10.3 Portfolio
--------------------------------------------------------------*/
.front-page-block.portfolio .section-title {
  font-style: italic;
  text-align: center;
}
#portfolio-wrapper {
  max-width: 310px;
  margin: 0 auto;
}
#portfolio-wrapper .hentry {
  border-top: none;
  margin-bottom: 11%;
  padding: 0;
}
.project-image {
  background-color: #ccc;
  background-size: cover;
  background-position: 50% 50%;
  height: 250px;
  position: relative;
}
.project-summary {
  background: rgba(0, 0, 0, 0.5);
  padding: 0 1em;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-image:hover .project-summary {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.has-post-thumbnail .project-image:hover .project-summary {
  opacity: 0;
}
.project-summary {
  left: 50%;
  position: absolute;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.project-title {
  color: #fff;
  font-family: "Cabin", Helvetica, sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  position: relative;
  top: 50%;
  left: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.62);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.portfolio-featured-image {
  margin-bottom: 1.7778em;
}
.portfolio-featured-image img {
  display: block;
  margin: 0 auto;
}
/* Portfolio shortcode */
.portfolio-featured-image img {
  display: block !important;
  margin: 0 !important;
}
/* Force-show single column on smaller screens */
@media screen and (max-width: 768px) {
  .column-2 .portfolio-entry {
    float: none !important;
    width: 100% !important;
  }
}
/*--------------------------------------------------------------
10.4 Comments
--------------------------------------------------------------*/
#comments {
  font-size: 16px;
  font-size: 1.6rem;
}
.comment-list, .comment-list .children {
  margin: 0;
}
.comment-list, .comment-list ol {
  list-style: none;
}
.comment, .pingback {
  margin-top: 1.75em;
}
.bypostauthor {
  display: block;
}
.comment-list {
  list-style-type: none;
  margin-left: 0;
}
.comments-title, .comment-reply-title {
  font-size: 40px;
  font-size: 4rem;
  font-style: italic;
  line-height: 1.6;
  margin: 1.6em auto;
  text-align: center;
}
.comment-author {
  float: left;
  margin-right: 1.14285em;
}
.comment-metadata {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.comment-meta cite {
  font-style: normal;
}
.comment-meta .fn, .says {
  font-weight: 600;
}
.comment-metadata a {
  color: #999;
}
.comment-content {
  clear: both;
  margin-top: 1.75em;
}
.comment-reply-link {
  float: right;
  font-weight: 700;
}
.comment-content a {
  word-wrap: break-word;
}
.comment-edit-link {
  color: #999;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.no-comments {
  font-style: italic;
  margin-top: 1.75em;
  text-align: center;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
.infinite-loader {
  clear: both;
  margin: 0 auto;
  width: 36px;
}
#infinite-handle {
  clear: both;
  text-align: center;
}
#infinite-handle, .infinite-loader {
  padding: 1.7778em 0;
}
#infinite-handle span {
  margin: 0 auto;
  text-align: center;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content img, .page-content img, .entry-summary img, .comment-content img, .widget img {
  vertical-align: middle;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
.jetpack-video-wrapper {
  margin-bottom: 1.5556em;
}
.jetpack-video-wrapper > embed, .jetpack-video-wrapper > iframe, .jetpack-video-wrapper > object, .jetpack-video-wrapper > .wp-video {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
figure {
  margin: 0;
}
.wp-caption {
  margin-bottom: 0.8889em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2857;
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin-top: 0.5714em;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
13 Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 600px) {
  .menu-toggle, .main-navigation.toggled .nav-menu {
    max-height: 2000px;
  }
  .main-navigation > ul {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .comments-area, .site-main .post-navigation, .blog .hentry, .home .page-content, .search .hentry, .single-post .hentry, .single-jetpack-portfolio .entry-content, .page:not(.home) .hentry, .archive:not(.post-type-archive) .hentry, .site-main .error-404, .site-info {
    margin-right: 2em;
    margin-left: 2em;
  }
  .single-jetpack-portfolio .entry-footer {
    margin-right: 3em;
    margin-left: 3em;
  }
  .single:not(.single-jetpack-portfolio) .entry-meta {
    text-align: center;
  }
  .cat-links, .tags-links {
    display: block;
  }
  .page:not(.home) {
    margin: 0 !important;
  }
}
.footer-widget-area {
  background: #939393 0% 0% no-repeat padding-box;
}
@media screen and (min-width: 992px) {
  /* Menu */
  /* Single Posts & Pages */
  /* Posts, comments navigation */
  /* Pull content into margins */
  .home .site-branding {
    padding: 7.75em 0;
  }
  .single-jetpack-portfolio .entry-header, .page-header, .single-jetpack-portfolio .entry-content, .page-content, .page .entry-meta, .single-jetpack-portfolio .entry-meta, .comments-area, .post-navigation, .posts-navigation {
    margin-right: auto;
    margin-left: auto;
  }
  .blog .hentry, .archive:not(.post-type-archive) .hentry, .search .hentry, .single-post .hentry, .single-post .comments-area, .single-post .post-navigation {
    margin-right: auto;
    margin-left: auto;
  }
  .main-navigation {
    padding: 0;
  }
  .nav-menu > li > a:after {
    color: #fff;
    margin-left: 1em;
    opacity: 0.3;
  }
  .nav-menu > li:last-child > a:after {
    display: none;
  }
  .main-navigation ul ul {
    margin: 0;
    right: 0;
    text-align: right;
    list-style: none;
  }
  .main-navigation ul ul a {
    padding: 0 15px;
  }
  .main-navigation div > ul > li > ul::before {
    content: "";
    position: absolute;
    top: -13px;
    left: 20px;
  }
  .entry-header {
    margin-top: -9px;
  }
  .single:not(.single-jetpack-portfolio) .entry-meta {
    float: left;
    margin-top: 0;
    margin-right: 20px;
    width: 150px;
  }
  .single .entry-meta .posted-on, .single .entry-meta .byline, .single:not(.single-jetpack-portfolio) .cat-links, .single:not(.single-jetpack-portfolio) .tags-links, .single .post-edit-link {
    display: block;
    margin-top: 1.3335em;
  }
  .comment-list .children {
    margin-left: 3.5556em;
  }
  .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    margin-bottom: 0;
    text-align: left;
    width: 50%;
  }
  .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
  }
  blockquote.aligncenter {
    margin-left: -120px;
    width: 900px;
  }
  .single-post blockquote.aligncenter {
    margin-left: 0;
    width: 100%;
  }
  img.size-big, .wp-caption.caption-big {
    display: inline-block;
    float: none;
    margin-left: -60px;
    margin-bottom: 1.7778em;
    max-width: 780px;
  }
  .single-post img.size-big, .single-post .wp-caption.caption-big {
    margin-left: 0;
    max-width: 100%;
  }
  .wp-caption.caption-big .wp-caption-text {
    width: 780px;
  }
}
@media screen and (min-width: 1060px) {
  .site-title {
    max-width: 960px;
  }
  .wp-caption.alignleft, img.alignleft, blockquote.alignleft {
    margin-left: -175px;
  }
  .wp-caption.alignleft + .alignleft, img.alignleft + .alignleft, blockquote.alignleft + .alignleft {
    margin-left: 0;
  }
  .single-post .wp-caption.alignleft, .single-post img.alignleft, .single-post blockquote.alignleft {
    margin-left: 0;
  }
  blockquote.alignleft, blockquote.alignright {
    width: 360px;
  }
  .wp-caption.alignright, img.alignright, blockquote.alignright {
    margin-right: -175px;
  }
  .wp-caption.alignright + .alignright, img.alignright + .alignright, blockquote.alignright + .alignright {
    margin-right: 0;
  }
  .single-post .wp-caption.alignright, .single-post img.alignright, .single-post blockquote.alignright {
    margin-right: 0;
  }
  .footer-widget-area .widget:nth-of-type(3n+1) {
    clear: left;
  }
  .page blockquote.aligncenter {
    width: 760px;
    margin-left: -50px;
  }
}
.setelec-nous-trouver {
  background: transparent linear-gradient(129deg, #878787 0%, #0B5996 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 35px;
  margin-top: 50px;
}
.setelec-nous-trouver .vc_custom_heading {
  margin: 55px 0;
}
.setelec-nous-trouver .setelec-nous-trouver-row {
  background-image: url('./images/Tracé 28.svg');
  background-position: bottom right;
}
.setelec-nous-trouver #asl-storelocator.asl-p-cont.asl-template-1 #asl-map-canv {
  height: 450px !important;
}
.setelec-nous-trouver #asl-storelocator #asl-list {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  background-color: transparent !important;
}
.setelec-nous-trouver #asl-storelocator #asl-list .p-title {
  font-size: 30px !important;
  line-height: 30px;
  font-weight: 600px !important;
  letter-spacing: 1.8px;
}
.setelec-nous-trouver #asl-storelocator #asl-list .p-area {
  font-size: 20px !important;
  line-height: 30px;
  font-weight: 300 !important;
  letter-spacing: 1px;
  margin-bottom: 0 !important;
}
.setelec-nous-trouver #asl-storelocator .Filter_section, .setelec-nous-trouver #asl-storelocator .p-time, .setelec-nous-trouver #asl-storelocator .glyphicon.icon-phone-outline {
  display: none !important;
}
.setelec-nous-trouver #asl-storelocator .row.mt-10 {
  display: none;
}
.setelec-nous-trouver #asl-storelocator.container.storelocator-main.asl-p-cont.asl-bg-0 #asl-list.storelocator-panel .sl-item {
  border-bottom: none !important;
}
@media (min-width: 576px) {
  .setelec-nous-trouver #asl-storelocator.container.storelocator-main.asl-p-cont.asl-bg-0 {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .setelec-nous-trouver #asl-storelocator.container.storelocator-main.asl-p-cont.asl-bg-0 {
    max-width: 720px !important;
  }
  .setelec-nous-trouver #asl-storelocator.asl-p-cont.asl-template-1.asl-p-cont .asl-panel #asl-list.storelocator-panel {
    height: calc(100% - 40px);
  }
  .setelec-nous-trouver #asl-storelocator #asl-list {
    padding-left: 30px !important;
  }
}
@media (min-width: 992px) {
  .setelec-nous-trouver #asl-storelocator.container.storelocator-main.asl-p-cont.asl-bg-0 {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .setelec-nous-trouver #asl-storelocator.container.storelocator-main.asl-p-cont.asl-bg-0 {
    max-width: 1280px !important;
  }
}
.setelec-nous-trouver .contact-info {
  position: absolute;
  bottom: 0;
  right: calc(33.33333334% - 94px);
  bottom: 15px;
}
.setelec-nous-trouver .contact-info > .wpb_wrapper {
  font-size: 16px;
  line-height: 30px;
}
.setelec-nous-trouver .contact-info > .wpb_wrapper a {
  color: #fff;
}
.setelec-nous-trouver .contact-info > .wpb_wrapper a:hover {
  color: rgba(255, 255, 255, 0.7);
  border: none;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #portfolio-wrapper, body[class*="jetpack-portfolio"] .posts-navigation {
    max-width: 655px;
  }
  #portfolio-wrapper .jetpack-portfolio {
    float: left;
    width: 310px;
    margin-right: 5.3%;
    margin-bottom: 5.3%;
  }
  #portfolio-wrapper .jetpack-portfolio:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1080px) {
  #portfolio-wrapper {
    max-width: 1000px;
    clear: both;
  }
  #portfolio-wrapper .jetpack-portfolio {
    float: left;
    width: 310px;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
  }
  #portfolio-wrapper .jetpack-portfolio:nth-of-type(3n) {
    margin-right: 0;
  }
  body[class*="jetpack-portfolio"] .posts-navigation {
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .setelec-nous-trouver .contact-info {
    bottom: unset;
    left: 28px;
    top: 435px;
  }
  .setelec-nous-trouver .vc_custom_heading {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .setelec-nous-trouver .contact-info {
    left: calc((100% - 516px) / 2);
  }
}
.vc_section {
  padding: 0;
  margin: 0;
}
.fddm-banner {
  left: 0 !important;
  min-height: 570px;
  background-size: cover;
  background-position: center center;
  width: calc(100% - 420px) !important;
  margin: auto 0 auto auto;
}
@media screen and (max-width: 991px) {
  .fddm-banner {
    min-height: 350px;
    width: 100% !important;
  }
}
@media screen and (max-width: 560px) {
  .fddm-banner {
    min-height: 250px;
  }
}
@media screen and (min-width: 1921px) {
  .fddm-banner {
    max-width: calc(100% - (100% - 1140px)/2) !important;
  }
}
.description-banner {
  min-height: 145px;
  display: flex;
  background-color: #777777;
  align-items: center;
  border-left: 9px solid #EA0B28;
  width: calc(100% - 135px);
  margin: auto 0 auto auto;
  margin-top: -72px;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .description-banner {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .description-banner {
    width: calc(100% - 70px);
  }
  .description-banner .wpb_text_column {
    margin-bottom: 0;
  }
}
.description-banner .vc_column-inner {
  padding: 0;
  max-width: 1440px;
  margin: 0 auto;
}
.description-banner .vc_column-inner p {
  color: #ffffff;
  font-family: 'Aktiv Grotesk Light';
  font-size: 36px;
  line-height: 51px;
  padding-right: 200px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .description-banner .vc_column-inner p {
    padding-left: unset;
    padding: 0 50px;
    font-size: 30px;
    line-height: 41px;
  }
}
@media screen and (max-width: 767px) {
  .description-banner .vc_column-inner p {
    padding: 0 50px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .description-banner .vc_column-inner p {
    padding: 0 15px;
  }
}
.title-description .vc_custom_heading {
  font-family: 'Aktiv Grotesk Bold';
  letter-spacing: 0px;
  color: #8D8D8D;
  font-size: 26px;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 34px;
  padding-top: 4px;
}
.title-description .wpb_content_element p {
  text-align: center;
  letter-spacing: 0px;
  color: #676767;
  font-size: 24px;
  line-height: 31px;
  font-family: 'Aktiv Grotesk Light';
}
@media screen and (max-width: 575px) {
  .background-full.nos-prestations {
    background-position: right !important;
  }
}
.nos-prestations {
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .nos-prestations .vc_row {
    max-width: 525px;
    margin: 0 auto;
  }
}
.nos-prestations .container-content {
  padding-top: 40px;
}
.nos-prestations .prestations-title .wpb_content_element {
  margin-bottom: 8px;
}
.nos-prestations .prestations-title .wpb_content_element h3 {
  color: #ffffff;
  font-size: 65px;
  line-height: 70px;
  font-family: 'Aktiv Grotesk Bold';
}
@media screen and (max-width: 525px) {
  .nos-prestations .prestations-title .wpb_content_element h3 {
    font-size: 60px;
    line-height: 65px;
  }
}
.nos-prestations .prestations-title h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0;
  font-family: 'Aktiv Grotesk Light';
  text-transform: inherit;
  margin-bottom: 12px;
}
.nos-prestations .prestations-title p {
  color: #ffffff;
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 0;
  font-family: 'Aktiv Grotesk Light';
  text-transform: inherit;
}
.nos-prestations .prestations-item .wpb_content_element {
  margin-bottom: 20px;
}
.nos-prestations .prestations-item h3 {
  color: #ffffff;
  font-size: 65px;
  line-height: 70px;
  font-family: 'Aktiv Grotesk Bold';
  margin-bottom: 0;
}
.nos-prestations .prestations-item p {
  color: #ffffff;
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 0;
  font-family: 'Aktiv Grotesk Light';
  text-transform: inherit;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .nos-prestations .prestations-item h3, .nos-prestations .prestations-item p {
    font-size: 40px;
    line-height: 45px;
  }
}
.nos-prestations .prestations-item .vc_btn3-container {
  position: relative;
}
.nos-prestations .prestations-item .vc_btn3-container::before {
  position: absolute;
  content: "";
  left: -10px;
  width: 51px;
  height: 100px;
  top: -10px;
  border-left: 12px solid #fff !important;
  border-radius: 100px 0 0 100px;
  border-top: 12px solid #fff !important;
  border-bottom: 12px solid #fff !important;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.nos-prestations .prestations-item .vc_btn3-container::after {
  position: absolute;
  content: "";
  background-image: url(images/icons/fleche-bouton.svg);
  width: 44px;
  height: 44px;
  opacity: 0.68;
  left: 18px;
  top: 18px;
}
.nos-prestations .prestations-item .vc_btn3-container:hover a {
  visibility: visible;
}
.nos-prestations .prestations-item .vc_btn3-container:hover::before {
  width: 465px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  border-right: 12px solid #fff !important;
  border-radius: 100px 100px 100px 100px;
}
.nos-prestations .prestations-item .vc_btn3-container:hover::after {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  left: 384px;
}
@media screen and (max-width: 991px) {
  .nos-prestations .prestations-item .vc_btn3-container::before {
    width: 465px;
    border-radius: 100px 100px 100px 100px;
    border-right: 12px solid #fff !important;
    border-bottom: 12px solid #fff !important;
  }
  .nos-prestations .prestations-item .vc_btn3-container a {
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .nos-prestations .prestations-item .vc_btn3-container {
    display: inline-block;
    padding: 0 100px;
  }
  .nos-prestations .prestations-item .vc_btn3-container::after {
    left: 29px;
  }
  .nos-prestations .prestations-item .vc_btn3-container::before {
    width: 100%;
    border-radius: 100px 100px 100px 100px;
    border-right: 12px solid #fff !important;
    border-bottom: 12px solid #fff !important;
    left: 0;
  }
  .nos-prestations .prestations-item .vc_btn3-container:hover a {
    visibility: visible;
  }
  .nos-prestations .prestations-item .vc_btn3-container:hover::before {
    width: 100%;
    border-left: 12px solid #fff !important;
    border-radius: 100px;
    border-top: 12px solid #fff !important;
    border-bottom: 12px solid #fff !important;
    border-right: 12px solid #fff !important;
  }
  .nos-prestations .prestations-item .vc_btn3-container:hover::after {
    transition: all 0.2s ease;
    left: 18px;
  }
}
@media screen and (max-width: 575px) {
  .nos-prestations .prestations-item .vc_btn3-container {
    padding: 0 80px;
  }
}
.nos-prestations .prestations-item a {
  background-color: transparent !important;
  background-image: unset !important;
  font-family: 'Aktiv Grotesk Light';
  color: #ffffff !important;
  border: unset;
  border-radius: 100px;
  padding: 25px 140px 25px 0px !important;
  width: 465px;
  height: 81px;
  font-size: 26px;
  position: relative;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .nos-prestations .prestations-item a {
    display: block;
    padding: 25px 0 !important;
    width: 100%;
  }
}
.nos-prestations .prestations-item a:hover {
  border: unset !important;
}
.nos-prestations .prestations-item a:active {
  border: unset !important;
}
.nos-prestations .prestations-item a:focus {
  border: unset !important;
}
.nos-prestations .prestations-item.prestations-item__btn-right .vc_btn3-container {
  position: relative;
  right: 100px !important;
}
@media screen and (max-width: 991px) {
  .nos-prestations .prestations-item.prestations-item__btn-right .vc_btn3-container {
    right: 0 !important;
  }
}
.nos-prestations .prestations-item.alight-right .vc_column-inner {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .nos-prestations .prestations-item.alight-right .vc_column-inner {
    justify-content: unset;
  }
}
.nos-prestations .prestations-item.alight-right .vc_column-inner .wpb_content_element {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .nos-prestations .prestations-item.alight-right .vc_column-inner .wpb_content_element {
    justify-content: unset;
  }
}
.nos-prestations .prestations-item.arrow-right .vc_btn3-container::before {
  position: absolute;
  content: "";
  left: unset;
  right: -10px;
  width: 51px;
  height: 100px;
  top: -10px;
  border-right: 12px solid #fff !important;
  border-radius: 0 100px 100px 0;
  border-top: 12px solid #fff !important;
  border-bottom: 12px solid #fff !important;
  border-left: unset !important;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.nos-prestations .prestations-item.arrow-right .vc_btn3-container:hover a {
  visibility: visible;
}
.nos-prestations .prestations-item.arrow-right .vc_btn3-container:hover::before {
  width: 465px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  border-left: 12px solid #fff !important;
  border-radius: 100px 100px 100px 100px;
}
.nos-prestations .prestations-item.arrow-right .vc_btn3-container::after {
  position: absolute;
  content: "";
  background-image: url(images/icons/fleche-bouton.svg);
  width: 44px;
  height: 44px;
  opacity: 0.68;
  left: unset;
  right: 18px;
  top: 18px;
}
@media screen and (max-width: 991px) {
  .nos-prestations .prestations-item.arrow-right .vc_btn3-container a {
    visibility: visible;
  }
  .nos-prestations .prestations-item.arrow-right .vc_btn3-container::before {
    width: 100%;
    transition: all 0.2s ease;
    border-left: 12px solid #fff !important;
    border-radius: 100px 100px 100px 100px;
  }
}
@media screen and (max-width: 767px) {
  .nos-prestations .prestations-item.arrow-right .vc_btn3-container:hover a {
    visibility: visible;
  }
  .nos-prestations .prestations-item.arrow-right .vc_btn3-container:hover::before {
    width: 100%;
    border-left: 12px solid #fff !important;
    border-radius: 100px;
    border-right: 12px solid #fff !important;
    border-bottom: 12px solid #fff !important;
    border-left: 12px solid #fff !important;
  }
  .nos-prestations .prestations-item.arrow-right .vc_btn3-container::before {
    right: 0;
  }
  .nos-prestations .prestations-item.arrow-right .vc_btn3-container::after {
    left: 29px;
    right: unset;
  }
}
.post-article {
  padding-top: 30px;
}
.post-article .zo-slick-carousel {
  position: relative;
}
.post-article .zo-slick-carousel .slick-list {
  max-width: 991px;
  margin: 0 auto;
}
.post-article .zo-slick-carousel .slick-prev {
  position: absolute;
  top: 32%;
  visibility: hidden;
}
.post-article .zo-slick-carousel .slick-prev::before {
  position: absolute;
  content: "";
  left: 0;
  width: 24px;
  height: 40px;
  background: url(images/icons/fleche-slider.svg);
  background-repeat: no-repeat;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .post-article .zo-slick-carousel .slick-prev {
    display: none !important;
  }
}
.post-article .zo-slick-carousel .slick-next {
  position: absolute;
  top: 32%;
  right: 0;
  z-index: 2;
  visibility: hidden;
}
.post-article .zo-slick-carousel .slick-next::after {
  position: absolute;
  content: "";
  right: 0;
  width: 24px;
  height: 40px;
  background: url(images/icons/fleche-slider.svg);
  background-repeat: no-repeat;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .post-article .zo-slick-carousel .slick-next {
    display: none !important;
  }
}
.post-article .zo-slick-carousel .carousel-wrapper {
  display: flex;
}
.post-article .zo-slick-carousel .carousel-wrapper .zo-carousel-image {
  width: 50%;
}
.post-article .zo-slick-carousel .carousel-wrapper .zo-carousel-body {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .post-article .zo-slick-carousel .carousel-wrapper {
    flex-direction: column;
  }
  .post-article .zo-slick-carousel .carousel-wrapper .zo-carousel-image {
    width: 100%;
  }
  .post-article .zo-slick-carousel .carousel-wrapper .zo-carousel-body {
    width: 100%;
    padding-top: 30px;
  }
}
.post-article .zo-slick-carousel .carousel-wrapper ul {
  list-style: none;
  display: block;
  margin: 0;
}
.post-article .zo-slick-carousel .carousel-wrapper ul li {
  display: inline-block;
  margin: 0 7px;
  padding: 4px 22px;
  background: #777777;
  border-radius: 15px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-family: 'Aktiv Grotesk Medium';
  margin-top: 25px;
}
.post-article .vc_custom_heading {
  font-size: 24px;
  line-height: 31px;
  font-family: 'Aktiv Grotesk Bold';
  color: #000000;
  letter-spacing: 0;
  text-transform: inherit;
  margin-bottom: 8px;
}
.post-article .zo-carousel-body .zo-slick-carousel-title {
  font-size: 12px;
  font-weight: 20px;
  font-family: 'Aktiv Grotesk Regular';
  color: #000000;
  text-transform: inherit;
}
.post-article .zo-carousel-body .zo-carousel-content strong, .post-article .zo-carousel-body .zo-carousel-content .heading {
  font-family: 'Aktiv Grotesk Bold';
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
}
.post-article .zo-carousel-body .zo-carousel-content p {
  font-family: 'Aktiv Grotesk Light';
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.post-article .zo-carousel-body .zo-grid-readmore {
  text-align: right;
}
.post-article .zo-carousel-body .zo-grid-readmore a {
  display: inline-block;
  border: 5px solid #EA0B28;
  border-radius: 32px;
  padding: 17px 83px;
  color: #000000;
  font-family: 'Aktiv Grotesk Bold';
  font-size: 18px;
  line-height: 23px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .post-article .zo-carousel-body .zo-grid-readmore a {
    padding: 17px 70px;
  }
}
.post-article .slick-dots {
  display: flex;
  margin-left: 0;
  list-style: none;
  justify-content: center;
  padding-top: 45px;
}
.post-article .slick-dots li {
  visibility: hidden;
  position: relative;
}
.post-article .slick-dots li::before {
  visibility: visible;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #e3e3e3;
  border-radius: 50%;
}
.post-article .slick-dots li.slick-active::before {
  background: #c7c7c7;
}
.post-article .slick-dots button {
  padding: 0 9px;
}
.processus-participatifs .vc_column-inner ul {
  list-style: none;
  margin-left: 25px;
}
.processus-participatifs .vc_column-inner ul li {
  font-size: 18px;
  line-height: 18px;
  color: #8d8d8d;
  font-family: 'Aktiv Grotesk Regular';
  margin-bottom: 15px;
  position: relative;
}
.processus-participatifs .vc_column-inner ul li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: transparent;
  border: 3px solid #1A3F1D;
  border-radius: 50%;
  left: -25px;
  top: 3px;
}
.processus-participatifs .vc_column-inner p {
  line-height: 34px;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.emblematiques {
  background: #e4e4e4;
  padding-bottom: 60px;
}
.emblematiques .vc_separator {
  margin-bottom: 10px !important;
}
.emblematiques .emblematiques-content .vc_column-inner .zo-percessus-wraper {
  background: #ffffff;
  border-top: 14px solid #1a3f1d;
  padding: 23px 18px 18px;
  margin-top: 25px;
}
.emblematiques .emblematiques-content .wpb_content_element:last-child {
  margin-bottom: 0;
}
.emblematiques .emblematiques-content img {
  width: 100%;
}
.emblematiques .emblematiques-content ul {
  margin: 0;
}
.emblematiques .emblematiques-content .list, .emblematiques .emblematiques-content .projets-list {
  margin-top: 0;
  margin-bottom: 18px;
  padding: 25px 20px;
}
.emblematiques .emblematiques-content .list ul, .emblematiques .emblematiques-content .projets-list ul {
  list-style: none;
  padding-left: 40px;
}
.emblematiques .emblematiques-content .list ul li, .emblematiques .emblematiques-content .projets-list ul li {
  position: relative;
}
.emblematiques .emblematiques-content .list ul li::before, .emblematiques .emblematiques-content .projets-list ul li::before {
  position: absolute;
  content: "";
  background-color: #277531;
  -webkit-mask-image: url(images/icons/project-list.svg);
  mask-image: url(images/icons/project-list.svg);
  width: 26px;
  height: 25px;
  left: -34px;
  top: 6px;
}
.emblematiques .vc_custom_heading {
  margin-bottom: 13px;
  text-transform: inherit;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  font-family: 'Aktiv Grotesk Bold';
  letter-spacing: 0;
  padding-top: 30px;
}
.emblematiques h2, .emblematiques h3 {
  font-family: 'Aktiv Grotesk Bold';
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}
.emblematiques h5, .emblematiques .en-savoir {
  font-size: 16px;
  font-family: 'Aktiv Grotesk Medium';
  line-height: 21px;
  color: #000000;
  text-transform: inherit;
}
.emblematiques p, .emblematiques .percessus-description {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Aktiv Grotesk Light';
  color: #000000;
  padding-bottom: 25px;
}
.emblematiques .percessus_accordion {
  position: relative;
  padding-bottom: 18px;
}
.emblematiques .percessus_accordion .percessus-btn {
  position: relative;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.emblematiques .percessus_accordion .percessus-btn .btn-text {
  position: relative;
  letter-spacing: 0px;
  width: 250px;
  border: 5px solid #1a3f1d !important;
  border-radius: 100px;
  transition: all 0.2s ease;
  padding: 14px 20px;
  display: inline-block;
  font-size: 18px;
  line-height: 35px;
  font-family: 'Aktiv Grotesk Medium';
}
.emblematiques .percessus_accordion .percessus-btn .btn-text::before {
  position: absolute;
  content: "";
  background-color: #277531;
  -webkit-mask-image: url(images/icons/fleche-bouton-moderation.svg);
  mask-image: url(images/icons/fleche-bouton-moderation.svg);
  right: 10px;
  z-index: 1;
  width: 34px;
  height: 34px;
  transition: all 0.3s ease;
}
.emblematiques .percessus_accordion .percessus-more-information {
  position: absolute;
  top: 0;
  background: #fff;
  padding: 70px 20px 14px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 40px;
  font-family: 'Aktiv Grotesk Light';
  border: 2px solid #277531;
  visibility: hidden;
  opacity: 0;
  color: #000;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.emblematiques .percessus_accordion:hover .percessus-btn .btn-text {
  border: 5px solid transparent !important;
}
.emblematiques .percessus_accordion:hover .percessus-btn .btn-text::before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .emblematiques .percessus_accordion:hover .percessus-btn .btn-text {
    border: 5px solid !important;
  }
  .emblematiques .percessus_accordion:hover .percessus-btn .btn-text::before {
    transform: unset;
    -webkit-transform: unset;
    transition: unset;
  }
}
.emblematiques ul {
  padding-top: 30px;
}
.emblematiques ul li a {
  text-decoration: underline;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Aktiv Grotesk Medium';
}
.emblematiques ul li a:hover {
  border-bottom: unset;
}
.emblematiques ul li span, .emblematiques ul li em {
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Aktiv Grotesk Light';
  font-style: italic;
}
.emblematiques .percessus_accordion:hover .percessus-more-information {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .emblematiques .percessus_accordion:hover .percessus-more-information {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .emblematiques .percessus_accordion.show-content .percessus-btn .btn-text {
    border: 5px solid transparent !important;
  }
  .emblematiques .percessus_accordion.show-content .percessus-btn .btn-text::before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: all 0.2s ease;
  }
  .emblematiques .percessus_accordion.show-content .percessus-more-information {
    visibility: visible;
    opacity: 1;
  }
  .emblematiques .percessus_accordion .percessus-btn .btn-text {
    transition: all 0.2s ease;
    border: 5px solid !important;
  }
  .emblematiques .percessus_accordion .percessus-btn .btn-text::before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 0.2s ease;
  }
}
.telechargements-list ul {
  padding-top: 12px;
  list-style: none;
  margin-left: 0;
}
.telechargements-list ul li {
  padding-bottom: 40px;
}
.telechargements-list ul li::before {
  content: none !important;
}
.telechargements-list ul li a {
  color: #ea0b28;
  font-family: 'Aktiv Grotesk Medium';
  font-size: 16px;
  line-height: 22px;
  position: relative;
  padding-left: 35px;
  display: inline-block;
  border-bottom: none;
}
.telechargements-list ul li a:hover {
  border-bottom: none;
}
.telechargements-list ul li a::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 29px;
  left: 0;
  background-repeat: no-repeat;
}
.telechargements-list .listing-file ul li a::before {
  background: url(images/icons/telechargement-fichier.svg) no-repeat;
}
.telechargements-list .listing-link ul li a::before {
  background: url(images/icons/external.svg) no-repeat;
}
.fddm-breadcrumb {
  padding-top: 20px;
}
.fddm-breadcrumb span {
  color: #FF0000;
  font-family: 'Aktiv Grotesk Regular';
}
.fddm-breadcrumb a {
  color: #FF0000;
  font-size: 16px;
  line-height: 21px;
  font-family: 'Aktiv Grotesk Regular';
}
.fddm-breadcrumb a:hover {
  border-bottom: unset;
}
.fddm-breadcrumb .last_breadcumbs {
  padding-left: 22px;
}
.fddm-breadcrumb .first_breadcumb {
  padding-right: 22px;
}
.equipe .zo-carousel {
  position: relative;
}
.equipe .zo-carousel-item {
  padding: 8px;
}
.equipe .zo-carousel-item img {
  border-radius: 6px 6px 6px 0;
}
.equipe .zo-carousel-item .office {
  padding-top: 24px;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Aktiv Grotesk Regular';
  position: relative;
}
.equipe .zo-carousel-item .office::before {
  position: absolute;
  left: 0;
  top: -12px;
  border-radius: 50%;
  content: "";
  width: 24px;
  height: 24px;
  z-index: -1;
  background: #EA0B28;
}
.equipe .zo-carousel-item .zo-carousel-title {
  padding-top: 6px;
  color: #000000;
  font-size: 16px;
  line-height: 21px;
  font-family: 'Aktiv Grotesk Regular';
}
.equipe .owl-nav {
  display: block !important;
  position: absolute;
  top: 25%;
  height: 40px;
  width: 100%;
  z-index: -1;
}
.equipe .owl-nav .owl-prev i::before, .equipe .owl-nav .owl-next i::before {
  position: absolute;
  content: "";
  background: url(images/icons/fleche-slider-carousel.svg) no-repeat;
  width: 24px;
  height: 40px;
}
.equipe .owl-nav .owl-prev i::before {
  left: -30px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.equipe .owl-nav .owl-next i::before {
  right: -30px;
}
@media screen and (max-width: 767px) {
  .equipe .owl-nav {
    display: none !important;
  }
}
.equipe-list {
  padding-top: 35px;
}
.equipe-list .zo-grid-title {
  font-family: 'Aktiv Grotesk Bold';
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 8px;
}
.equipe-list .zo-grid-content .title {
  font-size: 16px;
  color: #000000;
  font-family: 'Aktiv Grotesk Bold';
}
.equipe-list .zo-grid-content .description {
  padding-top: 10px;
}
.equipe-list .zo-grid-content .formation {
  padding-top: 15px;
}
.equipe-list .zo-grid-content .formation .label {
  font-size: 16px;
  color: #000000;
  font-family: 'Aktiv Grotesk Bold';
}
.equipe-list .zo-grid-content .text-content, .equipe-list .zo-grid-content p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Aktiv Grotesk Light';
  color: #000000;
}
.equipe-list .zo-grid-content .info {
  margin-top: 18px;
  padding: 18px;
  background: #eeeeee;
}
.equipe-list .zo-grid-content .info .label {
  font-size: 16px;
  color: #EA0B28;
  font-family: 'Aktiv Grotesk Bold';
}
.equipe-list .zo-grid-content .info .text-content {
  padding-top: 8px;
}
.equipe-list .zo-grid-content .info .text-content div a {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Aktiv Grotesk Light';
  color: #000000;
}
.equipe-list .zo-grid-content .info .text-content div a:hover {
  border-bottom: none;
}
.equipe-list .zo-grid-content pre {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Aktiv Grotesk Light';
}
.equipe-list .zo-grid-content pre strong {
  color: #EA0029;
}
.equipe-list .zo-grid-item.active {
  display: flex;
}
.equipe-list .zo-grid-item {
  display: flex;
  flex-direction: row-reverse;
  display: none;
}
.equipe-list .zo-grid-item .image {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
}
.equipe-list .zo-grid-item .image img {
  width: 100%;
}
.equipe-list .zo-grid-item .content {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}
@media screen and (max-width: 991px) {
  .equipe-list .zo-grid-item {
    flex-direction: column;
  }
  .equipe-list .zo-grid-item .image {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .equipe-list .zo-grid-item .content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.fddm-header-single-page .fddm-banner {
  min-height: 570px;
  left: 0 !important;
  min-height: 570px;
  background-size: cover;
  background-position: center center;
  width: calc(100% - 420px) !important;
  margin: auto 0 auto auto;
}
@media screen and (max-width: 991px) {
  .fddm-header-single-page .fddm-banner {
    min-height: 350px;
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .fddm-header-single-page .fddm-banner {
    min-height: 250px;
  }
}
.single-post .hentry {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.single-post .entry-content {
  display: flex;
}
.single-post .entry-content .image {
  width: 50%;
}
.single-post .entry-content .content {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .single-post .entry-content {
    flex-direction: column;
  }
  .single-post .entry-content .image {
    width: unset;
  }
  .single-post .entry-content .content {
    padding-top: 30px;
    width: unset;
  }
}
.single-post .entry-title {
  margin-top: 30px;
  font-family: 'Aktiv Grotesk Bold';
  letter-spacing: 0px;
  color: #8d8d8d;
  font-size: 26px;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 34px;
  padding-top: 4px;
}
#comments {
  display: none;
}
@media (min-width: 576px) {
  .container-content {
    max-width: 540px;
    margin: 0 auto !important;
  }
}
@media (min-width: 768px) {
  .container-content {
    max-width: 720px;
    margin: 0 auto !important;
  }
}
@media (min-width: 992px) {
  .container-content {
    max-width: 960px;
    margin: 0 auto !important;
  }
}
@media (min-width: 1200px) {
  .container-content {
    max-width: 1140px;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 767px) {
  .page-content {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .container-content {
    max-width: 525px;
    margin: 0 auto;
  }
}
.wpb_content_element ul {
  padding-left: 20px;
}
.wpb_content_element ul li {
  list-style: none;
  font-size: 18px;
  line-height: 24px;
  color: #8d8d8d;
  font-family: 'Aktiv Grotesk Regular';
  margin-bottom: 15px;
  position: relative;
}
.wpb_content_element ul li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: transparent;
  border: 3px solid #1A3F1D;
  border-radius: 50%;
  left: -25px;
  top: 3px;
}
.page-not-found {
  padding-bottom: 65px;
}
.page-not-found .page-title {
  font-family: 'Aktiv Grotesk Bold';
}
.page-not-found p {
  font-family: 'Aktiv Grotesk Regular';
}
#widget-area-2 {
  padding-top: 20px;
  padding-bottom: 10px;
}
