@charset "UTF-8";
button {
  border: 0;
  background: none;
}

.mapboxgl-popup-content {
  color: #1F1F1F;
}

.maps {
  min-height: 340px;
}
.maps > div {
  width: 100%;
  height: 340px;
}

i.start {
  margin-right: 1rem;
}
i.end {
  margin-left: 1rem;
}

.background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nolist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nomargin {
  margin: 0;
}

.hidden {
  display: none !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scroll {
  overflow-x: hidden;
  overflow-y: auto;
}

.noscroll {
  overflow: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.relative {
  position: relative;
}

.shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

[class^=flex-], [class*=" flex-"] {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-middle {
  align-items: center;
}

.flex-center {
  justify-content: center;
}

.flex-between {
  justify-content: space-between;
}

.flex-center-center {
  align-items: center;
  justify-content: center;
}

.flex-baseline {
  align-items: baseline;
}

.flex-top {
  margin-top: auto;
}

.flex-right {
  margin-right: auto;
}

.flex-bottom {
  margin-bottom: auto;
}

.flex-left {
  margin-left: auto;
}

.padding-light {
  padding: 0.5rem;
}
.padding-light-top {
  padding-top: 0.5rem;
}
.padding-light-right {
  padding-right: 0.5rem;
}
.padding-light-bottom {
  padding-bottom: 0.5rem;
}
.padding-light-left {
  padding-left: 0.5rem;
}
.padding-light-row {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.padding-light-col {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.padding-medium {
  padding: 1rem;
}
.padding-medium-top {
  padding-top: 1rem;
}
.padding-medium-right {
  padding-right: 1rem;
}
.padding-medium-bottom {
  padding-bottom: 1rem;
}
.padding-medium-left {
  padding-left: 1rem;
}
.padding-medium-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
.padding-medium-col {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.padding-large {
  padding: 2rem;
}
.padding-large-top {
  padding-top: 2rem;
}
.padding-large-right {
  padding-right: 2rem;
}
.padding-large-bottom {
  padding-bottom: 2rem;
}
.padding-large-left {
  padding-left: 2rem;
}
.padding-large-row {
  padding-left: 2rem;
  padding-right: 2rem;
}
.padding-large-col {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.padding-big {
  padding: 4rem;
}
.padding-big-top {
  padding-top: 4rem;
}
.padding-big-right {
  padding-right: 4rem;
}
.padding-big-bottom {
  padding-bottom: 4rem;
}
.padding-big-left {
  padding-left: 4rem;
}
.padding-big-row {
  padding-right: 4rem;
  padding-left: 4rem;
}
.padding-big-col {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.margin-tiny {
  margin: 0.25rem;
}
.margin-tiny-top {
  margin-top: 0.25rem;
}
.margin-tiny-right {
  margin-right: 0.25rem;
}
.margin-tiny-bottom {
  margin-bottom: 0.25rem;
}
.margin-tiny-left {
  margin-left: 0.25rem;
}
.margin-tiny-row {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.margin-tiny-col {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.margin-light {
  margin: 0.5rem;
}
.margin-light-top {
  margin-top: 0.5rem;
}
.margin-light-right {
  margin-right: 0.5rem;
}
.margin-light-bottom {
  margin-bottom: 0.5rem;
}
.margin-light-left {
  margin-left: 0.5rem;
}
.margin-light-row {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.margin-light-col {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.margin-medium {
  margin: 1rem;
}
.margin-medium-top {
  margin-top: 1rem;
}
.margin-medium-right {
  margin-right: 1rem;
}
.margin-medium-bottom {
  margin-bottom: 1rem;
}
.margin-medium-left {
  margin-left: 1rem;
}
.margin-medium-row {
  margin-right: 1rem;
  margin-left: 1rem;
}
.margin-medium-col {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.margin-large {
  margin: 2rem;
}
.margin-large-top {
  margin-top: 2rem;
}
.margin-large-right {
  margin-right: 2rem;
}
.margin-large-bottom {
  margin-bottom: 2rem;
}
.margin-large-left {
  margin-left: 2rem;
}
.margin-large-row {
  margin-right: 2rem;
  margin-left: 2rem;
}
.margin-large-col {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.margin-big {
  margin: 4rem;
}
.margin-big-top {
  margin-top: 4rem;
}
.margin-big-right {
  margin-right: 4rem;
}
.margin-big-bottom {
  margin-bottom: 4rem;
}
.margin-big-left {
  margin-left: 4rem;
}
.margin-big-row {
  margin-right: 4rem;
  margin-left: 4rem;
}
.margin-big-col {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.margin-icon-left {
  margin-left: 0.5rem;
}
.margin-icon-right {
  margin-right: 0.5rem;
}
.margin-input {
  margin-top: -3px;
}
.margin-center {
  margin-left: auto;
  margin-right: auto;
}

.overlay {
  position: relative;
}
.overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 33, 33, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.overlay > * {
  position: relative;
  z-index: 1;
}

.squared:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

* {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}

main p span, main span, main li span {
  font-family: "Montserrat", sans-serif !important;
}

span.material-icons {
  font-family: "Material Icons" !important;
}

body {
  background-color: #FFF;
  color: #1F1F1F;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}

.header h1 {
  font-size: 50px;
  margin-bottom: 20px;
  bottom: 50px;
  position: relative;
  left: 0;
  z-index: 10;
  text-shadow: 1px 1px 0 orange;
}

.offer-description:after {
  content: "voir la suite";
  color: darkblue;
}

.gris {
  opacity: 0.7;
}

.main-center {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
}

.slider img {
  text-align: center;
  margin: 0 auto;
}

main.list ul {
  list-style-type: "- ";
  margin-left: 20px;
}

.site-main .list ul {
  list-style-type: "- ";
}

.button-header {
  position: relative;
  z-index: 9;
}

.button {
  border: 1px solid orange;
  background-color: orange;
  color: #fff !important;
  padding: 7px 15px !important;
}
.button:hover {
  background-color: #bf3b10;
  transition: 0.3s;
}

.padding-h2 {
  padding: 30px;
}

.filter {
  position: relative;
}
.filter h1 {
  font-size: 50px;
  margin-bottom: 20px;
  bottom: 50px;
  left: 0px;
  z-index: 10;
}
.filter:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.filter2 {
  position: relative;
}
.filter2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

div.logo-experts {
  background-color: #fff;
  position: fixed;
  top: 42vh;
  right: 0;
  padding: 15px;
  z-index: 1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
div.logo-experts img {
  width: 95px;
}

div.accueil-experts {
  top: 70vh;
}
.menu-is-open {
  overflow: hidden !important;
  height: 100vh !important;
}

a {
  color: orange;
  text-decoration: underline;
  font-weight: bold;
}
a:hover {
  color: #bf3b10;
}

p {
  line-height: 1.5;
}

.numero-etape ul li::before {
  content: "" !important;
  list-style-type: none;
}

.numero-etape ul li {
  content: "" !important;
  list-style-type: none;
}

.wp-block-embed {
  display: flex;
  justify-content: center;
}

.align {
  text-align: center;
}

.reset-a {
  color: #1F1F1F;
  text-decoration: none;
  font-weight: 400;
}

.mouse {
  width: 18px;
  height: 30px;
  border-radius: 15px;
  border: 2px solid #fff;
  margin: 15px 0 0;
  -webkit-animation: intro 1s;
  animation: intro 1s;
  position: absolute;
  top: 90%;
  left: 50%;
}
.mouse .scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite;
}

.content-oe p {
  margin: 0 !important;
}

.fleche-bouton {
  color: #fff;
  background: orange;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
}
.fleche-bouton:hover {
  color: #fff;
  background-color: #bf3b10;
}

.bg-jaune {
  background-color: beige;
}
.bg-jaune:hover {
  background-color: beige;
}

@keyframes intro {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}
span.spanb {
  font-weight: 900;
  font-size: 70px;
  line-height: 1;
}
span.spanl {
  font-weight: 600;
}
span.spanll {
  font-weight: 400;
  font-size: 24px;
}

.no-decoration {
  text-decoration: none;
}

.fleche::after {
  content: ">";
  margin-left: 10px;
  font-size: 15px;
  font-family: initial;
  transition: margin-left 320ms ease-in-out;
}
.fleche:hover:after {
  margin-left: 15px;
}

.last-articles {
  padding-top: 50px;
  margin-top: 50px;
  position: relative;
}
.last-articles .fleche {
  position: absolute;
  top: 50px;
  right: 10%;
  color: #fff;
  background-color: orange;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
}
.last-articles .fleche:hover {
  background-color: #bf3b10;
}
.last-articles h2 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.last-articles h2:after {
  left: 0;
}

.nos-offres {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.articles {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.articles div {
  width: 250px;
  margin: 30px;
}
.articles div a {
  text-decoration: none;
  font-weight: 600;
}
.articles div .thumb-articles {
  width: 250px;
  height: 250px;
  display: inline-block;
  background-size: cover;
  background-position: center;
}
.articles div img {
  margin: 0 auto;
  width: 100%;
}

.reset-margin {
  margin: 0;
}

.header-accueil {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  color: #fff;
  margin-bottom: 3rem;
}

.header-recrutement {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  color: #fff;
}

.header-actu {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  color: #fff;
}

.header-contact {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  color: #fff;
  position: relative;
  margin-bottom: 60px;
}

h1 {
  margin: 0;
  font-size: 50px;
}

.header-accueil h1 {
  font-size: 50px;
  margin-bottom: 20px;
}
.header-accueil .titre {
  position: absolute;
  top: 40%;
  left: 10%;
  z-index: 10;
}
.header-accueil a {
  background-color: orange;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
}
.header-accueil a:hover {
  background-color: #bf3b10;
}

h2 {
  font-size: 35px;
  text-align: center;
  font-weight: 500 !important;
  margin: 50px 0;
  position: relative;
}
h2.has-text-align-left:after {
  left: 0;
}
h2:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: beige;
  border-radius: 20px;
  bottom: -10px;
  left: calc(50% - 20px);
}
h2.after-center:after {
  left: calc(50% - 20px);
}
h2.after-left {
  text-align: left;
}
h2.after-left:after {
  left: 0;
}
h2 p {
  margin: 0 !important;
}

.dt {
  width: 50%;
}

.ut {
  width: 33%;
}

.dt, .ut {
  min-width: 375px;
}
.dt h2, .ut h2 {
  text-align: left;
}
.dt p, .ut p {
  margin-left: 70px;
}

.chapo {
  text-align: center;
  margin-bottom: 50px;
}

.echo109-conteneur {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
}
.echo109-conteneur .echo109 {
  width: 21%;
  padding: 2.5%;
}
.echo109-conteneur .echo109 img {
  width: 100%;
}
.echo109-conteneur .echo109 p {
  font-size: 14px;
}

.menu-accueil-container > ul {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  list-style-type: none;
  flex-wrap: wrap;
}

.row {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.img-link {
  height: 343px;
  width: 277px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-left: 20px;
  display: inline-block;
}
.img-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
  transition: 0.3s;
  z-index: 0;
}

.img-link:hover:after {
  opacity: 0.5;
}

.picto-focus {
  display: inline-block;
}

::placeholder {
  color: #000;
}

.menu-accueil ul li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 0.5rem;
  width: 50%;
}
.menu-accueil .menu-accueil-container > ul > li:first-child, .menu-accueil .menu-accueil-container > ul > li:nth-child(2) {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0px 0px 200px;
  height: 750px;
}
.menu-accueil .menu-accueil-container > ul > li:first-child {
  background-image: url("https://www.cerfrance-adheo.fr/wp-content/uploads/2025/11/Bandeau_boulangerie-2025.jpg");
}
.menu-accueil .menu-accueil-container > ul > li:nth-child(2) {
  background-image: url("https://www.cerfrance-adheo.fr/wp-content/uploads/2025/11/bandeau_juridique_2025.jpg");
}
.menu-accueil .menu-accueil-container > ul > li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 35px;
  color: #000;
  opacity: 0.3;
  font-weight: 700;
}
.menu-accueil .menu-accueil-container > ul > li a:hover {
  opacity: 0.7;
}

.menu-principal--close {
  width: 20%;
}

.contact-recrutement {
  background-color: rgba(25, 159, 150, 0.18);
  padding: 20px;
  width: 300px;
}

.last-articles {
  background-color: #F7F7F7;
}

span.numero {
  color: orange;
  font-size: 100px;
  font-weight: 800;
  position: absolute;
  bottom: 0;
  margin: 20px;
  height: 110px;
  z-index: 1;
}

.link .img-link p {
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 253px;
  left: -30px;
  z-index: 1;
}

.bandeau-conteneur {
  background-color: beige;
  padding: 20px 0px;
  margin: 30px 0px;
}

.bandeau {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
}
.bandeau div {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #AC7818;
  padding: 0px 10px;
}

.strong {
  font-size: 30px;
  font-weight: 700;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.col {
  flex-direction: column;
}

.texte-ref {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.texte-ref img {
  width: 200px;
  margin-right: 30px;
}
.texte-ref p {
  width: calc(100% - 230px);
}

@media screen and (max-width: 1200px) {
  .logo-experts {
    display: none;
  }
  .hide-m {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .triangle {
    display: none;
  }
  .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .dt, .ut {
    width: 100%;
  }
  .menu-accueil-container > ul {
    flex-direction: column;
  }
  .site-main ul {
    text-align: left;
  }
  .site-main ul li {
    width: 100%;
  }
  .menu-accueil .menu-accueil-container > ul > li:first-child {
    height: auto;
    text-align: center;
    padding: 80px;
    margin: 0;
  }
  .menu-accueil .menu-accueil-container > ul > li:nth-child(2) {
    height: auto;
    text-align: center;
    padding: 80px;
  }
  .dt p, .ut p {
    margin-left: 0;
  }
  .ut, .dt {
    min-width: 300px;
  }
  .header-accueil h1 {
    font-size: 30px;
  }
  .header-accueil h1 span.spanb {
    font-size: 50px;
  }
  .site-main h2 {
    font-size: 24px;
  }
  .link .img-link p {
    left: 30px;
  }
  span.spanll {
    font-weight: 400;
    font-size: 20px;
  }
  #menu-accueil > li {
    padding: 0;
    margin-top: 15px;
  }
  header .menu-accueil-container ul li ul li {
    padding: 10px;
    width: 250px;
  }
  .last-articles .fleche {
    top: 105px;
  }
  .articles {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1.5em;
}

p {
  margin-bottom: 1rem;
}

strong, b {
  font-weight: 700;
}

em {
  font-style: italic;
}

.site-main ul {
  color: #1F1F1F;
  margin: 1rem 0;
}
.site-main ul li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
.site-main ol {
  color: #1F1F1F;
  margin: 1rem 0;
  list-style-type: decimal;
  padding-left: 3rem;
}
.site-main ol li {
  margin-bottom: 0.5rem;
}

blockquote {
  padding-left: 2rem;
  font-style: italic;
  border-left: 5px solid #1F1F1F;
  margin: 2rem 0 2rem 4rem;
}
blockquote p {
  opacity: 0.7;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.site-header-open {
  position: fixed;
}

.header {
  margin-top: 80px;
}

.site-header .site-logo {
  flex-shrink: 0;
}

.site-menu {
  position: relative;
}
.site-menu .menu-background {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background-image: url("../images/menu.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30rem;
  height: 30rem;
  max-width: 100%;
  filter: grayscale(1);
  opacity: 0.1;
}
@media only screen and (max-width: 992px) {
  .site-menu .menu-background {
    width: 20rem;
    height: 20rem;
    left: calc(100% - 22rem);
  }
}
.site-menu .content {
  position: relative;
}
.site-menu .content .head {
  height: 64px;
}

header {
  margin: 0 auto;
  width: 100%;
  padding-right: 22px;
  z-index: 999;
}
header .menu-accueil-container {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 74%;
}
header ul {
  display: flex;
  justify-content: center;
  color: #fff;
  list-style-type: none;
  margin: 0;
  align-items: center;
}
header ul.sub-menu {
  margin-top: 10px;
}
header ul li::before {
  content: "";
}
header i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .action-link:hover i {
  color: #bf3b10;
}
header li:hover i {
  color: #bf3b10;
}
header i {
  color: orange;
  margin: 10px;
  font-size: 20px;
}
header .iblanc i {
  color: #fff;
  margin: 0;
  margin-left: 20px;
  font-size: 20px;
}
header .iblanc i:hover {
  color: #D4D4D4;
}

.nav-sub-mobile {
  display: none;
  position: absolute;
  top: 67px;
  width: 100%;
  background-color: #f6b242;
  z-index: 999;
  text-align: center;
}

.nav-sub-mobile2 {
  top: 107px;
}

.menu-accueil-container > ul > li > a {
  text-transform: uppercase;
  font-size: 35px;
  color: #000;
  opacity: 0.3;
  font-weight: 700;
  display: none;
}

header .menu-accueil-container > ul {
  padding-top: 10%;
}

header .menu-accueil-container ul li ul {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}

header .menu-accueil-container ul li ul li {
  padding: 15px;
}

header ul li {
  padding: 30px;
  margin: -15px -22px 0px 0px;
}

header ul a {
  color: #fff;
  padding: 5px;
  text-decoration: none;
  font-weight: 500;
}

.burger {
  width: 16px;
  height: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-left: 10px;
}

.burger div {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 1s;
}

.barre3-open {
  transform: rotate(-45deg) translateX(4px) translateY(-2px);
}

.barre1-open {
  transform: rotate(45deg) translateX(4px) translateY(2px);
}

.barre2-open {
  display: none;
}

.site-logo {
  height: 100%;
}
.site-logo a {
  display: block;
  height: 100%;
}
.site-logo a img {
  width: auto;
  height: 100%;
}

.menu-header {
  position: fixed;
  z-index: 900;
  background: #bf3b10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  margin-left: 150vw;
  padding-top: 84px;
  display: flex;
  justify-content: space-between;
}
.menu-header .menu-nav {
  background-color: orange;
  margin-left: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 30px;
}
.menu-header .menu-nav:hover {
  background-color: #bf3b10;
}

.img-menu-header {
  background: #fff;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-menu-header img {
  width: 60%;
}

.menu-principal--open {
  margin: 0;
}

.nav, .site-logo {
  z-index: 999;
}

.header-recrutement {
  position: relative;
}
.header-recrutement div {
  position: absolute;
  bottom: 30px;
  left: 100px;
  z-index: 9;
}
@media only screen and (max-width: 688px) {
  .header-recrutement div {
    left: auto;
  }
}

.sub-menu li::before {
  content: "" !important;
  position: absolute;
  margin-left: -1.2rem;
}

#menu-accueil li:first-child:before {
  content: "vous êtes";
  text-transform: uppercase;
  font-size: 35px;
  color: #000;
  opacity: 0.3;
  font-weight: 700;
}
#menu-accueil li:nth-child(2):before {
  content: "nos expertises";
  text-transform: uppercase;
  font-size: 35px;
  color: #000;
  opacity: 0.3;
  font-weight: 700;
}

#menu-accueil-1 li:before {
  content: "";
}
#menu-accueil-1 li:first-child:before {
  content: "vous êtes";
  text-transform: uppercase;
  font-size: 35px;
  color: #000;
  opacity: 0.3;
  font-weight: 700;
}
#menu-accueil-1 li:nth-child(2) {
  text-align: left;
}
#menu-accueil-1 li:nth-child(2):before {
  content: "nos expertises";
  text-transform: uppercase;
  font-size: 35px;
  color: #000;
  opacity: 0.3;
  font-weight: 700;
}

header .lien-orange {
  position: absolute;
  bottom: 30px;
  right: 0%;
  width: 30%;
  text-align: center;
}
header .lien-orange a {
  color: orange;
  padding: 5px;
  text-decoration: none;
  font-size: 12px;
}
header .lien-orange a:first-child {
  border-right: 1px solid orange;
  padding-right: 10px;
  margin-right: 10px;
}

.propos {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 60%;
  padding: 20px;
  font-size: 13px;
  margin-left: 5%;
}
.propos a {
  color: #fff;
  text-decoration: none;
}
.propos > div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.propos > div i {
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.propos > div div a {
  border-left: 1px solid #fff;
  padding-left: 10px;
  line-height: 1.5rem;
}

.header-open-mobile .site-logo img {
  width: 70px !important;
}

/*   -----  MENU STICK ---- */
.header-scroll {
  background: #fff;
  align-items: flex-start;
}

body:not(.menu-is-open) .header-scroll {
  border-bottom: solid 1px #F0F0F0;
}

.a-scroll {
  color: orange;
}

header .site-logo .site-logo-open {
  width: 60px;
}

.li-scroll {
  padding-bottom: 5px;
  padding-top: 22px;
}

.menu-nav-scroll {
  padding-bottom: 20px;
  margin-top: 0;
}

header .iblanc i.i-scroll {
  color: darkblue;
}

@media screen and (min-width: 1200px) {
  header .menu-accueil-container {
    margin-left: 15%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-principal--open {
    padding-top: 150px;
  }
  .menu-accueil-container > ul {
    align-items: left;
  }
  .header-open-mobile .nav-sub-mobile {
    display: block;
    position: absolute;
    top: 67px;
    width: 100%;
    background-color: #f6b242;
    z-index: 999;
    text-align: center;
  }
  .header-open-mobile .nav-sub-mobile2 {
    top: 107px;
    padding: 10px 0px;
    background-color: #fff;
    height: 47px;
  }
  .menu-principal--open header .site-logo .site-logo-open {
    width: 60px;
  }
  .header-recrutement div {
    text-align: center;
    text-align: center;
  }
  .header-recrutement div h1 {
    text-align: center;
    width: 100%;
    font-size: 30px;
  }
  header .menu-accueil-container {
    width: 100%;
  }
  header .menu-accueil-container > ul {
    padding-top: 10px;
  }
  header .menu-accueil-container > ul > li > a {
    font-size: 15px;
  }
  header .img-menu-header {
    display: none;
  }
  header .nav li.hide-m {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  header .menu-accueil-container ul li ul {
    padding: 0;
  }
  header ul li {
    padding: 0px;
    font-size: 15px;
  }
  header .border {
    border: 0;
    padding: 0;
  }
  header .menu-accueil-container {
    justify-content: flex-start;
    margin-top: 40px;
  }
  header .menu-accueil-container > ul {
    font-size: 12px;
    padding-top: 0px;
    flex-wrap: nowrap;
  }
  header .menu-accueil-container ul li ul li {
    padding: 10px;
  }
  header #menu-accueil li li {
    padding: 7px 0px;
  }
  header #menu-accueil li li a {
    font-size: 14px;
  }
  header #menu-accueil li:first-child:before {
    content: "vous êtes";
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    opacity: 0.3;
    font-weight: 700;
    margin-bottom: 10px;
  }
  header #menu-accueil li:nth-child(2):before {
    content: "nos expertises";
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    opacity: 0.3;
    font-weight: 700;
    margin-bottom: 10px;
  }
  header #menu-accueil > li {
    padding: 0;
    margin-top: 0;
  }
  header .propos {
    position: absolute;
    bottom: 45px;
    color: #fff;
    width: 95%;
    padding: 0px;
    font-size: 10px;
    margin-left: 5%;
  }
  header .propos > div {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  header .propos > div div {
    text-align: right;
    margin-right: 5px;
    width: 50%;
  }
  header .propos > div div a {
    text-align: right;
    border-left: none;
    border-right: 1px solid #fff;
    padding-left: 0;
    padding-right: 10px;
  }
  header .propos a {
    color: #fff;
    text-decoration: none;
  }
}
.home footer {
  margin-top: 0;
}

.page-template-tpl-metiers footer {
  margin-top: 0;
}

footer {
  margin-top: 50px;
  background-color: #f7f7f7;
}
footer .map {
  height: 400px;
}
footer li.widget_custom_html {
  list-style-type: none;
}
footer .picto-visage {
  margin-bottom: -10px;
  margin-left: 10%;
}
footer .footer {
  background: beige;
  padding: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer .footer .logo-footer {
  width: 120px;
}
footer .footer .logo-footer img {
  width: 100%;
  margin: 10px 0px;
}
footer .footer input {
  border: 0;
  border-bottom: 1px solid #000;
  background: none;
}
footer ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
}
footer h2 {
  margin: 0;
  text-align: left;
}
footer h2:after {
  content: none;
}
footer .site-navigation {
  background-color: #fff;
  margin: 0px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .site-navigation ul {
  list-style-type: none;
}
footer .site-navigation ul li a {
  text-decoration: none;
  color: #000;
  padding: 0px 30px;
}

.mapboxgl-popup-content p {
  margin: 0;
}
.mapboxgl-popup-content p.tel {
  margin-top: 15px;
}
.mapboxgl-popup-content strong {
  font-size: 16px;
}

.introMap {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.signature {
  color: #000;
  font-size: 0px;
  float: right;
  margin-top: 20px;
  width: 100px;
  height: 25px;
  position: relative;
  background-image: url("../images/signature-billiotte.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}
.signature:before {
  content: "c'est signé";
  display: inline-block;
  position: absolute;
  left: -70px;
  top: 50%;
  text-indent: initial;
  font-size: 12px;
  transform: translateY(-50%);
}

@media screen and (max-width: 950px) {
  footer .site-navigation {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  footer .site-navigation ul {
    font-size: 10px;
    flex-direction: column;
    font-size: 16px;
  }
  footer .site-navigation ul .signature {
    margin-left: 70px;
  }
  footer .footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .footer h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 688px) {
  .footer-content {
    flex-direction: column;
    padding: 32px;
    gap: 20px;
  }
}
.button {
  cursor: pointer;
}

input[type=submit] {
  cursor: pointer;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  background: #982D47;
  color: #FFF;
  border: 2px solid #982D47;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  transition: 300ms;
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
  color: #982D47;
  background: transparent;
}
.owl-carousel .owl-nav .owl-prev {
  margin-right: 2px;
}
.owl-carousel .owl-dots .owl-dot {
  border-radius: 100px;
  border: 2px solid #982D47;
  background: transparent;
  height: 16px;
  width: 16px;
  margin-right: 0.5rem;
  transition: 300ms;
}
.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover {
  background: #982D47;
}

/* -- Banner widget -- */
.menu-is-open .site-banner {
  overflow: 0;
  visibility: hidden;
}

.site-banner {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: #F0F0F0;
  padding: 0 22px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition-duration: 0.1s;
  transition-property: background-color;
}
.site-banner .banner-text p, .site-banner .banner-button {
  transition-duration: 0.1s;
  transition-property: background-color, border-color, color;
}
.site-banner .banner-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-banner .banner-text p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  margin: 0;
  color: #1F1F1F;
  font-weight: 400;
}
.site-banner .banner-button {
  padding: 6px 12px;
  font-size: 0.875rem;
  border-radius: 4px;
  font-weight: 400;
  background-color: transparent;
  border: solid 1px orange;
  color: orange !important;
}
.site-banner:hover {
  background-color: #fdf0ec;
}
.site-banner:hover .banner-text p {
  color: #bf3b10;
}
.site-banner:hover .banner-button {
  border-color: #bf3b10;
  background-color: #bf3b10;
  color: #FFF !important;
}

.wrapper_loops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.wrapper_loops .loop_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  height: initial;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.accordion {
  padding: 1rem 1rem 0 1rem;
}
.accordion .accordion-title {
  padding: 1rem;
  background: orange;
  color: #FFF;
  border: 2px solid orange;
  position: relative;
  border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 2px;
  transition: 300ms;
  cursor: pointer;
}
.accordion .accordion-title .title-wrap {
  width: calc(100% - 60px);
}
.accordion .accordion-title .icon-wrap {
  color: #FFF;
  position: absolute;
  padding: 10px;
  bottom: 0;
  right: 0;
  transition: 300ms;
}
.accordion .accordion-title.ui-state-active {
  background: #FFF;
  color: orange;
  font-weight: 700;
}
.accordion .accordion-title.ui-state-active .icon-wrap {
  color: orange;
  transform: rotate(180deg);
}
.accordion .accordion-title:hover {
  opacity: 0.7;
}
.accordion .accordion-content {
  padding: 1rem;
  border: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.home p {
  line-height: 2;
}

.home h2 p {
  line-height: 1.3;
}

.info-oe {
  display: flex;
  align-items: center;
  opacity: 0.6;
  font-size: 14px;
}
.info-oe > div {
  margin-right: 20px;
}
.info-oe a {
  color: #000;
  text-decoration: none;
  cursor: default;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .home .info-oe {
    margin-left: 0px;
  }
  .home .info-oe > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.page-template-tpl-contact .header-contact h1 {
  position: absolute;
  bottom: 30px;
  left: 100px;
}
.page-template-tpl-contact .content {
  padding: 0 10%;
}

main.recrutement {
  margin-top: 50px;
  margin-bottom: 50px;
}

main.recrutement .main {
  max-width: 1200px;
  margin: 0 auto;
}

main.recrutement .button-contact {
  text-decoration: none;
}
main.recrutement .button-contact h2 {
  margin: 0;
  margin: 10px;
}
main.recrutement .page h2 {
  text-align: left;
}
main.recrutement .page .decal {
  width: 80%;
  margin-left: 20%;
}
main.recrutement .lien {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.recrutement .lien .lien1 .cover-lien, main.recrutement .lien .lien2 .cover-lien, main.recrutement .lien .lien3 .cover-lien {
  background-color: rgba(0, 0, 0, 0.3);
  max-width: initial;
  z-index: 0;
}
main.recrutement .lien .lien1:hover .cover-lien, main.recrutement .lien .lien2:hover .cover-lien, main.recrutement .lien .lien3:hover .cover-lien {
  background-color: rgba(0, 0, 0, 0.5);
  max-width: initial;
  z-index: 0;
}
main.recrutement .lien .lien1:hover a, main.recrutement .lien .lien2:hover a, main.recrutement .lien .lien3:hover a {
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
main.recrutement .lien .lien1:hover a:after, main.recrutement .lien .lien2:hover a:after, main.recrutement .lien .lien3:hover a:after {
  color: darkblue;
}
main.recrutement .lien div {
  position: relative;
}
main.recrutement .lien div a {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  text-decoration: none;
  max-width: 150px;
  font-weight: 700;
  z-index: 1;
}
main.recrutement .lien div a:after {
  content: ">";
  margin-left: 10px;
  font-size: 15px;
  font-family: initial;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: beige;
}
main.recrutement .lien div .cover-lien {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main.recrutement .lien div .cover-lien::after {
  content: "";
}
main.recrutement .lien div .cover-lien {
  list-style-type: none;
}
main.recrutement .lien-enfant {
  justify-content: flex-start;
}
main.recrutement .lien-enfant div {
  margin-right: 50px;
}

.contact-recrutement h2 {
  text-align: left;
  margin-top: 0px;
}
.contact-recrutement h2::after {
  left: 0;
}

.page-template-tpl-recrutement main.recrutement .oe-conteneur, .page-template-tpl-recrutement-enfant main.recrutement .oe-conteneur {
  background-color: #F7F7F7;
  padding: 50px 0px;
  margin: 50px 0px;
}
.page-template-tpl-recrutement main.recrutement .oe-conteneur h2, .page-template-tpl-recrutement-enfant main.recrutement .oe-conteneur h2 {
  text-align: center;
}
.page-template-tpl-recrutement .oe-3, .page-template-tpl-recrutement-enfant .oe-3 {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page-template-tpl-recrutement .oe-3 > div, .page-template-tpl-recrutement-enfant .oe-3 > div {
  width: 80%;
  max-width: 400px;
  padding: 20px;
}

#comptabilite, #conseil, #paye, #supports {
  padding-top: 50px;
}

@media screen and (max-width: 950px) {
  main.recrutement {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  main.recrutement .lien {
    flex-direction: column;
  }
  main.recrutement .lien div {
    margin: 5px;
  }
  main.recrutement .page {
    width: 80%;
    margin-left: 10%;
  }
  main.recrutement .page > div {
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center;
  }
  main.recrutement .page .decal {
    width: 100%;
    margin: 0;
  }
}
.header-metier {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  color: #fff;
  position: relative;
}
.header-metier h1 {
  line-height: 1;
  text-shadow: 1px 1px 0 orange;
  position: relative !important;
  top: initial !important;
  bottom: initial !important;
  right: initial !important;
  left: initial !important;
  margin-bottom: 140px !important;
}

.body-content {
  transform: translateY(-100px);
  padding: 30px;
  background-color: #fff;
}

@media only screen and (max-width: 688px) {
  .body-content {
    padding: 16px;
  }
}
.mosaique {
  display: flex;
  align-items: flex-start;
}
.mosaique ul li {
  list-style-type: "- ";
}
.mosaique a {
  background-color: darkblue;
  text-decoration: none;
  padding: 5px 10px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.mosaique a:hover {
  background-color: #10847C;
}
.mosaique .slick-partenaires img {
  max-height: 100px;
}
.mosaique .slick-partenaires a {
  color: none;
  background-color: transparent;
}

.text-metier {
  width: 55%;
  padding: 70px;
  background-color: #fcfcfc;
}

.mosaique .flex {
  width: 45%;
}

.mosaique .flex > div {
  width: 100%;
  padding: 10px 100px;
}

.besoin, .competence, .mission, .plus, .nos_specialites, .vous_etes {
  text-align: left;
  position: relative;
}

.besoin h2, .competence h2, .mission h2, .plus h2, .offre h2, .nos_specialites h2, .vous_etes h2 {
  font-size: 27px;
}

.column {
  flex-direction: column;
  align-items: flex-start;
}

.besoin {
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: luminosity;
  position: relative;
}
.besoin:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
}
.besoin:hover:after {
  opacity: 0.3;
}
.besoin h2 {
  z-index: 9;
}

.mission, .nos_specialites {
  background-color: orange;
  color: #fff;
}

.txt-plus, .txt-competence, .txt-mission, .txt-besoin, .txt-offre, .txt-nos_specialites, .txt-vous_etes {
  display: none;
}

.txt-besoin h4, .txt-competence h4, .txt-mission h4, .txt-plus h4, .txt-offre h4, .txt-nos_specialites h4, .txt-vous_etes h4 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 0;
}

.cadre {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.iframe-video {
  width: 100%;
  height: 500px;
}

.connect {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.connect > div {
  width: 48%;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.connect > div i {
  color: darkblue;
  margin-right: 10px;
  font-size: 1.5rem;
}
.connect > div img {
  min-width: 20px;
  width: 20px;
  margin-right: 10px;
}
.connect > div h3 {
  margin-top: 0px;
}
.connect > div p {
  padding: 0;
}

.mosaique .competence, .mosaique .plus, .mosaique .vous_etes {
  background-color: #f1f1f1;
}
.mosaique .besoin {
  background-color: orange;
}
.mosaique .competence, .mosaique .besoin, .mosaique .plus, .mosaique .mission, .mosaique .offre, .mosaique .nos_specialites, .mosaique .vous_etes {
  cursor: pointer;
  transition: 0.3s;
}
.mosaique .txt-besoin-mobile, .mosaique .txt-competence-mobile, .mosaique .txt-mission-mobile, .mosaique .txt-plus-mobile, .mosaique .txt-offre-mobile, .mosaique .txt-vous_etes-mobile, .mosaique .txt-nos_specialites-mobile {
  display: none;
  padding-bottom: 30px !important;
}
.mosaique .txt-open {
  display: block;
}
.mosaique .besoin-open, .mosaique .competence-open, .mosaique .mission-open, .mosaique .plus-open, .mosaique .nos_specialites-open, .mosaique .vous_etes-open {
  height: auto;
}
.mosaique h2:after {
  display: none;
}
.mosaique h2 {
  margin: 30px 0px 20px 0px;
  text-align: left;
}
.mosaique h2 div {
  transform: rotate(180deg);
  display: none;
  vertical-align: middle;
  margin-left: 10px;
  font-family: unset;
  font-size: 21px;
  font-weight: 600;
}
.mosaique .text-metier h2 {
  margin: 0;
  color: orange;
}
.mosaique h4 {
  font-weight: 400;
}
.mosaique .offre {
  background-color: beige;
  position: relative;
}

.mosaique .site-main ul {
  color: #fff;
  list-style: initial;
}

.txt-besoin-mobile ul, .txt-mission-mobile ul, .txt-nos_specialites-mobile ul {
  color: #fff;
  list-style: initial;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 30px;
  border-color: transparent transparent transparent transparent;
  position: absolute;
  right: -30px;
  top: calc(50% - 25px);
}

.triangle-offre {
  border-color: transparent transparent transparent beige;
}

.triangle-besoin {
  border-color: transparent transparent transparent orange;
}

.triangle-mission {
  border-color: transparent transparent transparent orange;
}

.triangle-competence {
  border-color: transparent transparent transparent #dadada;
}

.triangle-plus {
  border-color: transparent transparent transparent #dadada;
}

.triangle-vous_etes {
  border-color: transparent transparent transparent #dadada;
}

.triangle-nos_specialites {
  border-color: transparent transparent transparent orange;
}

.accordeon-right-mosaique {
  max-height: 500px;
  overflow: hidden;
  position: relative;
}
.accordeon-right-mosaique::after {
  content: "";
  position: absolute;
  top: 70%;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(252, 252, 252, 0), rgb(252, 252, 252));
  cursor: pointer;
}

.accordeon-right-mosaique-open {
  max-height: initial;
}
.accordeon-right-mosaique-open::after {
  display: none;
}

.conteneur-etape {
  position: relative;
  width: 100%;
  min-height: 500px;
  top: 122px;
}
.conteneur-etape ul.etape {
  width: 60%;
  margin: 0 auto;
}
.conteneur-etape ul.etape > li {
  position: inherit;
  margin-top: 10px;
}
.conteneur-etape ul.etape > li.etape-li-open > span {
  color: #fff;
  background-color: orange;
}
.conteneur-etape ul.etape > li.etape-li-open div {
  display: block;
}
.conteneur-etape ul.etape > li > span {
  border: 1px solid orange;
  background-color: #fff;
  width: 150px;
  padding: 10px 20px;
  position: relative;
  z-index: 99;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.conteneur-etape ul.etape > li > span:hover {
  background-color: #bd4721;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.conteneur-etape ul.etape > li > span:hover:after {
  margin-left: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.conteneur-etape ul.etape > li div {
  position: absolute;
  background-color: #F7F7F7;
  left: 30%;
  width: 60%;
  top: -50px;
  display: none;
  padding: 30px 80px;
  min-height: 350px;
}
.conteneur-etape ul.etape > li div ul {
  list-style-type: "-";
}

.cadre img.picto-etape {
  position: absolute;
  top: -153px;
  left: calc(50% + 307px);
}

.numero-etape ul {
  position: absolute;
  left: calc(50% - 446px);
  top: 200px;
  width: 150px;
}
.numero-etape ul li {
  padding: 10px 20px;
  border: 1px solid #E75628;
  color: #E75628;
  background-color: #fff;
  cursor: pointer;
  font-variant: all-petite-caps;
  width: 130px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.numero-etape ul li::after {
  content: ">";
  margin-left: 10px;
  margin-top: 1px;
  vertical-align: middle;
}
.numero-etape ul li:hover {
  background: #ff6f42;
  color: #fff;
  width: 150px;
}
.numero-etape ul .select {
  background: #E75628;
  color: #fff;
  width: 150px;
}
.numero-etape ul .select:hover {
  background: #E75628;
}
.numero-etape ul .select::after {
  content: ">";
  margin-left: 10px;
  margin-top: 1px;
  vertical-align: middle;
  margin-left: 30px;
}

.text-metier {
  transition: 1s;
}
.text-metier .accordeon h5 {
  font-size: 18px;
  color: #E75628;
  cursor: pointer;
}
.text-metier .accordeon h5:after {
  content: "+";
  font-weight: 400;
  margin-left: 30px;
}
.text-metier .accordeon .h5-show:after {
  content: "-";
}
.text-metier .accordeon div {
  display: none;
}

@media screen and (max-width: 1200px) {
  .conteneur-etape {
    min-height: 700px;
  }
  .conteneur-etape ul.etape > li > span {
    border: 1px solid orange;
    background-color: #fff;
    width: 150px;
    padding: 10px 20px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
  }
  .conteneur-etape ul.etape {
    width: 40%;
  }
  .conteneur-etape ul.etape > li:first-child span {
    top: -50px;
    left: -50%;
  }
  .conteneur-etape ul.etape > li:nth-child(2) span {
    left: -30%;
    top: -106px;
  }
  .conteneur-etape ul.etape > li:nth-child(3) span {
    left: -10%;
    top: -162px;
  }
  .conteneur-etape ul.etape > li:nth-child(4) span {
    top: -218px;
    left: 10%;
  }
  .conteneur-etape ul.etape > li:nth-child(5) span {
    top: -274px;
    left: 30%;
  }
  .conteneur-etape ul.etape > li:nth-child(6) span {
    top: -330px;
    left: 50%;
  }
  .conteneur-etape ul.etape > li div {
    left: 10%;
    width: 80%;
    top: 20px;
    padding: 30px;
  }
}
@media screen and (max-width: 950px) {
  .conteneur-etape ul.etape > li:first-child span {
    top: -50px;
    left: -85%;
  }
  .conteneur-etape ul.etape > li:nth-child(2) span {
    left: -50%;
    top: -106px;
  }
  .conteneur-etape ul.etape > li:nth-child(3) span {
    left: -15%;
    top: -162px;
  }
  .conteneur-etape ul.etape > li:nth-child(4) span {
    top: -218px;
    left: 20%;
  }
  .conteneur-etape ul.etape > li:nth-child(5) span {
    top: -274px;
    left: 55%;
  }
  .conteneur-etape ul.etape > li:nth-child(6) span {
    top: -330px;
    left: 90%;
  }
}
@media screen and (min-width: 950px) {
  .mosaique .competence:hover, .mosaique .plus:hover, .mosaique .vous_etes:hover {
    background-color: #dadada;
  }
  .mosaique .mission:hover, .mosaique .nos_specialites:hover {
    background-color: #bd4721;
  }
  .mosaique .offre:hover {
    background-color: #e6a52a;
  }
}
@media screen and (max-width: 950px) {
  .triangle {
    display: none;
  }
  .centre {
    width: 80%;
    margin-left: 10%;
  }
  .mosaique {
    flex-direction: column;
  }
  .text-metier {
    width: 100%;
    padding: 20px;
  }
  .mosaique .flex {
    width: 100%;
  }
  .text-metier {
    display: none;
  }
  iframe.iframe_metier {
    width: 80%;
    height: 310px;
    margin-left: 10%;
  }
  .header-metier h1 {
    font-size: 26px;
  }
  .mosaique .flex div {
    padding: 0 30px;
    position: relative;
    z-index: 2;
  }
  .mosaique h2 {
    font-size: 30px;
  }
  .mosaique h2 div {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-family: unset;
    font-size: 37px;
    font-weight: 300;
    position: absolute;
    right: 10px;
  }
  .arrow-rotate {
    -moz-transform: rotate(360deg) !important;
    -webkit-transform: rotate(360deg) !important;
    -o-transform: rotate(360deg) !important;
    -ms-transform: rotate(360deg) !important;
    transform: rotate(360deg) !important;
  }
  .numero-etape ul {
    position: inherit;
    display: block;
    left: auto;
    top: 63px;
    margin: 0 auto;
    width: 130px;
    transform: rotate(-90deg);
  }
  ul.etape-metier {
    width: 90%;
    min-height: 320px;
    background-color: #F7F7F7;
    padding: 30px;
    margin: 0 auto;
    margin-top: -50px;
  }
  .cadre img.picto-etape {
    display: none;
  }
  .numero-etape ul li {
    list-style-type: none;
  }
  .numero-etape ul .select::after {
    content: "";
  }
}
.main-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 30px;
}

.header-page {
  background-image: url("https://www.cerfrance-adheo.fr/wp-content/uploads/2020/04/Composant-6-–-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}
.header-page h1 {
  position: absolute;
  top: 30%;
  left: 100px;
  line-height: 1;
  color: #fff;
}

.single-offres .header-page {
  background-image: url("https://www.cerfrance-adheo.fr/wp-content/uploads/2020/05/Composant-7-–-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}
.single-offres .header-page h1 {
  position: absolute;
  top: 30%;
  left: 100px;
  line-height: 1;
}

.echo109-item .echo109-title {
  font-size: 14px;
}
.echo109-item .conteneur-thematique {
  position: relative;
}
.echo109-item .conteneur-thematique .thematique {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: orange;
  opacity: 0;
  transition: 0.3s;
}
.echo109-item .conteneur-thematique .thematique p {
  max-width: 200px;
  font-weight: 500;
  font-size: 16px;
}
.echo109-item .conteneur-thematique .thematique span {
  font-size: 35px;
}
.echo109-item:hover .conteneur-thematique .thematique {
  opacity: 0.8;
}

.single-offres .conteneur-single-offre {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.single-offres .conteneur-single-offre h2, .single-offres .conteneur-single-offre h3 {
  text-align: left;
  margin-top: 30px;
}
.single-offres .conteneur-single-offre h2:after, .single-offres .conteneur-single-offre h3:after {
  left: 0;
}
.single-offres .conteneur-single-offre h3 {
  font-size: 1.5rem;
}
.single-offres .conteneur-single-offre .description-single-offre {
  width: 50%;
  margin-left: 50px;
}
.single-offres .conteneur-single-offre .infos-single-offre {
  background-color: rgba(25, 159, 150, 0.18);
  padding: 0 30px 30px 30px;
  margin-top: 20px;
}

.temoignages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 4rem;
  grid-gap: 2rem;
}
@media only screen and (max-width: 992px) {
  .temoignages {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 688px) {
  .temoignages {
    grid-template-columns: repeat(1, 1fr);
  }
}
.temoignages .temoignage-thumbnail {
  border-radius: 4px;
  margin-bottom: 1rem;
  object-fit: cover;
  width: 100%;
  height: 200px;
}
.temoignages .temoignage-content .auteur-temoignages {
  display: block;
  margin-bottom: 1rem;
}
.temoignages .temoignage-content p {
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.temoignages .temoignage-content .fleche-bouton {
  display: inline-block;
}

.conteneur-temoignages {
  background-color: #F7F7F7;
  text-align: center;
  padding: 50px;
}
.conteneur-temoignages .temoignages {
  max-width: 1000px;
  margin: 0 auto;
}
.conteneur-temoignages .temoignages .slick-dots {
  background-color: red;
  width: 10px;
  height: 10px;
  margin: 10px;
  border-radius: 50px;
}
.conteneur-temoignages .temoignages .auteur-temoignages {
  font-size: 14px;
  opacity: 0.8;
  font-style: italic;
}

.auteur-temoignages {
  font-size: 14px;
  opacity: 0.8;
  font-style: italic;
}

.accordeon-partenaires strong {
  font-size: 18px;
  text-align: center;
}

.single-post main {
  margin-top: 50px;
}
.single-post main .conteneur-actualite {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 50px;
}
.single-post main .conteneur-actualite .content-actu {
  width: 60%;
  min-width: 300px;
  margin-right: 50px;
}
.single-post main .conteneur-actualite .infos-single-actus {
  background-color: rgba(25, 159, 150, 0.18);
  padding: 30px 30px 30px 30px;
  margin-top: 20px;
}
.single-post main .conteneur-actualite .thumb-actu {
  width: 300px;
}
.single-post main .conteneur-actualite .thumb-actu img {
  width: 100%;
}

.conteneur-actualite {
  margin-top: 50px;
}

.page-template-tpl-faq select {
  border: solid 2px orange;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  font-weight: 700;
  color: orange;
  font-size: 1.125rem;
  width: 100%;
}
.page-template-tpl-faq select:hover {
  cursor: pointer;
}

.wrapper-accordions {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.wrapper-accordions .accordion:not(:last-child) {
  border-bottom: 1px solid #F0F0F0;
}
.wrapper-accordions .accordion .accordion-header {
  padding: 1rem 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #151515;
}
.wrapper-accordions .accordion .accordion-header:hover {
  background-color: rgba(24, 159, 150, 0.7294117647);
}
.wrapper-accordions .accordion .accordion-header:hover:after {
  color: #151515;
}
.wrapper-accordions .accordion .accordion-header:after {
  display: table;
  font-size: 1rem;
  color: #151515;
  margin-left: auto;
}
.wrapper-accordions .accordion .accordion-content {
  display: none;
  padding: 1rem 1.5rem;
}

.accordeon-partenaires {
  margin-top: 50px;
  padding: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.accordeon-partenaires h2 {
  margin-top: 20px;
}
.accordeon-partenaires:hover {
  background-color: rgba(24, 159, 150, 0.4392156863);
}
.accordeon-partenaires .conteneur-partenaire {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  display: none;
}
.accordeon-partenaires .conteneur-partenaire h3 {
  text-align: center;
}
.accordeon-partenaires .conteneur-partenaire ul {
  list-style-type: "- ";
}
.accordeon-partenaires .conteneur-partenaire .partenaire {
  width: 30%;
  min-width: 250px;
  padding: 20px;
  margin: 5px;
  background-color: #f9f9f9;
}
.accordeon-partenaires .conteneur-partenaire .partenaire img {
  width: 80%;
  margin-left: 10%;
}

.hide {
  display: flex !important;
}

.modal-social {
  z-index: 999;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: grid;
  place-items: center;
  width: 10rem;
  height: 10rem;
}
.modal-social.modal-is-active .social-item {
  animation: 100ms ease-in-out opacity forwards;
  visibility: visible;
}
.modal-social.modal-is-active .social-item:nth-child(1) {
  animation-delay: 30ms;
}
.modal-social.modal-is-active .social-item:nth-child(2) {
  animation-delay: 60ms;
}
.modal-social.modal-is-active .social-item:nth-child(3) {
  animation-delay: 90ms;
}
.modal-social.modal-is-active .social-item:nth-child(4) {
  animation-delay: 120ms;
}
.modal-social.modal-is-active .social-item:nth-child(5) {
  animation-delay: 150ms;
}
.modal-social.modal-is-active .social-item:nth-child(6) {
  animation-delay: 180ms;
}
.modal-social.modal-is-active .social-item:nth-child(7) {
  animation-delay: 210ms;
}
.modal-social.modal-is-active .social-item:nth-child(8) {
  animation-delay: 240ms;
}
.modal-social.modal-is-active .social-item:nth-child(9) {
  animation-delay: 270ms;
}
.modal-social.modal-is-active .social-item:nth-child(10) {
  animation-delay: 300ms;
}
.modal-social.modal-is-active .open-modal svg .close-modal {
  display: block;
}
.modal-social.modal-is-active .open-modal svg .open-modal {
  display: none;
}
.modal-social .open-modal {
  transition-property: background-color, outline-color;
  transition-duration: 0.1s;
  width: 4rem;
  height: 4rem;
  background-color: orange;
  border-radius: 50%;
  outline: solid 2px transparent;
  outline-offset: 2px;
}
.modal-social .open-modal:hover {
  cursor: pointer;
  background-color: #bf3b10;
  outline-color: #bf3b10;
}
.modal-social .open-modal:hover svg {
  width: 2.2rem;
  height: 2.2rem;
}
.modal-social .open-modal svg {
  transition-property: width, height;
  transition-duration: 0.1s;
  width: 2rem;
  height: 2rem;
}
.modal-social .open-modal svg .open-modal {
  display: block;
}
.modal-social .open-modal svg .close-modal {
  display: none;
}
.modal-social .social-item {
  opacity: 0;
  visibility: hidden;
  transition-property: background-color, opacity;
  transition-duration: 0.1s;
  position: absolute;
  background-color: orange;
  color: #FFF;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-social .social-item img, .modal-social .social-item svg {
  object-fit: contain;
  width: 1.5rem;
  height: 1.5rem;
}
.modal-social .social-item:hover {
  background-color: #bf3b10;
}
.modal-social .social-item.is-rs {
  background-color: #FFF;
  color: orange;
  border: solid 2px orange;
}
.modal-social .social-item.is-rs svg {
  fill: currentColor;
}
.modal-social .social-item.is-rs:hover {
  background-color: #bf3b10;
  border-color: #bf3b10;
  color: #FFF;
}

@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.grid-offer {
  display: grid !important;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  gap: 16px;
}

.grid-offer.oe-3 {
  padding-left: 24px;
  padding-right: 24px;
}

.wrap-offer {
  padding: 20px;
  display: block;
  width: 100% !important;
  max-width: initial !important;
  border-radius: 4px;
  border: 2px solid orange;
  background-color: transparent;
  text-decoration: none;
}

.wrap-offer:hover {
  background-color: #bf3b10;
  border-color: #bf3b10;
}

.wrap-offer:hover * {
  color: white !important;
}

.wrap-offer h4 {
  margin-top: 0 !important;
  color: orange;
}

.wrap-offer .info-oe {
  justify-content: start;
  gap: 16px;
  margin-bottom: 20px;
  color: rgb(31, 31, 31);
  font-weight: 400;
}
.wrap-offer:hover .info-oe {
  opacity: 1;
}

.wrap-offer .info-oe span {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wrap-offer .content-oe {
  color: #1F1F1F;
  text-decoration: none;
  font-weight: 400;
}

footer {
  background-color: #ffffff !important;
}

.site-footer .footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: beige;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 8vw;
}
.site-footer .footer-content h2 {
  font-size: 28px;
  margin: 0;
}
.site-footer .footer-content .after-center {
  margin-bottom: 30px;
}
.site-footer .footer-content .introMap {
  display: block;
  margin-bottom: 40px;
}

@media screen and (min-width: 680px) {
  .grid-offer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1140px) {
  .grid-offer {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1640px) {
  .grid-offer {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-offer.oe-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1860px) {
  .grid-offer {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-offer.oe-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 2180px) {
  .grid-offer {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-offer.oe-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
body {
  padding-top: 45px;
}
body.menu-is-open {
  overflow: hidden;
}
body.menu-is-open .site-header {
  top: 0;
}
body.menu-is-open .site-header .site-search {
  display: none !important;
}
body.menu-is-open .site-menu {
  display: block;
  visibility: visible;
}
body.menu-is-open.show-menu .site-menu {
  opacity: 1;
  transform: translateY(0);
}
body.menu-is-open.show-menu .site-header {
  pointer-events: none;
  background-color: transparent;
}
body.menu-is-open.show-menu .site-header .site-actions .action-link {
  display: none;
}
body.menu-is-open .site-header > * {
  pointer-events: initial;
}
body.menu-is-open .site-header .menu-action .icon {
  mask-image: url("../images/times.svg");
  -webkit-mask-image: url("../images/times.svg");
}
body.admin-bar .site-menu {
  padding-top: 32px;
}
body.admin-bar .site-infos {
  top: 32px;
}
body.admin-bar .site-banner {
  top: 32px;
}
body.admin-bar.menu-is-open .site-header {
  top: 32px;
}
body.admin-bar .site-header {
  top: 77px;
}
body.has-infos {
  padding-top: 142px;
}
body.has-infos.admin-bar {
  padding-top: 174px;
}
body.has-infos.admin-bar header {
  top: 74px;
}
body.has-infos.admin-bar .site-menu {
  padding-top: 74px;
}
body.has-infos header {
  top: 42px;
}
body.has-infos .site-menu {
  padding-top: 42px;
}
body.has-scroll .site-header {
  height: 80px;
  background: #ffffff;
}
body.has-scroll .site-header .site-logo {
  height: 100%;
}
body.has-scroll .site-header .site-logo img {
  width: auto;
  height: 100%;
}
body.has-scroll .site-menu .content .head {
  height: 64px;
}

.site-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FFF;
  z-index: 998;
  padding-top: 0;
  transform: translateY(-20vh);
  transition-property: opacity, transform;
  transition-duration: 380ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.site-menu .foot .menu {
  gap: 20px;
}
.site-menu .foot .menu li a {
  outline: solid 1px transparent;
  border: solid 1px orange;
  padding: 6px 12px;
  border-radius: 4px;
}
.site-menu .foot .menu li a:hover {
  outline-color: #bf3b10;
  border-color: #bf3b10;
}
.site-menu .menu {
  gap: 32px;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
}
.site-menu .menu li {
  padding: 0;
  margin: 0;
}
.site-menu .menu li a {
  text-decoration: none !important;
}
.site-menu .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.site-menu .content .head,
.site-menu .content .foot {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.site-menu .content .head .menu li {
  display: flex;
  gap: 32px;
}
.site-menu .content .head .menu li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  background-color: #333333;
}
.site-menu .content .body {
  display: flex;
  justify-content: center;
  gap: 10vw;
  height: 100%;
}
.site-menu .content .body .column-menu {
  display: flex;
  justify-content: center;
}
.site-menu .content .body .column-menu .menu-title {
  display: block;
  font-size: 28px;
  margin-bottom: 18px;
}
.site-menu .content .body .column-menu .menu {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.site-menu .content .body .column-menu .menu li:not(.menu-title) a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333333;
}
.site-menu .content .body .column-menu .menu li:not(.menu-title) a:before {
  content: "";
  display: block;
  width: 2.2em;
  height: 2.2em;
  background-color: orange;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-image: url("../images/angle-right.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-image: url("../images/angle-right.svg");
  transition-property: transform;
  transition-duration: 180ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.site-menu .content .body .column-menu .menu li:not(.menu-title) a:hover:before {
  transform: translateX(6px);
}
.site-menu .content .foot {
  height: 80px;
}
.site-menu .content .foot .menu li {
  display: flex;
  gap: 20px;
}
.site-menu .content .foot .menu li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  background-color: #333333;
}

@media screen and (max-width: 992px) {
  body .site-menu {
    overflow-y: scroll;
  }
  body .site-menu .menu.is-active .menu-title a::after {
    transform: rotate(-90deg);
  }
  body .site-menu .body {
    padding-top: calc(80px + 2rem) !important;
  }
  body .site-menu .menu-title a {
    display: flex;
    align-items: center;
  }
  body .site-menu .menu-title a:hover::after {
    background-color: #bf3b10;
  }
  body .site-menu .menu-title a::after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    mask-image: url("../images/angle-right.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    -webkit-mask-image: url("../images/angle-right.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    background-color: orange;
    transform: rotate(90deg);
  }
  body .site-menu .content .head {
    justify-content: start;
    height: auto !important;
    padding: 0 2rem;
    order: 2;
  }
  body .site-menu .content .head .menu {
    flex-direction: column;
    align-items: start;
  }
  body .site-menu .content .head .menu li::after {
    display: none !important;
  }
  body .site-menu .content .body {
    flex-direction: column;
    padding-top: 64px;
    justify-content: start;
    gap: 0;
    order: 1;
    height: auto;
  }
  body .site-menu .content .body .column-menu {
    justify-content: start !important;
    padding: 0 2rem;
    margin-bottom: 2rem;
  }
  body .site-menu .content .body .column-menu li:not(.menu-title) {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  body .site-menu .content .body .column-menu .menu.is-active li:not(.menu-title) {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
  body .site-menu .content .foot {
    order: 3;
    margin-top: auto;
  }
}
.site-infos {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 42px;
  background-color: lightblue;
}
.site-infos .buttons {
  margin-left: auto;
}

.site-search {
  width: 450px;
  max-height: 44px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 0 1px orange;
  padding: 10px 12px;
  border-radius: 4px;
}
.site-search form {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-search .icon {
  font-size: 24px;
  display: block;
  width: 1em;
  height: 1em;
  mask-image: url("../images/search.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/search.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: orange;
}
.site-search input {
  width: 100%;
  max-width: 100%;
  border: 0;
}

.site-header {
  transition-property: top;
  transition-duration: 0.1s;
  width: 100vw;
  height: 80px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 10px;
  margin: 0;
  position: fixed;
  top: 45px;
  left: 0;
  background-color: #FFF;
}
.site-header .site-search {
  max-height: 44px;
}
.site-header .site-actions {
  flex-shrink: 0;
  gap: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 12px;
  margin-left: auto;
}
.site-header .site-actions a {
  flex-shrink: 0;
}
.site-header .menu-action {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  aspect-ratio: 1;
  background-color: orange;
  flex-shrink: 0;
  border-radius: 4px;
}
.site-header .menu-action:hover {
  background-color: #bf3b10;
}
.site-header .menu-action .icon {
  display: block;
  width: 60%;
  height: 60%;
  mask-image: url("../images/bars.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/bars.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #FFF;
}

@media screen and (max-width: 688px) {
  .site-header .site-search {
    display: none;
  }
}
.page-title .meta-subtitle {
  display: block;
  font-size: 14px;
  color: #1F1F1F;
}
.page-title .meta-subtitle strong {
  color: #333333;
}

.menu-accueil-container .menu {
  padding: 0;
  margin: 0;
}
.menu-accueil-container .menu .sub-menu {
  padding: 0;
  list-style: none;
}
.menu-accueil-container .menu .sub-menu .menu-item a {
  text-transform: initial;
  font-size: 18px;
  opacity: 1;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.menu-accueil-container .menu .sub-menu .menu-item a:hover {
  text-decoration: underline;
}

.header .subtitle {
  font-size: 20px;
  bottom: 70px;
  position: relative;
  left: 0;
  z-index: 10;
}

.wrapper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 2rem;
}

.list-items {
  display: flex;
  flex-direction: column;
}
.list-items .loop-result {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 22px;
  margin-bottom: 20px;
}
.list-items .loop-result .image {
  aspect-ratio: 1;
  width: 100%;
  max-width: 190px;
  background-color: #edede9;
  overflow: hidden;
  border-radius: 4px;
}
.list-items .loop-result .content .meta-title {
  font-size: 24px;
  text-align: left;
}
.list-items .loop-result .content .meta-title:after {
  left: 0;
  bottom: -18px;
}
.list-items .loop-result .content .button {
  display: table;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
}

.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  border: solid 1px orange;
  color: orange;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  padding: 12px 24px;
  font-weight: 400;
  border-radius: 4px;
  background-color: orange;
  transition: box-shadow 280ms ease-in-out, background-color 280ms ease-in-out;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  color: white;
  background-color: #bf3b10;
  box-shadow: 0 0 0 2px white, 0 0 0 4px orange;
}

.wp-block-social-links {
  margin: 0;
  justify-content: flex-start;
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor {
  background-color: beige;
  color: orange;
  border: solid 1px orange;
  border-radius: 4px;
}
.wp-block-social-links .wp-block-social-link:hover {
  transform: none;
}
.wp-block-social-links .wp-block-social-link:hover .wp-block-social-link-anchor {
  background-color: #bf3b10;
  border-color: #bf3b10;
}

.widget_block .wp-block-columns {
  margin-bottom: 0;
}

/*# sourceMappingURL=master.css.map */
