@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.ttf) format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Italic.ttf) format("truetype");
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-BoldItalic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Light.ttf) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Medium.ttf) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Thin.ttf) format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-ThinItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Black.ttf) format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-BlackItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}
/*--------------------------------------------------------*/
@font-face {
  font-family: "Zilla Slab";
  src: url(../fonts/ZillaSlab-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Zilla Slab";
  src: url(../fonts/ZillaSlab-Bold.ttf) format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Zilla Slab";
  src: url(../fonts/ZillaSlab-Italic.ttf) format("truetype");
  font-style: italic;
}
@font-face {
  font-family: "Zilla Slab";
  src: url(../fonts/ZillaSlab-BoldItalic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Zilla Slab";
  src: url(../fonts/ZillaSlab-Light.ttf) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Zilla Slab";
  src: url(../fonts/ZillaSlab-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Zilla Slab";
  src: url(../fonts/ZillaSlab-Medium.ttf) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Zilla Slab";
  src: url(../fonts/ZillaSlab-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Zilla Slab";
  src: url(../fonts/ZillaSlab-SemiBold.ttf) format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Zilla Slab";
  src: url(../fonts/ZillaSlab-SemiBoldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
}
/************GENERALES******************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  margin: 0;
  font-family: "Roboto", sans-serif;
  position: relative;
  color: #643B35;
  background-color: #fff;
  font-size: 1.125rem;
  line-height: 1.3;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

h3 {
  font-size: 28px;
}

ul.is-style-competences-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #F18400;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 10px 0px;
}
ul.is-style-competences-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}
ul.is-style-competences-list li::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url("../img/check-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

main ul.wp-block-list:not(.is-style-competences-list) {
  list-style: none;
  padding: 0;
  margin: 10px 0px;
}
main ul.wp-block-list:not(.is-style-competences-list) > li {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}
main ul.wp-block-list:not(.is-style-competences-list) > li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 1px;
  margin-right: 10px;
  margin-top: -9px;
  flex-shrink: 0;
}
main ul.wp-block-list:not(.is-style-competences-list) > li ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 10px 0 0 16px;
}
main ul.wp-block-list:not(.is-style-competences-list) > li ul li {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}
main ul.wp-block-list:not(.is-style-competences-list) > li ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: currentColor;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 10px;
  flex-shrink: 0;
}

/***************LAYOUT*******************/
.fa-solid {
  margin-right: 10px;
}

/***********BACK TO TOP ***************/
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background-color: #643B35;
  color: white;
  transition: display 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  cursor: pointer;
}
#btn-back-to-top span {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("../img/top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}
#btn-back-to-top.show {
  visibility: visible;
  opacity: 1;
}
#btn-back-to-top:hover {
  background-color: #F18400;
}

/************CUSTOM STYLE*******************/
.is-style-accroche {
  display: flex;
  font-size: 20px;
  align-items: center;
  gap: 16px;
  color: #643B35;
  font-weight: normal;
}
.is-style-accroche:before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #F18400;
  display: block;
  border-radius: 3px;
}

p a {
  color: #F18400;
}

.is-style-details {
  padding: 10px 25px !important;
  border-left: solid 2px #F18400;
  margin-bottom: 20px !important;
}

/************BUTTONS******************/
.wp-block-button a {
  font-size: 18px;
  transition: all ease-in-out 0.5s;
  padding: 10px 20px !important;
}
.wp-block-button a.has-brown-background-color {
  background-color: #643B35;
  color: #fff;
  transition: all ease-in-out 0.5s;
}
.wp-block-button a.has-brown-background-color:hover {
  background-color: #F18400 !important;
}
.wp-block-button a.has-orange-background-color {
  background-color: #F18400;
  color: #fff;
  transition: all ease-in-out 0.5s;
}
.wp-block-button a.has-orange-background-color:hover {
  background-color: #643B35 !important;
}
.wp-block-button.is-style-fleche a {
  background-color: transparent !important;
  border: solid 2px currentColor !important;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 4px 4px 20px !important;
  font-size: 18px;
}
.wp-block-button.is-style-fleche a::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../img/negative-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(45deg);
  transition: all ease-in-out 0.5s;
}
.wp-block-button.is-style-fleche a:hover:after {
  transform: rotate(0deg);
}
.wp-block-button.is-style-outline a {
  background-color: transparent !important;
  border: solid 2px currentColor !important;
  transition: all ease-in-out 0.5s;
}
.wp-block-button.is-style-outline a:hover {
  background-color: #643B35 !important;
  border-color: #643B35 !important;
  color: #fff !important;
}

.wp-block-group.is-style-background-motif-1 {
  background-image: url("../img/motif-1.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-color: #F18400;
  padding: 50px 0;
  margin-bottom: 0;
  margin-top: 0;
}

/*BANNER*/
.wp-block-getwid-banner {
  border-radius: 20px;
  overflow: hidden;
  font-size: 28px !important;
  font-weight: bold;
}
.wp-block-getwid-banner:before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  /* zone visible */
  height: 50%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  /* coupe le reste du cercle */
  z-index: 1;
  background-image: radial-gradient(circle at 0% 100%, rgb(0, 0, 0) 0, rgba(0, 0, 0, 0) 50%);
  background-repeat: no-repeat;
}
.wp-block-getwid-banner:hover .wp-block-getwid-banner__title:before {
  transform: translateY(-50%) rotate(45deg);
}
.wp-block-getwid-banner .wp-block-getwid-banner__caption-wrapper {
  width: 100%;
}
.wp-block-getwid-banner .wp-block-getwid-banner__caption {
  padding: 1.5rem;
}
.wp-block-getwid-banner .wp-block-getwid-banner__title {
  position: relative;
  z-index: 2;
  padding-right: 80px;
  font-size: 28px !important;
  position: relative;
}
.wp-block-getwid-banner .wp-block-getwid-banner__title:before {
  content: "";
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 10rem;
  width: 48px;
  height: 48px;
  background-image: url("../img/negative-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  transition: all ease-in-out 0.5s;
}

/*SLIDER CONTENT GETWID*/
.wp-block-getwid-content-slider__wrapper {
  height: auto !important;
}

.wp-block-getwid-content-slider-slide {
  height: auto !important;
}
.wp-block-getwid-content-slider-slide .wp-block-cover {
  height: auto !important;
  min-height: 400px;
}
@media (max-width: 768px) {
  .wp-block-getwid-content-slider-slide .wp-block-cover {
    min-height: 300px;
  }
}

.home .wp-block-getwid-content-slider-slide .wp-block-cover {
  min-height: 500px;
}
@media (max-width: 768px) {
  .home .wp-block-getwid-content-slider-slide .wp-block-cover {
    min-height: 400px;
  }
}

/********TEMOIGNAGEs*********/
.wp-block-quote {
  border-left: none;
  margin: inherit;
  padding-left: 1em;
  position: relative;
}
.wp-block-quote::before {
  position: absolute;
  content: "❝";
  font-size: 15rem;
  color: #4d3217;
  opacity: 0.08;
  line-height: 100px;
}
.wp-block-quote cite {
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  width: 100%;
  display: block;
}

/**********GRILLES***********/
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 768px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

/********PAGE D'UNE OFFRE D'EMPLOI*********/
.single-offredemploi .offre-meta {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}
.single-offredemploi .offre-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 1rem;
  font-weight: 500;
}
.single-offredemploi .offre-meta .meta-item i {
  font-size: 1rem;
  margin: 0;
}
.single-offredemploi .offre-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
.single-offredemploi .offre-container {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 50px;
  align-items: start;
}
@media (max-width: 1024px) {
  .single-offredemploi .offre-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.single-offredemploi .offre-content {
  background: white;
}
.single-offredemploi .offre-content .offre-featured-image {
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.single-offredemploi .offre-content .offre-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
.single-offredemploi .offre-content .offre-body {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #643B35;
}
.single-offredemploi .offre-content .offre-body p {
  margin-bottom: 1.5rem;
}
.single-offredemploi .offre-content .offre-body ul {
  margin-bottom: 1.5rem;
}
.single-offredemploi .offre-content .offre-share {
  margin-top: 50px;
  padding: 40px;
  background: linear-gradient(135deg, #F5F5F5 0%, #f8f8f8 100%);
  border-radius: 15px;
  text-align: center;
}
.single-offredemploi .offre-content .offre-share h3 {
  font-size: 1.25rem;
  color: #643B35;
  margin-bottom: 20px;
}
.single-offredemploi .offre-content .offre-share .share-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.single-offredemploi .offre-content .offre-share .share-buttons .share-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
.single-offredemploi .offre-content .offre-share .share-buttons .share-btn.facebook {
  background-color: #1877f2;
}
.single-offredemploi .offre-content .offre-share .share-buttons .share-btn.linkedin {
  background-color: #0a66c2;
}
.single-offredemploi .offre-content .offre-share .share-buttons .share-btn.email {
  background-color: #643B35;
}
.single-offredemploi .offre-content .offre-share .share-buttons .share-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.single-offredemploi .offre-content .offre-share .share-buttons .share-btn i {
  margin: 0;
  font-size: 1.25rem;
}
.single-offredemploi .offre-sidebar {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 1024px) {
  .single-offredemploi .offre-sidebar {
    position: static;
  }
}
.single-offredemploi .offre-sidebar .sidebar-widget {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.single-offredemploi .offre-sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}
.single-offredemploi .offre-sidebar .sidebar-widget h3 {
  font-size: 1.25rem;
  color: #643B35;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-offredemploi .offre-sidebar .sidebar-widget h3 i {
  color: #F18400;
  margin: 0;
}
.single-offredemploi .offre-sidebar .resume-card .resume-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-offredemploi .offre-sidebar .resume-card .resume-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}
.single-offredemploi .offre-sidebar .resume-card .resume-list li:last-child {
  border-bottom: none;
}
.single-offredemploi .offre-sidebar .resume-card .resume-list li > i {
  color: #F18400;
  font-size: 1rem;
  margin-top: 3px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
.single-offredemploi .offre-sidebar .resume-card .resume-list li .resume-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.single-offredemploi .offre-sidebar .resume-card .resume-list li .resume-item .label {
  font-size: 0.85rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.single-offredemploi .offre-sidebar .resume-card .resume-list li .resume-item .value {
  font-size: 1rem;
  color: #643B35;
  font-weight: 600;
}
.single-offredemploi .offre-sidebar .resume-card .sidebar-cta {
  margin-top: 25px;
}
.single-offredemploi .offre-sidebar .resume-card .sidebar-cta .btn-postuler {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 15px 25px;
  background-color: #F18400;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.single-offredemploi .offre-sidebar .resume-card .sidebar-cta .btn-postuler i {
  margin: 0;
}
.single-offredemploi .offre-sidebar .resume-card .sidebar-cta .btn-postuler:hover {
  background-color: #643B35;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.single-offredemploi .offre-sidebar .contact-card {
  background: linear-gradient(135deg, #F5F5F5 0%, #f8f8f8 100%);
}
.single-offredemploi .offre-sidebar .contact-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.single-offredemploi .offre-sidebar .contact-card .btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 12px 20px;
  background-color: #643B35;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.single-offredemploi .offre-sidebar .contact-card .btn-contact i {
  margin: 0;
}
.single-offredemploi .offre-sidebar .contact-card .btn-contact:hover {
  background-color: #F18400;
}
.single-offredemploi .offre-cta-banner {
  padding: 50px 0;
  text-align: center;
  margin-top: 60px;
}
.single-offredemploi .offre-cta-banner h2 {
  color: white;
  font-size: 2rem;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.single-offredemploi .offre-cta-banner h2 i {
  margin: 0;
}
.single-offredemploi .offres-similaires {
  padding: 60px 0;
  background-color: #F5F5F5;
}
.single-offredemploi .offres-similaires h2 {
  margin-bottom: 40px;
}
.single-offredemploi .offres-similaires .offres-cta {
  text-align: center;
  margin-top: 40px;
}
.single-offredemploi .offres-similaires .offres-cta .btn-voir-offres {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  background-color: #643B35;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.single-offredemploi .offres-similaires .offres-cta .btn-voir-offres i {
  margin: 0;
  transition: transform 0.3s ease;
}
.single-offredemploi .offres-similaires .offres-cta .btn-voir-offres:hover {
  background-color: #F18400;
}
.single-offredemploi .offres-similaires .offres-cta .btn-voir-offres:hover i {
  transform: translateX(5px);
}

/********GRILLE OFFRES D'EMPLOI*********/
.offres-emploi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .offres-emploi-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.no-offres {
  text-align: center;
  padding: 60px 20px;
  font-size: 1.25rem;
  color: #643B35;
  background-color: #F5F5F5;
  border-radius: 15px;
}

.offre-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.offre-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.offre-card:hover .offre-card__title {
  color: #F18400;
}
.offre-card:hover .offre-card__btn {
  background-color: #643B35;
  padding-right: 30px;
}
.offre-card:hover .offre-card__btn i {
  transform: translateX(5px);
}

.offre-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px 15px;
  border-bottom: 1px solid #f0f0f0;
  gap: 10px;
  flex-wrap: wrap;
}

.offre-card__date {
  font-size: 0.875rem;
  color: #666;
  font-weight: 500;
}

.offre-card__contrat {
  font-size: 0.875rem;
  color: #fff;
  background-color: #643B35;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.offre-card__body {
  padding: 25px;
  flex-grow: 1;
}

.offre-card__title {
  font-size: 1.5rem;
  color: #643B35;
  margin: 0 0 15px 0;
  font-weight: 600;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.offre-card__lieu {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #F18400;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1rem;
}
.offre-card__lieu i {
  font-size: 1rem;
  margin: 0;
}

.offre-card__description {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.offre-card__footer {
  padding: 0 25px 25px;
}

.offre-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #F18400;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
.offre-card__btn i {
  font-size: 0.875rem;
  transition: transform 0.3s ease;
  margin: 0;
}
.offre-card__btn:hover {
  background-color: #643B35;
}

/*********FORMULAIRES***********/
.wpcf7-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .wpcf7-form .form-row {
    flex-direction: column;
    gap: 0;
  }
}
.wpcf7-form .form-row > p {
  flex: 1;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .wpcf7-form .form-row > p {
    margin-bottom: 20px;
  }
}
.wpcf7-form .civilite {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
.wpcf7-form textarea:focus,
.wpcf7-form input:focus,
.wpcf7-form input[type]:focus,
.wpcf7-form .uneditable-input:focus {
  border-color: #F18400;
  outline: 0 none;
  box-shadow: 0 0 0 2px rgba(241, 132, 0, 0.1);
}
.wpcf7-form p {
  margin: 0 0 20px 0;
}
.wpcf7-form input[type=checkbox],
.wpcf7-form input[type=radio] {
  accent-color: #F18400;
}
.wpcf7-form label {
  display: block;
  margin-bottom: 8px;
  color: #643B35;
  font-weight: 600;
  font-size: 1rem;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.wpcf7-form .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.wpcf7-form .wpcf7-list-item label {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  height: 200px;
  resize: vertical;
  width: 100%;
  padding: 15px 20px;
  font-size: 1rem;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
  background-color: #F5F5F5;
  box-shadow: none;
  border: 2px solid #F5F5F5;
  border-radius: 8px;
  color: #643B35;
  font-family: "Roboto", sans-serif;
}
.wpcf7-form .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.wpcf7-form .wpcf7-form-control-wrap textarea::placeholder {
  color: #999;
  opacity: 1;
}
.wpcf7-form .wpcf7-form-control-wrap textarea:focus {
  border-color: #F18400;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(241, 132, 0, 0.1);
}
.wpcf7-form input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  border: 2px solid #F5F5F5;
  padding: 15px 20px;
  font-size: 1rem;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
  width: 100%;
  background-color: #F5F5F5;
  color: #643B35;
  font-family: "Roboto", sans-serif;
  border-radius: 8px;
}
.wpcf7-form input:not([type=checkbox]):not([type=radio]):not([type=submit])::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.wpcf7-form input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder {
  color: #999;
  opacity: 1;
}
.wpcf7-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus {
  border: #F18400 2px solid;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(241, 132, 0, 0.1);
}
.wpcf7-form .wpcf7-form-control-wrap[data-name=RGPD] .wpcf7-list-item {
  margin: 15px 0px;
}
.wpcf7-form .wpcf7-form-control-wrap[data-name=CV],
.wpcf7-form .wpcf7-form-control-wrap[data-name=LDM] {
  color: transparent;
  margin-top: 15px;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.wpcf7-form .wpcf7-form-control-wrap[data-name=CV] input,
.wpcf7-form .wpcf7-form-control-wrap[data-name=LDM] input {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap[data-name=CV]::before,
.wpcf7-form .wpcf7-form-control-wrap[data-name=LDM]::before {
  content: "Joindre votre CV";
  color: white;
  display: inline-block;
  background-color: #643B35;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.wpcf7-form .wpcf7-form-control-wrap[data-name=CV]:active,
.wpcf7-form .wpcf7-form-control-wrap[data-name=LDM]:active {
  outline: 0;
}
.wpcf7-form .wpcf7-form-control-wrap[data-name=CV]:active:before,
.wpcf7-form .wpcf7-form-control-wrap[data-name=LDM]:active:before {
  background-color: #F18400;
}
.wpcf7-form .wpcf7-form-control-wrap[data-name=CV]:hover:before,
.wpcf7-form .wpcf7-form-control-wrap[data-name=LDM]:hover:before {
  background-color: #F18400;
}
.wpcf7-form .wpcf7-form-control-wrap[data-name=LDM]::before {
  content: "Joindre votre lettre de motivation";
}
.wpcf7-form input[type=submit] {
  background-color: #F18400;
  color: #fff;
  border: none;
  padding: 16px 48px;
  font-size: 1rem;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
  width: -moz-max-content;
  width: max-content;
  border-radius: 10rem;
  cursor: pointer;
  margin-top: 10px;
}
.wpcf7-form input[type=submit]:hover {
  background-color: #643B35;
  transform: translateY(-2px);
}
.wpcf7-form input[type=submit]:active {
  transform: translateY(0);
}

.wpcf7 form .wpcf7-not-valid-tip {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-top: 10px;
}

.wpcf7 form div.wpcf7-response-output {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent !important;
  border-radius: 4px;
  margin: 0;
  margin-top: 10px;
}
.wpcf7 form div.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/**********************/
.home-new-article .wp-block-post-template {
  grid-template-columns: 1fr !important;
}
.home-new-article .wp-block-post-template .wp-block-post {
  display: grid;
  grid-template-columns: 1fr 2fr;
  overflow: hidden;
}
.home-new-article .wp-block-post-template .wp-block-post .groupe-date {
  order: 2;
  width: 130%;
  height: 100%;
  transform: translateX(-100px);
  z-index: 5;
}
.home-new-article .wp-block-post-template .wp-block-post .groupe-date .wp-block-post-featured-image img {
  height: 350px;
}
.home-new-article .wp-block-post-template .wp-block-post .groupe-date .wp-block-post-date {
  left: 100px;
}
.home-new-article .wp-block-post-template .wp-block-post .content {
  border-bottom-right-radius: 5rem;
  overflow: hidden;
  z-index: 10;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.last-news .wp-block-cover .wp-block-cover__inner-container {
  position: initial !important;
  padding: 0 !important;
  margin: 0 !important;
}
.last-news .wp-block-cover .wp-block-cover__inner-container p {
  background-image: url("../img/last-news.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 0 15px 15px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-size: 1.5rem !important;
  padding: 16px 12px !important;
  pointer-events: none;
  z-index: 10;
  position: relative;
}
.last-news .wp-block-cover .wp-block-cover__inner-container .wp-block-read-more {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.last-news .wp-block-cover .wp-block-cover__inner-container .wp-block-read-more:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 48px;
  opacity: 0;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  pointer-events: none;
  cursor: pointer;
}
.last-news .wp-block-cover .wp-block-cover__inner-container .wp-block-read-more:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #643b35;
  opacity: 0;
  z-index: 2;
  transition: all ease-in-out 0.5s;
  pointer-events: none;
  cursor: pointer;
  margin: 0;
}
.last-news .wp-block-cover .wp-block-cover__inner-container .wp-block-read-more:hover:before {
  opacity: 1;
}
.last-news .wp-block-cover .wp-block-cover__inner-container .wp-block-read-more:hover:after {
  opacity: 0.5;
}

.offres-similaires h2 {
  margin: 20px 0px;
}

.single-references .articles-similaires {
  margin-top: 50px;
}

.articles-similaires {
  padding: 60px 0;
  background-color: #F5F5F5;
}
.articles-similaires .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.articles-similaires .wp-block-post-template .wp-block-post {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.articles-similaires .wp-block-post-template .wp-block-post:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.articles-similaires .wp-block-post-template .wp-block-post:hover .wp-block-post-featured-image img {
  transform: scale(1.1);
}
.articles-similaires .wp-block-post-template .wp-block-post:hover .wp-block-post-featured-image::before {
  opacity: 1;
}
.articles-similaires .wp-block-post-template .wp-block-post:hover .wp-block-post-title a {
  color: #F18400;
}
.articles-similaires .wp-block-post-template .wp-block-post .groupe-date {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.articles-similaires .wp-block-post-template .wp-block-post .groupe-date .wp-block-post-featured-image {
  position: relative;
  margin: 0;
  height: 280px;
  overflow: hidden;
  margin: 20px;
  border-radius: 10px;
}
.articles-similaires .wp-block-post-template .wp-block-post .groupe-date .wp-block-post-featured-image a {
  display: block;
  height: 100%;
}
.articles-similaires .wp-block-post-template .wp-block-post .groupe-date .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.articles-similaires .wp-block-post-template .wp-block-post .content {
  padding: 25px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.articles-similaires .wp-block-post-template .wp-block-post .content .wp-block-post-title {
  margin: 0 0 15px 0;
  font-size: 1.5rem;
  line-height: 1.3;
}
.articles-similaires .wp-block-post-template .wp-block-post .content .wp-block-post-title a {
  color: #643B35;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 600;
}
.articles-similaires .wp-block-post-template .wp-block-post .content .wp-block-post-title a:hover {
  color: #F18400;
}
.articles-similaires .wp-block-post-template .wp-block-post .content .taxonomy-category {
  display: inline-block;
  background-color: #F18400;
  color: white;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
.articles-similaires .wp-block-post-template .wp-block-post .content .taxonomy-category:empty {
  display: none;
}
.articles-similaires .wp-block-post-template .wp-block-post .content .wp-block-post-excerpt {
  margin: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.articles-similaires .wp-block-post-template .wp-block-post .content .wp-block-post-excerpt .wp-block-post-excerpt__excerpt {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}
.articles-similaires .wp-block-post-template .wp-block-post .content .wp-block-post-excerpt .wp-block-post-excerpt__more-text {
  margin: 0;
}
.articles-similaires .wp-block-post-template .wp-block-post .content .wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link {
  display: inline-flex;
  align-items: center;
  color: #F18400;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
  padding-right: 25px;
}
.articles-similaires .wp-block-post-template .wp-block-post .content .wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  transition: right 0.3s ease;
  font-size: 1.2rem;
}
.articles-similaires .wp-block-post-template .wp-block-post .content .wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:hover {
  color: #643B35;
}
.articles-similaires .wp-block-post-template .wp-block-post .content .wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:hover::after {
  right: -5px;
}

/*REFERENCES GRID PAGE*/
.references-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .references-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .references-grid {
    grid-template-columns: 1fr;
  }
}
.references-grid .wp-block-post {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.references-grid .wp-block-post:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.references-grid .wp-block-post:hover .wp-block-post-featured-image img {
  transform: scale(1.1);
}
.references-grid .wp-block-post:hover .wp-block-post-title a {
  color: #F18400;
}
.references-grid .wp-block-post .groupe-date {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.references-grid .wp-block-post .groupe-date .wp-block-post-featured-image {
  position: relative;
  margin: 20px;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
}
.references-grid .wp-block-post .groupe-date .wp-block-post-featured-image a {
  display: block;
  height: 100%;
}
.references-grid .wp-block-post .groupe-date .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.references-grid .wp-block-post .content {
  padding: 25px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.references-grid .wp-block-post .content .wp-block-post-title {
  margin: 0 0 15px 0;
  font-size: 1.5rem;
  line-height: 1.3;
}
.references-grid .wp-block-post .content .wp-block-post-title a {
  color: #643B35;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 600;
}
.references-grid .wp-block-post .content .wp-block-post-title a:hover {
  color: #F18400;
}
.references-grid .wp-block-post .content .taxonomy-category {
  display: inline-block;
  background-color: #F18400;
  color: white;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
.references-grid .wp-block-post .content .taxonomy-category:empty {
  display: none;
}
.references-grid .wp-block-post .content .wp-block-post-excerpt {
  margin: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.references-grid .wp-block-post .content .wp-block-post-excerpt .wp-block-post-excerpt__excerpt {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.references-grid .wp-block-post .content .wp-block-post-excerpt .wp-block-post-excerpt__more-text {
  margin: 0;
}
.references-grid .wp-block-post .content .wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link {
  display: inline-flex;
  align-items: center;
  color: #F18400;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
  padding-right: 25px;
}
.references-grid .wp-block-post .content .wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  transition: right 0.3s ease;
  font-size: 0.9rem;
}
.references-grid .wp-block-post .content .wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:hover {
  color: #643B35;
}
.references-grid .wp-block-post .content .wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:hover::after {
  right: -5px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/** GALERY IMAGE
/*-------------------------------------------------------------------------------------------------------------------------------*/
.wp-block-gallery {
  overflow: hidden;
}
.wp-block-gallery a {
  cursor: zoom-in;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
}
.wp-block-gallery a img {
  transition: all ease-in-out 0.5s;
}
.wp-block-gallery a::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 60px;
  font-weight: bold;
  opacity: 0;
  z-index: 3;
  transition: all ease-in-out 0.5s;
}
.wp-block-gallery a:hover::before {
  opacity: 1;
}
.wp-block-gallery a:hover::after {
  opacity: 0.4;
}
.wp-block-gallery a:hover img {
  transform: scale(1.2);
}
.wp-block-gallery a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #643B35;
  opacity: 0;
  z-index: 2;
  transition: all ease-in-out 0.5s;
}

/*BLOG-POST*/
.single-post .article-header-meta,
.single-references .article-header-meta {
  margin-bottom: 20px;
}
.single-post .article-header-meta .article-category,
.single-references .article-header-meta .article-category {
  display: inline-block;
  background-color: #F18400;
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.single-post .banner-header-ROC h1,
.single-references .banner-header-ROC h1 {
  margin: 20px 0;
  font-size: 3rem;
  line-height: 1.2;
}
.single-post .article-meta,
.single-references .article-meta {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #f5f5f5;
}
.single-post .article-meta .meta-item,
.single-references .article-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 500;
}
.single-post .article-meta .meta-item i,
.single-references .article-meta .meta-item i {
  font-size: 1rem;
  margin: 0;
}
.single-post .article-wrapper,
.single-references .article-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
.single-post .article-container,
.single-references .article-container {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 50px;
  align-items: start;
}
@media (max-width: 1024px) {
  .single-post .article-container,
  .single-references .article-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.single-post .article-content,
.single-references .article-content {
  background: white;
}
.single-post .article-content .article-featured-image,
.single-references .article-content .article-featured-image {
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.single-post .article-content .article-featured-image img,
.single-references .article-content .article-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 500px;
  -o-object-position: center;
     object-position: center;
}
.single-post .article-content .article-body,
.single-references .article-content .article-body {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #643B35;
}
.single-post .article-content .article-body p,
.single-references .article-content .article-body p {
  margin-bottom: 1.5rem;
}
.single-post .article-content .article-body h2,
.single-post .article-content .article-body h3,
.single-post .article-content .article-body h4,
.single-references .article-content .article-body h2,
.single-references .article-content .article-body h3,
.single-references .article-content .article-body h4 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #643B35;
  font-weight: 600;
}
.single-post .article-content .article-body h2,
.single-references .article-content .article-body h2 {
  font-size: 2rem;
  border-left: 4px solid #F18400;
  padding-left: 20px;
}
.single-post .article-content .article-body h3,
.single-references .article-content .article-body h3 {
  font-size: 1.5rem;
}
.single-post .article-content .article-body img,
.single-references .article-content .article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
}
.single-post .article-content .article-body .wp-block-gallery img,
.single-references .article-content .article-body .wp-block-gallery img {
  margin: 0 !important;
}
.single-post .article-content .article-body blockquote,
.single-references .article-content .article-body blockquote {
  margin: 30px 0;
  padding: 30px;
  background-color: #F5F5F5;
  border-left: 4px solid #F18400;
  border-radius: 10px;
  font-style: italic;
  font-size: 1.125rem;
}
.single-post .article-content .article-tags,
.single-references .article-content .article-tags {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #F5F5F5;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.single-post .article-content .article-tags i,
.single-references .article-content .article-tags i {
  color: #F18400;
  font-size: 1.2rem;
  margin: 0;
}
.single-post .article-content .article-tags .tag-item,
.single-references .article-content .article-tags .tag-item {
  display: inline-block;
  padding: 8px 16px;
  background-color: #F5F5F5;
  color: #643B35;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.single-post .article-content .article-tags .tag-item:hover,
.single-references .article-content .article-tags .tag-item:hover {
  background-color: #F18400;
  color: white;
  transform: translateY(-2px);
}
.single-post .article-content .article-share,
.single-references .article-content .article-share {
  margin-top: 50px;
  padding: 40px;
  background: linear-gradient(135deg, #F5F5F5 0%, #f8f8f8 100%);
  border-radius: 15px;
  text-align: center;
}
.single-post .article-content .article-share h3,
.single-references .article-content .article-share h3 {
  color: #643B35;
  font-size: 1.5rem;
  margin-bottom: 25px;
  font-weight: 600;
}
.single-post .article-content .article-share .share-buttons,
.single-references .article-content .article-share .share-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.single-post .article-content .article-share .share-buttons .share-btn,
.single-references .article-content .article-share .share-buttons .share-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  text-decoration: none;
}
.single-post .article-content .article-share .share-buttons .share-btn i,
.single-references .article-content .article-share .share-buttons .share-btn i {
  margin: 0;
}
.single-post .article-content .article-share .share-buttons .share-btn.facebook,
.single-references .article-content .article-share .share-buttons .share-btn.facebook {
  background-color: #1877f2;
}
.single-post .article-content .article-share .share-buttons .share-btn.facebook:hover,
.single-references .article-content .article-share .share-buttons .share-btn.facebook:hover {
  background-color: #0d5bc6;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(24, 119, 242, 0.4);
}
.single-post .article-content .article-share .share-buttons .share-btn.twitter,
.single-references .article-content .article-share .share-buttons .share-btn.twitter {
  background-color: #1da1f2;
}
.single-post .article-content .article-share .share-buttons .share-btn.twitter:hover,
.single-references .article-content .article-share .share-buttons .share-btn.twitter:hover {
  background-color: #0c85d0;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(29, 161, 242, 0.4);
}
.single-post .article-content .article-share .share-buttons .share-btn.linkedin,
.single-references .article-content .article-share .share-buttons .share-btn.linkedin {
  background-color: #0077b5;
}
.single-post .article-content .article-share .share-buttons .share-btn.linkedin:hover,
.single-references .article-content .article-share .share-buttons .share-btn.linkedin:hover {
  background-color: #005885;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 119, 181, 0.4);
}
.single-post .article-content .article-share .share-buttons .share-btn.email,
.single-references .article-content .article-share .share-buttons .share-btn.email {
  background-color: #643B35;
}
.single-post .article-content .article-share .share-buttons .share-btn.email:hover,
.single-references .article-content .article-share .share-buttons .share-btn.email:hover {
  background-color: #F18400;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(174, 122, 25, 0.4);
}
.single-post .article-content .article-navigation,
.single-references .article-content .article-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
  padding-top: 40px;
  border-top: 2px solid #F5F5F5;
}
@media (max-width: 768px) {
  .single-post .article-content .article-navigation,
  .single-references .article-content .article-navigation {
    grid-template-columns: 1fr;
  }
}
.single-post .article-content .article-navigation a,
.single-references .article-content .article-navigation a {
  display: flex;
  flex-direction: column;
  padding: 25px;
  background-color: white;
  border: 2px solid #F5F5F5;
  border-radius: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.single-post .article-content .article-navigation a:hover,
.single-references .article-content .article-navigation a:hover {
  border-color: #F18400;
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.single-post .article-content .article-navigation a:hover .nav-title,
.single-references .article-content .article-navigation a:hover .nav-title {
  color: #F18400;
}
.single-post .article-content .article-navigation a .nav-label,
.single-references .article-content .article-navigation a .nav-label {
  font-size: 0.875rem;
  color: #999;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.single-post .article-content .article-navigation a .nav-label i,
.single-references .article-content .article-navigation a .nav-label i {
  margin: 0 5px;
}
.single-post .article-content .article-navigation a .nav-title,
.single-references .article-content .article-navigation a .nav-title {
  font-size: 1.125rem;
  color: #643B35;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.single-post .article-content .article-navigation a.nav-next,
.single-references .article-content .article-navigation a.nav-next {
  text-align: right;
}
.single-post .article-sidebar,
.single-references .article-sidebar {
  position: sticky;
  top: 120px;
}
@media (max-width: 1024px) {
  .single-post .article-sidebar,
  .single-references .article-sidebar {
    position: relative;
    top: 0;
  }
}
.single-post .article-sidebar .sidebar-widget,
.single-references .article-sidebar .sidebar-widget {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.single-post .article-sidebar .sidebar-widget h3,
.single-references .article-sidebar .sidebar-widget h3 {
  color: #643B35;
  font-size: 1.25rem;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 3px solid #F18400;
  font-weight: 600;
}
.single-post .article-sidebar .sidebar-widget .categories-list,
.single-references .article-sidebar .sidebar-widget .categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
}
.single-post .article-sidebar .sidebar-widget .categories-list li,
.single-references .article-sidebar .sidebar-widget .categories-list li {
  margin-bottom: 12px;
}
.single-post .article-sidebar .sidebar-widget .categories-list li a,
.single-references .article-sidebar .sidebar-widget .categories-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #643B35;
  padding: 10px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 500;
}
.single-post .article-sidebar .sidebar-widget .categories-list li a i,
.single-references .article-sidebar .sidebar-widget .categories-list li a i {
  color: #F18400;
  margin-right: 10px;
  font-size: 0.875rem;
}
.single-post .article-sidebar .sidebar-widget .categories-list li a .count,
.single-references .article-sidebar .sidebar-widget .categories-list li a .count {
  color: #999;
  font-size: 0.875rem;
  margin-left: auto;
}
.single-post .article-sidebar .sidebar-widget .categories-list li a:hover,
.single-references .article-sidebar .sidebar-widget .categories-list li a:hover {
  background-color: #F5F5F5;
  color: #F18400;
  transform: translateX(5px);
}
.single-post .article-sidebar .sidebar-widget .categories-list li a:hover .count,
.single-references .article-sidebar .sidebar-widget .categories-list li a:hover .count {
  color: #F18400;
}
.single-post .article-sidebar .sidebar-widget .recent-posts-list,
.single-references .article-sidebar .sidebar-widget .recent-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 370px;
  overflow-y: auto;
  overflow-x: hidden;
}
.single-post .article-sidebar .sidebar-widget .recent-posts-list li,
.single-references .article-sidebar .sidebar-widget .recent-posts-list li {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}
.single-post .article-sidebar .sidebar-widget .recent-posts-list li:last-child,
.single-references .article-sidebar .sidebar-widget .recent-posts-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.single-post .article-sidebar .sidebar-widget .recent-posts-list li .recent-post-thumb,
.single-references .article-sidebar .sidebar-widget .recent-posts-list li .recent-post-thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
}
.single-post .article-sidebar .sidebar-widget .recent-posts-list li .recent-post-thumb img,
.single-references .article-sidebar .sidebar-widget .recent-posts-list li .recent-post-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.single-post .article-sidebar .sidebar-widget .recent-posts-list li .recent-post-thumb:hover img,
.single-references .article-sidebar .sidebar-widget .recent-posts-list li .recent-post-thumb:hover img {
  transform: scale(1.1);
}
.single-post .article-sidebar .sidebar-widget .recent-posts-list li .recent-post-content,
.single-references .article-sidebar .sidebar-widget .recent-posts-list li .recent-post-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.single-post .article-sidebar .sidebar-widget .recent-posts-list li .recent-post-content .recent-post-title,
.single-references .article-sidebar .sidebar-widget .recent-posts-list li .recent-post-content .recent-post-title {
  color: #643B35;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.3;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-post .article-sidebar .sidebar-widget .recent-posts-list li .recent-post-content .recent-post-title:hover,
.single-references .article-sidebar .sidebar-widget .recent-posts-list li .recent-post-content .recent-post-title:hover {
  color: #F18400;
}
.single-post .article-sidebar .sidebar-widget .recent-posts-list li .recent-post-content .recent-post-date,
.single-references .article-sidebar .sidebar-widget .recent-posts-list li .recent-post-content .recent-post-date {
  color: #999;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 5px;
}
.single-post .article-sidebar .sidebar-widget .recent-posts-list li .recent-post-content .recent-post-date i,
.single-references .article-sidebar .sidebar-widget .recent-posts-list li .recent-post-content .recent-post-date i {
  font-size: 0.75rem;
  margin: 0;
}

/*ARTICLE CARD*/
.wp-block-post-featured-image {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.wp-block-post-featured-image img {
  transition: all ease-in-out 1s;
}
.wp-block-post-featured-image::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 48px;
  opacity: 0;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  pointer-events: none;
  cursor: pointer;
}
.wp-block-post-featured-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #643B35;
  opacity: 0;
  z-index: 2;
  transition: all ease-in-out 0.5s;
  pointer-events: none;
  cursor: pointer;
}
.wp-block-post-featured-image:hover img {
  transform: scale(1.1);
}
.wp-block-post-featured-image:hover::before {
  opacity: 1;
}
.wp-block-post-featured-image:hover::after {
  opacity: 0.4;
}

.wp-block-read-more::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  margin-left: 10px;
  transition: all ease-in-out 0.5s;
}

.contact-image-map {
  transform: scale(1.25);
  transform-origin: bottom;
  margin-right: 150px;
}
@media screen and (max-width: 1200px) {
  .contact-image-map {
    margin-right: 50px;
  }
}
@media screen and (max-width: 750px) {
  .contact-image-map {
    transform: scale(1);
  }
}

/*************PAGINATION******************/
.wp-block-query-pagination {
  margin: 40px 0;
  gap: 15px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: transparent;
  color: #643B35;
  border: 2px solid transparent;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover {
  background-color: white;
  color: #F18400;
  border-color: transparent;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background-color: #F18400;
  color: #fff;
  border-color: #F18400;
  font-weight: 600;
}
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background-color: transparent;
  color: #643B35;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 25px;
  border: 2px solid #643B35;
  transition: all 0.3s ease;
}
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query-pagination .wp-block-query-pagination-previous:hover {
  background-color: #F18400;
  color: #fff;
  border-color: #F18400;
}
.wp-block-query-pagination .wp-block-query-pagination-next .wp-block-query-pagination-next-arrow,
.wp-block-query-pagination .wp-block-query-pagination-next .wp-block-query-pagination-previous-arrow,
.wp-block-query-pagination .wp-block-query-pagination-previous .wp-block-query-pagination-next-arrow,
.wp-block-query-pagination .wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow {
  font-size: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-next .wp-block-query-pagination-next-arrow::before,
.wp-block-query-pagination .wp-block-query-pagination-next .wp-block-query-pagination-previous-arrow::before,
.wp-block-query-pagination .wp-block-query-pagination-previous .wp-block-query-pagination-next-arrow::before,
.wp-block-query-pagination .wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
}
.wp-block-query-pagination .wp-block-query-pagination-next .wp-block-query-pagination-next-arrow::before,
.wp-block-query-pagination .wp-block-query-pagination-previous .wp-block-query-pagination-next-arrow::before {
  content: "\f054";
}
.wp-block-query-pagination .wp-block-query-pagination-next .wp-block-query-pagination-previous-arrow::before,
.wp-block-query-pagination .wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow::before {
  content: "\f053";
}
.wp-block-query-pagination .wp-block-query-pagination-previous {
  flex-direction: row-reverse;
}

@media (max-width: 576px) {
  .wp-block-query-pagination {
    flex-direction: column;
    gap: 20px;
  }
  .wp-block-query-pagination .wp-block-query-pagination-numbers {
    order: 1;
  }
  .wp-block-query-pagination .wp-block-query-pagination-next,
  .wp-block-query-pagination .wp-block-query-pagination-previous {
    order: 2;
  }
}
/****** PAGE 404 ERROR ******/
.error-404-section {
  min-height: calc(100vh - 300px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}
.error-404-section .error-404-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  width: 100%;
  align-items: center;
}
.error-404-section .error-404-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.error-404-section .error-404-number {
  font-size: 120px;
  font-weight: 700;
  color: #F18400;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  letter-spacing: -3px;
}
.error-404-section .error-404-title {
  font-size: 48px;
  font-weight: 700;
  color: #643B35;
  margin: 0;
  line-height: 1.2;
}
.error-404-section .error-404-subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #643B35;
  margin: 0;
  line-height: 1.4;
}
.error-404-section .error-404-text {
  font-size: 18px;
  line-height: 1.6;
  color: #643B35;
  margin: 20px 0 0 0;
  opacity: 0.8;
}
.error-404-section .error-404-actions {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.error-404-section .error-404-actions .btn {
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.error-404-section .error-404-actions .btn.btn-primary {
  background-color: #F18400;
  color: #fff;
}
.error-404-section .error-404-actions .btn.btn-primary:hover {
  background-color: #643B35;
}
.error-404-section .error-404-actions .btn.btn-secondary {
  background-color: transparent;
  color: #F18400;
  border-color: #F18400;
}
.error-404-section .error-404-actions .btn.btn-secondary:hover {
  background-color: #F18400;
  color: #fff;
}
.error-404-section .error-404-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-404-section .error-404-illustration svg {
  width: 100%;
  max-width: 350px;
  height: auto;
  color: #F18400;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
@media (max-width: 768px) {
  .error-404-section {
    min-height: auto;
    padding: 40px 20px;
  }
  .error-404-section .error-404-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .error-404-section .error-404-number {
    font-size: 80px;
  }
  .error-404-section .error-404-title {
    font-size: 36px;
  }
  .error-404-section .error-404-subtitle {
    font-size: 20px;
  }
  .error-404-section .error-404-text {
    font-size: 16px;
  }
  .error-404-section .error-404-actions {
    flex-direction: column;
  }
  .error-404-section .error-404-actions .btn {
    width: 100%;
  }
  .error-404-section .error-404-illustration {
    order: -1;
  }
}
@media (max-width: 480px) {
  .error-404-section .error-404-number {
    font-size: 60px;
  }
  .error-404-section .error-404-title {
    font-size: 28px;
  }
  .error-404-section .error-404-subtitle {
    font-size: 18px;
  }
}
/****** PAGE 403 FORBIDDEN ******/
.error-403-section {
  min-height: calc(100vh - 300px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, rgba(241, 132, 0, 0.05) 0%, rgba(100, 59, 53, 0.05) 100%);
}
.error-403-section .error-403-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  width: 100%;
  align-items: center;
}
.error-403-section .error-403-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.error-403-section .error-403-number {
  font-size: 120px;
  font-weight: 700;
  color: #F18400;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  letter-spacing: -3px;
}
.error-403-section .error-403-title {
  font-size: 48px;
  font-weight: 700;
  color: #643B35;
  margin: 0;
  line-height: 1.2;
}
.error-403-section .error-403-subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #643B35;
  margin: 0;
  line-height: 1.4;
}
.error-403-section .error-403-text {
  font-size: 18px;
  line-height: 1.6;
  color: #643B35;
  margin: 20px 0 0 0;
  opacity: 0.8;
}
.error-403-section .error-403-actions {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.error-403-section .error-403-actions .btn {
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.error-403-section .error-403-actions .btn.btn-primary {
  background-color: #F18400;
  color: #fff;
}
.error-403-section .error-403-actions .btn.btn-primary:hover {
  background-color: rgb(190, 104.0663900415, 0);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(241, 132, 0, 0.3);
}
.error-403-section .error-403-actions .btn.btn-secondary {
  background-color: transparent;
  color: #F18400;
  border-color: #F18400;
}
.error-403-section .error-403-actions .btn.btn-secondary:hover {
  background-color: #F18400;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(241, 132, 0, 0.3);
}
.error-403-section .error-403-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-403-section .error-403-illustration svg {
  width: 100%;
  max-width: 350px;
  height: auto;
  color: #F18400;
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {
  .error-403-section {
    min-height: auto;
    padding: 40px 20px;
  }
  .error-403-section .error-403-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .error-403-section .error-403-number {
    font-size: 80px;
  }
  .error-403-section .error-403-title {
    font-size: 36px;
  }
  .error-403-section .error-403-subtitle {
    font-size: 20px;
  }
  .error-403-section .error-403-text {
    font-size: 16px;
  }
  .error-403-section .error-403-actions {
    flex-direction: column;
  }
  .error-403-section .error-403-actions .btn {
    width: 100%;
  }
  .error-403-section .error-403-illustration {
    order: -1;
  }
}
@media (max-width: 480px) {
  .error-403-section .error-403-number {
    font-size: 60px;
  }
  .error-403-section .error-403-title {
    font-size: 28px;
  }
  .error-403-section .error-403-subtitle {
    font-size: 18px;
  }
}