/* *** */
@font-face {
  font-family: "OpenSans";
  src: url("https://siao974.re/wp-content/themes/nem-starter/assets/css/../fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "OpenSans_SemiBold";
  src: url("https://siao974.re/wp-content/themes/nem-starter/assets/css/../fonts/OpenSans-Semibold.ttf");
}
@font-face {
  font-family: "OpenSans_Bold";
  src: url("https://siao974.re/wp-content/themes/nem-starter/assets/css/../fonts/OpenSans-Bold.ttf");
}
@font-face {
  font-family: "Bahnschrift";
  src: url("https://siao974.re/wp-content/themes/nem-starter/assets/css/../fonts/BAHNSCHRIFT.TTF");
}
p,
a,
span,
li {
  font-family: OpenSans;
}
#diaporama-home {
  visibility: hidden;
}
#diaporama-home.slick-initialized {
  visibility: visible;
}
a {
  text-decoration: none;
}
ul {
  padding-left: 15px;
}
ul.wp-block-list {
  margin-left: 15px;
  color: #6d6d6d;
}
ul.wp-block-list li:first-child {
  margin-top: 0;
}
body .nt-nav .logo img {
  transition-duration: 250ms;
  margin-top: 8px;
  margin-bottom: 8px;
}
#menu-principal .menu-item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body .nt-nav .logo img.logo-minimize {
  max-height: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.has-medium-font-size {
  font-size: 1rem !important;
}
button {
  border: none;
  background-color: initial;
}
p {
  color: #6d6d6d;
}
h2 {
  font-family: "OpenSans_SemiBold";
  font-size: 45px;
  color: #a67744;
  margin-bottom: 48px;
}
h3 {
  font-family: "OpenSans_Bold";
  font-size: 20px;
  color: #6d6d6d;
}
.bloc-link {
  color: initial;
  text-decoration: initial !important;
}
.wp-block-button__link {
  font-family: "OpenSans_SemiBold";
  color: #fff;
  background-color: #f94343;
  padding: 4px 26px;
  border-radius: 5em;
  font-size: 16px;
  text-decoration: none;
  border: 2px solid transparent;
  transition-duration: 200ms;
}
.wp-block-button__link:hover {
  color: #f94343;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: #f94343;
}
.red > .wp-block-button__link {
  background-color: #f94343 !important;
  border-color: #f94343 !important;
  border-width: 2px;
}
.red > .wp-block-button__link:hover {
  color: #f94343 !important;
  background-color: transparent !important;
}
.white > .wp-block-button__link {
  background-color: transparent !important;
  border-color: white !important;
  border-width: 1px;
}
.white > .wp-block-button__link:hover {
  color: white !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.nem-btn,
.searchandfilter input[type="submit"] {
  font-family: "OpenSans_SemiBold";
  color: #fff;
  background-color: #f94343;
  padding: 4px 26px;
  border-radius: 5em;
  font-size: 16px;
  text-decoration: none;
  border: 2px solid transparent;
  transition-duration: 200ms;
}
.nem-btn:hover,
.searchandfilter input[type="submit"]:hover {
  color: #f94343;
  cursor: pointer;
  background-color: #fff;
  border-color: #f94343;
}
.nem-btn.alt {
  color: #fff;
  background-color: transparent;
  border: 1px solid white;
}
.nem-btn.alt:hover {
  color: #fff;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
}
.zoom-hover {
  align-items: stretch;
  padding: 0;
}
.zoom-hover .wp-block-cover__inner-container {
  display: flex;
  align-items: stretch;
}
.zoom-hover .wp-block-cover__inner-container * {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.zoom-hover a {
  padding: 16px;
  justify-content: center;
  align-items: center !important;
}
.zoom-hover a strong,
.zoom-hover a i {
  display: inline-block !important;
}
.zoom-hover img {
  transform: scale(1);
}
.zoom-hover .wp-block-cover__background,
.zoom-hover img {
  transition: 250ms;
}
.zoom-hover:hover > img {
  transform: scale(1.1);
}
.zoom-hover:hover .wp-block-cover__background {
  opacity: 0.7;
}
.nt-nav {
  margin-bottom: 0;
  position: fixed;
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}
.nt-nav:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  top: 89%;
  left: 0;
  background-image: url("https://siao974.re/wp-content/themes/nem-starter/assets/css/../img/pattern-siao-3.png");
  background-position: 10px 0,10px 0,0 0,0 0;
  background-size: 30px;
  background-repeat: repeat-x;
  z-index: 10;
}
#menu-principal .menu-item {
  padding: 8px 12px;
}
#menu-principal .menu-item a {
  color: #6d6d6d;
  transition: color 250ms;
}
#menu-principal .menu-item a:hover {
  color: #000;
}
#menu-principal .menu-item:has(.active) {
  font-weight: bold;
}
#menu-principal .menu-item:has(.active) a {
  color: #000;
}
#menu-principal .dropdown-item:hover {
  background-color: #fff;
}
#menu-pied-de-page {
  display: flex;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 0;
}
#menu-pied-de-page li {
  list-style: none;
  padding: 0px 60px;
  text-align: center;
}
#menu-pied-de-page li a {
  text-decoration: none;
  color: #fff;
  font-family: "OpenSans_SemiBold";
}
.icon-pfta > a,
.icon-pfta-blanc > a {
  position: relative;
  color: transparent !important;
}
.icon-pfta > a:before,
.icon-pfta-blanc > a:before {
  content: url('https://siao974.re/wp-content/themes/nem-starter/assets/img/logo_siao_pfta_police.svg');
  position: absolute;
  top: 11px;
  width: 45px;
  opacity: 0.8;
  transition: 250ms;
}
.icon-pfta-blanc > a:before {
  content: url('https://siao974.re/wp-content/themes/nem-starter/assets/img/logo_blanc_siao_pfta_police.svg');
  left: inherit;
  top: inherit;
  opacity: 1;
  transform: translate(0px, 4px);
}
.icon-pfta > a:hover:before,
.icon-pfta-blanc > a:hover:before {
  opacity: 1;
}
#wrap-posts-ressource.dispositifs .item .wrap .wrap-text p {
  font-size: 13px !important;
}
#wrap-posts-ressource.dispositifs .item .wrap .wrap-text h2 {
  font-size: 15px !important;
}
#wrap-posts-ressource.dispositifs .item .wrap .wrap-text .fake-link {
  font-size: 13px !important;
}
body {
  position: relative;
  padding-top: 81px;
  overflow-x: hidden;
}
body section {
  margin-bottom: 48px;
}
body .nt-nav {
  background-color: white;
}
body .nt-nav .logo img {
  max-height: 55px;
}
body section#actualites h2,
body #wrap-posts-category h2 {
  text-align: center;
  color: #a67744;
}
body section#actualites .wrap .wrap-img,
body #wrap-posts-category .wrap .wrap-img {
  overflow: hidden;
  border: 1px solid #dfdfdf;
}
body section#actualites .wrap .wrap-img img,
body #wrap-posts-category .wrap .wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 250ms;
}
body section#actualites .wrap .wrap-text,
body #wrap-posts-category .wrap .wrap-text {
  padding: 24px 24px 70px 24px;
  position: relative;
  width: 100%;
}
body section#actualites .wrap .wrap-text p,
body #wrap-posts-category .wrap .wrap-text p {
  margin-bottom: 0px;
}
body section#actualites .wrap .nem-btn,
body #wrap-posts-category .wrap .nem-btn {
  position: absolute;
  bottom: 0;
  right: 24px;
}
body section#actualites .wrap.secondary,
body #wrap-posts-category .wrap.secondary {
  margin-bottom: 24px;
  height: calc(50% - 12px);
}
body section#actualites .wrap.secondary .bloc-link,
body #wrap-posts-category .wrap.secondary .bloc-link {
  display: flex;
  height: 100%;
}
body section#actualites .wrap.secondary .bloc-link .wrap-img,
body #wrap-posts-category .wrap.secondary .bloc-link .wrap-img {
  max-width: 45%;
  width: 100%;
  border: 1px solid #dfdfdf;
}
body section#actualites .wrap.secondary a,
body #wrap-posts-category .wrap.secondary a {
  text-decoration: none;
}
body section#actualites .wrap.secondary:last-child,
body #wrap-posts-category .wrap.secondary:last-child {
  margin-bottom: 0px;
}
body section#actualites .bloc-link:hover .wrap-img img,
body #wrap-posts-category .bloc-link:hover .wrap-img img {
  transform: scale(1.1);
}
body #wrap-posts-category {
  margin-bottom: 64px;
}
body #wrap-posts-category .item {
  margin-bottom: 48px;
}
body #wrap-posts-category .wrap {
  position: relative;
  height: 100%;
}
body #wrap-posts-category .wrap .wrap-img {
  position: relative;
  border: 1px solid #dfdfdf;
}
body #wrap-posts-category .wrap .wrap-img:before {
  content: "";
  display: block;
  background-color: grey;
  padding: 33%;
  z-index: -1;
  position: relative;
}
body #wrap-posts-category .wrap .wrap-img img {
  position: absolute;
  top: 0;
}
body section#QSN {
  background-color: #8c5834;
  background-size: 50%;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
  overflow: hidden;
}
body section#QSN:after {
  content: '';
  opacity: 0.5;
  position: absolute;
  width: 400px;
  height: 400px;
  display: inline-block;
  bottom: 0;
  right: 0;
  background-image: url('https://siao974.re/wp-content/uploads/2024/12/EMBLEME_MARRON_logo_siao.png');
  background-size: cover;
  background-position: -50% 0%;
  background-repeat: no-repeat;
}
body section#QSN .wrap-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
body section#QSN .wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body section#QSN h2,
body section#QSN .texte_qsn {
  color: #fff;
}
body section#QSN .nem-btn {
  display: block;
  margin: 48px auto 0;
  width: fit-content;
}
body section#services h2,
body .wrap-services-archive h2 {
  text-align: center;
}
body section#services .item,
body .wrap-services-archive .item {
  margin-bottom: 24px;
}
body section#services .wrap,
body .wrap-services-archive .wrap {
  position: relative;
  height: 100%;
}
body section#services .wrap a,
body .wrap-services-archive .wrap a {
  text-decoration: none;
}
body section#services .wrap .wrap-img,
body .wrap-services-archive .wrap .wrap-img {
  position: absolute;
  z-index: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
body section#services .wrap .wrap-img:before,
body .wrap-services-archive .wrap .wrap-img:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
  transition-duration: 250ms;
}
body section#services .wrap .wrap-img img,
body .wrap-services-archive .wrap .wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 250ms;
}
body section#services .wrap .wrap-text,
body .wrap-services-archive .wrap .wrap-text {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 24px 24px 80px 24px;
}
body section#services .wrap .wrap-text h3,
body .wrap-services-archive .wrap .wrap-text h3 {
  margin-bottom: 24px;
  font-size: 28px;
}
body section#services .wrap .wrap-text p,
body .wrap-services-archive .wrap .wrap-text p,
body section#services .wrap .wrap-text h3,
body .wrap-services-archive .wrap .wrap-text h3 {
  color: #fff !important;
}
body section#services .wrap .wrap-text .nem-btn,
body .wrap-services-archive .wrap .wrap-text .nem-btn {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
body section#services .wrap:hover .wrap-img:before,
body .wrap-services-archive .wrap:hover .wrap-img:before {
  background-color: rgba(83, 34, 7, 0.8);
}
body section#services .wrap:hover .wrap-img img,
body .wrap-services-archive .wrap:hover .wrap-img img {
  transform: scale(1.1);
}
body .wrap-services-archive {
  padding-bottom: 64px;
}
body .wrap-services-archive .wrap-text {
  padding-top: 16px;
  padding-bottom: 16px;
}
body .wrap-services-archive .wrap-text h2,
body .wrap-services-archive .wrap-text p {
  text-align: left;
}
body .wrap-services-archive .wrap-text h2 {
  margin-bottom: 24px;
  font-size: 30px;
}
body .wrap-services-archive .wrap-text p {
  font-size: 14px;
}
body #wrap-posts-ressource {
  margin-bottom: 64px;
}
body #wrap-posts-ressource .item {
  margin-bottom: 26px;
}
body #wrap-posts-ressource .item .wrap .wrap-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  border: 1px solid #dfdfdf;
}
body #wrap-posts-ressource .item .wrap .wrap-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 250ms;
}
body #wrap-posts-ressource .item .wrap .wrap-img:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
body #wrap-posts-ressource .item .wrap .wrap-text {
  position: relative;
}
body #wrap-posts-ressource .item .wrap .wrap-text h2 {
  margin-bottom: 8px;
  font-size: 18px;
  font-family: Opensans_Bold;
}
body #wrap-posts-ressource .item .wrap .wrap-text p {
  margin-bottom: 8px;
  font-size: 16px;
}
body #wrap-posts-ressource .item .wrap .nem-btn {
  position: absolute;
  bottom: 0;
  right: 24px;
}
body #wrap-posts-ressource .item .wrap a.bloc-link:hover img {
  transform: scale(1.2);
}
body #wrap-posts-ressource .nem-pagination {
  margin-top: 48px;
  z-index: 10;
}
body .fake-link {
  color: #8c5834;
  text-decoration: underline;
}
body section#stats .wrap-text {
  text-align: center;
}
body section#stats .nem-btn {
  display: block;
  margin: 48px auto 0;
  width: fit-content;
}
body section#stats .item {
  text-align: center;
}
body section#stats .item .number {
  font-size: 120px;
  font-family: "Bahnschrift";
  font-weight: 500;
}
body section#stats .item .text {
  padding: 0px 32px;
  font-style: italic;
}
body section#stats .item:nth-child(1) .number {
  color: #ffd200;
}
body section#stats .item:nth-child(2) .number {
  color: #2e6fd8;
}
body section#stats .item:nth-child(3) .number {
  color: #339966;
}
body .wpcf7-form input,
body .wpcf7-form textarea {
  background-color: rgba(225, 224, 224, 0.2);
  border: 1px solid #c1c1c1;
  color: #6d6d6d;
  padding: 12px 12px;
  border-radius: 3px;
  width: 100%;
  outline: none;
}
body .wpcf7-form label,
body .wpcf7-form input,
body .wpcf7-form textarea {
  max-width: 600px;
}
body .wpcf7-form .wpcf7-list-item {
  margin-left: 0px !important;
}
body .wpcf7-form input[type="submit"] {
  background-color: #a67744;
  color: #fff;
  font-weight: bold;
  border-radius: 5em;
  border: 4px solid #a67744;
  transition-duration: 250ms;
}
body .wpcf7-form input[type="submit"]:hover {
  background-color: #ffffff40;
  color: #a67744;
}
body .searchandfilter label {
  color: #339966;
  font-family: OpenSans_Bold;
}
body .searchandfilter .card-body > ul .cat-item {
  display: block;
  margin-bottom: 10px;
}
body .searchandfilter .card-body > ul .cat-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 20px;
  padding-bottom: 14px;
}
body .searchandfilter .card-body > ul .cat-item label {
  margin-bottom: 6px;
}
body .searchandfilter .children {
  padding-left: 0;
}
body .searchandfilter .children > li {
  border: none !important;
}
body .searchandfilter .children .cat-item {
  display: inline-block !important;
  margin: 6px 18px 6px 0px !important;
  padding: 0px !important;
}
body .searchandfilter .children .cat-item label {
  color: inherit;
  font-family: OpenSans;
  font-size: 0.875em;
  margin-bottom: 0px !important;
}
body footer {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  background: url("https://siao974.re/wp-content/uploads/2024/12/reunion.jpg");
  background-attachment: fixed;
  background-size: cover;
  z-index: 0;
}
body footer:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  background-image: linear-gradient(135deg, #ffffff 25%, transparent 25%), linear-gradient(225deg, #ffffff 25%, transparent 25%);
  background-position: 10px 0, 10px 0, 0 0, 0 0;
  background-size: 20px 20px;
  background-repeat: repeat-x;
  z-index: 10;
}
body footer:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #769bd7;
  opacity: 0.9;
  z-index: -1;
}
body footer .menu-footer > nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
body footer h2 {
  color: #fff !important;
}
body footer .adresse_texte a {
  color: #fff;
}
body footer .adresse_texte a:hover {
  color: #fff;
  font-weight: bold;
}
body footer .wpcf7-form label,
body footer .wpcf7-form input,
body footer .wpcf7-form textarea {
  max-width: 100%;
}
body footer .wpcf7-form input,
body footer .wpcf7-form textarea {
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  color: #fff;
  padding: 12px 12px;
  border-radius: 3px;
  width: 100%;
  outline: none;
}
body footer .wpcf7-form input:focus,
body footer .wpcf7-form textarea:focus {
  outline: 1px solid rgba(255, 255, 255, 0.5);
}
body footer .wpcf7-form input[type="submit"] {
  background-color: #fff;
  color: #2e6fd8;
  font-weight: bold;
  border-radius: 5em;
  border: 4px solid #fff;
  transition-duration: 250ms;
}
body footer .wpcf7-form input[type="submit"]:hover {
  background-color: #ffffff40;
  color: #fff;
}
body footer .wpcf7-form input::-webkit-input-placeholder,
body footer .wpcf7-form textarea::-webkit-input-placeholder {
  color: #ffffffa0;
}
body footer .wpcf7-form input::-moz-placeholder,
body footer .wpcf7-form textarea::-moz-placeholder {
  color: #fff;
}
body footer .wpcf7-form p:nth-child(2),
body footer .wpcf7-form p:nth-child(3) {
  width: 49%;
  display: inline-block;
}
body footer .wpcf7-form p:nth-child(3) {
  float: right;
}
body footer .adresses {
  margin-bottom: 24px;
}
body footer .adresses h3,
body footer .adresses p {
  color: #fff;
}
body .zigzag {
  position: relative;
}
body .zigzag:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: linear-gradient(45deg, #008080 25%, transparent 25%) -20px 20px, linear-gradient(-45deg, #008080 25%, transparent 25%) -20px 20px, linear-gradient(135deg, #008080 25%, transparent 25%), linear-gradient(-135deg, #008080 25%, transparent 25%);
  background-size: 40px 40px;
  background-repeat: repeat-x;
}
@-moz-document url-prefix() {
  #diaporama-home:before {
    bottom: -5px !important;
  }
}
body #diaporama-home:before {
  content: url('https://siao974.re/wp-content/themes/nem-starter/assets/css/../img/wrap-dots.svg');
  position: absolute;
  display: block;
  width: 260px;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
body #diaporama-home .fond {
  height: 450px;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  border-bottom: 8px solid #a67744;
}
body #diaporama-home .content {
  display: flex;
  width: 30%;
  height: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  padding: 40px 64px;
  position: relative;
  z-index: 1;
}
body #diaporama-home .content:before {
  content: '';
  position: absolute;
  display: block;
  width: 170%;
  height: 100%;
  top: 0;
  right: 0%;
  background-color: #2e6fd89e;
  z-index: -1;
  transform: skewX(-35deg) translateX(7%);
}
body #diaporama-home .content h2 {
  font-size: 32px;
  margin-bottom: 28px;
}
body #diaporama-home .content h2,
body #diaporama-home .content p {
  color: #fff;
}
body #diaporama-home .content p {
  font-size: 20px;
}
body #diaporama-home .slick-dots {
  z-index: 1;
  bottom: 10px;
}
body #diaporama-home .slick-dots .slick-active button:before {
  opacity: 1 !important;
}
body #diaporama-home .slick-dots li {
  margin: 0 3px;
}
body #diaporama-home .slick-dots button:before {
  content: url('https://siao974.re/wp-content/themes/nem-starter/assets/css/../img/dot.svg');
  width: 26px;
  position: absolute;
  left: -3px;
  opacity: 0.6;
}
body #diaporama-home .slick-dots li:first-child button:before {
  transform: translateY(6px) rotate(-45deg);
}
body #diaporama-home .slick-dots li:last-child button:before {
  transform: translateY(6px) rotate(45deg);
}
body .nem-pagination .nav-links {
  margin: 0 auto;
}
body .nem-pagination .nav-links a,
body .nem-pagination .nav-links span {
  color: #f94343;
  text-decoration: none;
  border: 1px solid #f94343;
  border-radius: 5em;
  margin: 0px 9px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: background-color 250ms, color 250ms;
}
body .nem-pagination .nav-links a {
  background-color: #fff;
}
body .nem-pagination .nav-links a:hover {
  background-color: #f94343;
  color: #fff;
}
body .nem-pagination .nav-links .current {
  color: #fff;
  background-color: #f94343;
}
body #breadcrumbs {
  margin-top: 24px;
}
body #breadcrumbs a {
  text-decoration: none;
  color: #6d6d6d;
}
body #breadcrumbs span {
  font-size: 14px;
  margin: 0px 4px;
}
body #breadcrumbs .breadcrumb_last {
  font-weight: bold;
}
body #breadcrumbs > span > span:first-child {
  margin-left: 0;
}
body .bandeau {
  position: relative;
  border-bottom: 8px solid #a67744;
  background-size: cover;
}
body .bandeau .container {
  height: 200px;
  position: relative;
}
body .bandeau .container span {
  color: #fff;
  font-family: "OpenSans_SemiBold";
  position: absolute;
  margin-bottom: 0;
  bottom: 8px;
  font-size: 30px;
}
body .bandeau:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 70px;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.single .img-une,
.page .img-une {
  max-width: 600px;
  width: fit-content;
  margin-right: 36px;
  border: 1px solid #c6c6c6;
  padding: 10px;
  border-radius: 13px;
  margin-bottom: 20px;
  float: left;
}
.single .wrap-content:after,
.page .wrap-content:after {
  content: " ";
  display: block;
  clear: both;
}
.single h1,
.page h1 {
  color: #6d6d6d;
  font-size: 36px;
  margin-bottom: 16px;
}
.single .content,
.page .content {
  margin-top: 16px;
  margin-bottom: 64px;
}
.single h1,
.page h1,
.single h2,
.page h2,
.single h3,
.page h3,
.single h4,
.page h4 {
  color: #a67744;
  font-family: "OpenSans_SemiBold";
}
.single h2,
.page h2 {
  font-size: 26px;
  margin-bottom: 16px;
}
.single h3,
.page h3 {
  font-size: 20px;
}
.single h4,
.page h4 {
  font-size: 16px;
}
.wrap-404 {
  padding-top: 80px;
  padding-bottom: 120px;
  text-align: center;
}
.wrap-404 .titre-404 {
  color: #a67744;
  font-family: OpenSans_Bold;
  font-size: 120px;
}
.wrap-404 .texte-404 {
  color: #6d6d6d;
  font-size: 18px;
  margin-bottom: 36px;
}
.wrap-404 .nem-btn {
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 12px;
}
.list-cat {
  margin-bottom: 36px;
}
.list-cat .btn-cat {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
}
.list-cat .btn-cat a {
  color: #fff;
  background-color: #a67744;
  padding: 11px 15px;
  border-radius: 4px;
  display: block;
  text-decoration: none;
  font-family: OpenSans_SemiBold;
  transition-duration: 250ms;
}
.list-cat .btn-cat a:hover {
  cursor: pointer;
  background-color: #6a4328;
}
.list-cat .btn-cat.current a {
  background-color: #6a4328;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  display: none;
}
.logo_partner {
  width: 80px;
  padding: 0pc 60px;
  box-sizing: content-box;
}
.wpcf7-acceptance label {
  display: flex;
  align-items: baseline;
}
.wpcf7-acceptance input[type='checkbox'] {
  width: max-content;
  margin-right: 12px;
}
footer .wpcf7-acceptance label {
  color: #fff;
}
.filtres {
  border-radius: 5px;
  margin-bottom: 40px;
}
.filtres h2 {
  color: #6d6d6d;
  margin-bottom: 4px;
  font-size: 26px;
  font-weight: 600;
}
.filtres ul {
  list-style: none;
  padding: 0;
}
.filtres .searchandfilter > div > ul > li {
  margin-bottom: 16px;
}
.filtres input[type=text] {
  width: 100%;
  padding: 5px 16px;
  background-color: #f8f8fc;
  border: 1px solid #eaeaea;
  border-radius: 5em;
}
.filtres .children {
  padding-left: 18px;
}
.filtres .wrap-search {
  padding: 26px;
  border-radius: 16px;
  margin-top: 8px;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 13px 20px 5px #ececec;
}
.filtres .wrap-search .searchandfilter > div > ul {
  display: flex;
  margin-bottom: 4px;
}
.filtres .wrap-search .searchandfilter > div > ul > li:first-child {
  width: 100%;
  margin-right: 16px;
}
.filtres .wrap-search .searchandfilter > div > ul > li {
  margin-bottom: 0;
}
.filtres .card-body {
  margin-top: 16px;
  padding: 10px;
}
.filtres .card-body > ul {
  margin-bottom: 0 !important;
}
.filtres .card-body > ul .cat-item {
  display: inline-block;
  margin: 6px 10px;
}
.filtres .btn-filtre {
  color: #fff;
  text-decoration: none;
  background-color: #339966;
  padding: 4px 10px;
  border-radius: 5px;
  margin-top: 11px;
  transition: 250ms;
}
.filtres .btn-filtre:hover {
  background-color: #0e693b;
}
.filtres .btn-filtre.collapsed:before {
  content: 'Afficher les filtres';
}
.filtres .btn-filtre:before {
  content: 'Masquer les filtres';
}
.filtres .search_tags {
  margin-top: 16px;
}
.filtres .search_tags ul {
  margin-bottom: -4px;
}
.filtres .search_tags p {
  margin-bottom: 4px;
}
.filtres .search_tags li {
  display: inline-block;
  background-color: #fff;
  color: #339966;
  border-radius: 5px;
  padding: 2px 6px 4px 6px;
  margin-right: 4px;
  margin-bottom: 4px;
  border: 1px solid #339966;
}
@media (max-width: 575.98px) {
  section#actualites .wrap-img {
    max-width: 45%;
  }
  section#actualites .primary {
    margin-bottom: 24px;
  }
  section#actualites .bloc-link {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  section#actualites .bloc-link .wrap-img {
    max-width: 100% !important;
  }
  section#actualites .wrap {
    margin-bottom: 48px !important;
  }
  body section#actualites .wrap.secondary,
  body #wrap-posts-category .wrap.secondary {
    height: inherit;
  }
  body section#actualites .wrap .wrap-text,
  body #wrap-posts-category .wrap .wrap-text {
    padding: 24px 0px 60px 0px;
  }
  body #diaporama-home div.content {
    padding: 40px 45px 40px 45px;
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  #menu-pied-de-page {
    flex-direction: column;
    justify-content: center;
    align-items: left;
    padding-left: 0;
    margin-top: 16px;
  }
  #menu-pied-de-page li {
    list-style: none;
    padding-bottom: 12px;
    padding: 10px 10px !important;
    text-align: left !important;
  }
  body section#actualites .wrap .wrap-text,
  body #wrap-posts-category .wrap .wrap-text {
    padding-right: 0;
  }
  body section#actualites .wrap .nem-btn,
  body #wrap-posts-category .wrap .nem-btn {
    right: 12px;
  }
  body footer .menu-footer > nav {
    align-items: flex-start;
    flex-direction: column;
  }
  #menu-pied-de-page li.menu-item {
    padding-left: 0px !important;
  }
  .logo_partner {
    padding: 20px 0px 0px 0px;
  }
}
@media (max-width: 991.98px) {
  section#actualites .wrap-img {
    max-width: 45%;
  }
  section#actualites .primary {
    margin-bottom: 24px;
  }
  section#actualites .primary .bloc-link {
    display: flex;
    height: 100%;
  }
  body section#services .wrap .wrap-text,
  body .wrap-services-archive .wrap .wrap-text {
    font-size: 14px;
  }
  .nem-btn {
    padding: 4px 20px;
    font-size: 14px;
  }
  .nem-btn:hover {
    color: #f94343;
    cursor: pointer;
    background-color: #fff;
    border-color: #f94343;
  }
  .nem-btn.alt:hover {
    border-color: #fff;
  }
  #menu-pied-de-page {
    padding-left: 0;
  }
  #menu-pied-de-page li {
    list-style: none;
  }
  section#QSN .wrap-img {
    display: none;
  }
  .single .img-une,
  .page .img-une {
    max-width: 100%;
    margin-right: 0;
    float: none;
  }
  .navbar-toggler {
    border: 2px solid #b3b3b3;
  }
  .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  #menu-principal li.menu-item a {
    font-size: 16px;
  }
  body .nt-nav .logo img {
    transition-duration: 250ms;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  #menu-principal .menu-item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .nt-nav .logo img.logo-minimize {
    max-height: 40px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .nt-nav {
    padding: 0 !important;
  }
  .nt-nav::before {
    top: 99%;
  }
}
@media (max-width: 1199.98px) {
  body #diaporama-home div.content {
    padding: 40px 45px 40px 45px;
    width: 50%;
  }
  body #diaporama-home div.content::before {
    width: 270%;
    transform: skewX(0deg) translateX(0%);
  }
  body #diaporama-home .content h2 {
    font-size: 26px;
  }
  body #diaporama-home .content p {
    font-size: 18px;
  }
  #menu-principal .menu-item a {
    font-size: 13px;
  }
  #menu-pied-de-page li {
    padding: 0 30px;
  }
}
@media (max-width: 1399.98px) {
  body #diaporama-home .content {
    padding: 40px 0px 40px 45px;
  }
  body #diaporama-home .content::before {
    width: 270%;
    transform: skewX(-35deg) translateX(15%);
  }
}
