@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-bottom: 1rem;
}

h2,
h3,
h4,
h5,
.h2,
.h3,
.h4,
.h5 {
  padding-top: 1rem;
}

p,
h6 {
  margin-bottom: 0.5rem;
}

.rsnb-excerpt {
  margin-bottom: 1.75rem;
}

li h1,
li h2,
li h3 {
  margin-bottom: 1rem !important;
}
li h4,
li h5,
li h6 {
  margin-bottom: 0.75rem !important;
}

.home #wrapper-navbar .bg-header {
  background: transparent;
}
.home #wrapper-navbar .bg-header .logo .main-logo {
  max-height: 160px;
}

#wrapper-navbar {
  z-index: 100;
  position: relative;
}
#wrapper-navbar .navbar {
  min-height: 140px;
}
#wrapper-navbar .logo {
  padding: 15px 0;
}
#wrapper-navbar .has-thumbnail {
  background-color: transparent;
  margin-bottom: -140px;
}

#wrapper-footer {
  padding: 0;
}

.wrapper {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
.wrapper.nopadding-top {
  padding-top: 0;
}
.wrapper .bg-center {
  background-position: center !important;
}
.wrapper .bg-top-center {
  background-position: top center !important;
}
.wrapper .bg-bottom-center {
  background-position: bottom center !important;
}
.wrapper .bg-center-left {
  background-position: center left !important;
}
.wrapper .bg-center-right {
  background-position: center right !important;
}
.wrapper .text-white * {
  color: white;
}
.wrapper .text-couleur * {
  color: #7fbf00;
}

#page-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

button.ubtn-normal {
  padding: 10px 25px 10px 50px !important;
}

.vc_btn3-color-btn-rsnb1 {
  padding: 10px 25px 10px 50px !important;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid #7fbf00 !important;
  color: #7fbf00 !important;
  font-size: 18px;
  font-weight: 600px;
}
.vc_btn3-color-btn-rsnb1:hover {
  background-color: #7fbf00 !important;
  color: #fff !important;
}

.vc_btn3-color-btn-rsnb2 {
  padding: 10px 25px 10px 50px !important;
  text-transform: uppercase;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600px;
}
.vc_btn3-color-btn-rsnb2:hover {
  background-color: #7fbf00 !important;
  color: #fff !important;
  border-color: #7fbf00 !important;
}

.vc_btn3-color-btn-rsnb3 {
  padding: 10px 25px 10px 50px !important;
  text-transform: uppercase;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600px;
}
.vc_btn3-color-btn-rsnb3:hover {
  background-color: #fff !important;
  color: #7fbf00 !important;
  border-color: #fff !important;
}

.mymenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 100px 30px 30px;
}
.mymenu i {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 200;
  color: #fff;
  background-color: #7fbf00;
  font-size: 2rem;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.mymenu i::before {
  position: absolute;
  left: 11px;
}
.mymenu i.open::before {
  opacity: 0;
}
.mymenu i.open::after {
  content: "";
  position: absolute;
  left: 13px;
}
.mymenu #main-menu {
  display: none;
  opacity: 0;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mymenu #main-menu li {
  font-weight: 900;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mymenu #main-menu li:hover {
  margin-left: -5px;
}
.mymenu #main-menu::after {
  content: "";
  display: block;
  width: 100%;
  height: 130%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: -moz-linear-gradient(top, #7fbf00 10%, rgba(127, 191, 0, 0) 100%);
  background: -webkit-linear-gradient(top, #7fbf00 10%, rgba(127, 191, 0, 0) 100%);
  background: linear-gradient(to bottom, #7fbf00 10%, rgba(127, 191, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#997fbf00", endColorstr="#007fbf00",GradientType=0 );
}

.page-title {
  position: relative;
  margin-bottom: 60px !important;
}
.page-title::after {
  content: "";
  display: block;
  border-radius: 100px;
  width: 65px;
  background-color: #666;
  opacity: 0.5;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.page-title.after-white::after {
  background-color: #fff;
}
.page-title.t-small {
  margin-bottom: 45px;
}
.page-title.t-small::after {
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -22px;
}

.sommaire a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sommaire a:hover {
  padding-left: 5px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .mymenu #main-menu::after {
    background: #7fbf00;
  }
}
.background-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: #7fbf00;
  min-height: 40vh;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 45px;
}
.background-header .entry-title {
  color: white;
}