/* My css */
@font-face {
  font-family: "bimbo";
  src: url("../fonts/bimbo/Bimbo.ttf") format("truetype");
}
@font-face {
  font-family: "Neue";
  src: url("../fonts/neuemontreal/NeueMontreal-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Neue";
  font-weight: 200;
  src: url("../fonts/neuemontreal/NeueMontreal-Light.otf") format("opentype");
}
@font-face {
  font-family: "Neue";
  font-weight: 600;
  src: url("../fonts/neuemontreal/NeueMontreal-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Neue";
  font-weight: 700;
  src: url("../fonts/neuemontreal/NeueMontreal-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Neue";
  font-weight: 800;
  src: url("../fonts/neuemontreal/NeueMontreal-Bold.otf") format("opentype");
}
/**/
@font-face {
  font-family: "Freight";
  src: url("../fonts/freight/FreigTexProBook.otf") format("opentype");
}

/**/
* {
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Freight";
}
h6,
h5,
h4,
h3,
h2,
h1,
h6 span,
h5 span,
h4 span,
h3 span,
h2 span,
h1 span,
h6 strong,
h5 strong,
h4 strong,
h3 strong,
h2 strong,
h1 strong,
h6 b,
h5 b,
h4 b,
h3 b,
h2 b,
h1 b,
h6 p,
h5 p,
h4 p,
h3 p,
h2 p,
h1 p {
  font-family: "Neue" !important;
}
*:focus {
  outline: none;
}
html {
  scroll-behavior: smooth;
}

body {
  color: #000000;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
header ul,
footer ul,
.menu-holder ul {
  list-style-type: none;
  padding: 0;
}

header {
  -webkit-box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.primary-menu {
  padding: 4px 10px 0 10px;
  max-width: 1186px;
  margin: 0 auto;
}
.header-logo a {
  margin-top: 15px;
  display: block;
}
.menu-slide {
  position: relative;
  letter-spacing: 0.281px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
}
.menu-slide ul {
  position: absolute;
  /* width: 100%; */
  width: 230px;
  background-color: #fae864;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.menu-slide:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fae864;
  z-index: -1;
}
.menu-slide:hover {
  background-color: #fae864;
  font-weight: 800;
  letter-spacing: normal;
}
.menu-slide.active:hover::before {
  opacity: 0;
}
.menu-slide:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 5;
}
.primary-menu .menu-midle ul .recherche-btn {
  width: 25px;
  padding: 0 0 2px 0;
}
.recherche-btn img {
  width: 100%;
  display: block;
}
.recherche-btn input {
  width: 600px;
  height: 80px;
  background-color: #f0f0f0;
  padding: 0 60px;
  position: absolute;
  top: calc(100% + 50px);
  right: -30px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.recherche-btn.active input {
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
.primary-btn a {
  font-size: 15px;
  line-height: 15px;
  font-family: "Freight";
  font-weight: 600;
  background-color: #ff626e;
  color: #ffffff;
  padding: 14px 10px;
  display: block;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 43px;
}
.primary-btn:hover a {
  text-decoration: none;
}
.primary-btn.active a {
  border-radius: initial;
}
.primary-menu a:hover {
  text-decoration: none;
}
.primary-menu .menu-midle ul li ul li {
  padding: 30px 0;
  margin: 0 19px;
  border-bottom: 2px solid #000000;
  counter-increment: my-awesome-counter;
  font-weight: initial;
  letter-spacing: 0.281px;
  display: block;
  font-family: "Neue";
}
.primary-menu .menu-midle ul li ul li span {
  font-family: "Neue";
}
.primary-menu .menu-midle ul li ul li:hover,
.primary-menu .menu-midle ul li ul li:hover span {
  font-weight: 800;
  letter-spacing: normal;
  font-family: "Neue";
}
.primary-menu .menu-midle ul li ul li::before {
  content: counter(my-awesome-counter) ". ";
}
.primary-menu .menu-midle ul li ul li:last-child {
  border-bottom: none;
}
.primary-btn-holder a {
  display: none;
}
.primary-btn-holder ul {
  overflow: hidden;
  padding-top: 12px;
}
.primary-btn-holder ul li {
  float: right;
}
.primary-btn-holder .sub-menu a {
  display: block;
  font-family: "Neue";
}
.primary-btn-holder .sub-menu li {
  border-bottom: none;
  padding: 0;
}
.primary-btn-holder .sub-menu li::before {
  content: none;
}
.primary-mob-menu-head {
  padding: 25px 20px;
  -webkit-box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.primary-mob-menu-head .header-logo {
  padding-top: 4px;
}
.menu-icon {
  display: inline-block;
  cursor: pointer;
}
.primary-btn-holder .sub-menu li {
  margin: 0 7px;
}
.menu-icon a {
  width: 40px;
}

.bar1,
.bar2,
.bar3 {
  width: 40px;
  height: 4px;
  background-color: #000000;
  margin: 0 0 6px 0;
  transition: 0.4s;
  display: block;
  border-radius: 6px;
}
.bar3 {
  margin: 0 0 3px 0;
}
.primary-btn-holder.change .bar1 {
  -webkit-transform: rotate(25deg) translate(1px, 12px);
  transform: rotate(25deg) translate(1px, 12px);
  width: 46px;
}

.primary-btn-holder.change .bar2 {
  opacity: 0;
}

.primary-btn-holder.change .bar3 {
  -webkit-transform: rotate(-25deg) translate(0px, -10px);
  transform: rotate(-25deg) translate(0px, -10px);
  width: 46px;
}
.menu-icon .text {
  font-size: 13px;
  line-height: 13px;
  display: block;
  text-align: center;
}
.menu-icon a:hover {
  text-decoration: none;
}
.primary-mob-menu-content {
  position: fixed;
  top: 125px;
  left: 0;
  width: 100%;
  height: calc(100% - 125px);
  z-index: 99;
  padding: 40px 35px;
  background-color: #ffffff;
}
.primary-menu .menu-midle a {
  display: none;
}
.primary-menu .menu-midle ul li {
  display: inline-block;
  padding: 18px 20px 22px 18px;
}
.primary-menu .menu-midle ul li a {
  display: initial;
  position: relative;
  font-family: "Neue";
}
.primary-btn-holder ul li:nth-child(1) {
  display: none;
}
/**/
.slider-box-content {
  margin: 0 auto;
  height: 615px;
  width: 100%;
  max-width: 1165px;
  background-size: cover;
  background-position: top right;
  padding-bottom: 60px;
}
.slider-box-btn {
  font-size: 21px;
  line-height: 21px;
  padding: 19px;
  font-weight: 600;
  margin-left: 110px;
  background-color: #ff626e;
  color: #ffffff;
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 59px;
  font-family: "Neue";
}
.slider-box-btn:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #ec5c68;
}
.slider-box-holder {
  margin: 0 auto 0 0;
  text-align: left;
}
.slider-box-holder h2 {
  padding: 20px 0 0 80px;
  font-size: 50px;
  line-height: 64px;
  font-weight: 800;
  max-width: 650px;
}
.slider-box-holder h2 span {
  z-index: 2;
  position: relative;
}
.slider-box-holder span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 100%;
  height: 38px;
  background-color: #fae864;
  z-index: -1;
  bottom: -5px;
  height: 32px;
}
.slider-box-holder span.style2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 100%;
  height: 38px;
  background-color: #ffffff;
  z-index: -1;
}
.slider-box-holder p {
  max-width: 550px;
  padding: 42px 0 50px 110px;
  font-size: 17px;
  line-height: 26px;
}
.slider-box-holder h2,
.slider-box-holder p {
  margin-bottom: 0;
  font-family: "Neue";
}
.section1 {
  padding-bottom: 66px;
}
.sec1 {
  max-width: 1165px;
  margin: 0 auto;
  position: relative;
  width: 90%;
}
.media-container {
  overflow: hidden;
  -webkit-transform: rotate(-90deg) translateX(15%);
  -ms-transform: rotate(-90deg) translateX(15%);
  transform: rotate(-90deg) translateX(15%);
  position: fixed;
  top: 580px;
  z-index: 9;
  right: -100px;
}
.media-container p,
.media-container .media-link {
  float: left;
}
.media-container p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
  padding-top: 8px;
  margin-right: 7px;
}
.media-container .media-link {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 20px;
  margin: 0 7px;
  text-align: center;
  background-color: transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transform: rotate(90deg);
}
.media-container .media-link:hover {
  background-color: #fae864;
  text-decoration: none;
}
.media-container .media-link img {
  display: block;
  margin: 0 auto;
  width: 20px;
}
.slider-box-content-mob {
  display: none;
}
.sec2 {
  margin: 0 auto 0 auto;
  padding: 70px 0 90px 0;
  text-align: center;
  background-color: #ffe7dc;
  position: relative;
}
.sec2 h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 50px;
}
.sec2 p {
  font-size: 17px;
  line-height: 26px;
  max-width: 1033px;
  margin: 0 auto 0 auto;
}
.personne-box {
  position: relative;
  max-width: 264px;
  height: 428px;
  overflow: hidden;
  margin: 0 auto;
}
.personne-box img {
  display: block;
  width: 100%;
}
.personne-box .personne-box-content.active {
  top: 0;
}
.personne-box .personne-box-content {
  position: absolute;
  top: calc(100% - 83px);
  left: 0;
  right: 0;
  height: 100%;
  background-color: #facec6;
  text-align: left;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.slider2 {
  margin: 50px auto 0 auto;
  max-width: 1165px;
}
.personne-box-content {
  padding: 20px 27px 50px 27px;
}
.personne-box-content h4 {
  font-size: 17px;
  line-height: 24px;
  cursor: pointer;
  margin-bottom: 8px;
}
.personne-box-content h4 b {
  font-size: 20px;
}
.personne-box-content h4 span {
  font-size: 30px;
  float: right;
  font-weight: 200;
}
.personne-box-content h5 {
  font-size: 14px;
  line-height: 16px;
  padding-left: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid #000000;
  margin-bottom: 0;
}
.personne-box-content p {
  font-weight: 200;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  height: 260px;
  padding-top: 40px;
  margin-bottom: 30px;
}
.personne-box-content a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-decoration: underline;
  display: block;
}
.slider2-next:focus,
.slider2-prev:focus {
  outline: 0 !important;
}
.slider2-next,
.slider2-prev {
  top: unset !important;
  width: 18px !important;
  height: 33px !important;
  background-color: transparent !important;
  position: absolute !important;
  right: 10px !important;
  bottom: -55px !important;
  background-image: url("../images/arrow2.png") !important;
  -webkit-transform: unset !important;
  transform: unset !important;
}
.slider2-prev {
  right: 50px !important;
  left: unset !important;
  opacity: 0.2 !important;
  -webkit-transition-duration: 0.3s !important;
  -o-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
  -webkit-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}
.slider2-prev:hover {
  opacity: 1 !important;
}
.sec3-container {
  max-width: 1024px;
  margin: 0 auto;
}
.sec3 {
  padding: 80px 20px 320px 20px;
}
.sec3-container h3 {
  border-bottom: 1px solid #000000;
  text-align: left;
  margin-right: 25px;
  padding: 25px 7px 25px 0;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  margin-bottom: 0;
}
.sec3-container #btnBox2,
.sec3-container #btnBox4 {
  margin-left: 25px;
  margin-right: 0;
}
.sec3-container h3 span {
  float: right;
}
.sec3-text-holder {
  width: 55%;
}
.sec3-img-holder {
  width: 45%;
}
.sec3-holder {
  background-color: #fae864;
  padding: 50px;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  margin-top: -1px;
}
.sec3-img-holder div {
  max-width: 400px;
}
.sec3-img-holder div img {
  display: block;
  width: 100%;
}
.sec3-text-holder p {
  font-size: 17px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 20px;
}
.sec3-text-holder a {
  display: block;
  font-size: 17px;
  font-weight: 800;
  text-decoration: underline;
  margin-bottom: 30px;
}
.sec3-container h3.active {
  color: #fae864;
}
.sec3-container h3.active span {
  background-color: #fae864;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #000000;
  margin-top: -4.5px;
  margin-right: -8px;
  padding: 4px 0 0 0;
}
.sec3-container h2 {
  font-size: 40px;
  line-height: 55px;
  font-weight: 800;
  text-align: left;
}
.sec3-container h2 span {
  z-index: 2;
  position: relative;
}
.sec3-container h2 span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -14px;
  width: 103%;
  height: 26px;
  background-color: #fae864;
  z-index: -1;
}
.sec5 {
  padding: 90px 20px 120px 20px;
  position: relative;
}
.sec5-container {
  margin: 0 auto;
  max-width: 1054px;
  padding: 0 15px;
  text-align: left;
}
.sec5-container h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  padding-left: 15px;
}
.sec5-container h2 span,
.sec7-container h2 span {
  z-index: 2;
  position: relative;
}
.sec5-container h2 span::after,
.sec7-container h2 span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0px;
  width: 100%;
  height: 22px;
  background-color: #f75156;
  z-index: -1;
}
.article {
  background-color: #ffffff;
  max-width: 310px;
  margin: 0 auto;
}
.article .img {
  max-height: 245px;
  overflow: hidden;
}
.article img {
  display: block;
  width: 100%;
  max-height: 245px;
}
.article .article-container {
  padding: 19px;
  text-align: left;
}
.article .article-txt {
  overflow: hidden;
  max-height: 175px;
  min-height: 175px;
}
.article h5 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
}
.article h4 {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 25px;
  font-weight: 800;
}
.article p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.article a.plus-a {
  display: block;
  text-align: right;
}
.article a,
.article a:hover {
  text-decoration: none;
}
.article a.plus-a span:first-child {
  text-align: left;
}
.article a.plus-a span:last-child {
  font-size: 30px;
  line-height: 30px;
  font-weight: 200;
}
.slider3 {
  margin: 75px auto 0 auto;
  max-width: 1024px;
}
.article-p {
  padding: 0 5px;
}

.sec7 {
  padding: 40px 20px 30px 20px;
}
.sec7-container h2 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 60px;
}
.sec7-holder {
  max-width: 1166px;
}
.soutenir-box {
  max-width: 240px;
}
.soutenir-box .img {
  margin-left: 0;
  margin-right: auto;
  height: 100px;
}
.soutenir-box .img img {
  display: block;
  height: 90%;
}
.soutenir-box h5 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 40px;
  font-weight: 800;
  min-height: 50px;
}
.soutenir-box p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px;
  min-height: 150px;
}
.soutenir-box a {
  padding: 18px 23px;
  display: inline-block;
  margin: 0 auto 0 0;
  min-width: 125px;
  text-align: left;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 54px;
}
.soutenir-box a,
.soutenir-box a:hover {
  text-decoration: none;
}
.soutenir-box a:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.sec8 {
  padding: 90px 20px 80px 20px;
}
.sec8-container {
  text-align: center;
}

.sec8-container h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 auto 30px auto;
  font-weight: 800;
}
.sec8-container h5 {
  max-width: 460px;
  font-size: 14px;
  line-height: 25px;
  margin: 0 auto 40px auto;
}
.sec8-container .form,
.form {
  max-width: 558px;
  margin: 0 auto;
  padding-bottom: 25px;
  height: 82px;
  overflow: hidden;
}
.sec8-container .form input[type="email"],
.form input[type="email"] {
  width: calc(100% - 169px);
  font-size: 14px;
  padding: 0 34px;
}
.sec8-container .form input[type="submit"],
.form input[type="submit"] {
  width: 169px;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}

.sec8-container .form input,
.form input {
  height: 100%;
  float: left;
}
.form-style1 .form input[type="submit"] {
  background-color: #f75156;
}
.form-style1 .form input[type="email"] {
  border-bottom: 1px solid #f75156;
  border-left: 1px solid #f75156;
  border-top: 1px solid #f75156;
}
.sec8-container .form input[type="email"]::-webkit-input-placeholder,
.sec8-container .form input[type="email"]:-ms-input-placeholder,
.sec8-container .form input[type="email"]::placeholder {
  color: #000000;
}
.mc4wp-response p {
  max-width: 300px;
  font-size: 14px;
  line-height: 25px;
  margin: 0 auto 20px auto;
}

.footer-media a {
  display: block;
  width: 29px;
  font-size: 29px;
  line-height: 29px;
  color: #000000;
  text-align: center;
}
.footer-media a,
.footer-media a:hover {
  text-decoration: none;
}
.footer-media a img {
  display: block;
  width: 100%;
}
.footer-media {
  max-width: 270px;
  margin: 25px auto 0 auto;
}
footer {
  padding: 80px 40px 60px 40px;
  background-color: #ffffff;
  text-align: left;
}
.footer-list {
  max-width: 1100px;
}
.footer-list .header-logo {
  margin-right: 90px;
}
.footer-list .header-logo a {
  margin-top: 0;
}
.footer-list a,
.footer-list a:hover {
  text-decoration: none;
}
.footer-list .footer-title1 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 800;
}
.footer-list .footer-title1 li {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 7px;
}
.footer-list .footer-title1 li span:last-child:hover {
  text-decoration: underline;
}
.footer-list .footer-title1 li:first-child {
  margin-top: 35px;
  margin-bottom: 0;
}
.footer-list .footer-title2 li:first-child {
  margin-bottom: 7px;
}
.footer-list .footer-title1 a {
  cursor: context-menu;
}
.footer-list .footer-title1 li a span {
  cursor: pointer;
}
.footer-list .footer-title2 a {
  opacity: 0;
  visibility: hidden;
}
.footer-list .footer-title2 li a {
  opacity: 1;
  visibility: visible;
}
.footer-list .cursor a {
  cursor: pointer;
}
.footer-list .cursor a:hover {
  text-decoration: underline;
}
.sec4 {
  padding: 0 40px 0 40px;
}
.sec4-container {
  max-width: 1166px;
  margin: 0 auto;
  padding-top: 380px;
}
.sec4-part1 {
  margin-top: calc(-380px + -227px);
  height: 520px;
  padding: 90px 70px 0 70px;
}
.sec4-part1 h4 {
  font-size: 36px;
  line-height: 49px;
  font-weight: 800;
  margin-bottom: 30px;
}
.sec4-part1 h4 span {
  z-index: 2;
  position: relative;
}
.sec4-part1 h4 span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 100%;
  height: 21px;
  background-color: #fae864;
  z-index: -1;
}
.sec4-part1 p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 30px;
}
.sec4-part1 a {
  display: inline-block;
  padding: 13px 24px 13px 18px;
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 56px;
}
.sec4-part1 a img {
  display: inline-block;
  width: 31px;
  margin-right: 15px;
}
.sec4-part1 a:hover {
  text-decoration: none;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.sec4-holder {
  width: 513px;
  margin-left: auto;
}
.podcasts-container {
  padding-top: 67px;
  padding-left: 72px;
}
.podcasts-footer {
  overflow: hidden;
  padding-top: 22px;
}
.podcasts-footer p {
  float: left;
  margin-right: 16px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}
.podcasts-footer img {
  float: left;
  display: block;
  width: 100%;
  max-width: 70px;
  margin-right: 20px;
}
.podcasts-header {
  text-align: left;
}
.podcasts-header h5 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 25px;
}
.podcasts-header p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 35px;
  margin-right: auto;
  margin-left: 0;
  max-width: 420px;
}
.podcasts-img {
  width: 486px;
  margin-left: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.podcasts-img img {
  width: 100%;
  display: block;
}
.podcasts-img-holder {
  padding-top: 95px;
  position: relative;
  height: 640px;
  overflow: hidden;
}
.podcasts-header img {
  display: none;
}
.podcast-music {
  position: relative;
}
.audio-url,.audio-url2
/* ,.audiojs */ {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
/**/
.perso {
  cursor: pointer;
}
.audiojs .scrubber {
  /* display: none; */
}
.audiojs {
  width: 100%;
  background: transparent;
  background-image: none;
  box-shadow: none;
  position: absolute;
}
.podcast-music-container a {
  position: relative;
  z-index: 99;
}
.audiojs .time {
  color: transparent;
  float: right;
  height: 16px;
  line-height: 16px;
  margin: 3px ​0px 0px 0px;
  padding: 0px 20px 0px 0px;
  border-left: 0;
  font-size: 0;
  opacity: 0;
}
.audiojs .time.active,
.audiojs.playing .time {
  opacity: 1;
}
.audiojs .time strong {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  padding-top: 4px;
}
.audiojs .scrubber {
  height: 2px;
  background: #000000;
  position: absolute;
  float: unset;
  width: 100%;
  margin: 0;
  left: 0;
  bottom: 0;
  border-top: 0;
}
.audiojs .loaded {
  display: none;
}
.audiojs .progress {
  background: #fae864;
  background-image: #fae864;
  position: absolute;
  top: 0px;
  left: 0;
  height: 2px;
  margin-top: 0;
}
.audiojs .play-pause {
  width: 20px;
  height: 13px;
  padding: 4px 6px;
  padding: 0;
  border-right: 0;
  margin-top: 8px;
  float: right;
  margin-right: 30px;
}
.podcast-music-container .audiojs p {
  width: 20px;
  height: 13px;
}
.audiojs .play {
  background-position: top left;
}
.audiojs .pause {
  background-position: bottom left;
}
.podcast-music-container button {
  display: none;
}
/**/
.start-audio {
  width: 13px;
  height: 18px;
  background-image: url("../images/playpause.png");
}
.podcast-music-container.paused .start-audio {
  background-position: bottom left;
}
.download-audio {
  width: 18px;
  height: 18px;
  background-image: url("../images/download.png");
}
.download-audio,
.start-audio {
  background-position: top left;
  background-color: transparent;
  background-size: cover;
  display: block;
}
.download-audio:focus,
.start-audio:focus {
  outline: 0;
}
.podcast-music-container {
  padding-top: 27px;
  height: 72px;
}
.podcasts-body {
  height: 288px;
  overflow: scroll;
}
.podcast-music-container p {
  width: 43px;
}
.info-audio {
  padding-top: 3px;
  margin-top: 4.5px;
}
.podcast-music-container button {
  margin-left: 20px;
  margin-right: 13px;
  padding-top: 4.5px;
  margin-top: 4.5px;
}
.podcast-music-container h5 {
  margin-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 204px;
  position: relative;
  z-index: 2;
}
.podcast-music-container h4 {
  font-size: 24px;
  line-height: 24px;
  padding-right: 8px;
  font-weight: 600;
  position: relative;
}
.podcast-music-container h5,
.podcast-music-container h4,
.podcast-music-container p {
  margin-bottom: 0;
}
.podcast-music-container h5,
.podcast-music-container h4 {
  float: left;
}
.podcast-music-container a,
.podcast-music-container button,
.podcast-music-container p {
  float: right;
}
.podcast-music-container p,
.podcast-music-container h5 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  padding-top: 4px;
}
.podcast-bar {
  margin-top: 19px;
  width: 100%;
  height: 2px;
  background-color: #000000;
  float: left;
  display: none;
}
.podcast-bar-progress {
  margin-right: auto;
  width: 0;
  height: 2px;
  background-color: #fae864;
}
.podcast-music-container h4 {
  z-index: 2;
}
.podcast-music-container h4 .img {
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 56px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: -7px;
  height: 17px;
  z-index: -1;
}
.podcast-music-container h4.paused .img {
  background-image: url(../images/cartouche.png);
}
.podcast-details {
  position: absolute;
  z-index: 2;
  height: calc(100% - 230px);
  overflow: auto;
  padding-left: 80px;
  margin-top: 90px;
  margin-bottom: 40px;
  overflow: auto;
}
.podcast-details-part1 {
  height: 181px;
  overflow: hidden;
}
.podcast-details-part1 img {
  width: 181px;
  display: block;
  float: left;
}
.podcast-details-part1 .podcast-details-txt {
  width: calc(100% - 181px);
  padding-left: 24px;
  height: 100%;
  float: left;
  text-align: left;
}
.podcast-details-part1 .podcast-details-txt h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.podcast-details-part1 .podcast-details-txt h5 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.podcast-details-part2 {
  padding-top: 34px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
}
/**/
.progress-holder {
  height: 17px;
  width: 315px;
  position: absolute;
  bottom: 40px;
  right: 33px;
}
.progress-holder p {
  font-weight: 600;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  margin: 0 27px;
  float: left;
}
.progress {
  margin-top: 6px;
  display: block;
  width: calc(100% - 154px);
  height: 5px;
  border-radius: 5px;
  overflow: hidden;
  float: left;

  background-color: #cbcbcb;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
.header-btn-open {
  z-index: 5;
  position: absolute;
  background-color: #ff626e;
  padding: 26px 28px;
  right: 17px;
  top: 59px;
  width: 280px;
  color: #ffffff;
  text-align: center;
}
.buttons-holder {
  margin-bottom: 19px;
}
.buttons-holder button,
.buttons-holder p {
  text-align: center;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
  color: #ffffff;
}
.buttons-holder button {
  padding: 10px 17px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: transparent;
  font-family: "Neue";
}
.buttons-holder button:hover,
.buttons-holder button.active {
  background-color: rgba(255, 255, 255, 0.3);
}
.buttons-holder p {
  padding: 0 8px;
  font-size: 12px;
}
.prices-holder {
  margin-bottom: 12px;
}
.prices-holder button {
  font-size: 27px;
  line-height: 27px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  padding: 12px 10px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: transparent;
  font-family: "Neue";
}
.prices-holder button span,
.prices-holder button span sup {
  font-family: "Neue";
}
.prices-holder button:hover,
.prices-holder button.active {
  background-color: rgba(255, 255, 255, 0.3);
}
.prices-holder button sup {
  font-size: 16px;
  font-weight: 400;
}
.header-btn-open a,
.header-btn-open a:hover {
  display: block;
  color: #ff626e;
  text-decoration: none;
  font-size: 19px;
  line-height: 19px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #ffffff;
  font-weight: 600;
  padding: 20px 5px;
  font-family: "Neue";
}
.header-btn-open a:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.header-btn-open p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
  margin-top: 16px;
  text-align: left;
  font-family: "Neue";
}
.header-btn-open p span {
  font-family: "Neue";
}
.input-holder {
  position: relative;
  height: 36px;
}
.input-holder label {
  position: absolute;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  top: 3px;
  right: 0;
  font-family: "Neue";
}
.input-holder input[type="number"] {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 9px;
  width: 100%;
  color: #ffffff;
  font-family: "Neue";
}
.input-holder input[type="number"]:focus,
.buttons-holder button:focus,
.prices-holder button:focus {
  outline: 0;
}
.input-holder input[type="number"]::-webkit-input-placeholder {
  color: #ffffff;
}
.input-holder input[type="number"]::-moz-placeholder {
  color: #ffffff;
}
.input-holder input[type="number"]:-ms-input-placeholder {
  color: #ffffff;
}
.input-holder input[type="number"]::-ms-input-placeholder {
  color: #ffffff;
}
.input-holder input[type="number"]::placeholder {
  color: #ffffff;
}
.input-holder input::-webkit-outer-spin-button,
.input-holder input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.input-holder input[type="number"] {
  -moz-appearance: textfield;
}
.brd1 {
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  height: 42px;
}
.info-audio {
  text-decoration: none;
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  float: right;
  margin-left: 0;
  margin-right: 14px;
  display: block;
  padding-top: 0 !important;
}
.info-audio:hover {
  text-decoration: none;
}
.footer-list .footer-title1 li a span:first-child {
  font-weight: 800;
}
.header-btn.active a img {
  transform: rotate(180deg);
}
.sec2 .progress-holder,
.sec5 .progress-holder {
  bottom: 37px;
}
.sec2 .progress-holder p:last-child,
.sec5 .progress-holder p:last-child {
  margin: 0 auto;
  width: 100%;
}
.close-audio {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 0px;
  width: 34px;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 0;
  padding-top: 2px;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-weight: 200;
  z-index: 999;
}
.close-audio:focus {
  outline: 0;
}
.page-container {
  padding: 0 40px;
}
.page-holder {
  max-width: 942px;
  margin: 0 auto;
  padding: 120px 0 40px 0;
}
.menu-holder {
  width: 100%;
  max-width: 290px;
}
.content-holder {
  width: calc(100% - 290px);
  text-align: left;
}
.content-holder h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 30px;
}
.content-holder h2 span {
  z-index: 2;
  position: relative;
}
.content-holder h2 span::after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: 0;
  width: 100%;
  height: 27px;
  background-color: #fae864;
  z-index: -1;
}
.contenu {
  background-color: #ffffff;
  padding: 18px 30px 34px 30px;
}
.contenu h5 {
  font-size: 15px;
  line-height: 26px;
  font-weight: 200;
  margin-bottom: 15px;
}
.contenu p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 26px;
}
.contenu p strong {
  font-weight: 600;
}
.contenu p:last-child {
  margin-bottom: 0;
}
.contenu .img1 {
  display: block;
  width: 100%;
  margin-bottom: 33px;
}
.contenu2 {
  margin-bottom: 36px;
}
.contenu2 img {
  max-height: 249px;
  width: 100%;
  display: block;
  margin-left: 33px;
}
.contenu2 p {
  margin-bottom: 0;
}
.actualite-holder .article-p {
  padding: 0;
}
.actualite-holder .article {
  width: 100%;
  max-width: 260px;
}
.content-holder h3 {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 26px;
  margin-top: 26px;
  font-weight: 800;
}

.actualite-holder .article .article-container {
  padding: 16px;
}

.actualite-holder .article h5,
.actualite-holder .article h4,
.actualite-holder .article p {
  text-align: left;
}
.actualite-holder .article h4 {
  font-size: 16px;
  margin-bottom: 18px;
}
.slide-menu li {
  padding: 22px 0;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  font-family: "Neue";
  border-bottom: 2px solid #000000;
}
.slide-menu li:hover a,
.slide-menu li.active a {
  font-weight: 800;
}
.slide-menu li:hover a span,
.slide-menu li.active a span {
  font-weight: 800;
}
.slide-menu li a,
.slide-menu li a span {
  font-family: "Neue";
  font-weight: normal;
}
.slide-menu li a,
.slide-menu li a:hover {
  text-decoration: none;
}
.slide-menu li:hover a,
.slide-menu li.active a {
  padding-left: 29px;
  display: block;
}
.slide-menu li:hover,
.slide-menu li.active {
  font-weight: 800;
}
.slide-menu li:hover .span-bg,
.slide-menu li.active .span-bg {
  width: 39px;
  height: 10px;
  background-color: #ff626e;
  display: block;
  float: left;
  margin-right: -10px;
  margin-top: 6px;
}

.slide-menu li:first-child {
  padding-top: 0;
}
.slide-menu li:last-child {
  border-bottom: 0;
}
.slide-menu {
  margin-right: 55px;
}
.actus-container .article-p {
  margin-bottom: 52px;
}
main {
  position: relative;
}
.page-holder h2 {
  text-align: left;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 25px;
}
.page-holder h2 span {
  z-index: 2;
  position: relative;
}
.page-holder h2 span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -2px;
  width: calc(100% + 4px);
  height: 22px;
  background-color: #fae864;
  z-index: -1;
}
.categories-container {
  position: relative;
}
.categories-container h4 {
  float: right;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 17.5px;
}
.categories-container h4 b {
  font-size: 18px;
}
.categories-container button {
  background-color: transparent;
  transform: rotate(90deg);
  width: 10px;
  float: right;
  margin-right: 8px;
  margin-left: 16px;
  margin-top: 17.5px;
}
.categories-container button:focus {
  outline: 0;
}
.categories-container button img {
  width: 100%;
  display: block;
}
.categories-container select {
  float: right;
  margin-top: 15.5px;
  font-size: 18px;
  background-color: transparent;
  font-weight: 800;
  margin-left: 6px;
}
.hide-sub {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.button-read-more {
  width: 100%;
  background-color: #ffefe8;
  color: #000000;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
  padding: 20px 10px;
}
.button-read-more:focus {
  outline: 0;
}
.button-read-more:hover {
  background-color: #fcded1;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}
.mob-article {
  overflow: hidden;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 18px;
}
.mob-article-1,
.mob-article-2 {
  float: left;
}
.mob-article-1 {
  width: 123px;
}
.mob-article-2 {
  width: calc(100% - 123px);
}
.mob-article-1 img {
  width: 100%;
  display: block;
}
.article .mob-article-1 h5 {
  text-align: left;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 0;
  margin-top: 18px;
  font-weight: normal;
  color: #cbcbcb;
}
.mob-article-2 h4 {
  font-size: 18px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 0;
  margin-left: 18px;
}
.search-holder {
  background-color: #ffe7dc;
  padding: 114px 40px 50px 40px;
}
.search-form-container {
  max-width: 908px;
  position: relative;
  margin: 0 auto;
}
.search-form-container input[type="search"] {
  height: 82px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  text-align: left;
  font-family: "Freight";
  color: #000000;
  border-radius: 0;
  border: 0;
}
.search-form-container input[type="search"]:hover,
.search-form-container input[type="search"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(165, 141, 130, 0.25);
}
.search-form-container #searchbtn2 {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 23px;
  right: 26px;
  background-color: transparent;
  background-image: url("../images/recherche2.png");
  background-position: center;
  background-size: cover;
}
.search-form-container #searchbtn2:focus {
  outline: 0;
}
/* clears the ‘X’ from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.post-container {
  background-color: #ffffff;
  padding: 0 40px 0 40px;
}
.post-container.active {
  padding: 0 40px 114px 40px;
}
.post-holder {
  max-width: 905px;
  margin: 0 auto;
}
.post-content {
  display: block;
  border-bottom: 1px solid #000000;
  padding-top: 58px;
  padding-bottom: 33px;
  text-align: left;
  position: relative;
}
.post-content:last-child {
  margin-bottom: 114px;
}
.post-content h5 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
  overflow: hidden;
}
.post-content h5 .span-title {
  width: 150px;
  /* height: 12px; */
  float: left;
  display: block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.post-content h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 25px;
  max-width: 590px;
  margin-right: auto;
}
.post-content p {
  max-width: 590px;
  margin-right: auto;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}
.post-content:hover {
  text-decoration: none;
}
.post-content h4 {
  position: absolute;
  bottom: 33px;
  right: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
.result-num {
  padding: 47px 0 0 0;
  font-size: 26px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.result-num span {
  font-size: 34px;
  font-weight: 800;
}
#searchbtn {
  position: absolute;
}
.result-num.active {
  visibility: visible;
  opacity: 1;
  position: inherit;
}
.result-num2 {
  padding: 47px 0 0 0;
  font-size: 26px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}
/**/
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  background: none;
  height: auto;
  padding: 0;
  width: auto;
  border: 0;
}

.custom-select select {
  display: none;
  /* hide original SELECT element: */
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 27px;
  height: 15.5px;
  background-image: url("../images/arrow5.png");
  background-size: cover;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  background-image: url("../images/arrow6.png");
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #000000;
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
  padding-right: 45px;
  font-weight: 800;
  font-size: 18px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
#categoriesSelectBtn {
  display: none;
}
.header-logo a img {
  display: block;
  width: 88%;
}
.header-logo a {
  width: 181.3px;
}
h2 .couleur-rouge-option1::after,
h3 .couleur-rouge-option1::after,
.podcasts-header h5 .couleur-rouge-option1::after {
  background-color: #941414;
}
h2 .couleur-rouge-option2::after,
h3 .couleur-rouge-option2::after,
.podcasts-header h5 .couleur-rouge-option2::after {
  background-color: #d62b24;
}
h2 .couleur-rouge-option3::after,
h3 .couleur-rouge-option3::after,
.podcasts-header h5 .couleur-rouge-option3::after {
  background-color: #fa4f52;
}
h2 .couleur-rose-option1::after,
h3 .couleur-rose-option1::after,
.podcasts-header h5 .couleur-rose-option1::after {
  background-color: #ff878c;
}
h2 .couleur-rose-option2::after,
h3 .couleur-rose-option2::after,
.podcasts-header h5 .couleur-rose-option2::after {
  background-color: #e3b5a8;
}
h2 .couleur-rose-option3::after,
h3 .couleur-rose-option3::after,
.podcasts-header h5 .couleur-rose-option3::after {
  background-color: #facfc4;
}
h2 .couleur-rose-option4::after,
h3 .couleur-rose-option4::after,
.podcasts-header h5 .couleur-rose-option4::after {
  background-color: #ffe8de;
}
h2 .couleur-jaune::after,
h3 .couleur-jaune::after,
.podcasts-header h5 .couleur-jaune::after {
  background-color: #f9e44f;
}
h2 .couleur-blanc::after,
h3 .couleur-blanc::after,
.podcasts-header h5 .couleur-blanc::after {
  background-color: #ffffff;
}
h2 span,
h3 span,
.podcasts-header h5 span {
  z-index: 2;
  position: relative;
}
h2 span::after,
h3 span::after,
.podcasts-header h5 span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 100%;
  height: 38px;
  z-index: -1;
}
.article-img {
  height: 13.08vw;
  background-color: #ffffff;
}
.sec7-holder .row .col-12:nth-child(3) .img img {
  height: 76px;
}
.sec7-holder .row .col-12:nth-child(1) .img img {
  height: 72px;
}
.sec7-holder .row .col-12:nth-child(2) .img img {
  height: 90px;
}
.sec7-holder .row .col-12:nth-child(4) .img img {
  height: 64px;
}
.default-page {
  background-color: #ffe7dc;
}
.wp-block-embed__wrapper iframe {
  margin: 0 auto;
  display: block;
}
.content-holder .contenu p a {
  text-decoration: underline;
  color: #0073aa;
  word-wrap: break-word;
}
.content-holder .wp-block-button a {
  text-decoration: none;
}
.wp-block-button.alignright,
.wp-block-buttons.alignright {
  text-align: right;
}
.wp-block-button.alignleft,
.wp-block-buttons.alignleft {
  text-align: left;
}
.contenu ul li,
.contenu ul li a {
  font-size: 16px;
  line-height: 26px;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-size: 20px !important;
  color: #212529 !important;
  font-weight: 800 !important;
  text-align: left !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  text-align: left !important;
}
.ewd-ufaq-post-margin-symbol {
  display: none !important;
}
.ufaq-faq-body {
  padding-left: 35px !important;
}
.ufaq-faq-title-text {
  background-color: #ff626e;
  width: 90%;
  margin: 0 auto;
  float: none !important;
}
.ufaq-faq-body {
  width: 90%;
  margin: 0 auto;
}
.remove-2 ul li:nth-last-child(2) img,
.remove-2 ul li:nth-last-child(1) img {
  display: none;
}
.remove-2 ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.content-holder .wp-block-button a {
  font-family: "Neue";
}

.remove-1 ul li:nth-last-child(1) img {
  display: none;
}
.remove-1 ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.hrf-faq-list article:last-child {
  opacity: 0;
  display: none;
}
.sec6 {
  margin: 0 auto 0 auto;
  padding: 70px 0 90px 0;
  text-align: center;
  background-color: #ffe7dc;
  position: relative;
}
.sec6 h2 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 800;
  font-family: "Neue";
}

.sec6 h2 span {
  z-index: 2;
  position: relative;
  font-weight: 800;
  font-family: "Neue";
}
.sec6 h2 span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0px;
  width: 100%;
  height: 15px;
  background-color: #f9e44f;
  z-index: -1;
}
.sec6 p,
.sec6 .p,
.sec6 .p p {
  font-size: 22px;
  font-family: "Neue";
  margin-bottom: 0;
}
.sec6 .p {
  margin-bottom: 20px;
}
/**/
.img-personne-holder {
  overflow: hidden;
  height: 182px;
  position: relative;
}
.personne-box {
  height: auto;
  width: 199px;
  margin-bottom: 20px;
}
.personne-box .personne-box-content-2 {
  height: 62px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
}
.personne-box .personne-box-content-2 p,
.personne-box .personne-box-content-2 a {
  display: none;
}
.personne-box-content h4 b {
  font-size: 17px;
}
.personne-box-content {
  padding: 13px 10px 13px 10px;
}
.personne-box-content h4 {
  font-size: 17px;
  line-height: 17px;
  margin-bottom: 4px;
}
.personne-box-content h5 {
  padding-bottom: 0;
  border-bottom: 0;
}
.black-box {
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.span {
  font-size: 20px;
  line-height: 19px;
  bottom: 10px;
  right: 10px;
  position: absolute;
}
.personne-box .personne-box-content-3 {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  padding: 28px 32px 34px 32px;
}
.personne-box-3 {
  width: 90%;
  max-width: 345px;
  margin: 0 auto;
  height: 100%;
}
.slider22 {
  margin: 50px auto 0 auto;
  height: calc(100% - 77px);
}
.slider22 .slick-list,
.slider22 .slick-track {
  height: 100%;
}
.personne-box-content-3 h4 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 8px;
}
.personne-box-content-3 p {
  font-family: "Neue";
  font-weight: 400 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  height: auto;
}
.personne-box-content-3 h5 {
  border-bottom: 1px solid #000000;
  padding-bottom: 14px;
}
.personne-box-content-3 p {
  font-weight: 200;
  font-size: 18px;
  line-height: 24px;
}
.personne-box-content a {
  font-size: 18px;
  line-height: 24px;
  font-family: "Neue";
  font-weight: 400;
}
.max-1024 {
  max-width: 1024px;
  margin: 0 auto;
}
.slider22 .slick-prev,
.slider22 .slick-next {
  top: unset;
  bottom: 10px;
  opacity: 1;
  z-index: 99;
}
.slider22 .slick-prev {
  left: calc(50% - 55px);
}
.slider22 .slick-prev::after {
  content: "<";
  font-size: 18px;
  line-height: 18px;
  color: #000000;
}
.slider22 .slick-next::after {
  content: ">";
  font-size: 18px;
  line-height: 18px;
  color: #000000;
}
.slider22 .slick-next {
  right: calc(50% - 55px);
}
.progress-22 {
  width: 90%;
  max-width: 345px;
  right: 50%;
  -webkit-transform: translate(50%);
  -ms-transform: translate(50%);
  transform: translate(50%);
  bottom: 48px !important;
}
.popup-bg {
  position: fixed;
  background-color: #ffffff;
  top: 81px;
  height: calc(100% - 81px);
  left: 0;
  width: 100%;
  z-index: 9999;
}
.personne-box-4 {
  max-width: 350px !important;
  width: 100%;
}
.personne-box .personne-box-content-4 {
  position: unset;
  padding: 20px 27px 50px 27px;
}
.span3 {
  text-align: right;
  font-size: 42px;
  line-height: 21px;
  display: block;
  transform: rotate(45deg) translate(-11%, -530%);
  cursor: pointer;
}
.slider2-b {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.personne-box-content-4 h4 {
  font-size: 17px !important;
  line-height: 17px !important;
}
.personne-box-content-4 h4 b {
  font-size: 17px !important;
}
.personne-box-content h5 {
  font-size: 14px !important;
  line-height: 16px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid #000000 !important;
}
.personne-box-content p {
  font-size: 14px !important;
  line-height: 22px !important;
  font-family: "Neue";
  font-weight: 400 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 9 !important;
  -webkit-box-orient: vertical !important;
  height: auto !important;
}
.personne-box-content h4 .span8 {
  display: none;
}
.personne-box-content h4 .span7 {
  display: block;
}
.slick-active .personne-box-content h4 .span7 {
  display: none;
}
.slick-active .personne-box-content h4 .span8 {
  display: block;
}
.loading .loading {
  display: block;
  background-position: top left;
}
.personne-box-content-4 p {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.caldera-grid .form-control:focus {
  border-color: #ff626e !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%),
    0 0 8px rgba(255, 98, 110, 0.6) !important;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgba(255, 98, 110, 0.6) !important;
}
.caldera-grid .btn-default {
  background-color: #f9e44f !important;
  color: #000000 !important;
  font-size: 1.125em !important;
  padding: 0.667em 1.333em !important;
  font-family: "Neue" !important;
  border: 0 !important;
  border-radius: 1.55em !important;
}
.mail-img {
  width: 28px !important;
}
