/* latin */
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/l/font?kit=jAnfgHBgCsv4eNLTaMECf8DQsNS7exA&skey=4ad46dd97873f7d7&v=v16)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  min-width: 320px;
  padding-top: 90px;
  overflow-x: hidden;
}

body.overflow-hidden #site-main {
  overflow: hidden;
}

@media not all and (min-resolution: 0.001dpcm) {
  body.overflow-hidden #site-main {
    position: fixed;
  }
}

* {
  box-sizing: border-box !important;
}

.ct-inner-content {
  overflow-x: hidden;
}

@media screen and (max-width: 1300px) {
  #site-main .ct-section-inner-wrap,
  #site-main .oxy-header-container {
    max-width: 1100px;
  }
}

a:where(:not(.wp-element-button)):focus {
  text-decoration: none;
}

@media screen and (max-width: 1150px) {
  .section_double_wrap > .sec_double_left {
    margin-left: calc((100vw - 960px) / -2);
    width: calc(50% + ((100vw - 960px) / 2));
  }
}

@media screen and (max-width: 992px) {
  .section_double_wrap > .sec_double_left {
    margin-left: 0;
    width: 100%;
  }
}

/*------------------------------
	Search results
-------------------------------*/

.result_search_wrap {
  border-radius: 12px;
  transition: 0.3s;
}

.result_search_wrap:hover {
  transform: translate(0, -7px);
  background-color: var(--color_background);
}

/*------------------------------
	Colors
-------------------------------*/

.txt_primary {
  color: var(--color_primary) !important;
}
.txt_secondary {
  color: var(--color_secondary) !important;
}
.txt_secondary_darker {
  color: var(--color_secondary_darker) !important;
}
.txt_tertiary {
  color: var(--color_tertiary) !important;
}
.txt_text_secondary {
  color: var(--color_text_secondary) !important;
}
.txt_background {
  color: var(--color_background) !important;
}
.txt_white {
  color: #fff !important;
}

.bg_primary {
  background-color: var(--color_primary) !important;
}
.bg_secondary {
  background-color: var(--color_secondary) !important;
}
.bg_secondary_darker {
  background-color: var(--color_secondary_darker) !important;
}
.bg_tertiary {
  background-color: var(--color_tertiary) !important;
}
.bg_text_secondary {
  background-color: var(--color_text_secondary) !important;
}
.bg_background {
  background-color: var(--color_background) !important;
}
.bg_white {
  background-color: #fff !important;
}

/*------------------------------
	Error 404
-------------------------------*/

.section_404 {
  overflow: hidden;
  height: calc(100vh - 90px);
}

.gradient_404 {
  font-family: "Poppins";
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1rem;
  background: #03fbcd;
  background: -webkit-linear-gradient(to right, #03fbcd 0%, #03ccf8 100%);
  background: -moz-linear-gradient(to right, #03fbcd 0%, #03ccf8 100%);
  background: linear-gradient(to right, #03fbcd 0%, #03ccf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text_404 {
  font-family: "Poppins";
  font-weight: 600;
  line-height: 24px;
}

/*------------------------------
	Content gutenberg WP
-------------------------------*/

.oxy-stock-content-styles h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.3;
  letter-spacing: 0.07rem;
  margin-bottom: 30px;
}
.oxy-stock-content-styles h2:not(:first-child) {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .oxy-stock-content-styles h2 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 480px) {
  .oxy-stock-content-styles h2 {
    font-size: 1.9rem;
  }
}

/*------------------------------
	Titles/Texts
-------------------------------*/

.page_title {
  font-family: "Poppins";
  font-weight: 800;
  font-size: 5rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.1rem;
  background: #03fbcd;
  background: -webkit-linear-gradient(to right, #03fbcd 0%, #03ccf8 100%);
  background: -moz-linear-gradient(to right, #03fbcd 0%, #03ccf8 100%);
  background: linear-gradient(to right, #03fbcd 0%, #03ccf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*max-width: 850px;*/
}

.section_title {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1.3;
  letter-spacing: 0.07rem;
  margin-bottom: 75px;
}

@media screen and (min-width: 1300px) {
  .section_title {
    font-size: 2.6rem;
  }
}

.small_title {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.04rem;
}

.deco_title,
.deco_title_modal {
  display: flex;
  flex-direction: row;
  z-index: 0;
}

.deco_title::before {
  content: "";
  background-image: url("/wp-content/uploads/2023/10/deco-line-title.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 111px;
  height: 27px;
  display: block;
  position: relative;
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .deco_title::before {
    margin-left: -75px;
  }
}

.deco_title_modal {
  font-size: 26px;
}
.deco_title_modal::before {
  content: "";
  background-image: url("/wp-content/uploads/2023/10/deco-line-title.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100px;
  height: 20px;
  display: block;
  position: relative;
  margin-right: 15px;
  top: 6px;
}

.deco_title_modal::after {
  content: "";
  background-image: url("/wp-content/uploads/2023/10/deco-line-title.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100px;
  height: 20px;
  display: block;
  position: relative;
  margin-left: 15px;
  top: 6px;
}

.txt_chapo {
  font-family: "Montserrat Alternates";
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03rem;
  color: var(--color_text_secondary);
}

.ct-text-block,
p,
.menu-item a {
  letter-spacing: 0.03rem;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.cta_title {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.1rem;
  background: #03fbcd;
  background: -webkit-linear-gradient(to left, #03fbcd 0%, #03ccf8 100%);
  background: -moz-linear-gradient(to left, #03fbcd 0%, #03ccf8 100%);
  background: linear-gradient(to left, #03fbcd 0%, #03ccf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 991px) {
  .section_title {
    font-size: 2.3rem;
  }
  .page_title {
    font-size: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .section_title {
    font-size: 2rem;
  }
  .page_title {
    font-size: 3rem;
  }
  .cta_title {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 480px) {
  .section_title {
    font-size: 1.9rem;
    letter-spacing: 0.03rem;
  }
  .txt_chapo {
    font-size: 1.2rem;
  }
  .page_title {
    font-size: 2.5rem;
  }
  .cta_title {
    font-size: 2.2rem;
  }
}

/*------------------------------
	Forms BITFORM
-------------------------------*/

.btcd-fld-itm label > span > svg {
  height: 20px;
  width: 20px;
}

/*------------------------------
	Single post
-------------------------------*/

.author_name,
.author_poste {
  font-size: 15px;
  letter-spacing: 0.45px;
}

.author_poste::before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 10px;
  background-color: var(--color_secondary);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

#div_block-67-33 {
  overflow-y: auto !important;
}

/*------------------------------
	Footer nav
-------------------------------*/

footer .ct-link-text {
  font-size: 0.85rem;
}

.menu_footer #menu-menu-footer li.menu-item:hover > a {
  color: white;
}

.menu_footer #menu-menu-footer li.menu-item {
  align-items: flex-start;
}

.menu_footer #menu-menu-footer li.menu-item > a {
  display: inline-flex;
}

.menu_footer #menu-menu-footer li.menu-item > a:hover {
  color: var(--color_secondary);
}

/*------------------------------
	Buttons
-------------------------------*/

.main_btn,
.btn_menu > a {
  font-family: Poppins;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 17px 50px 17px 30px;
  border-radius: 30px;
  color: var(--color_primary);
  background-color: white;
  transition: 0.3s;
  border: none;
  text-align: center;
}

.main_btn::before,
.btn_menu > a::before {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  left: -2px;
  top: -2px;
  background: rgb(3, 251, 205);
  background: -moz-linear-gradient(
    90deg,
    rgba(3, 251, 205, 1) 0%,
    rgba(3, 204, 248, 1) 96%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(3, 251, 205, 1) 0%,
    rgba(3, 204, 248, 1) 96%
  );
  background: linear-gradient(
    90deg,
    rgba(3, 251, 205, 1) 0%,
    rgba(3, 204, 248, 1) 96%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03fbcd",endColorstr="#03ccf8",GradientType=1);
  border-radius: 30px;
  z-index: -1;
}

.main_btn::after,
.btn_menu > a::after {
  content: "";
  display: block;
  width: 20px;
  height: 9px;
  -webkit-mask-image: url("/wp-content/uploads/2023/09/arrow_ok.svg");
  mask-image: url("/wp-content/uploads/2023/09/arrow_ok.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left;
  mask-position: left;
  background-color: var(--color_tertiary);
  margin-left: 10px;
  margin-bottom: 1px;
  position: absolute;
  right: 20px;
  animation: arrow_btn_out 0.6s cubic-bezier(0.79, 0.14, 0.15, 0.86) forwards;
}

.main_btn:not(.btn_arrow_down):not(.read_more):hover,
.btn_menu > a:hover {
  background-color: transparent;
  padding: 17px 30px 17px 50px;
}

.main_btn:not(.btn_arrow_down):not(.read_more):hover::after,
.btn_menu > a:hover::after {
  animation: arrow_btn_in 0.6s cubic-bezier(0.79, 0.14, 0.15, 0.86) forwards;
}

@keyframes arrow_btn_in {
  0% {
    width: 20px;
    right: 20px;
    left: auto;
    margin-left: 10px;
    margin-right: 0px;
    opacity: 1;
    background-color: var(--color_tertiary);
    -webkit-mask-position: left;
    mask-position: left;
  }
  50% {
    width: 0px;
    right: 20px;
    left: auto;
    margin-left: 10px;
    margin-right: 0px;
    opacity: 0;
    background-color: var(--color_tertiary);
    -webkit-mask-position: left;
    mask-position: left;
  }
  51% {
    width: 0px;
    right: auto;
    left: 20px;
    margin-left: 0px;
    margin-right: 10px;
    opacity: 0;
    background-color: var(--color_primary);
    -webkit-mask-position: right;
    mask-position: right;
  }
  100% {
    width: 20px;
    right: auto;
    left: 20px;
    margin-left: 0px;
    margin-right: 10px;
    opacity: 1;
    background-color: var(--color_primary);
    -webkit-mask-position: right;
    mask-position: right;
  }
}

@keyframes arrow_btn_out {
  0% {
    width: 20px;
    right: auto;
    left: 20px;
    margin-left: 0px;
    margin-right: 10px;
    opacity: 1;
    background-color: var(--color_primary);
    -webkit-mask-position: right;
    mask-position: right;
  }
  50% {
    width: 0px;
    right: auto;
    left: 20px;
    margin-left: 0px;
    margin-right: 10px;
    opacity: 0;
    background-color: var(--color_primary);
    -webkit-mask-position: right;
    mask-position: right;
  }
  51% {
    width: 0px;
    right: 20px;
    left: auto;
    margin-left: 10px;
    margin-right: 0px;
    opacity: 0;
    background-color: var(--color_tertiary);
    -webkit-mask-position: left;
    mask-position: left;
  }
  100% {
    width: 20px;
    right: 20px;
    left: auto;
    margin-left: 10px;
    margin-right: 0px;
    opacity: 1;
    background-color: var(--color_tertiary);
    -webkit-mask-position: left;
    mask-position: left;
  }
}

/* btn black */

.btn_black {
  background-color: var(--color_primary);
  color: white;
}

.btn_black::before {
  border: 2px solid var(--color_primary);
  background: var(--color_primary);
}

.btn_black::after {
  background-color: var(--color_secondary) !important;
}

.btn_black:hover {
  color: var(--color_primary);
}

.btn_black:hover::before {
  background: transparent;
}

/* btn white */

.btn_white {
  color: var(--color_primary);
  background-color: white;
}

.btn_white::before {
  border: 2px solid white;
  background: white;
}

.btn_white:hover::before {
  background: transparent;
}

.btn_white:hover::after {
  background-color: var(--color_tertiary) !important;
}

/* btn hover gradient */
.main_btn.btn_hover_gradient {
  border: 2px solid white !important;
}

.btn_hover_gradient:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}

/* btn arrow down */

.btn_arrow_down::after {
  transform: rotate(90deg);
  margin-top: 5px;
  animation: none !important;
}

.btn_arrow_down:hover {
  background-color: transparent;
}

.btn_arrow_down:hover::after {
  background-color: var(--color_primary);
}

/* btn transparent */

.btn_transparent {
  background-color: transparent;
}

.btn_transparent:hover {
  background-color: white !important;
}

.btn_transparent:hover::after {
  background-color: var(--color_tertiary) !important;
}

/* btn transparent Read More */

.btn_read_more {
  font-family: "Poppins";
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  position: relative;
  color: var(--color_primary);
  transition: 0.3s;
  display: flex !important;
  align-items: center;
  justify-content: end;
  cursor: pointer;
}
.btn_read_more::after {
  content: "";
  display: block;
  width: 20px;
  height: 9px;
  -webkit-mask-image: url("/wp-content/uploads/2023/09/arrow_ok.svg");
  mask-image: url("/wp-content/uploads/2023/09/arrow_ok.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left;
  mask-position: left;
  background-color: var(--color_tertiary);
  margin-left: 10px;
  margin-bottom: 1px;
  position: relative;
  transition: 0.3s;
}
.btn_read_more:hover {
  transform: translateX(-5px);
}

.btn_read_more:hover::after {
  transform: translateX(8px);
  background-color: var(--color_primary);
}

/*------------------------------
	Global
-------------------------------*/

/* Lien hypertext */

.ct-inner-content ul li a,
.oxy-rich-text p a,
.ct-inner-content p a,
.oim_bloc_faq_single_reponse > div a {
  color: var(--color_primary);
  position: relative;
  transition: 0.3s;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.ct-inner-content ul li a::after,
.oxy-rich-text p a::after,
.ct-inner-content p a::after,
.oim_bloc_faq_single_reponse > div a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color_secondary);
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: 0.3s;
}
.ct-inner-content ul:not(.social_media_actu) li a:hover,
.oxy-rich-text p a:hover,
.ct-inner-content p a:hover,
.oim_bloc_faq_single_reponse > div a:hover {
  opacity: 0.7;
}
.ct-inner-content ul li a:hover::after,
.oxy-rich-text p a:hover::after,
.ct-inner-content p a:hover::after,
.oim_bloc_faq_single_reponse > div a:hover::after {
  width: 0;
}

/* List puce */

.list_puce ul {
  padding-left: 0;
  list-style: none;
}

.list_puce ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.list_puce ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background-color: var(--color_secondary);
  position: absolute;
  left: 0;
  top: 8px;
}

.list_puce ul li a {
  color: var(--color_primary);
  transition: 0.3s;
  text-decoration: underline;
  word-wrap: break-word;
}

.list_puce ul li a:hover {
  opacity: 0.7;
}

/* Footer */

footer a {
  transition: 0.3s;
}

footer a:hover {
  color: var(--color_secondary) !important;
}

.menu_footer ul {
  column-count: 2;
  display: block;
}

.copyrights_footer a {
  color: #fff !important;
}

.copyrights_footer a::after {
  display: none !important;
}

/* Header */
.oxy-header {
  background-color: white;
  top: 0;
  z-index: 15;
  transition-duration: 0.5s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 90px;
}

.oxy-header.oxy-header-wrapper {
  position: fixed;
}

.oxy-header.oxy-header-wrapper.sticky {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.oxy-header.nav-up {
  transform: translateY(-100%);
}

@media screen and (max-width: 1150px) {
  .oxy-header-container .oxy-header-left {
    flex: 1;
  }

  .oxy-header-container .oxy-header-center {
    flex-grow: unset;
    order: 3;
    margin-left: 25px;
  }
}

@media screen and (max-width: 768px) {
  .oxy-header-container .oxy-header-center {
    margin-left: 10px;
  }
}

/*------------------------------
	Animations
-------------------------------*/

.anim_hp_entete {
  animation: hp_floating 5s ease-in-out infinite;
}

@keyframes hp_floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, -0px);
  }
}

/*------------------------------
	Form
-------------------------------*/

.close {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
  font-size: 3em;
  background-image: url("/wp-content/uploads/2023/11/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  z-index: 1000;
  background-color: transparent !important;
  border: 0 !important;
}

#modal-5-33 {
  background-color: transparent;
}

@media screen and (max-width: 992px) {
  .close {
    right: 20px;
  }
}

@media screen and (max-width: 480px) {
  #modal-5-33 {
    width: 100%;
    padding: 15px;
    max-height: 100vh !important;
  }

  #div_block-18-33 {
    max-height: calc(100vh - 40px) !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 0 !important;
  }

  #div_block-67-33 {
    width: 100%;
  }
}

.contact_form form input,
.contact_form form select,
.contact_form form textarea,
.candidature_spontanee form input,
.candidature_spontanee form select,
.candidature_spontanee form textarea {
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, rgb(3, 251, 205), rgb(3, 204, 248)) border-box;
  border-radius: 30px !important;
  border: 2px solid transparent !important;
  color: var(--color_text_secondary) !important;
  transition: 0.3s;
  height: 46px;
  padding: 0 20px !important;
}

.contact_form form textarea,
.candidature_spontanee form textarea {
  padding: 20px !important;
}

.contact_form form input:hover,
.contact_form form select:hover,
.contact_form form textarea:hover,
.candidature_spontanee form input:hover,
.candidature_spontanee form select:hover,
.candidature_spontanee form textarea:hover {
  border-color: var(--color_text_secondary) !important;
}

.contact_form form label,
.candidature_spontanee form label {
  color: var(--color_text_secondary) !important;
}

.candidature_spontanee form label[for="b2-4-1"] {
  font-size: 14px;
  font-weight: 400;
}

.candidature_spontanee .S2.Au2.Cj2.b2-4-cc {
  display: flex;
}

.candidature_spontanee .b2-4 {
  min-height: auto;
}

.candidature_spontanee .b2-13-btn-wrpr,
.candidature_spontanee .b2-10-btn-wrpr {
  display: flex;
  flex-direction: column;
}

.candidature_spontanee .b2-13-inp-btn,
.candidature_spontanee .b2-10-inp-btn {
  position: relative;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, rgb(3, 251, 205), rgb(3, 204, 248)) border-box;
  border-radius: 30px !important;
  border: 2px solid transparent !important;
  color: var(--color_text_secondary) !important;
  transition: 0.3s;
  height: 46px;
  padding: 0 20px 0 40px !important;
  width: 100%;
  cursor: pointer;
}

.candidature_spontanee .b2-13-inp-btn:hover,
.candidature_spontanee .b2-10-inp-btn:hover {
  background: transparent !important;
  border-color: var(--color_text_secondary) !important;
}

.candidature_spontanee .b2-13-inp-btn::before,
.candidature_spontanee .b2-10-inp-btn::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  -webkit-mask-image: url("/wp-content/uploads/2023/11/clip.svg");
  mask-image: url("/wp-content/uploads/2023/11/clip.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left;
  mask-position: left;
  background-color: var(--color_secondary);
}

.candidature_spontanee .b2-13-inp-btn > img,
.candidature_spontanee .b2-10-inp-btn > img {
  display: none;
}

.candidature_spontanee .b2-13-file-select-status,
.candidature_spontanee .b2-10-file-select-status {
  width: 100%;
  display: block;
  text-align: right;
  color: var(--color_text_secondary);
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.contact_form form label:not(:first-child) > span:first-child,
.candidature_spontanee form label:not(:first-child) > span:first-child {
  color: transparent !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, rgb(3, 251, 205), rgb(3, 204, 248)) border-box;
  border-radius: 30px !important;
  border: 2px solid transparent !important;
}

.contact_form form label:not(:first-child):hover > span:first-child,
.candidature_spontanee form label:not(:first-child):hover > span:first-child {
  border-color: var(--color_text_secondary) !important;
}

.contact_form .AO1:focus,
.contact_form .AO1:active .contact_form .AO1:visited,
.contact_form .h1:focus ~ [data-cl] [data-bx],
.contact_form .AO1:visited,
.candidature_spontanee .Bw2:focus,
.candidature_spontanee .Bw2:active,
.candidature_spontanee .BY2:focus ~ [data-cl] [data-bx],
.candidature_spontanee .Bw2:visited {
  border-color: var(--color_text_secondary) !important;
  box-shadow: 0 0 0 3px rgba(115, 115, 115, 0.45) !important;
}

.contact_form .c1:checked ~ [data-cl] [data-bx],
.candidature_spontanee .BT2:checked ~ [data-cl] [data-bx] {
  background: var(--color_text_secondary) !important;
  border-color: var(--color_text_secondary) !important;
}

.contact_form form label[for="b1-10-1-decision"] > span:first-child,
.candidature_spontanee form label[for="b2-12-1-decision"] > span:first-child {
  border-radius: 3px !important;
}

.contact_form form label[for="b1-10-1-decision"] > span,
.candidature_spontanee form label[for="b2-12-1-decision"] > span {
  font-size: 12px;
  font-style: italic;
}

.contact_form form label > span:last-child,
.contact_form form input::placeholder,
.contact_form form select::placeholder,
.contact_form form textarea::placeholder,
.candidature_spontanee form label > span:last-child,
.candidature_spontanee form input::placeholder,
.candidature_spontanee form select::placeholder,
.candidature_spontanee form textarea::placeholder {
  color: var(--color_text_secondary) !important;
}

.contact_form form textarea,
.candidature_spontanee form textarea {
  min-height: 150px;
}

.contact_form form select,
.candidature_spontanee form select {
  position: relative;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  padding-left: 25px !important;
  cursor: pointer;
}

.contact_form form .bf_select,
.candidature_spontanee form .bf_select {
  position: relative;
}

.contact_form form .bf_select::after,
.candidature_spontanee form .b2-14-inp-fld-wrp::after,
.candidature_spontanee form .b2-7-inp-fld-wrp::after {
  content: "";
  display: block;
  width: 20px;
  height: 9px;
  -webkit-mask-image: url("/wp-content/uploads/2023/09/arrow_ok.svg");
  mask-image: url("/wp-content/uploads/2023/09/arrow_ok.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left;
  mask-position: left;
  background-color: var(--color_secondary);
  margin-left: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  animation: arrow_btn_out 0.3s forwards;
  transform: rotate(90deg) translateX(-10%);
  animation: none !important;
}

.contact_form form .Bd1,
.candidature_spontanee form .Bd1 {
  padding-left: 25px !important;
}

/* Bouton submit*/

.contact_form form button[type="submit"],
.candidature_spontanee form button[type="submit"] {
  background-color: transparent;
  font-family: Poppins;
  font-size: 0.8rem !important;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 17px 50px 17px 30px !important;
  border-radius: 30px !important;
  color: var(--color_primary);
  transition: 0.3s;
  box-shadow: none;
}

.contact_form form button[type="submit"]:hover,
.candidature_spontanee form button[type="submit"]:hover {
  background: rgb(3, 251, 205) !important;
  background: -moz-linear-gradient(
    90deg,
    rgba(3, 251, 205, 1) 0%,
    rgba(3, 204, 248, 1) 96%
  ) !important;
  background: -webkit-linear-gradient(
    90deg,
    rgba(3, 251, 205, 1) 0%,
    rgba(3, 204, 248, 1) 96%
  ) !important;
  background: linear-gradient(
    90deg,
    rgba(3, 251, 205, 1) 0%,
    rgba(3, 204, 248, 1) 96%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03fbcd",endColorstr="#03ccf8",GradientType=1);
  padding: 17px 30px 17px 50px !important;
}

.contact_form form button[type="submit"]:after,
.candidature_spontanee form button[type="submit"]:after {
  content: "";
  display: block;
  width: 20px;
  height: 9px;
  -webkit-mask-image: url("/wp-content/uploads/2023/09/arrow_ok.svg");
  mask-image: url("/wp-content/uploads/2023/09/arrow_ok.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left;
  mask-position: left;
  background-color: var(--color_tertiary) !important;
  margin-left: 10px;
  position: absolute;
  right: 20px;
  animation: arrow_btn_out 0.3s forwards;
}
.contact_form form button[type="submit"]:hover:after,
.candidature_spontanee form button[type="submit"]:hover:after {
  animation: arrow_btn_in 0.3s forwards;
  background-color: black !important;
}

/* Breadcrumb */

.breadcrumb_wrapper .breadcrumb_icon,
.breadcrumb_wrapper .breadcrumb_text {
  transition: 0.3s;
}

.breadcrumb_wrapper:hover .breadcrumb_icon {
  margin-right: 5px !important;
}

.breadcrumb_wrapper:hover .breadcrumb_text {
  color: var(--color_secondary) !important;
}

/*------------------------------
 Template single actu
-------------------------------*/

.single_actu_container h1 {
  font-size: 3rem;
  margin-bottom: 30px;
}

.single_actu_content h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 90px;
}

.single_actu_content figure.wp-block-image {
  margin: 30px 0;
}

.single_actu_content.list_puce a::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .single_actu_contenth2 {
    font-size: 2.3rem;
  }
  .single_actu_container h1 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 480px) {
  .single_actu_content h2 {
    font-size: 1.9rem;
  }
  .single_actu_container h1 {
    font-size: 2.2rem;
  }
}

/*------------------------------
	Candidature spontanée
-------------------------------*/

.candidature_spontanee #form-bitforms_2_33_1 .b2-15 {
  display: none;
}

.candidature_block {
  display: block !important;
}

/*------------------------------
	Gestion des vidéos Plyr JS
-------------------------------*/

.plyr__video-wrapper {
  background: transparent;
}

.plyr__poster {
  background-size: cover;
}

.plyr__control--overlaid {
  background: rgba(3, 251, 205, 0.65);
  transition: 0.3s;
  padding: 31px;
  padding: calc(var(--plyr-control-spacing, 28px) * 1.5);
}

.plyr__control--overlaid:hover {
  background: var(--color_secondary) !important;
}

.plyr__control svg {
  height: 40px;
  height: var(--plyr-control-icon-size, 40px);
  width: 40px;
  width: var(--plyr-control-icon-size, 40px);
}

@media screen and (max-width: 1300px) {
  .plyr__control svg {
    height: 30px;
    width: 30px;
  }
  .plyr--full-ui.plyr--video .plyr__control--overlaid {
    padding: 30px;
  }
}

@media screen and (max-width: 480px) {
  .plyr__control svg {
    height: 20px;
    width: 20px;
  }
  .plyr--full-ui.plyr--video .plyr__control--overlaid {
    padding: 20px;
  }
}

.plyr--video .plyr__controls {
  display: inline;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .plyr--video .plyr__controls {
    text-align: center;
  }
}

.plyr--video .plyr__controls .plyr__controls__item {
  border-radius: 50%;
}

.plyr--video .plyr__controls .plyr__controls__item.plyr__control svg {
  height: 25px;
  height: var(--plyr-control-icon-size, 25px);
  width: 25px;
  width: var(--plyr-control-icon-size, 25px);
}

.plyr--video .plyr__controls .plyr__controls__item.plyr__control:hover {
  background: var(--color_secondary_darker);
}

.plyr--video .plyr__controls .plyr__controls__item.plyr__control:focus-visible {
  outline: 2px dashed var(--color_secondary_darker);
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped)
  .plyr__poster {
  display: block;
  opacity: 1;
}

.plyr--paused .plyr__controls,
.plyr--stopped .plyr__controls {
  display: none;
}

.video_coin_gauche .plyr__controls {
  bottom: auto;
  top: 0;
  padding: 0;
  background: transparent;
  opacity: 1;
  transform: none;
  pointer-events: auto;
  z-index: 1000;
}

.plyr__video-embed iframe {
  top: -25%;
  height: 150%;
  opacity: 0;
  z-index: -1;
}

.plyr--youtube .plyr__poster {
  pointer-events: none;
}

@media screen and (max-width: 1150px) {
  [data-aos] {
    transform: none !important;
    transition: none !important;
  }
}

/*------------------------------
	Filters listing
-------------------------------*/

.filters_listing fieldset,
.filters_listing .wpgb-button {
  margin-bottom: 0 !important;
}

.filters_listing button.wpgb-reset[disabled] {
  pointer-events: none;
}

.filters_listing .wpgb-button {
  font-family: Poppins;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  text-align: center;
  text-transform: uppercase !important;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 17px 50px 17px 30px !important;
  color: var(--color_primary) !important;
  transition: 0.3s !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, rgb(3, 251, 205), rgb(3, 204, 248)) border-box;
  border-radius: 30px !important;
  border: 2px solid transparent !important;
}

.filters_listing .wpgb-button::after {
  content: "";
  display: block;
  width: 20px;
  height: 9px;
  -webkit-mask-image: url("/wp-content/uploads/2023/09/arrow_ok.svg");
  mask-image: url("/wp-content/uploads/2023/09/arrow_ok.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left;
  mask-position: left;
  background-color: var(--color_tertiary);
  margin-left: 10px;
  margin-bottom: 1px;
  position: absolute;
  right: 20px;
  animation: arrow_btn_out 0.3s forwards;
}

.filters_listing .wpgb-button:not(.btn_arrow_down):not(.read_more):hover {
  padding: 17px 30px 17px 50px !important;
  background: linear-gradient(90deg, rgb(3, 251, 205), rgb(3, 204, 248)),
    linear-gradient(90deg, rgb(3, 251, 205), rgb(3, 204, 248)) border-box;
  background-repeat: no-repeat;
}

.filters_listing
  .wpgb-button:not(.btn_arrow_down):not(.read_more):hover::after {
  animation: arrow_btn_in 0.3s forwards;
}

.filters_listing .wpgb-select,
.filters_listing .wpgb-input {
  padding: 15px 50px 15px 30px !important;
  height: auto !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, rgb(3, 251, 205), rgb(3, 204, 248)) border-box !important;
  background-repeat: no-repeat;
  border-radius: 30px !important;
  border: 2px solid transparent !important;
  color: var(--color_text_secondary);
  font-size: 14px !important;
  letter-spacing: 0.42px;
}

.filters_listing_bis.filters_listing .wpgb-select {
  padding: 11px 50px 11px 30px !important;
}

.filters_listing_bis.filters_listing .wpgb-select-facet {
  max-width: 200px;
  min-width: 200px;
  margin-right: 25px;
}

.filters_listing_bis.filters_listing .wpgb-input {
  padding: 11px 50px 11px 45px !important;
}

.filters_listing_bis .wpgb-facet .wpgb-input-icon {
  margin: 0 18px 0 20px;
}

.filters_listing_bis .wpgb-facet .wpgb-input-icon path {
  fill: var(--color_primary);
}

.filters_listing .wpgb-select-controls {
  -webkit-mask-image: url("/wp-content/uploads/2023/09/arrow_ok.svg");
  mask-image: url("/wp-content/uploads/2023/09/arrow_ok.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left;
  mask-position: left;
  background-color: var(--color_secondary);
  transform: rotate(90deg) translate(10px, 5px);
}

.filters_listing .wpgb-select-controls .wpgb-select-separator {
  display: none;
}

.filters_listing .wpgb-select-controls .wpgb-select-toggle {
  fill: transparent !important;
}

/* -- Filtres -- */

.wpgb-button-facet .wpgb-inline-list {
  gap: 30px;
  justify-content: center !important;
}

.wpgb-button-facet .wpgb-button {
  background-color: transparent !important;
  border: none !important;
  padding: 5px 20px 5px !important;
  border-radius: 30px !important;
  color: var(--color_primary) !important;
  position: relative !important;
  transition: 0.3s !important;
  display: flex !important;
  align-items: center !important;
  height: 40px !important;
  cursor: pointer !important;
  text-align: center;
}

.wpgb-button-facet .wpgb-button-label {
  font-family: "Barlow Condensed" !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  font-size: 1.1rem !important;
  letter-spacing: 0.06rem !important;
}

.wpgb-button-facet .wpgb-button:hover .wpgb-button-label {
  color: white;
}

.wpgb-button-facet .wpgb-button::before {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  background: var(--color_primary);
  border-radius: 30px;
  z-index: -2;
}

.wpgb-button-facet .wpgb-button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--color_background);
  border-radius: 30px;
  z-index: -1;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  transition: 0.4s;
}

.wpgb-button-facet .wpgb-button:hover::after {
  width: 0%;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .wpgb-button-facet .wpgb-inline-list {
    gap: 10px;
  }
}

@media screen and (max-width: 480px) {
  .wpgb-button-facet .wpgb-inline-list li {
    width: 100% !important;
  }
}

/* -- Pagination -- */

.wpgb-pagination-facet .wpgb-pagination {
  padding: 3px;
  font-family: "Barlow Condensed";
}

.wpgb-facet .wpgb-pagination li {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.wpgb-facet .wpgb-pagination li a {
  padding: 0 !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  transition: 0.3s;
  font-weight: 700 !important;
  font-size: 1rem !important;
  padding-bottom: 2px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.wpgb-facet .wpgb-pagination li a:hover {
  background-color: var(--color_background);
}

.wpgb-facet .wpgb-pagination li a[aria-current] {
  background-color: var(--color_primary);
  color: white !important;
}

.wpgb-facet .wpgb-pagination li:last-child a:not([aria-current="true"]),
.wpgb-facet .wpgb-pagination li:first-child a:not([aria-current="true"]) {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: 0.95rem !important;
  width: auto !important;
  border-left: 1px solid var(--color_background);
  border-radius: 0;
  padding: 0 15px !important;
  display: flex !important;
  align-items: center;
  gap: 11px;
  height: 25px !important;
  transition: none;
}

.wpgb-facet .wpgb-pagination li:first-child a:not([aria-current="true"]) {
  border-right: 1px solid var(--color_background);
  border-left: none;
}

.wpgb-facet .wpgb-pagination li:last-child a:not([aria-current="true"])::after,
.wpgb-facet
  .wpgb-pagination
  li:first-child
  a:not([aria-current="true"])::before {
  content: "";
  width: 6px;
  display: block;
  height: 10px;
  background-color: currentColor;
  -webkit-mask-image: url(/wp-content/uploads/2023/06/next.svg);
  mask-image: url(/wp-content/uploads/2023/06/next.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-top: 1px;
}

.wpgb-facet
  .wpgb-pagination
  li:first-child
  a:not([aria-current="true"])::before {
  transform: rotate(180deg);
}

.wpgb-facet .wpgb-pagination li:last-child a:not([aria-current="true"]):hover,
.wpgb-facet .wpgb-pagination li:first-child a:not([aria-current="true"]):hover {
  background-color: transparent !important;
}

.filters_listing_load_more .wpgb-facet button.wpgb-button {
  font-family: Poppins;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 17px 50px 17px 30px !important;
  border-radius: 30px !important;
  color: var(--color_primary) !important;
  background-color: white !important;
  transition: 0.3s;
  border: none !important;
  text-align: center;
}

.filters_listing_load_more .wpgb-facet button.wpgb-button::before {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  left: -2px;
  top: -2px;
  background: rgb(3, 251, 205);
  background: -moz-linear-gradient(
    90deg,
    rgba(3, 251, 205, 1) 0%,
    rgba(3, 204, 248, 1) 96%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(3, 251, 205, 1) 0%,
    rgba(3, 204, 248, 1) 96%
  );
  background: linear-gradient(
    90deg,
    rgba(3, 251, 205, 1) 0%,
    rgba(3, 204, 248, 1) 96%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03fbcd",endColorstr="#03ccf8",GradientType=1);
  border-radius: 30px;
  z-index: -1;
}

.filters_listing_load_more .wpgb-facet button.wpgb-button::after {
  content: "";
  display: block;
  width: 20px;
  height: 9px;
  -webkit-mask-image: url("/wp-content/uploads/2023/09/arrow_ok.svg");
  mask-image: url("/wp-content/uploads/2023/09/arrow_ok.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left;
  mask-position: left;
  background-color: var(--color_tertiary);
  margin-left: 10px;
  margin-bottom: 1px;
  position: absolute;
  right: 20px;
  animation: arrow_btn_out 0.3s forwards;
}

.filters_listing_load_more
  .wpgb-facet
  button.wpgb-button:not(.btn_arrow_down):not(.read_more):hover::after {
  animation: arrow_btn_in 0.3s forwards;
}

.filters_listing_load_more .wpgb-facet button.wpgb-button::after {
  transform: rotate(90deg);
  margin-top: 5px;
  animation: none !important;
}

.filters_listing_load_more .wpgb-facet button.wpgb-button:hover {
  background-color: transparent !important;
}

.filters_listing_load_more .wpgb-facet button.wpgb-button:hover::after {
  background-color: var(--color_primary);
}

.trigger_modal_candidature.main_btn {
  background-color: white;
  border-radius: 30px;
  color: var(--color_primary);
  border: 0;
}

.trigger_modal_candidature.main_btn:after {
  background-color: var(--color_primary) !important;
}

/*------------------------------
	carrousel
-------------------------------*/

.swiper-button-next::after,
.swiper-button-prev::after {
  -webkit-mask: url(/wp-content/uploads/2023/10/angle_right.svg) no-repeat;
  mask: url(/wp-content/uploads/2023/10/angle_right.svg) no-repeat;
  background-color: #02f5c8;
}

.swiper-button-prev::after {
  transform: scaleX(-1);
}

@media screen and (max-width: 527px) {
  .rechercher_filtres_offre > div {
    width: 100%;
  }
  .filters_listing_bis.filters_listing
    .rechercher_filtres_offre
    .wpgb-select-facet {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}

/* legend caption gutenberg image */

.wp-element-caption {
  font-style: italic;
  font-size: 0.8rem;
}

@media screen and (max-width: 991px) {
  .hp_mots_wrap {
    width: auto !important;
    white-space: nowrap;
  }
}

@media screen and (max-width: 480px) {
  #code_block-59-27 {
    font-size: 1.05rem !important;
  }
}

@media screen and (max-width: 375px) {
  #code_block-59-27 {
    font-size: 0.9rem !important;
  }
}

.section_double_chapo {
  z-index: 1;
  position: relative;
}

#hp-metiers .txt_chapo {
  font-size: 1.15rem;
}

#link_button-71-33 {
  width: 28px;
  height: 28px;
  padding: 0 !important;
}

.anim-fade--element {
  opacity: 0;
  transition: opacity 0.8s;
}

.anim-fade--element.active {
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .mobile_no_padding,
  .wp-block-image img {
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    width: 100vw !important;
    max-width: 100vw !important;
  }

  .single_actu_container .ct-inner-content {
    overflow-x: visible;
  }
}

@media screen and (max-width: 1300px) {
  #section-8-251 > .ct-section-inner-wrap {
    max-width: 1300px;
  }
}

.oxy-easy-posts-pages {
  margin-top: 80px;
}

.oxy-easy-posts-pages .page-numbers:not(.prev),
.oxy-easy-posts-pages .page-numbers:not(.next) {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0 1px;
  font-family: "Poppins";
  text-transform: uppercase;
  font-weight: 500;
  color: var(--color_primary);
  transition: 0.3s;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.oxy-easy-posts-pages .page-numbers.current {
  color: white;
  background: #03fbcd;
  background: -webkit-linear-gradient(to right, #03fbcd 0%, #03ccf8 100%);
  background: -moz-linear-gradient(to right, #03fbcd 0%, #03ccf8 100%);
  background: linear-gradient(to right, #03fbcd 0%, #03ccf8 100%);
}

.oxy-easy-posts-pages a.page-numbers:hover {
  background: var(--color_background);
}

.oxy-easy-posts-pages .page-numbers.prev:hover,
.oxy-easy-posts-pages .page-numbers.next:hover {
  background: none;
  color: var(--color_secondary_darker);
}

.oxy-easy-posts-pages .page-numbers.prev {
  padding-right: 35px;
}

.oxy-easy-posts-pages .page-numbers.next {
  padding-left: 35px;
}

.oxy-easy-posts-pages .page-numbers.prev::after,
.oxy-easy-posts-pages .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 35px;
  background-color: #c0c0c0;
}

.oxy-easy-posts-pages .page-numbers.prev::after {
  right: 0;
}

.oxy-easy-posts-pages .page-numbers.next::before {
  left: 0;
}
