*, *:hover {
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif !important;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  transition: all 100ms !important;
}
i {
  font-family: 'Font Awesome', sans-serif !important;
}
/*COLORS*/
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #505050;
  opacity: 1;
  /* Firefox */
  font-size: 14px;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #505050;
  font-size: 14px;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #505050;
  font-size: 14px;
}
a, a:hover {
  color: #323232;
  font-weight: 600;
}
ul.products li.product .woocommerce-loop-product__link .woocommerce-placeholder {
  margin-bottom: 0;
}
ul.products li.product .button.product_type_simple {
  display: none;
}
ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 16px !important;
  color: #323232;
}
.archive .woocommerce-Price-amount {
  display: none !important;
}
.cart {
  display: none;
}
.woocommerce-Price-amount {
  padding: 5px 10px;
  background-color: #323232;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}
.product-type-simple .product_title {
  font-size: 36px;
  color: #323232;
  border: none;
}
.product-type-simple h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.product-type-simple p {
  font-size: 14px;
}
.section, .row {
  margin-right: 0;
  margin-left: 0;
}
.formError {
  color: #DB2A19;
  font-size: 10px;
  line-height: 10px;
  padding-left: 15px;
  font-weight: bold;
}
.alert {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 15px;
  border: none !important;
}
.alert-danger {
  background-color: #DB2A19 !important;
}
.alert-success {
  background-color: #03843A !important;
}
.annonce-item {
  border-bottom: 1px solid #E4E4E4;
  width: 100%;
  margin-bottom: 25px;
}
.annonce-item .annonce-date {
  background-color: #e4e4e4;
  color: #323232;
  font-size: 10px;
  text-align: center;
  padding: 3px 10px;
  margin-bottom: 15px;
  display: inline-block;
  min-width: 100px;
}
.annonce-item h2 {
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin-bottom: 0;
}
.annonce-item p {
  font-size: 14px;
  font-weight: 400;
  color: #323232;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.single .annonce-item p {
  white-space: unset;
  overflow: visible;
  text-overflow: unset;
}
.btn-wrapper {
  padding: 25px 0;
}
.btn-wrapper .btn-orange {
  background-color: #FAB900;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  padding: 10px 25px;
  display: inline-block;
  line-height: 29px;
  -webkit-box-shadow: 5px 5px 20px -10px #424242;
  -moz-box-shadow: 5px 5px 20px -10px #424242;
  box-shadow: 5px 5px 20px -10px #424242;
  border: none;
}
.btn-wrapper .btn-orange:active {
  transform: translate(1px, 1px);
  -webkit-box-shadow: 5px 5px 10px -10px #424242;
  -moz-box-shadow: 5px 5px 10px -10px #424242;
  box-shadow: 5px 5px 10px -10px #424242;
}
.btn-wrapper .wpcf7-submit {
  height: 30px !important;
}
.btn-wrapper .btn-orange.small {
  background-color: #FAB900 !important;
  color: #fff;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  padding: 6px 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 10px;
  transform: translate(1px, 1px);
}
.btn-wrapper .btn-grey.small {
  background-color: #C8C8C8;
  color: #323232;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  padding: 6px 15px;
  margin-right: 10px;
}
.btn-wrapper .btn-transparent.small {
  background-color: transparent;
  color: #323232;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  padding: 6px 0;
  margin-right: 10px;
}
.btn-wrapper.center {
  text-align: center;
}
.admin-bar header {
  top: 32px !important;
}
.page-template-fullwidth article {
  height: auto !important;
}
.wpcf7 input, .wpcf7 select, .wpcf7 textarea, .wpcf8 input, .wpcf8 select, .wpcf8 textarea {
  width: 50%;
  height: calc(2.0625rem + 2px);
  display: block;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: inherit;
  box-shadow: none;
  border-radius: 0 !important;
  border: 1px solid #ced4da;
  color: #505050;
  font-size: 14px;
}
.wpcf7 input[type="file"], .wpcf8 input[type="file"] {
  line-height: 2;
  border: none;
  padding: 0;
}
.wpcf7 input[type="submit"], .wpcf8 input[type="submit"] {
  width: auto;
}
.wpcf7 select, .wpcf8 select {
  background-image: url('../img/arrow-black-down.png');
  background-position: right 8px center;
  background-size: 10px auto;
}
.wpcf7 textarea, .wpcf8 textarea {
  width: 100%;
  height: 250px;
}
/*HEADER*/
header {
  padding: 0 !important;
  box-shadow: none !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
header #header-top {
  width: 100%;
  height: 50px;
  background-color: #F5F5F5;
}
header #header-top .socials-menu {
  width: 50%;
  display: inline-block;
  margin-bottom: 0;
  float: right;
  vertical-align: middle;
}
header #header-top .socials-menu li a {
  color: #323232 !important;
}
header #header-top form.search-form {
  display: inline-block;
  position: relative;
  height: 50px;
  margin-bottom: 0;
}
header #header-top form.search-form input {
  margin-top: 12px;
  border-radius: 20px;
  padding: 3px 0 3px 25px;
  font-size: 12px;
  border: 1px solid #C8C8C8;
  box-shadow: none;
  background-image: url('../img/search.png');
  background-size: 10px auto;
  background-position: left 8px center;
}
header #header-top form.search-form input::-webkit-input-placeholder {
  color: #C8C8C8;
  font-size: 12px;
}
header nav.navbar {
  background-color: #323232 !important;
  max-height: 60px;
  width: 100%;
}
header nav.navbar div.container {
  padding: 0;
  max-height: 60px;
}
header nav.navbar .navbar-brand {
  margin-right: 0;
  text-align: center;
  padding: 0;
}
header nav.navbar .navbar-brand img {
  overflow: visible;
  width: 100px;
  z-index: 999;
  position: relative;
}
header nav.navbar .navbar-toggler span {
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
header nav.navbar #menu-left, header nav.navbar #menu-right {
  height: 60px;
  line-height: 60px;
}
header nav.navbar #menu-left ul, header nav.navbar #menu-right ul {
  display: table;
  table-layout: auto;
  width: 100%;
}
header nav.navbar #menu-left ul li, header nav.navbar #menu-right ul li {
  display: table-cell;
  text-align: center;
  position: relative;
  min-width: 50px;
  font-weight: 600;
}
header nav.navbar #menu-left ul li a, header nav.navbar #menu-right ul li a {
  color: #fff;
  padding: 0;
}
header nav.navbar #menu-left ul li a:after, header nav.navbar #menu-right ul li a:after {
  display: none;
}
header nav.navbar #menu-left ul li .dropdown-menu, header nav.navbar #menu-right ul li .dropdown-menu {
  background-color: #323232;
  text-align: left;
  padding: 10px 30px;
  border: none;
  border-radius: 0px;
  opacity: 0;
  min-width: 100%;
  width: auto;
  transition: all 250ms !important;
  height: auto !important;
  line-height: normal !important;
  max-height: none !important;
  display: none;
}
header nav.navbar #menu-left ul li .dropdown-menu li, header nav.navbar #menu-right ul li .dropdown-menu li {
  display: block;
  text-align: left;
  background-color: #323232 !important;
  padding-left: 0;
}
header nav.navbar #menu-left ul li .dropdown-menu li a, header nav.navbar #menu-right ul li .dropdown-menu li a {
  font-size: 12px !important;
  background-color: #323232 !important;
  white-space: nowrap;
  font-weight: 600;
  padding: 0 !important;
}
header nav.navbar #menu-left ul li .dropdown-menu li:hover, header nav.navbar #menu-right ul li .dropdown-menu li:hover {
  background-color: #323232 !important;
}
header nav.navbar #menu-left ul li .dropdown-menu li:hover a, header nav.navbar #menu-right ul li .dropdown-menu li:hover a {
  font-size: 12px !important;
  background-color: #323232 !important;
}
header nav.navbar #menu-left ul li .dropdown-menu li:before, header nav.navbar #menu-right ul li .dropdown-menu li:before {
  display: none;
}
header nav.navbar #menu-left ul li .dropdown-menu li:after, header nav.navbar #menu-right ul li .dropdown-menu li:after {
  display: none;
}
header nav.navbar #menu-left ul li .dropdown-menu li.active:before, header nav.navbar #menu-left ul li .dropdown-menu li:hover:before, header nav.navbar #menu-right ul li .dropdown-menu li.active:before, header nav.navbar #menu-right ul li .dropdown-menu li:hover:before {
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  background-color: #fff;
  top: 50%;
  transform: translate(0, -2px);
  left: -19px;
}
header nav.navbar #menu-left ul li:hover .dropdown-menu, header nav.navbar #menu-right ul li:hover .dropdown-menu {
  display: block;
  opacity: 1;
}
header nav.navbar #menu-left ul li:hover .dropdown-menu li, header nav.navbar #menu-right ul li:hover .dropdown-menu li {
  padding: 5px 0;
}
header nav.navbar #menu-left ul li.active:before, header nav.navbar #menu-left ul li.active:after, header nav.navbar #menu-left ul li:hover:before, header nav.navbar #menu-left ul li:hover:after, header nav.navbar #menu-right ul li.active:before, header nav.navbar #menu-right ul li.active:after, header nav.navbar #menu-right ul li:hover:before, header nav.navbar #menu-right ul li:hover:after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  background-color: #fff;
  top: 50%;
  transform: translate(0, -2px);
}
header nav.navbar #menu-left ul li.active:before, header nav.navbar #menu-left ul li:hover:before, header nav.navbar #menu-right ul li.active:before, header nav.navbar #menu-right ul li:hover:before {
  left: 10px;
}
header nav.navbar #menu-left ul li.active:after, header nav.navbar #menu-left ul li:hover:after, header nav.navbar #menu-right ul li.active:after, header nav.navbar #menu-right ul li:hover:after {
  right: 10px;
}
header nav.navbar #menu-left ul li.current_page_ancestor:before, header nav.navbar #menu-left ul li.current_page_ancestor:after, header nav.navbar #menu-right ul li.current_page_ancestor:before, header nav.navbar #menu-right ul li.current_page_ancestor:after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  background-color: #fff;
  top: 50%;
  transform: translate(0, -2px);
}
header nav.navbar #menu-left ul li.current_page_ancestor:before, header nav.navbar #menu-right ul li.current_page_ancestor:before {
  left: 10px;
}
header nav.navbar #menu-left ul li.current_page_ancestor:after, header nav.navbar #menu-right ul li.current_page_ancestor:after {
  right: 10px;
}
header.sticky {
  height: 80px;
}
header.sticky #header-top {
  height: 40px;
  line-height: 40px;
}
header.sticky #header-top .socials-menu li {
  height: 40px;
  line-height: 40px;
}
header.sticky #header-top .socials-menu li a {
  height: 40px;
  line-height: 40px;
}
header.sticky #header-top .socials-menu .separator {
  transform: translate(0, -7px);
}
header.sticky #header-top form.search-form {
  height: auto;
}
header.sticky #header-top form.search-form input {
  margin-top: 0;
}
header.sticky nav.navbar {
  height: 40px;
  min-height: 40px;
  box-shadow: 0px 10px 10px -10px #424242;
}
header.sticky nav.navbar .container {
  max-height: 40px;
}
header.sticky nav.navbar .container #menu-left, header.sticky nav.navbar .container #menu-right {
  height: 40px;
  max-height: 40px;
}
header.sticky nav.navbar .container #menu-left ul, header.sticky nav.navbar .container #menu-right ul {
  height: 40px;
  line-height: 40px;
  max-height: 40px;
}
header.sticky nav.navbar .container #menu-left ul li, header.sticky nav.navbar .container #menu-right ul li {
  height: 40px;
  line-height: 40px;
  max-height: 40px;
}
header.sticky nav.navbar .container #menu-left ul li a, header.sticky nav.navbar .container #menu-right ul li a {
  height: 40px;
  line-height: 40px;
  max-height: 40px;
}
header.sticky nav.navbar .container .navbar-brand img {
  width: 100px;
  transform: translate(0, 20px);
  top: -30px;
  box-shadow: 0px 10px 10px -10px #424242;
}
@media screen and (max-width: 1200px) {
  header {
    height: 75px;
    max-height: 75px;
  }
  header #header-top {
    display: none;
  }
  header .container {
    max-height: 75px !important;
    height: 75px;
  }
  header nav.navbar {
    height: 75px;
    max-height: 75px;
  }
  header nav.navbar .navbar-brand {
    margin: 0 auto;
    text-align: center;
    transform: translate(25px, 0);
    padding: 0;
    height: 75px;
  }
  header nav.navbar .navbar-brand img {
    display: inline;
    width: 90px;
    position: relative;
    transform: none;
  }
  header #menu-responsive {
    padding: 0 !important;
  }
  header #menu-responsive #main-nav ul {
    display: table !important;
    table-layout: auto !important;
    width: 100%;
    background-color: #f5f5f5;
  }
  header #menu-responsive #main-nav ul li {
    text-align: center;
    display: table-cell !important;
  }
  header #menu-responsive #main-nav ul li a {
    color: #323232;
    padding: 30px 0 !important;
  }
  header #menu-responsive #main-nav ul li a:after {
    display: none !important;
  }
  header #menu-responsive #main-nav ul li ul {
    display: none !important;
  }
  header.sticky {
    height: 40px;
    line-height: 40px;
  }
  header.sticky .container {
    height: 40px;
    line-height: 40px;
  }
  header.sticky nav.navbar {
    height: 40px;
    line-height: 40px;
  }
  header.sticky nav.navbar .navbar-brand {
    height: 40px;
    line-height: 40px;
  }
  header.sticky nav.navbar .navbar-brand img {
    width: 50px !important;
    top: 0 !important;
    transform: unset !important;
  }
}
@media screen and (max-width: 992px) {
  header #header-top {
    display: none;
  }
  header nav.navbar .navbar-brand {
    margin: 0 auto;
    text-align: center;
    transform: translate(20px, 0);
  }
  header nav.navbar .navbar-brand img {
    display: inline;
    width: 100px;
    position: relative;
    transform: none;
    top: 0;
  }
  header #menu-responsive #main-nav {
    padding: 0;
  }
  header #menu-responsive #main-nav ul {
    display: block !important;
    table-layout: unset !important;
    width: 100%;
  }
  header #menu-responsive #main-nav ul li {
    text-align: center;
    display: block !important;
  }
  header #menu-responsive #main-nav ul li a {
    color: #323232;
    padding: 15px 0 !important;
    height: 45px;
    line-height: 1;
  }
  header #menu-responsive #main-nav ul li a:after {
    display: none !important;
  }
  header #menu-responsive #main-nav ul li:first-child a {
    padding: 50px 0 15px 0 !important;
    height: auto;
  }
  header.sticky #menu-responsive #main-nav ul li a {
    padding: 15px 0 !important;
  }
  header.sticky #menu-responsive #main-nav ul li:first-child a {
    padding: 30px 0 15px 0 !important;
    height: auto;
  }
}
/*BREADCRUMBS*/
#breadcrumbs {
  margin-top: 50px;
  padding: 0;
}
#breadcrumbs span {
  color: #323232;
  font-size: 12px;
}
#breadcrumbs span a {
  color: #323232;
  font-size: 12px;
}
body {
  background-color: #F5F5F5;
  padding-top: 100px;
}
body .container {
  padding: 0;
}
body .post-articles.col-lg-6:nth-child(odd) {
  padding-left: 0;
}
body .post-articles.col-lg-6:nth-child(even) {
  padding-right: 0;
}
body .page-children .col-lg-6:nth-child(odd) {
  padding-left: 0;
}
body .page-children .col-lg-6:nth-child(even) {
  padding-right: 0;
}
body .page-children .col-lg-6:nth-child(odd) .col-sm-6:nth-child(odd), body .page-children .col-lg-6:nth-child(even) .col-sm-6:nth-child(odd) {
  padding-right: 0;
}
body .page-children .col-lg-6:nth-child(odd) .col-sm-6:nth-child(even), body .page-children .col-lg-6:nth-child(even) .col-sm-6:nth-child(even) {
  padding-left: 0;
}
body #content {
  padding: 0 !important;
}
body #content #primary {
  width: 100% !important;
  max-width: 100% !important;
  flex: unset;
  padding: 0;
}
body #content #primary .site-main {
  margin: 0 0 30px 0;
  padding: 25px;
  background-color: #fff;
}
body #content #primary .section-title {
  border-bottom: 1px solid #323232;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}
body #content #primary .section-title h1, body #content #primary .section-title h2 {
  margin: 0;
  display: inline-block;
  background-color: #323232;
  color: #fff;
  font-size: 22px;
  padding: 6px 5px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 10px;
  text-indent: 10px;
  text-align: center !important;
}
body #content #primary .section-subtitle {
  border-bottom: 1px solid #C8C8C8;
  text-align: center;
  width: 100%;
  height: 17px;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  flex: unset;
}
body #content #primary .section-subtitle h2 {
  margin: 0;
  display: inline-block;
  color: #323232;
  font-size: 18px;
  padding: 6px 25px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-indent: 10px;
  text-align: center !important;
  background-color: #fff;
}
body #content #primary #comments {
  display: none;
}
body.blog article, body.category article, body.home article {
  position: relative;
  margin-bottom: 30px !important;
}
body.blog article .readmore-plus, body.category article .readmore-plus, body.home article .readmore-plus {
  content: '+';
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #FAB900;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}
body.blog article .article-wrapper, body.category article .article-wrapper, body.home article .article-wrapper {
  position: relative;
  overflow: hidden;
}
body.blog article .article-wrapper img, body.category article .article-wrapper img, body.home article .article-wrapper img {
  width: 100%;
}
body.blog article .article-wrapper h1, body.blog article .article-wrapper h2, body.category article .article-wrapper h1, body.category article .article-wrapper h2, body.home article .article-wrapper h1, body.home article .article-wrapper h2 {
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 40px;
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #323232;
}
body.blog article .article-wrapper time, body.category article .article-wrapper time, body.home article .article-wrapper time {
  position: absolute;
  right: 0;
  top: 30px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  background-color: #C8C8C8;
  color: #323232;
  font-size: 10px;
}
body.blog article .article-wrapper .comments-link, body.category article .article-wrapper .comments-link, body.home article .article-wrapper .comments-link {
  display: none;
}
body.blog article .article-wrapper .entry-footer, body.category article .article-wrapper .entry-footer, body.home article .article-wrapper .entry-footer {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  background-color: #323232;
  color: #fff;
  padding: 0 10px;
}
body.blog article .article-wrapper .entry-footer .cat-links a, body.category article .article-wrapper .entry-footer .cat-links a, body.home article .article-wrapper .entry-footer .cat-links a {
  font-size: 12px;
  color: #fff;
}
body.blog article:hover .readmore-plus, body.category article:hover .readmore-plus, body.home article:hover .readmore-plus {
  right: -13px;
  bottom: -13px;
}
body.blog .page-socials .section-title, body.category .page-socials .section-title, body.home .page-socials .section-title {
  margin: 0;
}
body.blog .page-socials img, body.category .page-socials img, body.home .page-socials img {
  width: 100%;
}
body.blog .page-socials .btn-wrapper, body.category .page-socials .btn-wrapper, body.home .page-socials .btn-wrapper {
  width: 100%;
  text-align: center;
}
body.blog .page-socials .btn-wrapper .btn-orange, body.category .page-socials .btn-wrapper .btn-orange, body.home .page-socials .btn-wrapper .btn-orange {
  width: 100%;
  max-width: 240px;
  color: #fff;
  font-size: 20px;
}
body.blog .page-socials .btn-wrapper .btn-facebook, body.category .page-socials .btn-wrapper .btn-facebook, body.home .page-socials .btn-wrapper .btn-facebook {
  background-image: url('../img/icone_facebook_home.png');
  background-repeat: no-repeat;
  background-position: left 25px center;
  background-size: auto 20px;
}
body.blog .page-socials .btn-wrapper .btn_instagram, body.category .page-socials .btn-wrapper .btn_instagram, body.home .page-socials .btn-wrapper .btn_instagram {
  background-image: url('../img/icone_instagram_home.png');
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: 20px auto;
}
body.single article {
  position: relative;
  height: auto !important;
}
body.single article .article-wrapper {
  position: relative;
  height: auto !important;
}
body.single article .article-wrapper img {
  width: 100%;
}
body.single article .article-wrapper .entry-title {
  font-size: 36px;
  margin: 25px 0;
  border: none;
}
body.single article .article-wrapper time {
  position: absolute;
  right: 0;
  top: 30px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  background-color: #C8C8C8;
  color: #323232;
  font-size: 10px;
}
body.single article .article-wrapper .comments-link {
  display: none;
}
body.single article .article-wrapper .entry-footer {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  background-color: #323232;
  color: #fff;
  padding: 0 10px;
}
body.single article .article-wrapper .entry-footer .cat-links a {
  font-size: 12px;
  color: #fff;
}
body.single .readmore-plus {
  display: none;
}
body.single .nav-links a {
  background-color: #FAB900;
  color: #fff;
  border: none;
  border-radius: 0;
}
body.single .nav-links a:before, body.single .nav-links a:after {
  display: none;
}
.posts-navigation {
  padding: 25px 0 0 0;
  width: 100%;
}
.posts-navigation .nav-previous a, .posts-navigation .nav-next a {
  color: #323232;
  font-size: 14px;
}
.posts-navigation .nav-previous {
  text-align: left;
  padding-left: 25px;
  float: right;
}
.posts-navigation .nav-previous a {
  position: relative;
  color: #323232;
  font-size: 12px;
  padding-right: 30px;
  position: relative;
}
.posts-navigation .nav-previous a:before {
  content: '';
  position: absolute;
  background-image: url('../img/arrow-black.png');
  background-position: center;
  background-size: auto 15px;
  background-repeat: no-repeat;
  width: 30px;
  height: 25px;
  right: 0;
  transform: rotate(180deg);
}
.posts-navigation .nav-next {
  text-align: right;
  float: left;
  padding-right: 25px;
}
.posts-navigation .nav-next a {
  color: #323232;
  font-size: 12px;
  padding-left: 30px;
  position: relative;
}
.posts-navigation .nav-next a:before {
  content: '';
  position: absolute;
  background-image: url('../img/arrow-black.png');
  background-position: center;
  background-size: auto 15px;
  background-repeat: no-repeat;
  width: 30px;
  height: 25px;
  left: 0;
}
.page-sas .sas-child-page-item {
  margin-bottom: 30px;
}
.page-sas .sas-child-page-item .sas_child-page-item-wrapper {
  position: relative;
}
.page-sas .sas-child-page-item .sas_child-page-item-wrapper h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: rgba(50, 50, 50, 0.9);
  color: #fff;
  height: 40px;
  line-height: 40px;
}
.page-sas .sas-child-page-item .sas_child-page-item-wrapper:hover {
  -webkit-box-shadow: 5px 5px 20px -10px #424242;
  -moz-box-shadow: 5px 5px 20px -10px #424242;
  box-shadow: 5px 5px 20px -10px #424242;
}
.page-sas .sas-child-page-item:last-of-type {
  margin-bottom: 0;
}
.home .sas-child-page-item {
  margin-bottom: 0;
}
#articles-categories {
  margin: 0 0 25px 0;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: center;
}
#articles-categories ul {
  padding: 0;
}
#articles-categories ul li {
  display: inline-block;
  margin-right: 25px;
  padding: 5px 15px;
  background-color: #fff;
  border: 2px solid #323232;
}
#articles-categories ul li a {
  color: #323232;
  font-size: 25px;
}
#articles-categories ul li.active {
  background-color: #323232;
}
#articles-categories ul li.active a {
  color: #fff;
}
@media screen and (max-width: 992px) {
  #articles-categories ul li {
    padding: 0 5px;
  }
  #articles-categories ul li a {
    font-size: 18px;
  }
}
.socials-menu {
  padding: 0;
  width: 100%;
  text-align: right;
}
.socials-menu li {
  display: inline-block;
  padding: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
}
.socials-menu li a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-position: center;
  background-size: 22px auto;
}
.socials-menu .separator {
  font-size: 14px;
  color: #c8c8c8;
  font-size: 18px;
  font-weight: 100;
  transform: translate(0, -2px);
}
.socials-menu .mail a {
  background-image: url('../img/socials-mail.png');
  width: 30px;
}
.socials-menu .instagram a {
  background-image: url('../img/socials-instagram.png');
  width: 30px;
}
.socials-menu .twitter a {
  background-image: url('../img/socials-twitter.png');
  width: 30px;
}
.socials-menu .facebook a {
  background-image: url('../img/socials-facebook.png');
  width: 30px;
}
.socials-menu .youtube a {
  background-image: url('../img/socials-youtube.png');
  width: 30px;
}
#featuredPostsCarousel {
  width: 100%;
  overflow: hidden;
}
#featuredPostsCarousel .carousel-item video, #featuredPostsCarousel .carousel-item img {
  width: 100%;
  background-color: rgba(200, 200, 200, 0.25);
}
#featuredPostsCarousel .carousel-item a {
  position: absolute;
  bottom: 100px;
  left: 50%;
  background-color: #FAB900;
  color: #fff;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  transform: translate(-75px, 0);
}
.slider_controls {
  position: relative;
  height: auto;
  text-align: right;
  margin-top: -75px;
  margin-bottom: 0;
}
.slider_controls .carousel-control-prev, .slider_controls .carousel-control-next {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #323232;
}
.slider_controls .carousel-control-prev span, .slider_controls .carousel-control-next span {
  width: 100%;
  height: 100%;
  background-size: 15px auto;
}
.slider_controls .carousel-control-prev {
  background-image: url('../img/arrow.png');
  background-position: center;
  background-size: auto 10px;
}
.slider_controls .carousel-control-next {
  background-image: url('../img/arrow.png');
  background-position: center;
  background-size: auto 10px;
  transform: rotate(180deg);
}
.has-carousel #main {
  margin-top: 0px !important;
}
.page-template-template-downloads .telechargements-premier-niveau {
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 0;
}
.page-template-template-downloads .telechargements-premier-niveau .telechargements-premier-niveau-title {
  font-size: 30px;
  padding: 25px 0;
  margin: 0;
  font-weight: 400;
  cursor: pointer;
}
.page-template-template-downloads .telechargements-premier-niveau .telechargements-deuxieme-niveau {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.page-template-template-downloads .telechargements-premier-niveau .telechargements-deuxieme-niveau .telechargements-deuxieme-niveau-item {
  padding-left: 25px;
  position: relative;
}
.page-template-template-downloads .telechargements-premier-niveau .telechargements-deuxieme-niveau .telechargements-deuxieme-niveau-item .telechargements-deuxieme-niveau-titre {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
}
.page-template-template-downloads .telechargements-premier-niveau .telechargements-deuxieme-niveau .telechargements-deuxieme-niveau-item:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #323232;
  position: absolute;
  left: 2px;
  top: 4px;
}
.page-template-template-downloads .telechargements-premier-niveau .telechargements-deuxieme-niveau .btn-wrapper {
  padding: 15px 0 0 0;
}
.page-template-template-downloads .telechargements-premier-niveau .telechargements-deuxieme-niveau .btn-wrapper .small {
  display: inline-table;
}
.page-template-template-downloads .telechargements-premier-niveau .telechargements-deuxieme-niveau .btn-wrapper:last-of-type {
  padding-bottom: 25px;
}
/*MAGS*/
.post-mags {
  margin-bottom: 25px;
}
.post-mags .mags h2, .post-mags .newsletter-3x3 h2 {
  font-size: 20px !important;
  border: none;
  color: #323232;
  margin: 10px 0 0 0;
  padding: 0;
}
.post-mags .mags p.subtitle, .post-mags .newsletter-3x3 p.subtitle {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #323232;
  margin: 0 0 15px 0;
}
.post-mags .mags .btn-wrapper, .post-mags .newsletter-3x3 .btn-wrapper {
  padding: 0;
}
.post-mags .mags .btn-wrapper .btn-orange, .post-mags .newsletter-3x3 .btn-wrapper .btn-orange {
  display: inline;
}
#footer-widget {
  padding: 50px 0 0 0;
  background-color: #fff;
  /*COLONNE 1*/
  /*COLONNE 2*/
  /*COLONNE 3*/
  /*COLONNE 4*/
}
#footer-widget .widget-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
#footer-widget .col-12:nth-child(2) {
  /*.widget_media_image:last-child {
	    	width: 50%;
	    	img {
	    		margin-top: -30px;
	    		max-height: 250px;
	    	}
	    }	*/
}
#footer-widget .col-12:nth-child(2) .widget_media_image {
  width: 20%;
  float: left;
  margin-bottom: 0;
  height: 72px;
  overflow: hidden;
}
#footer-widget .col-12:nth-child(2) .widget_media_image img {
  height: auto;
  max-height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
#footer-widget .col-12:nth-child(2) .widget_media_image:first-child {
  width: 100%;
  height: 100px;
}
#footer-widget .col-12:nth-child(2) .widget_media_image:first-child img {
  width: 25%;
}
#footer-widget .col-12:nth-child(3) .textwidget p, #footer-widget .col-12:nth-child(4) .textwidget p, #footer-widget .col-12:nth-child(5) .textwidget p {
  font-size: 12px;
  line-height: 24px;
  margin: 0 0 7px 0;
}
footer {
  text-align: center;
}
footer .socials-menu {
  text-align: center;
  margin-bottom: 0;
  height: 40px;
  line-height: 40px;
}
footer .socials-menu li {
  height: 40px;
  line-height: 40px;
}
footer .socials-menu li a {
  height: 40px;
  line-height: 40px;
  color: #C8C8C8 !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 992px) {
  #footer-widget .col-12:nth-child(2) .widget_media_image {
    display: flex;
    align-items: center;
    height: 100px;
  }
}
@media screen and (max-width: 1200px) {
  #featuredPostsCarousel {
    height: auto !important;
  }
  body {
    padding-top: 75px;
  }
}
@media screen and (max-width: 992px) {
  .page-children .col-12, .post-articles.col-12 {
    padding-right: 0;
    padding-left: 0;
  }
  #footer-widget {
    text-align: center;
  }
  #footer-widget .col-12 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .slider_controls {
    margin-top: 0;
  }
  .slider_controls .carousel-control-next {
    margin-right: 4px;
  }
  body #content #primary .section-title h1, body #content #primary .section-title h2 {
    font-size: 16px;
  }
  body #content #primary article .article-wrapper h2 {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
  }
  body #content #primary .page-sas .sas-child-page-item {
    margin-bottom: 30px !important;
    padding-left: 0;
    padding-right: 0;
  }
  body #content #primary .page-sas .sas-child-page-item:last-of-type {
    margin-bottom: 0;
  }
  .btn-wrapper .btn-orange {
    font-size: 16px;
  }
}
.search-results #main header {
  position: relative;
}
.search-results article {
  padding: 20px 0;
  border-bottom: 1px solid #c8c8c8;
}
.search-results article h2 {
  position: relative;
  font-size: 16px;
  padding: 0 0 0 25px;
  margin-bottom: 0;
  font-weight: 700;
}
.search-results article h2 p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.search-results article h2:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #323232;
  position: absolute;
  left: 2px;
  top: 6px;
}
.search-results article .btn-wrapper {
  padding: 0;
}
.search-results article .btn-wrapper a.btn-orange, .search-results article .btn-wrapper a.btn-orange:hover {
  display: inline-table;
  font-weight: 400;
}
.search-results article .search_post_type {
  color: #fab900;
  margin: 10px 0;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
}
.search-results article p {
  font-weight: 400;
  font-size: 12px;
}
.post.hentry {
  margin-bottom: 0;
}
.blocks-gallery-item figcaption {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;
}
.blocks-gallery-item figcaption a {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.post.type-post p {
  font-size: 16px;
}
