﻿/* BASE */
/* COLORS */
p {
  color: #2E3E46;
}

/* COLORS */
p {
  color: #2E3E46;
}

html,
body {
  width: 100%;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: "PT Sans", sans-serif;
  color: #2E3E46;
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media all and (min-width: 992px) {
  html,
body {
    font-size: 18px;
  }
}

h1,
h2 {
  font-family: "Bree Serif", sans-serif;
}

html,
body,
header,
main,
footer,
aside,
section,
article,
nav,
menu {
  display: block;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 1rem;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  margin-top: 1.5rem;
  font-size: 2.2rem;
}

p {
  font-size: 16px;
}
@media all and (min-width: 992px) {
  p {
    font-size: 18px;
  }
}

.page__content {
  margin: 0;
  padding: 0;
}
@media all and (min-width: 992px) {
  .page__content {
    padding: 0 0 0px 0;
  }
}

ul {
  list-style: none;
}

button {
  border: 0;
  outline: 0;
  background: none;
}
button:focus {
  outline: 0;
  border: 0;
}

a:hover {
  text-decoration: none;
}

a {
  color: #d7004d;
}

.cursor-pointer {
  cursor: pointer;
}

.container {
  max-width: 1130px !important;
  padding: 5px 10px;
  margin: 0 auto;
}

.bloc {
  margin: 2rem auto;
}
@media all and (min-width: 992px) {
  .bloc {
    margin: 3rem auto;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.menu-opened {
  overflow: hidden;
}

#spacer {
  width: 100%;
  height: 172px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bree Serif", serif;
  margin: 0 0 15px;
  font-weight: 400;
  color: #01868c;
}

h1 {
  font-size: 26px;
  color: #2E3E46;
  position: relative;
}
h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 3px;
  background-color: #d7004d;
  width: 40px;
}

h2 {
  font-size: 24px;
  color: #d7004d;
}

h3 {
  font-size: 20px;
  font-family: "PT Sans", sans-serif;
  color: #2E3E46;
  font-weight: bold;
}

h4 {
  font-size: 16px;
}

p {
  margin-bottom: 0px;
  /*  line-height: 2rem;*/
}

b,
strong {
  font-weight: bold;
  font-weight: 600;
}

em {
  font-style: italic;
}

/* ORGANISME */
#footer {
  background-color: #2E3E46;
  color: #FFFFFF;
}
#footer a {
  text-decoration: none;
}
#footer .main-footer-list {
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 992px) {
  #footer .main-footer-list {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
}
#footer .main-footer-list .main-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
@media all and (min-width: 576px) {
  #footer .main-footer-list .main-list {
    justify-content: space-between;
    flex-direction: row;
    text-align: start;
    align-items: flex-start;
    padding: 50px 0px;
  }
}
@media (max-width: 480px) {
  #footer .main-footer-list .main-list {
    padding: 40px 0px;
    gap: 30px;
  }
}
#footer .main-footer-list .main-list .main-list-item {
  display: flex;
  flex-direction: column;
}
#footer .main-footer-list .main-list .main-list-item.info {
  display: none;
}
@media all and (min-width: 576px) {
  #footer .main-footer-list .main-list .main-list-item.info {
    display: block;
  }
}
#footer .main-footer-list .main-list .main-list-item .title {
  font-weight: 400;
  display: block;
  margin-bottom: 0.5em;
  font-family: "Bree Serif", serif;
  margin: 0 0 15px;
  font-size: 16px;
  margin-bottom: 1.5rem;
}
#footer .main-footer-list .main-list .main-list-item ul {
  display: flex;
  flex-direction: column;
}
#footer .main-footer-list .main-list .main-list-item li {
  font-size: 14px;
}
#footer .main-footer-list .main-list .main-list-item a {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1px;
  color: white;
  line-height: 25px;
}
#footer .main-footer-list .main-list .main-list-item a:hover {
  color: #d7004d;
}
#footer .main-footer-list .main-list .main-list-item .logo-container .lkdin {
  background: url(../../Img/icons/linkedin-white.svg) no-repeat;
  height: 40px;
  width: 40px;
  margin: auto;
}
#footer .main-footer-list .main-list .main-list-item .logo-container .lkdin:hover {
  background: url(../../Img/icons/linkedin-red.svg) no-repeat;
}
#footer #sub-footer {
  background-color: #21282B;
  padding: 10px 0;
  display: none;
}
#footer #sub-footer .list {
  display: flex;
  list-style: none;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
#footer #sub-footer .list .list-item {
  border-right: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 0 10px;
}
#footer #sub-footer .list .list-item:last-child {
  border-right: none;
}
#footer #sub-footer .list .list-item a {
  color: currentColor;
}
@media all and (min-width: 576px) {
  #footer #sub-footer .list .list-item {
    padding: 0 20px;
  }
}

/* COLORS */
p {
  color: #2E3E46;
}

#header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: #ffff;
  z-index: 100;
  position: fixed;
}
#header.scrolled {
  position: fixed;
  top: 0;
}
#header.scrolled #focusSearchInput {
  display: block !important;
}
#header.scrolled .second-nav-container {
  margin: 56px 15px 0px;
}
#header .header-wrapper {
  width: 100%;
  background-color: #ffff;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#header .header-wrapper .second-nav {
  display: none;
}
@media all and (min-width: 992px) {
  #header .header-wrapper .second-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#header .header-wrapper .second-nav .search {
  height: 40px;
  width: 320px;
  position: absolute;
  background: none;
  padding: 0;
}
#header .header-wrapper .second-nav form {
  margin: auto;
}
#header .header-wrapper .second-nav form .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#header .header-wrapper .second-nav form input#search {
  border: none;
  border-bottom: 3px solid #c1ccd3;
  padding: 0px 40px 0px 2px;
  cursor: auto;
  min-height: 40px;
  width: 100%;
  font-family: Bree serif;
  font-size: 14px;
  font-family: PT sans-serif;
}
#header .header-wrapper .second-nav form input#search::placeholder {
  font-style: italic;
  color: #c1ccd3;
  font-family: Bree serif;
}
#header .header-wrapper .second-nav form input#search:focus-visible {
  outline: none;
}
#header .header-wrapper .second-nav form #btn-search {
  border: none;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  position: absolute;
  width: 40px;
  background-size: 900px 900px;
  background-image: url(../../Img/sprite.png);
  background-repeat: no-repeat;
  background-position: -868px -293px;
  cursor: pointer !important;
}
#header .header-wrapper .second-nav-container {
  color: #000000;
  font-weight: 400;
  margin: 56px 0 0 15px;
  min-height: 40px;
  font-size: 14px;
}
#header .header-wrapper .second-nav-container .subMenu--item {
  display: inline-block;
  color: currentColor;
  position: relative;
  padding: 0 15px;
  font-size: 1.6rem;
  margin: 0 -3px;
}
#header .header-wrapper .second-nav-container .subMenu--item .subMenu-container {
  display: none;
  position: fixed;
  left: 0;
  top: 140px;
  width: 100%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
  border-top: 1px solid #DADADA;
  border-bottom: 4px solid #d7004d;
  z-index: 99;
}
#header .header-wrapper .second-nav-container .subMenu--item .subMenu-container .subMenu-container-title {
  color: #505050;
  flex-basis: 33%;
}
#header .header-wrapper .second-nav-container .subMenu--item .subMenu-container .subMenu-container-title h2 {
  color: currentColor;
  font-size: 13px;
}
#header .header-wrapper .second-nav-container .subMenu--item .subMenu-container .subMenu-container-list {
  flex-basis: 40%;
  font-weight: normal;
  padding: 0px 15px;
}
#header .header-wrapper .second-nav-container .subMenu--item .subMenu-container .subMenu-container-list ul {
  display: block;
}
#header .header-wrapper .second-nav-container .subMenu--item .subMenu-container .subMenu-container-list ul li {
  display: inline-block;
  width: 45%;
  border-bottom: 1px solid #eeeeee;
  font-size: 1.3rem !important;
  padding: 0 !important;
  font-family: Bree Serif;
  margin: 0 4px;
}
#header .header-wrapper .second-nav-container .subMenu--item .subMenu-container .subMenu-container-list ul li:hover a {
  color: #d7004d;
}
#header .header-wrapper .second-nav-container .subMenu--item .subMenu-container .subMenu-container-list ul li a {
  display: flex;
  align-items: flex-end;
  font-size: 13px;
  padding: 10px 0px;
}
#header .header-wrapper .second-nav-container .subMenu--item .subMenu-container .subMenu-container-list ul li a:hover::before {
  display: none;
}
#header .header-wrapper .second-nav-container .subMenu--item .subMenu-container .subMenu-container-list .all-products {
  background-color: #d7004d;
  border-radius: 5px;
  color: #FFFFFF !important;
  border: 1px solid #d7004d;
  border-radius: 3px;
  height: unset;
  margin-top: 15px;
  width: max-content;
  padding: 5px 15px;
  font-size: 13px;
}
#header .header-wrapper .second-nav-container .subMenu--item .subMenu-container .subMenu-container-list .all-products:hover {
  background: #FF2C68 !important;
  border: 1px #FF2C68 solid !important;
}
#header .header-wrapper .second-nav-container .subMenu--item .subMenu-container .subMenu-container-list .all-products:hover::before {
  display: none;
}
#header .header-wrapper .second-nav-container .subMenu--item .subMenu-container .container {
  display: flex;
  width: 100%;
  padding: 25px 0;
}
#header .header-wrapper .second-nav-container .subMenu--item a {
  color: #44423E !important;
  font-family: Bree Serif;
  text-decoration: none;
  font-size: 16px;
  display: block;
  padding-bottom: 20px;
}
#header .header-wrapper .second-nav-container .subMenu--item a:hover {
  color: #d7004d !important;
}
#header .header-wrapper .second-nav-container .subMenu--item:hover > a, #header .header-wrapper .second-nav-container .subMenu--item:focus-within > a {
  color: currentColor;
  text-decoration: none;
  display: flex;
  height: 100%;
  position: relative;
  color: #d7004d;
}
#header .header-wrapper .second-nav-container .subMenu--item:hover > a::before, #header .header-wrapper .second-nav-container .subMenu--item:focus-within > a::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 4px;
}
#header .header-wrapper .second-nav-container .subMenu--item:hover .subMenu-container, #header .header-wrapper .second-nav-container .subMenu--item:focus-within .subMenu-container {
  display: block;
}
#header .header-wrapper .second-nav-container #focusSearchInput {
  display: none !important;
  width: 30px;
  height: 30px;
  background-color: #d7004d;
  background-image: url(../../Img/icons/icon_search_nav.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  margin: 0.2em 0;
  cursor: pointer;
}
#header .header-wrapper .logo-chevalier {
  display: flex;
  align-items: center;
  max-width: 200px;
}
#header .header-wrapper .logo-chevalier img {
  max-width: 100%;
}
#header .header-wrapper .espace-pro, #header .header-wrapper .logo-chevalier {
  position: relative;
}
#header .header-wrapper .espace-pro a, #header .header-wrapper .logo-chevalier a {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: none;
  text-indent: -9999px;
}
#header .header-wrapper .espace-pro {
  float: right;
  display: inline-block;
  margin-top: 15px;
}
#header .header-wrapper .espace-pro li {
  display: inline-block;
  width: 70px;
  text-align: center;
  margin-left: 4px;
  color: #000000;
}
#header .header-wrapper .espace-pro li a {
  display: block;
  padding-top: 45px;
  position: relative;
  font-size: 11px;
  color: #000000;
  font-family: "Bree Serif", serif;
  text-transform: uppercase;
  text-indent: 0 !important;
  text-decoration: none;
}
#header .header-wrapper .espace-pro li.ico a:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 50%;
  margin-left: -38px;
  content: "";
}
#header .header-wrapper .espace-pro li.account a:before {
  background-size: 900px 900px;
  background-image: url(../../Img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -468px;
}
#header .burger-menu-btn {
  margin: auto 2rem;
  width: 20px;
  height: 20px;
}
#header .burger-menu-btn:focus {
  outline: 1px solid #d7004d;
}
@media all and (min-width: 992px) {
  #header .burger-menu-btn {
    display: none;
  }
}

/* COLORS */
p {
  color: #2E3E46;
}

nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: unset;
  background-color: #ffff;
  padding: unset;
  z-index: 100;
}
nav.show-menu {
  padding: 30px;
  height: 100vh;
}
@media all and (min-width: 992px) {
  nav.show-menu {
    padding: unset;
    height: unset;
  }
}
nav.show-menu #navMobile {
  display: block;
}
@media all and (min-width: 992px) {
  nav.show-menu #navMobile {
    display: none;
  }
}
@media all and (min-width: 992px) {
  nav {
    display: block;
    padding: 0;
    position: relative;
  }
}
nav #navMobile {
  display: none;
}
nav #navMobile .nav-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 95vh;
}
nav #navMobile ul {
  display: flex;
  flex-direction: column;
  list-style: none;
}
nav #navMobile ul li {
  margin-bottom: 15px;
}
nav #navMobile ul li.sub-menu {
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
nav #navMobile ul li a {
  text-decoration: none;
  color: unset;
  font-size: 18px;
}
nav #navMobile ul .show-subMenu button {
  font-family: PT Sans;
  font-size: inherit;
  color: #2E3E46;
  font-size: 18px;
}
nav #navMobile ul .show-subMenu[aria-expanded=false] .subList {
  display: none;
}
nav #navMobile ul .show-subMenu[aria-expanded=true] button img {
  transform: rotate(180deg);
}
nav #navMobile ul .show-subMenu[aria-expanded=true] .subList {
  display: block;
}
nav #navMobile ul .show-subMenu .subList {
  padding: 10px 30px;
}
nav #navMobile ul .show-subMenu .subList ul {
  border-left: 1px solid #000000;
  padding-left: 10px;
}
nav #navMobile ul .show-subMenu .subList ul li {
  margin-bottom: 10px;
}
nav #navMobile .tel-number {
  font-size: 20px;
}
nav #navMobile .tel-number::before {
  display: none;
}
nav #navMobile .info {
  font-family: "PT Sans";
  margin-top: 20px;
}
nav #navMobile .create-account {
  margin-top: 20px;
  font-family: Bree serif;
}
nav #navMobile .info, nav #navMobile .create-account {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
nav .close-menu {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 40px;
  height: 40px;
  background-color: #d7004d;
  color: #FFFFFF;
  cursor: pointer;
  outline: #d7004d 1px solid;
  border: 0;
}
nav .close-menu:focus, nav .close-menu:hover {
  background-color: #FFFFFF;
  color: #d7004d;
}
nav .tel-number,
nav .info,
nav .create-account {
  display: block;
  text-align: center;
  text-decoration: none;
  color: unset;
  margin-top: 2rem;
  width: 100%;
  cursor: pointer;
}
nav .tel-number {
  margin: 0 auto;
  width: max-content;
  position: relative;
  font-weight: bold;
}
nav .tel-number::before {
  content: "";
  position: absolute;
  background-image: url(../../Img/icons/phone-icon-mobile.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  fill: #000000;
  left: -30px;
  width: 20px;
  height: 20px;
}
nav .tel-number:focus, nav .tel-number:hover {
  outline: 1px solid #d7004d;
}
nav .info,
nav .create-account {
  height: 50px;
  border: 1px solid;
  border-radius: 5px;
}
nav .create-account {
  border-color: #d7004d;
  background-color: #d7004d;
  color: #FFFFFF;
}
nav .create-account:focus, nav .create-account:hover {
  background-color: #FFFFFF;
  color: #d7004d;
}

#navDesktop {
  background-color: #2E3E46;
  display: flex;
  height: 45px;
  color: #fff !important;
}
#navDesktop .nav-desktop-container {
  position: relative;
  padding: 0 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 13px;
  padding: 0 !important;
}
#navDesktop .nav-desktop-container ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  gap: 2rem;
  color: #FFFFFF;
  height: 100%;
}
#navDesktop .nav-desktop-container .main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
  list-style: none;
  gap: 20px;
}
#navDesktop .nav-desktop-container .main-nav li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 10px;
}
#navDesktop .nav-desktop-container .main-nav li:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 100%;
  background-color: #d7004d;
}
#navDesktop .nav-desktop-container .main-nav li a {
  text-decoration: none;
  color: currentColor;
  height: 100%;
  display: flex;
  align-items: center;
}
#navDesktop .nav-desktop-container .info-container ul {
  gap: 10px;
}
#navDesktop .nav-desktop-container .info-container ul li {
  height: 100%;
  display: flex;
  align-items: center;
}
#navDesktop .nav-desktop-container .info-container ul .demande-info a {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 5px;
  color: #FFFFFF;
  text-decoration: none;
}
#navDesktop .nav-desktop-container .info-container ul .phone-number {
  background-color: #d7004d;
  color: #FFFFFF;
  padding: 0 10px 0 25px;
  position: relative;
  font-weight: bold;
}
#navDesktop .nav-desktop-container .info-container ul .phone-number::before {
  content: "";
  position: absolute;
  left: 3px;
  width: 20px;
  height: 20px;
  background-image: url(../../Img/sprite.png);
  background-size: 900px 900px;
  background-repeat: no-repeat;
  background-position: -32px -748px;
}
#navDesktop .nav-desktop-container .info-container ul .phone-number a {
  color: currentColor;
  text-decoration: none;
  font-size: 17px;
}
#navDesktop .nav-desktop-container .info-container ul .open-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#navDesktop .nav-desktop-container .info-container ul .open-info span {
  text-align: start;
  width: 100%;
}
#navDesktop .nav-desktop-container .info-container ul .open-info span:nth-child(2) {
  font-style: italic;
}
#navDesktop .showSubList {
  cursor: pointer;
}
#navDesktop .showSubList:hover .subList, #navDesktop .showSubList:focus .subList {
  display: flex;
}
#navDesktop .showSubList .subList {
  display: none;
  position: fixed;
  top: 45px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  width: 100%;
  left: 0;
  height: 60px;
  border-bottom: 2px solid #c1ccd3;
  border-top: none;
  justify-content: center;
}
#navDesktop .showSubList .subList ul {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  color: #000000;
  align-items: center;
  justify-content: center;
  padding: 0px;
  width: 100%;
  justify-content: flex-start;
}
#navDesktop .showSubList .subList ul li::before {
  height: 0;
  bottom: -2px !important;
}

#navMobile {
  display: block;
}
@media all and (min-width: 992px) {
  #navMobile {
    display: none;
  }
}

#navDesktop {
  display: none;
}
@media all and (min-width: 992px) {
  #navDesktop {
    display: flex;
  }
}

.breadcrumb {
  display: none;
}
@media all and (min-width: 992px) {
  .breadcrumb {
    display: block;
    padding: 15px 0;
  }
}
.breadcrumb .list-inline {
  padding-left: 0;
  margin: 0;
}
.breadcrumb .list-inline .here {
  position: relative;
  background: #01868c;
  color: #ffffff;
  padding: 0 10px;
  border-radius: 3px 0 0 3px;
  font-style: italic;
  letter-spacing: -0.5px;
  margin-right: 15px;
  height: 26px;
}
.breadcrumb .list-inline .here::after {
  position: absolute;
  right: -9px;
  top: 50%;
  margin-top: -13px;
  width: 10px;
  height: 26px;
  content: "";
  background-color: transparent;
  background-image: url(../../Img/breadcrumb-arw.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 10px 26px;
}
.breadcrumb .list-inline li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.breadcrumb .list-inline li:hover {
  font-weight: bold;
}
.breadcrumb .list-inline li a {
  text-decoration: none;
  color: currentColor;
}
.breadcrumb .list-inline li::after {
  position: absolute;
  top: 50%;
  margin-top: 0;
  right: -9px;
  height: 4px;
  width: 4px;
  border-radius: 3px;
  background: #01868c;
  content: "";
}
.breadcrumb .list-inline li:last-child {
  font-weight: bold;
  cursor: default;
}
.breadcrumb .list-inline li:last-child::after {
  position: relative;
  right: unset;
  height: unset;
  width: unset;
  border-radius: unset;
  background-color: unset;
}
.breadcrumb li {
  position: relative;
  color: #2e3e46;
  margin-right: 10px;
}

/* MOLECULE */
.bloc-encadre .bloc-encadre-container {
  border: 4px solid #d7004d;
  padding: 15px;
  color: #2E3E46;
}
@media all and (min-width: 992px) {
  .bloc-encadre .bloc-encadre-container {
    padding: 35px;
  }
}
.bloc-encadre .bloc-encadre-container h3 {
  color: #d7004d;
  font-weight: bold;
}
.bloc-encadre .bloc-encadre-container a {
  text-decoration: none !important;
  color: currentColor;
}

.blocTextImageVideo {
  display: flex;
  flex-direction: column;
}
.blocTextImageVideo.classic ul {
  list-style-type: none;
  padding: 20px 20px 20px 30px;
}
.blocTextImageVideo.classic ul li {
  position: relative;
  padding-left: 10px;
}
.blocTextImageVideo.classic ul li::before {
  position: absolute;
  content: "";
  background-image: url(../../Img/icons/puce_first_level.svg);
  background-repeat: no-repeat;
  width: 11px;
  height: 13px;
  left: -13px;
  top: 5px;
}
.blocTextImageVideo.classic ul li ul {
  list-style-type: none;
  padding: 5px;
}
.blocTextImageVideo.classic ul li ul li {
  position: relative;
  padding-left: 10px;
}
.blocTextImageVideo.classic ul li ul li::before {
  position: absolute;
  content: "";
  background-image: url(../../Img/icons/puce_second_level.svg);
  background-repeat: no-repeat;
  width: 11px;
  height: 13px;
  left: -13px;
  top: 5px;
}
.blocTextImageVideo.peinture ul {
  list-style-type: none;
  padding: 20px 20px 20px 30px;
}
.blocTextImageVideo.peinture ul li {
  position: relative;
  padding-left: 10px;
}
.blocTextImageVideo.peinture ul li::before {
  position: absolute;
  content: "";
  background-image: url(../../Img/icons/picto-peinture1.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: -13px;
  top: 2px;
}
.blocTextImageVideo.peinture ul li ul {
  list-style-type: none;
  padding: 5px;
}
.blocTextImageVideo.peinture ul li ul li {
  position: relative;
  padding-left: 10px;
}
.blocTextImageVideo.peinture ul li ul li::before {
  position: absolute;
  content: "";
  background-image: url(../../Img/icons/picto-peinture2.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: -13px;
  top: 2px;
}
.blocTextImageVideo .bloc-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media all and (max-width: 991px) {
  .blocTextImageVideo .bloc-container {
    flex-direction: column-reverse;
  }
}
.blocTextImageVideo .bloc-container .bloc-container-text, .blocTextImageVideo .bloc-container .bloc-container-image {
  flex-basis: 48%;
}
@media all and (max-width: 991px) {
  .blocTextImageVideo .bloc-container .bloc-container-text, .blocTextImageVideo .bloc-container .bloc-container-image {
    flex-basis: 100%;
  }
}
.blocTextImageVideo .bloc-container .bloc-container-text {
  color: #2E3E46;
}
@media all and (max-width: 991px) {
  .blocTextImageVideo .bloc-container .bloc-container-text {
    margin-bottom: 1em;
  }
}
.blocTextImageVideo .bloc-container .bloc-container-text h2 {
  color: #d7004d;
}
.blocTextImageVideo .bloc-container .bloc-container-image img, .blocTextImageVideo .bloc-container .bloc-container-image iframe {
  padding: 5px;
  -webkit-box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.34);
  box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.34);
  max-width: 96%;
  min-width: 96%;
}

.sectionBlocPicto {
  background-color: #EEEEEE;
}

.pictoBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 135px;
  padding: 15px;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.bloc-pictos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  padding: 2.5rem;
  flex-wrap: wrap;
}

.separate {
  position: relative;
  margin: 5px 0px 10px 1px;
}
.separate::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: -15px;
  width: 26px;
  height: 1px;
  border-bottom: 2px solid #d7004d;
}

.libellePicto {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #2E3E46;
}

@media screen and (max-width: 750px) {
  .bloc-pictos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    grid-auto-flow: row;
  }

  .bloc-pictos {
    gap: 2rem;
    padding: 2rem;
  }

  .pictoBox {
    width: auto;
    height: 130px;
    padding: 15px;
  }

  .sectionBlocPicto {
    background-color: #EEEEEE;
  }
}
@media screen and (max-width: 400px) {
  .bloc-pictos {
    gap: 0.8rem;
    padding: 0.8rem;
  }
}
.testClassPicto {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 6px 20px !important;
}

.btn-action {
  display: flex;
}
.btn-action a {
  margin: auto;
  background-color: #d7004d;
  border: 1px solid #d7004d;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 10px;
  text-decoration: none;
  font-family: "Bree serif", sans-serif;
  transition: background-color 0.5s ease;
}
.btn-action a:hover {
  background-color: #FFFFFF;
  color: #d7004d;
}

.blocLinks .blocLinks-title {
  color: #d7004d;
  margin-bottom: 0;
}
.blocLinks .blocLinks-container {
  padding-left: 0;
  width: fit-content;
}
.blocLinks .blocLinks-container li {
  color: #2E3E46;
  border: 2px solid #2E3E46;
  border-radius: 5px;
  border-color: #2E3E46;
  padding: 10px;
  margin-bottom: 1em;
  width: inherit;
  cursor: pointer;
}
.blocLinks .blocLinks-container li:hover img {
  transform: translate3d(5px, 0, 0);
}
.blocLinks .blocLinks-container li a {
  color: currentColor;
  text-decoration: none;
  font-family: "Bree Serif", sans-serif;
  font-size: 16px;
}
.blocLinks .blocLinks-container li a img {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.blocDocs h2 {
  color: #d7004d;
}
.blocDocs .blocDocs__list {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.blocDocs .blocDocs__list .blocDocs__list__item {
  width: 100%;
  text-align: center;
}
@media all and (min-width: 992px) {
  .blocDocs .blocDocs__list .blocDocs__list__item {
    width: calc(20% - 50px);
    margin-right: 50px;
  }
  .blocDocs .blocDocs__list .blocDocs__list__item:last-child {
    margin-right: 0;
  }
}
.blocDocs .blocDocs__list .blocDocs__list__item .blocDocs__list__item__cover {
  position: relative;
}
.blocDocs .blocDocs__list .blocDocs__list__item .blocDocs__list__item__cover:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.blocDocs .blocDocs__list .blocDocs__list__item .blocDocs__list__item__cover > img {
  width: calc(100% - 16px);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border: 8px solid #FFFFFF;
}
.blocDocs .blocDocs__list .blocDocs__list__item .blocDocs__list__item__cover .overlay {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.blocDocs .blocDocs__list .blocDocs__list__item .blocDocs__list__item__cover .overlay .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #d7004d;
}
.blocDocs .blocDocs__list .blocDocs__list__item .blocDocs__list__item__cover .overlay img {
  width: 20px;
  height: 20px;
}
.blocDocs .blocDocs__list .blocDocs__list__item .link {
  display: inline-block;
  font-weight: 600;
  color: #505050;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  margin-top: 10px;
}

/* COLORS */
p {
  color: #2E3E46;
}

.blocGalerie {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EEEEEE;
}
.blocGalerie .blocGalerie__content {
  display: flex;
  flex-wrap: wrap;
}
.blocGalerie .blocGalerie__content h2 {
  color: #d7004d;
  width: 100%;
}
.blocGalerie .blocGalerie__item {
  position: relative;
  cursor: pointer;
}
@media all and (min-width: 992px) {
  .blocGalerie .blocGalerie__item {
    width: calc(33.3333333333% - 53.3333333333px);
    margin-right: 80px;
  }
}
.blocGalerie .blocGalerie__item > img {
  width: calc(100% - 16px);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border: 8px solid #FFFFFF;
}
.blocGalerie .blocGalerie__item:last-child {
  margin-right: 0;
}
.blocGalerie .blocGalerie__item:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.blocGalerie .blocGalerie__item .overlay {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 8px;
  left: 8px;
  right: 23px;
  bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.blocGalerie .blocGalerie__item .overlay .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #d7004d;
}
.blocGalerie .blocGalerie__item .overlay img {
  width: 20px;
  height: 20px;
}

.ligthbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.ligthbox img {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border: 8px solid #FFFFFF;
}
.ligthbox .ligthbox__content {
  text-align: center;
  position: relative;
  max-width: 80%;
}
.ligthbox .ligthbox__content img {
  width: 100%;
}
.ligthbox .ligthbox__content .ligthbox__content--close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #d7004d;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.ligthbox .ligthbox__content .ligthbox__content--close:hover, .ligthbox .ligthbox__content .ligthbox__content--close:focus {
  transform: scale(1.3);
}
.ligthbox .ligthbox__content .ligthbox__content--close:focus {
  outline: 1px solid #d7004d;
}
.ligthbox .ligthbox__content .ligthbox__content--close span {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  clip: rect(0px 0px 0px 0px);
}
.ligthbox.active {
  opacity: 1;
  visibility: visible;
}

.blocGammeProduit h2 {
  color: #d7004d;
  text-align: center;
}
@media all and (min-width: 576px) {
  .blocGammeProduit h2 {
    text-align: start;
  }
}
.blocGammeProduit .blocGammeProduit__container .blocGammeProduit__container--details {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(46, 62, 70, 0.1);
}
.blocGammeProduit .blocGammeProduit__container .blocGammeProduit__container--details:last-child {
  border-bottom: unset;
}
@media all and (min-width: 576px) {
  .blocGammeProduit .blocGammeProduit__container .blocGammeProduit__container--details {
    flex-direction: row;
    align-items: center;
  }
  .blocGammeProduit .blocGammeProduit__container .blocGammeProduit__container--details:last-child {
    border-bottom: 1px solid rgba(46, 62, 70, 0.1);
  }
}
.blocGammeProduit .blocGammeProduit__container .blocGammeProduit__container--details .blocGammeProduit__container--details--image {
  width: 150px;
  height: 150px;
}
.blocGammeProduit .blocGammeProduit__container .blocGammeProduit__container--details .blocGammeProduit__container--details--image img {
  width: inherit;
}
.blocGammeProduit .blocGammeProduit__container .blocGammeProduit__container--details .blocGammeProduit__container--details--info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
}
@media all and (min-width: 576px) {
  .blocGammeProduit .blocGammeProduit__container .blocGammeProduit__container--details .blocGammeProduit__container--details--info {
    align-items: stretch;
    padding-left: 15px;
  }
}
.blocGammeProduit .blocGammeProduit__container .blocGammeProduit__container--details p {
  margin-top: 0;
}
.blocGammeProduit .blocGammeProduit__container .blocGammeProduit__container--details .gamme-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
@media all and (min-width: 992px) {
  .blocGammeProduit .double {
    display: flex;
    flex-wrap: wrap;
  }
  .blocGammeProduit .double .blocGammeProduit__container--details {
    flex-basis: 50% !important;
  }
  .blocGammeProduit .double .blocGammeProduit__container--details:nth-child(odd) {
    border-right: 1px solid rgba(46, 62, 70, 0.1);
  }
  .blocGammeProduit .double .blocGammeProduit__container--details:nth-child(even) {
    padding-left: 15px;
  }
}

.slider {
  height: 420px;
  margin-top: 2em;
}
@media all and (min-width: 992px) {
  .slider {
    max-width: 780px;
    margin-top: 0;
  }
}
.slider .slick-slide {
  display: flex;
}
.slider .slick-list {
  height: 100%;
}
.slider .slick-track {
  height: 100%;
}
.slider .prev-arrow {
  z-index: 3;
  position: absolute;
  left: 3%;
  top: 50%;
  background-color: transparent;
}
.slider .prev-arrow-img {
  max-width: 1.3rem;
  transform: rotate(90deg);
}
.slider .next-arrow-img {
  max-width: 1.3rem;
  transform: rotate(-90deg);
}
.slider .next-arrow {
  position: absolute;
  left: 95%;
  top: 50%;
  background-color: transparent;
}
.slider .slick-dots {
  position: absolute;
  display: flex;
  bottom: 0.2rem;
  left: 50%;
  list-style-type: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.slider .slick-dots .slick-active button::before {
  background-color: #d7004d;
  height: 14px;
  width: 14px;
}
.slider .slick-dots li {
  margin-right: 21px;
}
.slider .slick-dots li button {
  color: transparent;
  background: transparent;
  cursor: pointer;
  position: relative;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.slider .slick-dots li button::before {
  content: " ";
  background-color: #FFFFFF;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  position: absolute;
  display: block;
}

.containerSlider {
  max-width: 1130px !important;
  margin: 0 auto;
}

.whiteBorder {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  border: 8px solid #FFFFFF;
}

.imageSlider {
  width: 100%;
  height: 100%;
}

.sliderMarqueContainer .containerSlider .bg-image {
  min-height: 10rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (min-width: 992px) {
  .sliderMarqueContainer .containerSlider .bg-image {
    min-height: 223px;
  }
}

@media screen and (max-width: 700px) {
  .slider {
    height: unset;
  }
}
@media screen and (max-width: 700px) {
  .imageSlider {
    min-height: 10rem;
    object-fit: unset;
  }
}
/* PAGES */
.liste-offres {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}
@media all and (min-width: 576px) {
  .liste-offres {
    justify-content: center;
  }
}
@media all and (min-width: 992px) {
  .liste-offres {
    justify-content: space-between;
  }
}
.liste-offres .offre {
  flex-basis: 100%;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  padding: 25px 30px 35px 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
@media all and (min-width: 576px) {
  .liste-offres .offre {
    flex-basis: 60%;
  }
}
@media all and (min-width: 992px) {
  .liste-offres .offre {
    flex-basis: 45%;
  }
}
.liste-offres .offre .offre-type {
  background-color: #2E3E46;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFFFFF;
  width: max-content;
}
.liste-offres .offre .offre-title {
  margin-bottom: 0;
  margin-top: 5px;
}
.liste-offres .offre .offre-info {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  font-size: 14px;
  font-weight: bold;
}
.liste-offres .offre .offre-location {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  margin-top: 1rem;
  color: #000000;
}
.liste-offres .offre .offre-location::before {
  position: absolute;
  content: "";
  left: 0;
  background: url(../../Img/icons/picto-position.svg) center no-repeat;
  background-size: cover;
  height: 100%;
  width: 15px;
}
.liste-offres .offre .offre-commentaire {
  display: none;
}
.liste-offres .offre .offre-details {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-weight: bold;
  margin-right: 1rem;
}
.liste-offres .offre .offre-details img {
  margin-left: 0.5rem;
}

/* COLORS */
p {
  color: #2E3E46;
}

.page-detail-offre-header .offre-header-ref {
  font-weight: bold;
  display: flex;
  gap: 1rem;
}
.page-detail-offre-header .offre-header-info {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  align-items: center;
}
.page-detail-offre-header .offre-header-info .offre-type {
  background-color: #2E3E46;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFFFFF;
  width: max-content;
  height: 30px;
}
.page-detail-offre-header .offre-header-info .offre-header-city {
  position: relative;
  padding: 10px 0 10px 35px;
  font-size: 16px;
  color: #000000;
}
.page-detail-offre-header .offre-header-info .offre-header-city::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../../Img/icons/picto-position.svg) center no-repeat;
  background-size: cover;
  height: 100%;
  width: 30px;
}
.page-detail-offre-header .offre-header-info .offre-header-date {
  position: relative;
  font-size: 16px;
  padding: 10px 0 10px 35px;
}
.page-detail-offre-header .offre-header-info .offre-header-date::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../../Img/icons/picto-calendar.svg) center no-repeat;
  background-size: contain;
  height: 100%;
  width: 30px;
}

.page-detail-offre-header, .offre-header-ref {
  font-size: 16px;
}

.page-detail-offre {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.page-detail-offre section {
  margin: 2rem 0;
}

    .page-detail-offre ul {
        list-style-type: none !important;
    }
    .page-detail-offre ul li {
        position: relative;
        padding-left: 10px;
    }

        .page-detail-offre ul li::before {
            position: absolute;
            content: "";
            background-image: url(../../Img/icons/puce_first_level.svg);
            background-repeat: no-repeat;
            width: 11px;
            height: 13px;
            left: -13px;
            top: 5px;
        }
.page-detail-offre .btn-postuler {
  margin: 2rem auto;
  background: #d7004d;
  color: #FFFFFF;
  border: 1px solid #d7004d;
  text-decoration: none;
  padding: 5px 50px;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.page-detail-offre .btn-postuler:hover {
  background: #FFFFFF;
  color: #d7004d;
}

/* COLORS */
p {
  color: #2E3E46;
}

.page-detail-offre .btn-postuler {
  cursor: pointer;
}

.candidate-form {
  display: none;
  padding: 50px 10px;
}
.candidate-form--show {
  display: flex;
  flex-direction: column;
}
.candidate-form .back-button {
  margin-top: 30px;
}
.candidate-form h2 {
  color: #d7004d;
  margin-bottom: 40px;
}
.candidate-form form {
  width: 500px;
}
.candidate-form fieldset {
  border: none;
  margin-bottom: 30px;
}
.candidate-form legend {
  color: #2e3e46;
  font-weight: 700;
  margin-bottom: 10px;
}
.candidate-form .radio-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  /* Create a custom radio button */
}
.candidate-form .radio-container input {
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
  height: 38px;
}
.candidate-form .radio-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffff;
  border-radius: 50%;
  border: 1px #969ea2 solid;
}
.candidate-form .radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.candidate-form .radio-container input:checked ~ .checkmark {
  background-color: #ffff;
}
.candidate-form .radio-container input:checked ~ .checkmark:after {
  display: block;
}
.candidate-form .radio-container .checkmark:after {
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d7004d;
}
.candidate-form .civilite-field div {
  display: flex;
}
.candidate-form .civilite-field label {
  margin-right: 20px;
}
.candidate-form .civilite-field .error-message {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
}
.candidate-form .civilite-field .error-message img {
  width: 20px;
  margin-right: 10px;
}
.candidate-form .civilite-field .error-message span {
  display: inline-block;
  color: #d31919;
  font: normal normal normal 14px/23px PT Sans;
}
.candidate-form .identity-field {
  display: flex;
  flex-wrap: wrap;
}
.candidate-form .identity-field div {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  width: 45%;
}
.candidate-form .identity-field div:first-child {
  margin-right: 50px;
}
.candidate-form .identity-field div input {
  padding: 10px;
  border-radius: 3px;
  border: 1px #969ea2 solid;
  color: #2e3246;
}
.candidate-form .identity-field div input:focus-visible {
  outline: none;
  box-shadow: #2E3E46 0px 0px 3px;
}
.candidate-form .identity-field div label {
  font-weight: 700;
  color: #2e3e46;
  margin-bottom: 15px;
}
.candidate-form .identity-field .hide-error {
  display: none !important;
}
.candidate-form .identity-field .error-message {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
}
.candidate-form .identity-field .error-message img {
  width: 20px;
  margin-right: 10px;
}
.candidate-form .identity-field .error-message span {
  display: inline-block;
  color: #d31919;
  font: normal normal normal 14px/23px PT Sans;
}
.candidate-form .identity-field .input-error input {
  border: 1px #d31919 solid;
}
.candidate-form .files-field .file-input-component {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 75px;
  margin-bottom: 30px;
}
.candidate-form .files-field .file-input-label {
  font-weight: 700;
  color: #2e3e46;
  margin-bottom: 10px;
}
.candidate-form .files-field p {
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-size: 12px;
}
.candidate-form .files-field p img {
  margin-right: 8px;
}
.candidate-form .files-field .candidature-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
}
.candidate-form .files-field .candidature-file input {
  width: 100%;
  margin: 0;
  opacity: 0;
  padding: 10px 15px;
  height: 38px;
  position: absolute;
  right: 0px;
  cursor: pointer;
}
.candidate-form .files-field .candidature-file .custom-file-input {
  display: flex;
  align-items: center;
  position: absolute;
  height: 38px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  padding: 10px 15px;
  color: #DADADA;
  background-color: #fff;
  border: 1px solid #969ea2;
  border-radius: 3px;
  font-weight: 400;
}
.candidate-form .files-field .candidature-file .custom-file-input .file-input-button {
  width: 160px;
  height: 38px;
  text-align: center;
  position: absolute;
  right: -0.075rem;
  z-index: 6;
  padding: 0px 30px;
  color: #ffff;
  font-weight: 700;
  background-color: #2e3e46;
  border: 1px solid #2e3e46;
  border-radius: 0px 3px 3px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.candidate-form .files-field .candidature-file .custom-file-input .file-input-button img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.candidate-form .files-field .candidature-file .custom-file-input .file-input-button span {
  cursor: pointer;
}
.candidate-form .files-field .added-file {
  padding: 3px 10px;
  background-color: #EEEEEE;
  color: #505050;
  border-radius: 3px;
}
.candidate-form .files-field .added-file img {
  width: 15px;
  margin-left: 30px;
  cursor: pointer;
}
.candidate-form .files-field .input-error {
  border: #d31919 1px solid !important;
}
.candidate-form .files-field .error-message {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  color: #d31919;
  font: normal normal normal 14px/23px PT Sans;
}
.candidate-form .files-field .error-message img {
  width: 20px;
  margin-right: 10px;
}
.candidate-form .files-field .hide-error {
  display: none;
}
.candidate-form button[type=submit] {
  padding: 10px 35px;
  margin-top: 30px;
  background-color: #d7004d;
  border: 1px #d7004d solid;
  color: #ffff;
  font-family: Bree serif;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
  transition: 0.5s ease-in-out;
}
.candidate-form button[type=submit]:hover {
  background: #FFFFFF;
  border: #d7004d 1px solid;
  color: #d7004d;
}
.candidate-form .submit-message {
  display: none;
  margin: auto;
  text-align: center;
}

@media (max-width: 768px) {
  .candidate-form {
    padding: 50px 20px;
  }
  .candidate-form form {
    width: 100%;
  }
  .candidate-form .identity-field div {
    width: 100%;
    margin-right: 0px !important;
  }
  .candidate-form .files-field .candidature-file .custom-file-input .file-input-button {
    width: 105px;
    font-size: 0.8rem;
  }
  .candidate-form .files-field .added-file {
    max-width: 150px;
    font-size: 0.8rem;
  }
  .candidate-form button[type=submit] {
    display: block;
    margin: auto;
  }
}
.page-contenu, .page-detail-offre-header {
  background-color: #EEEEEE;
  padding: 2.5rem 0;
}
.page-contenu .page-contenu__publishDate, .page-detail-offre-header .page-contenu__publishDate {
  color: #d7004d;
  font-weight: bold;
}

.sliderMarqueContainer {
  position: relative;
  margin-bottom: 2rem;
}

.sliderLogo {
  position: absolute;
  top: 5%;
  left: 2%;
  z-index: 3;
  max-width: 16%;
}

.btnTopContainer, .btnBackContainer {
  display: flex;
}

.btnTopPage {
  margin-left: auto;
  margin-right: 0;
  color: #999595;
  border: 2px solid #999595;
  border-radius: 5px;
  border-color: #999595;
  background-color: #FFFFFF;
  padding: 10px;
  margin-bottom: 1em;
  width: inherit;
  cursor: pointer;
  text-decoration: none;
  font-family: "Bree Serif", sans-serif;
  font-size: 16px;
}

.arrowBtn {
  margin-left: 10px;
  transform: rotate(269deg);
  width: 12px;
  color: #999595;
}

.actusContainer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.backgroundActu {
  background-color: #EEEEEE;
}

.actu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 1.5rem 2rem 3rem 1.5rem;
}
.actu__img {
  width: 226px;
  height: 160px;
  display: block;
  object-fit: cover;
}
.actu__sideContent {
  display: flex;
  flex-direction: column;
}
.actu__sideContent__title {
  color: #2E3E46;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.actu__sideContent__date {
  margin-bottom: 0.7rem;
}
.actu__sideContent__link {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
}
.actu__sideContent__link p {
  margin: 0;
  color: #d7004d;
  margin-right: 10px;
  font-weight: 600;
  font-size: 1.15rem;
}

@media screen and (min-width: 850px) {
  .actusContainer {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem;
  }

  .actu {
    padding-bottom: 45px;
    flex-direction: row;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    align-items: start;
    gap: 1rem;
    border: 1rem;
    overflow: hidden;
    position: relative;
    width: calc(50% - 1rem);
  }
  .actu .test {
    width: 50%;
    height: 93%;
  }
  .actu__sideContent p:not(:first-child) {
    display: none;
  }
  .actu__sideContent {
    width: 60%;
    margin-bottom: 1.4rem;
  }
  .actu__sideContent__accroche {
    margin-top: 7px;
  }
  .actu__sideContent__accroche p {
    font-size: 16px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .actu__sideContent__title {
    font-size: 17px;
    color: #2E3E46;
    margin: 0;
  }
  .actu__sideContent__date {
    font-size: 14px;
    margin-bottom: 0.4rem;
    margin-top: 0;
  }
  .actu__sideContent__link {
    justify-content: flex-end;
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
  }
  .actu__sideContent__link p {
    font-size: 16px;
  }
}
.marqueContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 1235px !important;
}

.itemBoxLink {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem 2rem 2rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-decoration: none;
}
.itemBoxLink img {
  height: 91px;
}
.itemBoxLink p {
  font-size: 14px;
  font-weight: 600;
}

.pinkBorder {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #d7004d;
}

@media screen and (min-width: 900px) {
  .marqueContainer {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
/* COLORS */
p {
  color: #2E3E46;
}

.fiche_pdv h3 {
  font-weight: bold;
  color: #d7004d;
  font-size: 24px;
}
.fiche_pdv .fiche_pdv--wrapper {
  background-color: #EEEEEE;
}
.fiche_pdv .fiche_pdv--header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 25px 10px;
  gap: 1rem;
}
@media all and (min-width: 992px) {
  .fiche_pdv .fiche_pdv--header {
    flex-direction: row;
    justify-content: space-between;
  }
}
.fiche_pdv .fiche_pdv--header h1 {
  width: 100%;
  text-align: start;
}
.fiche_pdv .fiche_pdv--header .fiche_pdv--map {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 100%;
}
@media all and (min-width: 992px) {
  .fiche_pdv .fiche_pdv--header .fiche_pdv--map {
    flex-basis: 47%;
  }
}
.fiche_pdv .fiche_pdv--header .fiche_pdv--map #openMap {
  width: 100%;
  height: 430px;
  z-index: 1;
}
.fiche_pdv .fiche_pdv--header .fiche_pdv--map .fiche_pdv--link {
  background-color: #FFFFFF;
  border-radius: 5px;
  color: #d7004d;
  border: 1px solid #d7004d;
  height: unset;
  margin-top: 1em;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: bold;
}
.fiche_pdv .fiche_pdv--header .fiche_pdv--info {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 992px) {
  .fiche_pdv .fiche_pdv--header .fiche_pdv--info {
    flex-basis: 47%;
  }
}
.fiche_pdv .fiche_pdv--header .fiche_pdv--info .fiche_pdv--description {
  margin-bottom: 1em;
}
.fiche_pdv .fiche_pdv--header .fiche_pdv--info .fiche_pdv--moreInfos p {
  margin-bottom: 1em;
}
.fiche_pdv .fiche_pdv--header .fiche_pdv--info .fiche_pdv--actu {
  font-weight: bold;
}
.fiche_pdv .fiche_pdv--horaire {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.fiche_pdv .fiche_pdv--horaire .fiche_pdv--info, .fiche_pdv .fiche_pdv--horaire img {
  flex-basis: 100%;
}
@media all and (min-width: 992px) {
  .fiche_pdv .fiche_pdv--horaire .fiche_pdv--info, .fiche_pdv .fiche_pdv--horaire img {
    flex-basis: 30%;
  }
}
.fiche_pdv .fiche_pdv--horaire img {
  flex-basis: 65%;
  max-width: 700px;
}
.fiche_pdv .fiche_pdv--horaire .fiche_pdv--info .horaire {
  display: flex;
  justify-content: flex-start;
}
.fiche_pdv .fiche_pdv--horaire .fiche_pdv--info .horaire > ul {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 15px;
}
.fiche_pdv .fiche_pdv--horaire .fiche_pdv--info .horaire > ul li {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 10px;
}
.fiche_pdv .fiche_pdv--horaire .fiche_pdv--info .horaire > ul li::before {
  position: absolute;
  content: "";
  background-image: url(../../Img/icons/puce_first_level.svg);
  background-repeat: no-repeat;
  width: 11px;
  height: 13px;
  left: -13px;
  top: 5px;
}
.fiche_pdv .fiche_pdv--horaire .fiche_pdv--info .horaire > ul li ul {
  margin-left: 1rem;
}
.fiche_pdv .fiche_pdv--horaire .fiche_pdv--info .horaire > ul li ul li {
  min-width: 100px;
}
.fiche_pdv .fiche_pdv--horaire .fiche_pdv--info .horaire > ul li ul li::before {
  background: none;
}

.btnTopPage {
  margin-left: 0;
  margin-right: auto;
}
.btnTopPage img {
  transform: rotate(180deg);
  margin-right: 1rem;
}

.pdvContainer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pdvBox {
  display: flex;
  flex-direction: column;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0.5rem;
  padding: 2rem 1.2rem;
  gap: 1rem;
  position: relative;
}
.pdvBox__linkBox {
  position: absolute;
  right: 1.2rem;
  bottom: 1rem;
}
.pdvBox__linkBox--link {
  font-weight: bold;
  margin-right: 0.5rem;
}

.liste-pdv-map .pdv-title {
  font-weight: bold;
}

@media all and (min-width: 992px) {
  .pdvContainer {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pdvBox {
    width: calc(33% - 2rem);
  }
}
.mapLink {
  color: #d7004d !important;
}

/* COLORS */
p {
  color: #2E3E46;
}

.cataloguesContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
}

.catalogue {
  width: calc(25% - 2rem);
  min-height: 345px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0.5rem;
}
@media (max-width: 480px) {
  .catalogue {
    width: 100%;
    min-height: 400px;
    margin: 1rem;
  }
  .catalogue__inner-wrapper {
    height: 390px !important;
  }
  .catalogue img {
    object-fit: contain;
  }
}
.catalogue__inner-wrapper {
  position: relative;
  width: 100%;
  height: 315px;
  border: 8px solid white;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}
.catalogue__inner-wrapper .download-overlay-icon {
  display: none;
}
.catalogue__inner-wrapper:hover .download-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 66, 62, 0.5);
  display: flex;
}
.catalogue__inner-wrapper:hover .download-overlay .download-overlay-icon {
  display: flex;
  margin: auto;
  background-color: #d7004d;
  height: 50px;
  width: 50px;
  cursor: pointer;
}
.catalogue__inner-wrapper:hover .download-overlay .download-overlay-icon img {
  height: 60%;
  display: block;
  margin: auto;
}
@media (max-width: 480px) {
  .catalogue__inner-wrapper:hover .download-overlay .download-overlay-icon img {
    width: 40px;
    height: 40px;
  }
}
.catalogue img {
  width: 100%;
  height: 100%;
}
.catalogue__title {
  color: #2E3E46;
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
  text-decoration: none;
}
