/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@import url("css/composants.css");
/* REBOOT BOOTSTRAP */
.container,
.container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

/* REBOOT COMPONENTS/FORM */
select,
select:focus {
  /*margin: 5px 0;*/
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #dfd7cd;
  border: none;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  outline: none;
}

select:focus {
  font-size: inherit !important;
}

option {
  font-family: "Roboto", sans-serif;
  color: #000;
  background-color: #fff;
  font-weight: 500;
}

.select-wrapper {
  position: relative;
  margin-bottom: 10px;
}

.select-wrapper::after {
  content: "";
  height: 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-60%);
  width: 20px;
  background: url("https://www.formation-alternance-vendee.com/wp-content/uploads/2021/01/down-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.select-wrapper select {
  padding-right: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

input[type="submit"] {
  background-color: #ceab5d;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.post-password-form {
  text-align: center;
  padding: 40px 20px;
}
.sub-form-pro,
.lab-form-pro {
  margin: 0 10px;
}
.sub-form-pro {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .post-password-form {
    padding: 60px 20px;
  }
  .sub-form-pro {
    margin-top: 0;
  }
}
/*TYPO*/
.entry-title {
  margin-bottom: 50px;
  text-align: center;
}

h1,
h2,
h3,
h4 {
  margin-top: 20px;
  line-height: 40px;
}

h2,
h4,
h1.entry-title {
  font-family: "Roboto Slab", serif !important;
  font-weight: 700 !important;
}

h1,
h3 {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 33px;
}

h2.sm {
  font-size: 28px !important;
}
.h2 {
  font-size: 18px !important;
  font-family: "Roboto Slab", serif !important;
}
h3 {
  font-size: 24px !important;
}
h4,
.h4 {
  font-size: 20px !important;
}

p a,
p a:focus {
  /*font-size: 14px;*/
  color: #ceab5d;
  text-decoration: none;
  transition: all 0.3s;
}

p a:hover {
  color: #671721;
  text-decoration: underline;
}

[class*="-bg"] p a,
[class*="-bg"] li a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}
[class*="-bg"] .menu li a {
  text-decoration: none;
}

[class*="-bg"] p a:hover {
  color: inherit;
  text-decoration: underline;
}
p,
li {
  font-size: 16px;
}
.les-mfr li {
  margin-bottom: 15px;
}
a p,
a h3 {
  color: #000;
}
.cpt {
  font-family: "Roboto Slab", serif;
  font-size: 60px;
  color: #ceab5d;
  margin: 0;
}

.white-list ul,
.red-list ul,
.gold-list ul {
  margin: 0;
  margin-left: 15px;
  margin-bottom: 1rem;
}

.white-list ul li::marker,
.red-list ul li::marker,
.gold-list ul li::marker {
  font-size: 18px;
}
.fs-14 p {
  font-size: 14px !important;
}
.fs-12 {
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .h2 {
    font-size: 33px !important;
  }
}
/* CHIFFRES */
.ff-chiffre,
.ff-ss-chiffre {
  font-size: 30px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.ff-ss-chiffre {
  font-size: 13px;
  margin: 0;
  padding-left: 15px;
}
@media screen and (min-width: 992px) {
  .ff-chiffre,
  .ff-ss-chiffre {
    font-size: 96px;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
  }

  .ff-ss-chiffre {
    font-size: 22px;
    text-transform: uppercase;
    padding-left: 0px;
    line-height: 22px;
  }

  .ff-chiffre.sm {
    font-size: 50px;
  }

  .ff-ss-chiffre.sm {
    font-size: 16px;
  }
}

/* COULEUR */
.white {
  color: #fff !important;
}

.white-list li::marker {
  color: #fff;
}

.red-list li::marker {
  color: #671721;
}

.gold-list li::marker {
  color: #ceab5d;
}

.gold-bg {
  background-color: #c1a66b;
}

.blue-bg {
  background-color: #8490a6;
}

.green-bg {
  background-color: #909b25;
}

.red-bg {
  background-color: #671721;
}

.white-bg {
  background-color: #fff;
}

.grey-bg {
  background-color: rgba(223, 215, 205, 0.25);
}
.gradient-grey-bg {
  background: linear-gradient(180deg, #ffffff 50%, rgba(223, 215, 205, 0.25) 50%);
}
.gold-list a:not(.arrow) {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s;
}
.red-list a:not(.arrow) {
  color: #fff !important;
  text-decoration: underline;
}
.c {
  color: red;
}
.gold-list a:not(.arrow):hover,
.red-list a:hover {
  color: #671721 !important;
}
/* ALIGNEMENT/CONTAINER */
.pad {
  padding: 0 15px;
}

.my {
  margin: 80px 0;
}

.my-min {
  margin: 40px 0;
}

.my-max {
  margin: 50px 0;
}

.mb {
  margin-bottom: 40px;
}

.is-contain,
.is-contain-stretch {
  padding: 0 15px;
}

.img-sm {
  height: 350px;
  object-fit: cover;
  object-position: top;
}
@media screen and (min-width: 992px) {
  .is-contain {
    max-width: 1440px;
    margin: 60px auto;
    padding: 100px 160px;
  }

  .is-contain-stretch {
    max-width: 1440px;
    margin: 60px auto;
    padding: 0 230px;
  }

  .my-max {
    margin: 100px 0;
  }

  .pad {
    padding: 0;
  }
  .text-col {
    column-count: 2;
    column-gap: 10rem;
  }
}

/* IMAGES FLOTTANTES */
.float-img {
  position: absolute;
  z-index: 2;
}

/* ANIMATION IMG */
.wrapper::after {
  /* content: ''; */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
  display: block;
  transition: width 0.6s cubic-bezier(1, 0, 0, 1);
}

.wrapper.left::after {
  right: 0;
}

.wrapper.right::after {
  left: 0;
}

.wrapper.left.in-viewport::after,
.wrapper.right.in-viewport::after {
  width: 0;
}

.animate .float-img img,
.animate img.eclats {
  opacity: 0;
  transition: opacity 1s ease-in;
}

.animate.in-viewport .float-img img,
.animate.in-viewport img.eclats {
  opacity: 1;
}

/* FIL D'ARIANE */
.breadcrumb {
  padding: 0rem 2rem !important;
  margin-top: 30px !important;
  background-color: #fff !important;
  font-family: "Roboto", sans-serif !important;
}

.breadcrumb li,
.breadcrumb li a {
  color: #000 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none !important;
}

.breadcrumb li::after {
  padding: 0 15px;
}

/* STYLE BURGER */
.line {
  width: 30px;
  height: 3px;
  background-color: #000;
  display: block;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.line:nth-child(2) {
  width: 20px;
}

/* MOBILE MENU */
.side-nav {
  overflow: hidden;
  position: fixed;
  z-index: 9;
  height: 100dvh;
  width: 0 !important;
  background-color: #fff;
  top: 0;
  left: 0;
  transition: width 0.2s;
  opacity: 0;
  transition: opacity 0.6s;
}

.is-active {
  overflow-y: hidden;
}

.is-active .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.is-active .line:nth-child(2) {
  opacity: 0;
}

.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.is-active .burger-contain {
  z-index: 99;
}

.is-active .side-nav {
  width: 100% !important;
  transition: width 0.2s;
  overflow: scroll;
  opacity: 1;
  transition: opacity 0.6s;
}

/* MOBILE MENU ITEM */
ul#mobile-menu,
ul#mobile-menu ul,
.extend-mobile-menu {
  list-style: none;
  margin: 0;
}

ul#mobile-menu > li {
  text-align: center;
}

ul#mobile-menu > li,
.extend-mobile-menu li {
  border-bottom: 10px solid #fff;
}

.extend-mobile-menu li {
  background-color: #000;
}

ul#mobile-menu > li > a,
.extend-mobile-menu li a,
.extend-mobile-menu li.rdv a {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 25px 50px;
  background-color: #dfd7cd;
}

.extend-mobile-menu li.rdv a {
  text-align: center;
  background-color: #c1a66b;
}

.extend-mobile-menu li a {
  background-color: #000;
  color: #dfd7cd;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 15px 25px;
}

.extend-mobile-menu li a img {
  margin-right: 15px;
}

#mobile-menu ul.sub-menu {
  display: none;
  text-align: left;
  padding: 0 10px;
}

#mobile-menu ul.sub-menu li {
  padding: 0 30px;
}

#mobile-menu ul.sub-menu li:hover {
  background-color: rgba(206, 171, 93, 0.5);
}

#mobile-menu ul.sub-menu a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  padding: 25px 0;
}

#mobile-menu ul.sub-menu li:not(:last-child) a {
  border-bottom: 1px solid #000;
}

#mobile-menu ul.sub-menu li:first-child a::before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 10px solid #000;
  position: absolute;
  top: -5px;
}

#mobile-menu .cta-menu a {
  text-align: center;
  background-color: #ceab5d;
  border: 6px solid black !important;
  text-transform: uppercase;
}

/* MENU */
.menu-inner-left {
  padding: 25px 45px 25px 25px;
}

@media screen and (min-width: 1024px) {
  header.desktop-menu {
    padding: 20px 0 0;
  }

  .menu-inner-right {
    padding: 0 60px !important;
  }

  .menu-inner-right p {
    font-size: 42px;
    line-height: 54px;
    color: #ceab5d;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 0;
    padding-left: 15px;
  }

  .picto-menu {
    padding-bottom: 40px;
  }

  .picto-menu ul {
    list-style: none;
  }

  .menu-inner-right .picto-menu a {
    color: #000;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    display: block;
    font-weight: 700;
  }

  .menu-inner-right .picto-menu a:hover {
    color: #ceab5d;
    transition: color 0.3s;
  }

  .menu-inner-right .picto-menu a img {
    width: 30px;
    margin-right: 5px;
    border-radius: 50px;
  }

  .picto-menu ul > li {
    padding: 10px 20px;
    position: relative;
  }

  .picto-menu ul > li:first-child {
    padding-left: 0;
  }

  .picto-menu ul > li:not(:first-child):not(:last-child) a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 20px;
    border-right: 1px solid black;
  }

  .picto-menu ul > li:last-child {
    background-color: #c1a66b;
  }

  .picto-menu ul > li:last-child a:hover {
    color: #fff;
  }

  .menu-inner-right .picto-menu a:hover img {
    box-shadow: 0px 0px 10px rgba(154, 135, 114, 0.6);
  }

  .menu-inner-left {
    padding: 0 0 10px 0;
  }

  ul#menu-principal {
    display: flex;
  }

  .menu-principal-container ul {
    list-style: none;
    margin: 0;
  }

  .sub-menu {
    position: absolute;
    transform: scaleY(0);
    width: 100%;
    text-align: left;
    transform-origin: top;
  }

  ul#menu-principal > li {
    position: relative;
    text-align: center;
    padding: 0 40px 20px;
  }

  ul#menu-principal > li a {
    font-size: 16px;
    padding: 20px 15px;
    color: #000;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }

  ul#menu-principal > li:first-child {
    padding-left: 0;
  }

  ul#menu-principal > li:not(:first-child) a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 25px;
    border-right: 1px solid black;
  }

  ul#menu-principal > li:hover {
    cursor: pointer;
  }

  .current-menu-parent > a {
    color: #ceab5d !important;
    text-decoration: underline !important;
  }

  /*SOUS-MENU*/
  .sub-menu > li a::before {
    display: none;
  }

  ul#menu-principal .sub-menu > li a {
    text-transform: none;
  }

  ul#menu-principal > li:hover .sub-menu {
    transform: scaleY(1);
    margin-top: 20px;
    left: -10%;
    width: 120%;
    transition: transform 0.3s ease;
    transform-origin: top;
  }

  ul#menu-principal > li:first-child:hover .sub-menu {
    left: calc(-10% - 30px);
  }

  ul.sub-menu {
    background-color: #fff;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.25);
    z-index: 9;
  }

  ul.sub-menu li {
    border-bottom: 1px solid #ceab5d;
  }

  ul.sub-menu li:hover {
    background-color: rgba(206, 171, 93, 0.5);
    transition: all 0.3s;
  }

  ul.sub-menu li a {
    display: block;
    width: 100%;
  }

  ul.sub-menu li a:hover {
    text-decoration: none;
  }

  ul.sub-menu li:first-child {
    border-top: 10px solid black;
  }

  ul#menu-principal .cta-menu {
    text-align: center;
    background-color: #ceab5d;
    border: 6px solid black !important;
  }

  ul#menu-principal .cta-menu a {
    text-transform: uppercase !important;
  }
}

/*ML - PDC - PLAN*/
.textuelle {
  padding: 30px 15px;
  max-width: 1440px;
  margin: 0 auto;
}

.textuelle h3 {
  margin: 60px 0 20px;
}
.textuelle .breadcrumb {
  margin-bottom: 50px;
}
.wrap-html-sitemap h3 {
  display: none;
}
@media screen and (min-width: 992px) {
  .textuelle {
    padding: 100px 180px;
  }
}

/* CTA */
.cta {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  max-width: 400px;
  text-transform: uppercase;
  text-align: center;
  padding: 25px 35px;
  color: #000;
  background-color: #ceab5d !important;
  border: 2px solid #ceab5d !important;
  font-family: "Roboto", sans-serif;
  transition: all 0.3s;
}

.gold-bg .cta {
  background-color: #d1c19e !important;
  border: 2px solid #d1c19e !important;
}

.green-bg .cta {
  background-color: #aeb36d !important;
  border: 2px solid #aeb36d !important;
}

.blue-bg .cta {
  background-color: #aab1c2 !important;
  border: 2px solid #aab1c2 !important;
}

.red-bg .cta {
  background-color: #ad5860 !important;
  border: 2px solid #ad5860 !important;
}

.cta.grey {
  color: #fff;
  background-color: #8490a6 !important;
  border: 2px solid #8490a6 !important;
}

.cta.sm {
  font-size: 13px;
  padding: 15px 20px;
}

.custom-tooltip .cta.sm {
  padding: 10px;
}

.cta:hover {
  background-color: transparent !important;
  transition: all 0.3s;
  color: #000 !important;
  text-decoration: none;
  border: 2px solid #ceab5d;
}

[class*="-bg"]:not(.grey-bg) .cta:hover {
  border: 2px solid white !important;
  color: #fff !important;
}

.cta.arrow {
  position: relative;
  display: inline-block;
  margin: 70px 0 40px;
}

.cta.arrow::before {
  content: "";
  background: url(https://www.formation-alternance-vendee.com/wp-content/uploads/2020/12/fleche-cta.svg);
  background-size: cover;
  background-position: center;
  height: 55px;
  width: 12px;
  position: absolute;
  top: -45px;
  left: calc(50% - 6px);
}

.cta.arrow:hover::before {
  animation-name: shake-vertical;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-delay: 0s;
}

[class*="-bg"]:not(.grey-bg) .cta.arrow::before {
  background: url(https://www.formation-alternance-vendee.com/wp-content/uploads/2020/12/fleche-cta-white.svg);
  background-size: cover;
  background-position: center;
}

/* ANIM CTA */
@keyframes shake-vertical {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  98% {
    transform: translate(0px, -10px) rotate(0deg);
  }
}

/* 404 */
.not-found {
  position: relative;
  height: 90vh;
  padding: 100px 15px;
}

.not-found > div {
  height: 100%;
}

.not-found span {
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.prise {
  position: absolute;
}

.prise.left {
  top: 0;
}

.prise.right {
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .not-found span {
    font-size: 96px;
  }
}

/* HOMEPAGE */
.banniere {
  max-width: 1440px;
}
@media screen and (max-width: 480px) {
  .banniere {
    max-width: 100%;
  }
}
.bloc-header {
  text-align: center;
}

.bloc-header a {
  position: relative;
  margin: 0 !important;
  margin-top: auto !important;
  height: 80px;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 15px 5px !important;
}

.bloc-header h4 {
  margin: 40px 0;
}

.bloc-header img {
  margin: 0 0 50px;
}

.slider-chiffres span,
.slider-chiffres p {
  font-size: 96px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.slider-chiffres p {
  font-size: 22px;
}

.slider-chiffres .slick-slide {
  padding: 0 35px;
}

.slider-chiffres .slick-dots li {
  border-radius: 50px;
  border: 2px solid #ceab5d;
  width: 15px;
  height: 15px;
}

.slider-chiffres .slick-dots li.slick-active {
  background-color: #ceab5d;
}

.actu-item.hp {
  background-color: transparent;
  box-shadow: none;
}
.actu-item.hp:hover {
  background-color: transparent;
}
.actu-item.hp a {
  color: #fff;
}
.actu-item.hp a:hover {
  text-decoration: none;
  color: #fff;
}
.slider-actu-hp .left-arrow {
  position: absolute;
  left: -10%;
  top: 50%;
  transform: translateY(-50%);
}

.slider-actu-hp .right-arrow {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
}
.slider-actu-hp .slick-dots {
  bottom: -40px !important;
}

.slider-actu-hp .slick-dots li button:before {
  display: none;
}

.slider-actu-hp .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #000;
}

.slider-actu-hp .slick-dots li.slick-active {
  background-color: #000;
}

@media screen and (min-width: 1200px) {
  .bloc-header a {
    width: 66%;
    margin: 20px 40px !important;
  }

  #search-hp {
    height: 450px;
    background: url("https://www.formation-alternance-vendee.com/wp-content/uploads/2020/12/pouce.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .slider-chiffres .slick-dots li {
    display: none;
  }
}

/* HEADER */
.header-img,
.header-img-xl {
  height: 35vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top !important;
}

.header-img-xl {
  height: 70vh;
}

/* LES MFR */
.mfr-item {
  margin-bottom: 50px;
}
.mfr-item a:hover {
  text-decoration: none;
}
.mfr-item-container {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  background-color: #f7f5f2;
}
.mfr-item-container:hover {
  background-color: #fff;
  transition: all 0.3s;
}
.mfr-item-img {
  height: 200px;
}

.mfr-item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.mfr-item-inner {
  padding: 20px 50px 40px 50px;
}

.slider-mfr .slick-dots {
  bottom: 15px !important;
}

.slider-mfr .slick-dots li button:before {
  display: none;
}

.slider-mfr .slick-dots li {
  width: 65px;
  height: 4px;
  background-color: #fff;
}

.slider-mfr .slick-dots li.slick-active {
  background-color: #ecc747;
}

.slider-mfr.slick-slider,
.slider-chiffres.slick-slider {
  overflow-x: hidden;
}

.slider-temoignage .img-slider {
  height: 500px;
  object-fit: cover;
}

.slider-temoignage .left-arrow {
  position: absolute;
  left: -7%;
  top: 50%;
  transform: translateY(-50%);
}

.slider-temoignage .right-arrow {
  position: absolute;
  right: -7%;
  top: 50%;
  transform: translateY(-50%);
}

.slider-temoignage .slick-list {
  overflow-y: visible;
}

.embed-responsive {
  border: 10px solid #c1a66b;
}

@media screen and (min-width: 992px) {
  .slider-temoignage .contain-img-slider {
    min-height: 80vh;
  }
}
/* INSERTION PROFESSIONNELLE*/
@media screen and (min-width: 992px) {
  .translate {
    transform: translateY(-40px);
  }
}

/* JPO */
.card-columns.list-date-jpo .card {
  border: none;
}

.card-columns.list-date-jpo .card p:first-child {
  font-weight: 500;
  font-size: 24px;
}

@media screen and (min-width: 992px) {
  .card-columns.list-date-jpo {
    column-count: 4;
    column-gap: 3rem;
  }
}

.rounded-picto img {
  width: 100%;
}

.rounded-picto {
  display: flex;
  height: 90px;
  width: 90px;
  padding: 20px;
  border-radius: 100px;
  background-color: #dfd7cd;
  margin-bottom: 10px;
}

.pastille-jpo {
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  transform: rotate(5deg);
  padding: 50px;
  background-color: #ceab5d;
  border-radius: 100%;
  position: absolute;
  right: 15px;
  bottom: 50px;
}

.pastille-jpo h1,
.pastille-jpo h2 {
  font-size: 24px;
  font-family: "Roboto Slab", sans-serif !important;
  font-weight: 600 !important;
}

#jpo-chiffre .chiffre span {
  color: #ceab5d;
  font-size: 96px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

#jpo-chiffre .chiffre p {
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  font-weight: 700;
}

#bas-page p:last-child {
  font-size: 24px;
  font-weight: 500;
}

.eclat-lr {
  position: relative;
}

.eclat-lr:before,
.eclat-lr:after {
  display: none;
  content: "";
  height: 100%;
  width: 200px;
  position: absolute;
  left: -200px;
  background: url(https://www.formation-alternance-vendee.com/wp-content/uploads/2021/01/eclat-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.eclat-lr:after {
  background: url(https://www.formation-alternance-vendee.com/wp-content/uploads/2021/01/eclat-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -200px;
  left: auto;
}

@media screen and (min-width: 992px) {
  .eclat-lr:before,
  .eclat-lr:after {
    display: block;
  }

  .pastille-jpo {
    width: 400px;
    height: 400px;
    right: 50px;
  }

  .pastille-jpo h1,
  .pastille-jpo h2 {
    font-size: 34px;
  }
}

/* MAP */
.mapsvg-map-container {
  border: 10px solid #909b25;
}

.mapsvg-directory-item {
  padding: 0 30px !important;
  font-family: "Roboto", sans-serif !important;
  color: black !important;
}

.mapsvg-category-item:hover,
.mapsvg-directory-item:hover {
  background-color: #fff !important;
}

.item-map {
  padding: 30px;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

.mapsvg-directory-item:first-child .item-map {
  border-top: 2px solid #000;
}

.mapsvg-directory-item:last-child .item-map {
  border-bottom: 2px solid #000;
}

.mapsvg-controller-view-content {
  padding: 10px 0 !important;
}

.mapsvg-directory-item h3 {
  font-size: 24px;
  font-weight: 500 !important;
}

.custom-tooltip {
  padding: 0 30px 30px 30px;
}

/*.nano-content {
    display: flex;
    align-items: center;
}*/

.mapsvg-mobile-modal-close {
  background-color: #ceab5d !important;
}

.nano-pane {
  background-color: #fff !important;
}

.nano-slider {
  background-color: #909b25 !important;
  border-radius: 0px !important;
}

/*FILTRES*/
.mapsvg-filters-wrap [class^="col-"] {
  max-width: 100%;
}

.mapsvg-data-form-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mapsvg-data-form-view .form-group {
  flex-basis: 100%;
  z-index: 1;
}

.mapsvg-data-form-view .form-group label {
  display: none;
}

.mapsvg-filters-wrap .select2-container .select2-selection--single {
  background-color: #dfd7cd;
  border-radius: 0px;
  border: none;
  height: 55px !important;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px !important;
}

.select2-selection__rendered,
.ginput_container_select {
  text-align: center;
  position: relative;
}

.select2-selection__rendered::after,
.ginput_container_select::after {
  content: "";
  height: 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-60%);
  width: 20px;
  background: url("https://www.formation-alternance-vendee.com/wp-content/uploads/2021/01/down-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.select2-selection__placeholder {
  color: #000 !important;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-results > .select2-results__options {
  text-align: center;
  font-weight: 700;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(206, 171, 93, 0.5) !important;
  color: #000 !important;
}

.select2-results__option[aria-selected] {
  border-bottom: 1px solid #dfd7cd;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  float: left !important;
}

@media screen and (min-width: 992px) {
  .mapsvg-data-form-view .form-group {
    flex-basis: 48%;
  }
}

/*SST*/
.slider-temoignage-sst .left-arrow {
  position: absolute;
  bottom: -15px;
}

.slider-temoignage-sst .right-arrow {
  position: absolute;
  right: 0;
  bottom: -15px;
}
.picto-rs a {
  margin-right: 20px !important;
}
/*ARCHIVE ACTU*/
.actu-item {
  background-color: #f7f5f2;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
}
.actu-item:hover {
  background-color: #fff;
  transition: all 0.3s;
}
.actu-item:hover .cta-form span {
  background-color: #dfd7cd;
  transition: all 0.3s;
  color: #000;
}
.actu-item:hover .cta-form {
  text-decoration: none;
}
.actu-item:hover .cta-form::after {
  background-color: #dfd7cd;
  transition: all 0.3s;
}
.actu-item a {
  color: #000;
}
.actu-item a:hover {
  text-decoration: none;
  color: #000;
}
.actu-item img {
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.prev.page-numbers,
.next.page-numbers {
  display: none;
  position: absolute;
}
.prev.page-numbers {
  left: 25%;
}
.next.page-numbers {
  right: 25%;
}
.page-numbers {
  padding: 0 10px;
  color: #c4c4c4;
}
.page-numbers.current {
  color: #000;
}
.page-numbers:hover {
  text-decoration: none;
  color: #000;
  transition: all 0.2s;
}
@media screen and (min-width: 992px) {
  .prev.page-numbers,
  .next.page-numbers {
    display: inline;
  }
}
/*PAGE ACTU*/
.slider-actu .left-arrow {
  position: absolute;
  left: -15%;
  top: 50%;
  transform: translateY(-50%);
}

.slider-actu .right-arrow {
  position: absolute;
  right: -15%;
  top: 50%;
  transform: translateY(-50%);
}
.slider-actu .slick-dots {
  bottom: 15px !important;
}

.slider-actu .slick-dots li button:before {
  display: none;
}

.slider-actu .slick-dots li {
  width: 65px;
  height: 4px;
  background-color: #fff;
}

.slider-actu .slick-dots li.slick-active {
  background-color: #ecc747;
}
/* FORMATION INTERNE */
.toggle-formation-interne button {
  width: 100%;
  background-color: #dfd7cd;
  padding: 15px !important;
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  border-radius: 0;
}
.toggle-formation-interne button:hover {
  background-color: #dfd7cd;
  color: #000000;
}
.formation-interne-inner {
  padding: 15px;
  background-color: #dfd7cd;
  color: black;
  border-top: 2px solid black;
}
.toggle-formation-interne button:not(.collapsed)::after {
  content: "-";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  font-style: normal;
  font-size: 50px;
  line-height: 25px;
}
.toggle-formation-interne button.collapsed::after {
  content: "+";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  font-style: normal;
  font-size: 40px;
  line-height: 20px;
}
/* PARTENAIRES */
.logo-partenaire-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.logo-partenaire {
  margin: 20px;
}
.logo-partenaire img {
  max-height: 100px;
}
@media screen and (min-width: 768px) {
  .logo-partenaire {
    margin: 50px;
  }
}

/* REUSSITE AUX EXAMS */
.tab-content {
  border-radius: 0px 0px 8px 8px;
  box-shadow: 2px 3px 20px rgba(79, 86, 14, 0.4);
}
.reussite ul {
  display: flex;
}
.reussite ul li {
  flex: 1;
  border-radius: 8px 8px 0px 0px;
}
.reussite ul li:not(:last-child) {
  margin-right: 3px;
}
#g-reussite a.nav-link {
  border: none;
  background-color: rgba(144, 155, 37, 0.3);
  color: #000;
  text-align: center;
  font-weight: 500;
}
#g-reussite a.nav-link.active {
  background-color: #909b25;
  color: #fff;
}
#g-reussite .number {
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 56px;
  margin-bottom: 10px;
}
#g-reussite .diplome-name {
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
#r-reussite a.nav-link {
  border: none;
  background-color: #d1b9bc;
  color: #000;
  text-align: center;
  font-weight: 500;
}
#r-reussite a.nav-link.active {
  background-color: #671721;
  color: #fff;
}
#r-reussite .number {
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 96px;
  margin-bottom: 10px;
}
#r-reussite .diplome-name {
  font-family: "Roboto Slab", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
table,
tr,
td {
  border: none;
  margin: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}
td,
th {
  padding: 15px 5px !important;
}
button.result {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 20px 5px;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-weight: 700;
  background-color: #8490a6;
  color: #fff;
}
button.result.collapsed::after {
  content: "+";
  font-size: 24px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
button.result::after {
  content: "-";
  font-size: 24px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
button.result.collapsed {
  background-color: #fff;
  color: #000;
}
.tab-result tr td:not(:first-child) {
  width: 20%;
  text-align: center;
}
.tab-head td {
  font-weight: 700;
}
.tab-result tr:nth-child(odd) {
  background-color: #8490a6;
}
.tab-result tr:nth-child(even) {
  background-color: #96a1b3;
}
.contain-button {
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .reussite ul li:not(:last-child) {
    margin-right: 70px;
  }
  table,
  tr,
  td {
    font-size: 14px;
  }
  td,
  th {
    padding: 15px 60px !important;
  }
  button.result {
    padding: 20px 60px;
  }
  .tab-result tr td:not(:first-child) {
    text-align: left;
  }
}

/* LES MFR DE VENDEE */
button.result.psdt {
  background-color: #ceab5d;
  color: #000;
}
.contain-button.psdt {
  border: none;
}
.important-inner {
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.not-important-inner {
  font-size: 12px !important;
}
.desc-video-mfr {
  font-size: 14px;
}
.bloc-logos div p {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .bloc-logos div:not(:last-child) {
    border-right: 1px solid black;
  }
}

/* PAGE PRENDRE RENDEZ-VOUS */

.list-date-jpo-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #dfd7cd;
}
.list-date-jpo-item:nth-child(2n) {
  background-color: #f8f4f0;
}
.list-date-jpo-item .info-sub,
.list-date-jpo-item .info-sus {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
}
.list-date-jpo-item .info-sus {
  gap: 15px;
}
.list-date-jpo-item .info-sus span {
  font-size: 14px;
}
.list-date-jpo-item .info-sub span {
  display: flex;
  align-items: baseline;
}
.list-date-jpo-item .info-sub span .fas {
  margin-right: 15px;
}
.list-date-jpo-item .info-sub a {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}
.jpo-cta-container {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .list-date-jpo-item,
  .list-date-jpo-item .info-sub,
  .list-date-jpo-item .info-sus {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .list-date-jpo-item .info-sus {
    align-items: center;
  }
  .jpo-cta-container {
    margin: auto;
    margin-right: 0;
  }
  .jpo-info-container {
    flex: 1;
  }
  .jpo-address {
    width: 45%;
  }
  .jpo-tel {
    width: 20%;
  }
  .jpo-mail {
    width: 40%;
  }
}
/* BENIN */
.logo-benin img {
  height: 80px;
}

/* FOOTER */
.footer-site {
  background-color: #000;
  color: #fff;
  padding: 40px 60px 0px 60px;
}
.footer-site-bottom {
  padding: 20px 40px;
}
.menu--container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.menu--container:not(:last-child) {
  border-bottom: 1px solid #dfd7cd;
}
.footer-site ul,
.footer-site-bottom ul {
  margin: 0;
  list-style: none;
}
.footer-site-bottom ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-site a {
  color: #fff;
  line-height: 24px;
}
.footer-site-bottom ul li {
  margin-top: 15px;
}
.footer-site-bottom ul a {
  color: #000;
}
.footer-site .gold a:hover {
  color: #ceab5d;
}
.footer-site .red a:hover {
  color: #671721;
}
.footer-site .green a:hover {
  color: #909b25;
}
.footer-site .blue a:hover {
  color: #8490a6;
}
.picto-rs-footer img {
  max-width: 25px;
}
.baseline-footer p {
  font-size: 10px;
}
.contact-footer {
  font-weight: 700;
  font-size: 13px;
  transition: all 0.3s;
}
.contact-footer:hover {
  text-decoration: none;
  color: #ceab5d;
}
.footer-site-bottom .copyright span {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .footer-site {
    padding: 100px 130px 0px 130px;
  }
  .footer-site-bottom {
    padding: 20px 80px;
  }
}

@media screen and (min-width: 1024px) {
  .menu--container:not(:last-child) {
    border-right: 1px solid #dfd7cd;
    border-bottom: none;
  }
  .menu--container {
    padding: 0 45px !important;
  }
  .footer-site-bottom ul {
    justify-content: flex-end;
    flex-direction: row;
  }
  .footer-site-bottom ul li {
    margin-left: 70px;
    margin-top: 0;
  }
}

/* COOKIES */
#cookie-law-info-bar {
  font-family: "Roboto", sans-serif !important;
}

.cli-bar-message {
  margin-bottom: 30px;
}

.cli-plugin-button {
  padding: 20px 30px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.cta-pdc {
  color: #000;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  text-decoration: underline;
}

.cta-pdc:hover {
  color: #000;
}

@media screen and (min-width: 768px) {
  #cookie-law-info-bar {
    width: 450px !important;
  }
}

/* SITEMAP */
.wrap-html-sitemap a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 600;
  line-height: 28px;
}

.wrap-html-sitemap a:hover {
  color: #ceab5d;
  text-decoration: underline;
}

.wrap-html-sitemap h2 {
  margin-bottom: 20px;
}

.wrap-html-sitemap h2:not(:first-child) {
  margin-top: 50px;
}

.wrap-html-sitemap ul.children {
  margin-left: 5.5em;
}

/* TO THE TOP */
.tothetop {
  background-color: #dfd7cd;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  padding: 20px 30px;
  height: 80px;
  width: 180px;
  text-transform: uppercase;
  position: absolute;
  right: 100px;
  top: -40px;
  cursor: pointer;
}

.tothetop::after {
  content: "";
  height: 120px;
  width: 65px;
  background: url("https://www.formation-alternance-vendee.com/wp-content/uploads/2021/02/red-backtotop.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -40px;
  transition: transform 0.3s;
}

.tothetop:hover::after {
  transform: translateY(-10px);
  transition: transform 0.3s;
}

.single-post .inside-article img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.single-post .inside-article iframe {
  display: block;
  margin: auto;
}

.bloc_sans_image iframe {
  display: block;
  margin: auto;
}
