@charset "UTF-8";
/*feuille de style créer par webconcept40*/
@import url("https://fonts.googleapis.com/css2?family=Philosopher&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Advent+Pro&display=swap");
/* Smooth scrolling sur l'entièreté du site */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Philosopher", sans-serif;
  background-color: #fff;
  position: relative;
  animation: fadein 0.8s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
p {
  color: grey;
  font-weight: 400;
}

section {
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Philosopher", sans-serif;
  letter-spacing: 0.3rem;
  color: grey;
}

a {
  transition: 0.3s all ease;
}
a, a:hover {
  text-decoration: none !important;
}

/* Header menu navigation*/
#menu-naviation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 0px 0px;
  background-color: white;
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  /*La présence du mot-clé inset modifie l'ombre afin qu'elle soit tournée vers l'intérieur du cadre */
  box-shadow: inset 0 -2px 2px 0 grey;
}
@media (min-width: 768px) {
  #menu-naviation {
    padding: 10px 0;
  }
}
#menu-naviation .navbar-brand {
  /*partie log si l'on veu mettre du text a la place
  ou si l'image  ne se charge pas.*/
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 800;
  font-size: 2rem;
}
@media (max-width: 991.98px) {
  #menu-naviation .navbar-brand .logo-evimeria {
    padding-left: 20px;
    height: 50px;
    width: 120px;
  }
}
#menu-naviation .navbar-brand.absolute {
  position: absolute;
}
@media (max-width: 991.98px) {
  #menu-naviation .navbar-brand.absolute {
    position: relative;
  }
}
#menu-naviation .navbar-brand span {
  color: #fff;
}
@media (min-width: 768px) {
  #menu-naviation .navbar-brand span {
    color: #ced4da;
  }
}
#menu-naviation .navbar {
  /*parametrage pour une vue inférieur a md*/
  background: none !important;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0px;
  /*parametrage pour une vue supérieur a md*/
}
@media (min-width: 768px) {
  #menu-naviation .navbar {
    padding-top: 0;
    padding-bottom: 0;
    background: none !important;
    position: relative;
    /* border:solid 1px pink; */ /*mode développement*/
  }
}
#menu-naviation .navbar .nav-link {
  /* border:solid 1px green; */ /*mode développement*/
  font-family: "Advent Pro", sans-serif;
  letter-spacing: 2px;
  min-height: 28px;
  margin-top: 30px;
  /* inspiré by grafikart et adapté par webconcept40
  	https://grafikart.fr/tutoriels/hover-souligner-css-1178#
  	dégradé linéaire
  			  linear-gradient aller ver le haut 
  			  commencer aver la couleur à 0%
  			  continuer jusqu'a
  			  d'un coup passé a transparent jusqu'a*
  			  transprent au % pour s'adapter a la taille du texte.
  			  no-reapeat
  			  right bottom / 0 100%   ==  backgroung-size : 0 100% démmarg a droite  à 0% pour finir a 100%
  			  */
  background: linear-gradient(to top, grey 0%, grey 99%, transparent 10.01%) no-repeat right bottom/0 100%;
  transition: background-size 0.8s; /**/
  padding: 0rem 1rem;
  outline: none !important;
  font-size: 1.2rem;
  color: grey !important;
  /*action sur petit ecran*/
}
@media (max-width: 991.98px) {
  #menu-naviation .navbar .nav-link {
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 10px 30px;
  }
}
#menu-naviation .navbar .nav-link:hover {
  color: #39cccc !important;
  background-size: 100% 100%;
}
#menu-naviation .navbar .dropdown-menu {
  font-size: 14px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
  min-width: 13em;
  margin-top: -10px;
}
@media (max-width: 991.98px) {
  #menu-naviation .navbar .dropdown-menu {
    margin-top: 10px;
  }
}
#menu-naviation .navbar .dropdown-menu:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 7px;
}
@media (max-width: 991.98px) {
  #menu-naviation .navbar .dropdown-menu:before {
    display: none;
  }
}
#menu-naviation .navbar .dropdown-menu .dropdown-item:hover {
  background: #39cccc;
  color: #fff;
}
#menu-naviation .navbar .dropdown-menu .dropdown-item.active {
  background: #007bff;
  color: #fff;
}
#menu-naviation .navbar .dropdown-menu a {
  padding-top: 7px;
  padding-bottom: 7px;
  color: grey;
}
#menu-naviation .navbar .icon-reseau {
  display: inline-block;
  width: 135px;
  padding-top: 2.2rem;
}
@media (max-width: 991.98px) {
  #menu-naviation .navbar .icon-reseau {
    padding: 5px 0px 5px 50px;
  }
}
#menu-naviation .navbar .icon-reseau li {
  display: inline;
  list-style: none;
}
#menu-naviation .navbar .icon-reseau a {
  font-size: 1.1rem;
  font-weight: lighter;
  padding: 3px 5px 3px 5px;
  margin-right: 0.5rem;
  border: solid 1px #39cccc;
  border-radius: 4px;
  color: #39cccc;
}
#menu-naviation .navbar .icon-reseau a:hover {
  background-color: #39cccc;
  color: #fff !important;
  box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
}

/*CSS partie parallax */
#parallax {
  display: inline-block;
  width: 100%;
  /* border:solid 1px red; */
  /*La propriété CSS overflow est une propriété raccourcie qui définit comment gérer le dépassement du contenu d'un élément dans son bloc. Elle définit les valeurs des propriétés overflow-x et overflow-y.*/
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  perspective: 1px;
}
#parallax #ecole {
  padding-top: 170px;
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  #parallax #ecole {
    padding-top: 100px;
    padding-bottom: 0px;
  }
}
#parallax #formation {
  padding-top: 170px;
  padding-bottom: 170px;
}
@media (max-width: 991.98px) {
  #parallax #formation {
    padding-top: 100px;
  }
}
#parallax .section {
  position: relative;
  padding: 20% 10%;
  box-sizing: border-box;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 991.98px) {
  #parallax .section {
    height: 350px;
    background-size: 100%;
    background-position: 0px 90px;
    background-repeat: no-repeat;
  }
}
#parallax .text {
  border: solid 1px green;
}
#parallax .section-demi {
  width: 100%;
  height: 400px;
  background-size: 100% 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7), 0 1px 1px rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  #parallax .section-demi {
    height: 150px;
  }
}
#parallax .section-demi-ecole {
  width: 100%;
  height: 400px;
  background-size: 100% 88%;
  background-position: 0px 180px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7), 0 1px 1px rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  #parallax .section-demi-ecole {
    height: 250px;
    background-position: 0px 0px;
    background-size: 100% 35%;
  }
}
#parallax #bg-header-top {
  animation: zoomAnimation 5s linear none;
  /* Définition de l'animation */
  /* englobe toutes les class formation individuelle en break point background */
}
#parallax #bg-header-top .lieux {
  padding-top: 40px;
  font-size: 100%;
  color: white;
  letter-spacing: 0.9rem;
}
@media (max-width: 991.98px) {
  #parallax #bg-header-top .lieux {
    padding-top: 20px;
    font-size: 50%;
    letter-spacing: 0.2rem;
  }
}
@keyframes zoomAnimation {
  from {
    /* Taille de départ de l'image */
    background-size: 105%;
  }
  to {
    /* Taille zoomée de l'image */
    background-size: 100%;
  }
}
#parallax #bg-header-top.img-accueil {
  background-image: url("../images/accueil.jpg");
  background-size: cover;
  background-position: center;
}
@media (min-width: 1200px) {
  #parallax #bg-header-top.img-accueil {
    background-position: 1px 50px;
    max-height: 1200px;
  }
}
@media (min-width: 768px) {
  #parallax #bg-header-top.img-accueil {
    min-height: 500px;
  }
}
#parallax #bg-header-top.img-ecole {
  background-image: url("../images/ecole-evimeria.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 991.98px) {
  #parallax #bg-header-top.img-ecole {
    background-size: 100% 300px;
  }
}
#parallax #bg-header-top.img-formation-rncp {
  background-image: url("../images/formation-rncp.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 991.98px) {
  #parallax #bg-header-top.img-formation-rncp {
    background-size: 100% 188px;
  }

}

#parallax #bg-header-top.bg-onostretch {
  background-image: url("../images/formation/bg-onostretch.jpg");
}
#parallax #bg-header-top.bg-chi-nei-tsang {
  background-image: url("../images/formation/bg-chi-nei-tsang.jpg");
}
#parallax #bg-header-top.bg-sportif {
  background-image: url("../images/formation/bg-sportif.jpg");
}
#parallax #bg-header-top.bg-myofascial {
  background-image: url("../images/formation/bg-onostretch.jpg");
}
#parallax #bg-header-top.bg-amma-assis {
  background-image: url("../images/formation/amma-assis-bg-formation.jpg");
}
#parallax #bg-header-top.bg-reflex-plantaire {
  background-image: url("../images/formation/bg-refelx-plantaire.jpg");
}
#parallax #bg-header-top.bg-cranio {
  background-image: url("../images/formation/bg-cranio.jpg");
}
#parallax #bg-header-top.bg-pierre-chaude-min {
  background-image: url("../images/formation/bg-pierre-chaude.jpg");
}
#parallax #bg-header-top.bg-form-champi-tai {
  background-image: url("../images/formation/champi-tai1.jpg");
}
#parallax #bg-header-top.bg-drainage {
  background-image: url("../images/formation/bg-onostretch.jpg");
  }
#parallax #bg-header-top.bg-shiatsu {
  background-image: url("../images/formation/bg-onostretch.jpg");
  }
#parallax #bg-header-top.bg-abhyanga {
  background-image: url("../images/formation/bg-onostretch.jpg");
  }
#parallax #bg-header-top.bg-californien {
  background-image: url("../images/formation/bg-californien.jpg");
}
#parallax #bg-header-top.bg-relexo-complete {
  background-image: url("../images/formation/bg-relexo-complete.jpg");
}
@media (max-width: 991.98px) {
#parallax #bg-header-top.bg-onostretch, #parallax #bg-header-top.bg-chi-nei-tsang, #parallax #bg-header-top.bg-sportif, #parallax #bg-header-top.bg-myofascial, #parallax #bg-header-top.bg-amma-assis, 
#parallax #bg-header-top.bg-reflex-plantaire, #parallax #bg-header-top.bg-cranio, #parallax #bg-header-top.bg-pierre-chaude-min, #parallax #bg-header-top.bg-form-champi-tai,
#parallax #bg-header-top.bg-drainage, #parallax #bg-header-top.bg-shiatsu, #parallax #bg-header-top.bg-abhyanga, #parallax #bg-header-top.bg-californien, #parallax #bg-header-top.bg-relexo-complete
{
    background-size: cover;
    background-position: center;
  }
}
#parallax #bg-header-mid {
  background-size: cover;
  background-position: center;
}
@media (max-width: 991.98px) {
  #parallax #bg-header-mid {
    background-size: cover;
    background-position: center;
    /* border:solid 1px red; */
  }
}
#parallax #bg-header-mid.img-bg-intercalaire {
  background-image: url("../images/bg-intercalaire.jpg");
  background-size: cover;
  background-position: center;
}
#parallax #bg-header-mid.img-region {
  background-image: url("../images/une-region-v2.jpg");
  background-size: cover;
  background-position: center;
}
#parallax #bg-header-mid.img-equipe {
  background-image: url("../images/une-equipe.jpg");
  background-size: cover;
  background-position: center;
}
#parallax #bg-header-mid-bottom {
  background-image: url("../images/bg-pierre-chaude.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 991.98px) {
  #parallax #bg-header-mid-bottom {
    background-size: cover;
    background-position: center;
    /* border:solid 1px red; */
  }
}
#parallax h1 {
  color: #fff;
  text-align: center;
  font-size: 308%;
}
@media (max-width: 991.98px) {
  #parallax h1 {
    font-size: 78%;
    padding-top: 80px;
    line-height: 30px;
    /* Définition de l'animation */
  }
  #parallax h1.fade-in {
    animation: fadeInAnimation 8s ease forwards;
  }
  @keyframes fadeInAnimation {
    from {
      opacity: 0; /* Début de l'animation avec une opacité de 0 */
    }
    to {
      opacity: 1; /* Fin de l'animation avec une opacité de 1 */
    }
  }
}
#parallax .cadre-fleche {
  margin: auto;
  padding: auto;
  margin-top: 10vh;
  margin-bottom: 5vh;
  width: 42px;
  height: 35vh;
  /* border:solid 1px red; */
  position: relative;
}
@media (max-width: 991.98px) {
  #parallax .cadre-fleche {
    display: none;
  }
}
#parallax .cadre-fleche .fleche-vertical {
  margin: auto;
  padding: auto;
  width: 1px;
  border-right: solid 2px white;
  height: 100%;
}
#parallax .cadre-fleche .triangle {
  position: absolute;
  bottom: -1.8rem;
  left: 0.77rem;
  font-size: 200%;
  color: #fff;
  letter-spacing: 2vh;
}
#parallax .article {
  padding-top: 4vh;
  margin-bottom: 4vh;
  position: relative;
  height: auto;
}
@media (max-width: 991.98px) {
  #parallax .article {
    margin-bottom: 0px;
    padding-top: 0px;
  }
}
#parallax .article h2 {
  float: center;
  color: grey;
}
#parallax .article p {
  text-align: justify;
  padding: 0px 0px;

}
#parallax .bg-vague {
  background-image: url("../images/vagues.png");
  background-repeat: no-repeat;
  height: 100px;
  background-size: 10vh 3vh;
}
#parallax .bg-vague.bg-vague--ecole {
  background-position: 24% 60%;
}
@media (max-width: 991.98px) {
  #parallax .bg-vague.bg-vague--ecole {
    background-position: 18% 60%;
  }
}
#parallax .bg-vague.bg-vague--financement {
  background-position: 50% 60%;
}
@media (max-width: 991.98px) {
  #parallax .bg-vague.bg-vague--financement {
    background-position: 45% 58%;
  }
}
#parallax .bg-vague.bg-vague--bot-left {
  background-position: 0% 84%;
}
@media (max-width: 991.98px) {
  #parallax .bg-vague.bg-vague--bot-left {
    background-position: 0% 120px;
  }
}
#parallax .bg-vague.bg-vague--bot-center {
  background-position: 40% 55%;
}
@media (max-width: 991.98px) {
  #parallax .bg-vague.bg-vague--bot-center {
    background-position: 30% 55%;
  }
}
#parallax .tiret {
  width: 20vh;
  height: 1px;
  display: inline-block;
  border-bottom: solid 1px grey;
  margin-bottom: 0.5vh;
}

#financement {
  padding-top: 80px;
}
@media (max-width: 991.98px) {
  #financement {
    margin-top: 40px;
    padding-top: 0px;
  }
}

#financement .formation h1, #financement .centre-formation-agree h1, #financement .organisme-de-financement h1, #contact .formation h1, #contact .centre-formation-agree h1, #contact .organisme-de-financement h1 {
  height: 120px;
  width: 100%;
  /* border:solid 1px red; */
}
@media (max-width: 991.98px) {
  #financement .formation h1, #financement .centre-formation-agree h1, #financement .organisme-de-financement h1, #contact .formation h1, #contact .centre-formation-agree h1, #contact .organisme-de-financement h1 {
    height: 100px;
    /* border	:solid 1px red;		 */
  }
}
#financement h1, #contact h1 {
  display: block;
}
@media (max-width: 991.98px) {
  #financement h1, #contact h1 {
    font-size: 1.7rem;
    letter-spacing: 0rem;
  }
}
#financement p, #contact p {
  padding: 5vh;
  font-size: 1.2rem;
}
@media (max-width: 991.98px) {
  #financement p, #contact p {
    padding: 0vh;
  }
}
#financement .bg-vague, #contact .bg-vague {
  background-image: url("../images/vagues.png");
  background-repeat: no-repeat;
  background-size: 11vh 4vh;
  background-position: 50% 95%;
}
@media (max-width: 991.98px) {
  #financement .bg-vague.bg-vague--bot-center, #contact .bg-vague.bg-vague--bot-center {
    background-position: 50% 100%;
  }
}
@media (max-width: 991.98px) {
  #financement .bg-vague.bg-vague-financement, #contact .bg-vague.bg-vague-financement {
    background-position: 50% 65%;
  }
}
@media (max-width: 991.98px) {
  #financement .bg-vague.bg-vague-org-financement, #contact .bg-vague.bg-vague-org-financement {
    background-position: 50% 65%;
  }
}
@media (max-width: 991.98px) {
  #financement .bg-vague.organisme-vagues, #contact .bg-vague.organisme-vagues {
    background-position: 50% 50px;
  }
}
#financement .img-partenaire-financement, #contact .img-partenaire-financement {
  width: 100%;
  height: 20%;
}
@media (max-width: 991.98px) {
  #financement #postition-block, #contact #postition-block {
    margin-top: 600px;
  }
}

@media (max-width: 991.98px) {
  #contact {
    margin-top: 0px;
  }
}
#contact #faq {
  min-height: 500px;
  width: 100%;
}
#contact .position-top {
  margin-top: 200px;
}
#contact .contact-h1 h1 {
  height: 180px;
  padding-top: 60px;
}
@media (max-width: 991.98px) {
  #contact .contact-h1 h1 {
    margin-top: -50px;
    height: 80px;
    width: 100%;
    padding-top: 0px;
    font-size: 1.7rem;
    text-align: center;
  }
}
#contact .faq h1 {
  height: 120px;
  /* border: solid 1px red; */
  margin-top: 200px;
}
@media (max-width: 991.98px) {
  #contact .faq h1 {
    height: 80px;
    margin-top: 120px;
    font-size: 1.7rem;
    text-align: center;
  }
}
#contact h1 {
  font-family: "Advent Pro", sans-serif;
}
@media (max-width: 991.98px) {
  #contact h1 {
    font-size: 1.8rem;
    text-align: center;
  }
}
#contact h2 {
  font-size: 1.2rem;
}
#contact h2 a {
  color: #39cccc;
}
@media (max-width: 991.98px) {
  #contact h2 {
    line-height: inherit;
    letter-spacing: inherit;
  }
}
#contact p {
  padding: 0px;
  margin: 0px;
}
#contact ul {
  padding-left: 50px;
}
#contact ul li {
  font-weight: bolder;
  font-size: 18px;
  color: grey;
}
#contact ul a {
  display: block;
}

#contactForm {
  width: 90%;
  padding-left: 10%;
}
@media (max-width: 991.98px) {
  #contactForm {
    padding-left: 10px;
  }
}
#contactForm.form-evimeria {
  width: 400px;
}
#contactForm label {
  color: #39cccc;
  float: left;
  width: 300px;
  height: 30px;
}
#contactForm input {
  border: solid 0.1vh #39cccc;
  border-left: none;
  border-right: none;
  border-top: none;
  width: 500px;
  height: 30px;
}
@media (max-width: 991.98px) {
  #contactForm input {
    width: 310px;
  }
}
#contactForm textaera:focus {
  border: none;
}
#contactForm input:focus {
  outline: none;
}
#contactForm button {
  background-color: #39cccc;
  border: none;
}

/*fin de parallax*/
/* tex décoration au suvole */
.a-decoration a {
  text-decoration: none;
  color: grey;
  padding: 5px;
  background: linear-gradient(to top, grey 0%, grey 100%, transparent 10.01%) no-repeat right bottom/0 100%;
  transition: background-size 1.5s; /**/
}

.simulated-hover a {
  background-size: 100% 100%;
  color: #39cccc;
}

/* fin de text decoration */
.formation {
  height: auto;
  /* border:solid 1px pink; */
  /* action au hover de la div */
  /* fin d'action au hover */
  /* barre vertical */
}
@media (max-width: 991.98px) {
  .formation {
    margin-top: 0px;
  }
}
.formation .hover-this h2 {
  letter-spacing: 2px;
  transition: 700ms ease;
  font-variation-settings: "wght" 311;
}
.formation .hover-this:hover h2 {
  font-variation-settings: "wght" 582;
  letter-spacing: 7px;
  font-weight: bold;
}
.formation img {
  width: 160px;
  height: 100px;
  padding: 10px;
}
@media (max-width: 991.98px) {
  .formation img {
    width: 130px;
    height: 80px;
    padding: 5px;
  }
}
.formation span {
  display: block;
  width: 1px;
  margin-left: auto;
  margin-right: auto;
  height: 5vh;
  border-right: solid 1px grey;
  margin-bottom: 10px;
}

.b-right-45d {
  display: inline-block;
  height: 288px;
  padding: 20px;
  width: 1px;
  border-right: 1px solid grey;
  padding-right: 20px;
  transform: rotate(10deg);
}
@media (max-width: 991.98px) {
  .b-right-45d {
    display: none;
  }
}

#cercle {
  width: 300px;
  height: 300px;
  border-radius: 300px;
  border: solid 1px grey;
  margin-top: -4.25rem !important;
}
@media (max-width: 991.98px) {
  #cercle {
    width: 150px;
    height: 150px;
    border-radius: 300px;
    border: solid 1px grey;
    margin-top: -6.25rem !important;
    margin-left: -70px;
  }
}
#cercle p {
  font-size: 2rem;
  text-align: center;
  margin-top: 90px;
}
@media (max-width: 991.98px) {
  #cercle p {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 50px;
  }
}
#cercle span {
  font-size: 2.5rem;
}
@media (max-width: 991.98px) {
  #cercle span {
    font-size: 1.3rem;
  }
}

#formation-rncp #columb-left {
  /* border:solid 1px green; */
  color: grey;
  font-weight: bold;
  position: relative;
}
@media (max-width: 991.98px) {
  #formation-rncp #columb-left {
    display: none;
  }
}
#formation-rncp li {
  list-style: none;
  height: 180px;
  width: 180px;
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  /* border:solid 1px green; */
}
#formation-rncp li.difficulte {
  background-image: url("../images/DIFFICULTY-4.png");
  background-position: 1rem 2rem;
}
#formation-rncp li.temps {
  background-image: url("../images/TIME.png");
  background-position: 0.8rem 0.8rem;
}
#formation-rncp li.prix {
  background-image: url("../images/PRICE.png");
  background-position: 0.8rem 2rem;
}
#formation-rncp li.Cpf {
  background-image: url("../images/CPF.png");
  background-size: 180px 210px;
  background-position: 0.2rem -0.5rem;
}
#formation-rncp li.reussite {
  background-image: url("../images/REUSSITE-100-POUR-100.png");
  background-position: 0.8rem 0.8rem;
}
#formation-rncp li span {
  font-size: 1.2rem;
  line-height: 1px;
  position: relative;
  top: 75%;
}
#formation-rncp li .smal {
  font-size: 0.7rem;
}
#formation-rncp #columb-right {
  padding-left: 5rem;
}
@media (max-width: 991.98px) {
  #formation-rncp #columb-right {
    padding-left: 0px;
  }
}
#formation-rncp #columb-right h1 {
  color: grey;
  /* border:solid 1px red; */
  display: block;
  height: 10rem;
  font-size: 1.5rem;
  text-align: left;
  padding-bottom: 60px;
}
#formation-rncp #columb-right ul {
  padding-top: 60px;
}
@media (max-width: 991.98px) {
  #formation-rncp #columb-right ul {
    padding-top: 0px;
    margin-top: -50px;
  }
}
#formation-rncp #columb-right ul li.objectif {
  height: 258px;
  line-height: 1.8rem;
}
@media (max-width: 991.98px) {
  #formation-rncp #columb-right ul li.objectif {
    height: auto;
    padding-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  #formation-rncp #columb-right ul li {
    display: block;
    height: auto;
    width: 100%;
    padding-top: 0px;
    margin-top: -50px;
  }
}
#formation-rncp #columb-right ul h3 {
  padding-top: 20%;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: inherit;
}
@media (max-width: 991.98px) {
  #formation-rncp #columb-right ul h3 {
    padding: inherit;
    margin-left: -80px;
    padding-top: 10px;
  }
}
#formation-rncp #columb-right ul .text-objectif {
  padding: 50px;
}
@media (max-width: 991.98px) {
  #formation-rncp #columb-right ul .text-objectif {
    padding: 0px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  #formation-rncp #columb-right ul p {
    padding: 0px;
  }
}
#formation-rncp #columb-right .columb-right-formation-rncp-bg {
  width: 35vh;
  height: 25vh;
  /* border:solid 1px green; */
  background-size: 68% 50%;
  background-position: 50px 40px;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  #formation-rncp #columb-right .columb-right-formation-rncp-bg {
    background-size: 55px 40px;
    background-position: 170px 0px;
    background-repeat: no-repeat;
    height: 50px;
  }
}
#formation-rncp #columb-right .columb-right-formation-rncp-bg.bg-objectif {
  background-image: url("../images/objectif.png");
}
#formation-rncp #columb-right .columb-right-formation-rncp-bg.bg-fourniture {
  background-image: url("../images/fournitures.png");
}
#formation-rncp .bg-calendrier {
  height: 200px;
  width: 200px;
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-size: 230px 230px;
  background-image: url("../images/AGENDA.png");
  background-position: 8% 40px;
  /* border:solid 1px red; */
}
@media (max-width: 991.98px) {
  #formation-rncp .bg-calendrier {
    height: 48px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: -20px -30px;
    margin-bottom: 0px;
    margin-top: -50px;
    padding: 0px;
  }
}

#formation-rncp-bottom {
  padding-bottom: 5rem;
}
#formation-rncp-bottom h2 {
  font-size: 1.5rem;
  /* border:solid 1px red; */
}
@media (max-width: 991.98px) {
  #formation-rncp-bottom h2 {
    text-align: center;
    padding-top: 38px;
  }
}
#formation-rncp-bottom img {
  width: 500px;
  height: 340px;
}
@media (max-width: 991.98px) {
  #formation-rncp-bottom img {
    width: 100%;
    height: 250px;
    margin-top: -100px;
  }
}
#formation-rncp-bottom .appreciation div {
  height: 180px;
  width: 250px;
  background-repeat: no-repeat;
  background-size: 158px 158px;
  background-position: 50% 0%;
  margin-top: -10px;
  padding-top: 8rem;
}
#formation-rncp-bottom .appreciation div.quatre-vingt-dix-huit-p-cent {
  background-image: url("../images/98-POUR-100.png");
}
#formation-rncp-bottom .appreciation div.quatre-vingt-dix-neuf-p-cent {
  background-image: url("../images/99-POUR-100.png");
}
#formation-rncp-bottom .appreciation div span {
  display: block;
  color: grey;
  text-align: center;
}

#formation-modulaire {
  padding-top: 200px;
  height: 100%;
  width: 70%;
}
#formation-modulaire h1 {
  color: grey;
  line-height: 5rem;
  font-size: 1.8rem;
  /* border:solid 1px red; */
  width: 100%;
  height: 480px;
  padding-top: 5vh;
  background-image: url("../images/vagues.png");
  background-repeat: no-repeat;
  background-position: 50% 80%;
  background-size: 20vh 6vh;
}
@media (max-width: 991.98px) {
  #formation-modulaire h1 {
    line-height: 2.2rem;
    font-size: 1.2rem;
    /* border:solid 1px red; */
    width: 100%;
    height: 580px;
    margin-top: -10vh;
    background-image: url("../images/vagues.png");
    background-repeat: no-repeat;
    background-position: 50% 80%;
    background-size: 20vh 6vh;
  }
}

#formation-a-la-carte ul li {
  list-style: none;
  height: 234px;
  width: 274px;
  margin: 5px;
  line-height: 1.2rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#formation-a-la-carte ul li.vignette-onostretch {
  background-image: url("../images/formation/vignette-onostretch.jpg");
}

#formation-a-la-carte ul li.img-massage-sportif {
  background-image: url("../images/formation/massage-sportif.jpg");
}

#formation-a-la-carte ul li.img-myofascial {
  background-image: url("../images/formation/vignette-myo.jpg");
}

#formation-a-la-carte ul li.img-amma-assi {
  background-image: url("../images/formation/amma-assi.jpg");
}

#formation-a-la-carte ul li.img-reflexologie-plantaire {
  background-image: url("../images/formation/reflexologie-plantaire.jpg");
}

#formation-a-la-carte ul li.img-crano {
  background-image: url("../images/formation/crano.jpg");
}

#formation-a-la-carte ul li.img-shiatsu {
  background-image: url("../images/formation/vignette-shiatsu.jpg");
}

#formation-a-la-carte ul li.img-drainage {
  background-image: url("../images/formation/vignette-drainant.jpg");
}

#formation-a-la-carte ul li.img-abhyanga {
  background-image: url("../images/formation/vignette-abhyanga.jpg");
}

#formation-a-la-carte ul li.bg-pierre-chaude {
  background-image: url("../images/formation/vignette-reflexdos.jpg");
}

#formation-a-la-carte ul li.img-champi-tai {
  background-image: url("../images/formation/champi-tai.jpg");
}

#formation-a-la-carte ul li.img-chi-nei-tsang {
  background-image: url("../images/formation/chi-nei-tsang.jpg");
}

#formation-a-la-carte ul li.vignette-californien {
  background-image: url("../images/formation/vignette-californien.jpg");
}

#formation-a-la-carte ul li.reflxo-complete {
  background-image: url("../images/formation/reflxo-complete.jpg");
}

#formation-a-la-carte ul li .text-li {
  position: absolute;
  height: 234px;
  width: 274px;
  text-align: center;
  z-index: 1;
}
#formation-a-la-carte ul li .text-li h2 {
  font-family: "Advent Pro", sans-serif;
  letter-spacing: inherit;
  color: white;
  padding: 30% 15% 0% 15%;
  font-size: 0.9rem;
}
#formation-a-la-carte ul li .text-li span {
  font-family: "Philosopher", sans-serif;
  color: white;
  font-size: 1.2rem;
  padding: 0% 10% 35% 10%;
}
#formation-a-la-carte ul li .filtre {
  height: 234px;
  width: 274px;
  background-color: Gray;
  opacity: 70%;
  z-index: 1;
}
#formation-a-la-carte ul li .text-li:hover ~ .filtre {
  transition: all 2s ease-out;
  opacity: 0%;
}

#formation-individuel {
  color: grey;
  /* Définition de l'animation */
}
#formation-individuel .nav-link-calendar {
  color: #39cccc;
}
#formation-individuel.fade-in {
  animation: fadeInAnimation 8s ease forwards;
}
@keyframes fadeInAnimation {
  from {
    opacity: 0; /* Début de l'animation avec une opacité de 0 */
  }
  to {
    opacity: 1; /* Fin de l'animation avec une opacité de 1 */
  }
}
@media (max-width: 991.98px) {
  #formation-individuel .bg-femme-enceinte {
    background-size: 100% 228px;
  }
}
@media (max-width: 991.98px) {
  #formation-individuel h1 {
    font-size: 78%;
    padding-top: 80px;
    line-height: 30px;
    /* Définition de l'animation */
  }
  #formation-individuel h1.fade-in {
    animation: fadeInAnimation 8s ease forwards;
  }
  @keyframes fadeInAnimation {
    from {
      opacity: 0; /* Début de l'animation avec une opacité de 0 */
    }
    to {
      opacity: 1; /* Fin de l'animation avec une opacité de 1 */
    }
  }
}
#formation-individuel h2 {
  font-size: 2.3rem;
  padding-top: 50px;
}
@media (max-width: 991.98px) {
  #formation-individuel h2 {
    font-size: 1.4rem;
    letter-spacing: inherit;
    padding: 20px;
    margin-top: -50px;
  }
}
@media (max-width: 991.98px) {
  #formation-individuel h4 {
    font-size: 1rem;
    font-weight: bolder;
  }
}
@media (max-width: 991.98px) {
  #formation-individuel .description-formation p {
    padding: 0px 20px 0px 20px;
    text-align: justify;
  }
}
#formation-individuel #cercle-formation {
  width: 300px;
  height: 300px;
  border-radius: 300px;
  border: solid 1px grey;
  margin-top: -6.25rem !important;
}
@media (max-width: 991.98px) {
  #formation-individuel #cercle-formation {
    width: 150px;
    height: 150px;
    border-radius: 300px;
    border: solid 1px grey;
    margin-left: -70px;
    margin-top: -5.75rem;
  }
}
#formation-individuel #cercle-formation p {
  font-size: 2rem;
  margin-top: 95px;
}
@media (max-width: 991.98px) {
  #formation-individuel #cercle-formation p {
    font-size: 0.7rem;
    text-align: center;
    margin-top: 70px;
  }
}
#formation-individuel #cercle-formation span {
  font-size: 2.5rem;
}
@media (max-width: 991.98px) {
  #formation-individuel #cercle-formation span {
    font-size: 1.3rem;
  }
}
#formation-individuel img {
  width: 25vh;
  height: 25vh;
  /* border:solid 1px brown; */
}
@media (max-width: 991.98px) {
  #formation-individuel .text-accompagnement-formation p {
    text-align: justify;
  }
}
@media (max-width: 991.98px) {
  #formation-individuel .pos-block-demarche {
    margin-top: 40px;
  }
}
#formation-individuel .nb-jour {
  padding: 40px;
}
@media (max-width: 991.98px) {
  #formation-individuel .nb-jour {
    padding: 0px;
    padding-bottom: 40px;
  }
}
#formation-individuel .cpf-img {
  padding-top: 10px;
  width: 150px;
  height: 100px;
}
@media (max-width: 991.98px) {
  #formation-individuel .cpf-img {
    margin-top: -20px;
    margin-left: 20px;
    width: 100px;
    height: 80px;
  }
}

/* pied de page */
footer {
  text-align: justify;
  background-color: gray;
}
footer div {
  padding: 0px 50px 0px 0px;
}
footer h3 {
  font-size: 14px;
  height: 30px;
}
footer p {
  color: white;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #39cccc;
}
@media (max-width: 991.98px) {
  footer #footer-centre {
    padding-left: 50px;
  }
}
footer #footer-centre img {
  width: 180px;
  height: 120px;
  /* border:solid 1px red; */
  margin-left: auto;
  margin-right: auto;
}
footer #footer-centre ul {
  margin-top: 10px;
  height: 17px;
  width: 90%;
  /* border:solid 1px red; */
}
footer #footer-centre ul li {
  display: inline;
}
footer #footer-centre ul li a {
  font-size: 1.2rem;
  font-weight: lighter;
  padding: 3px 5px 3px 5px;
  margin-right: 0.5rem;
  border: solid 1px #39cccc;
  border-radius: 4px;
  color: #39cccc;
}
footer #footer-centre ul li a:hover {
  background-color: #39cccc;
  color: #fff !important;
  box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
}
footer .contact p {
  color: #39cccc;
  font-size: 1.2rem;
  line-height: 1.45rem;
  text-align: left;
  padding-left: 10px;
}
@media (max-width: 991.98px) {
  footer .contact {
    padding-left: 0px;
    margin-left: -30px;
  }
}
footer .copyright {
  text-align: center;
}
footer .realisation {
  color: #fff;
  text-align: center;
  margin-left: -5px;
  font-size: 0.9rem;
}
@media (max-width: 991.98px) {
  footer .realisation {
    padding-left: 50px;
  }
}

/* fin pied de page */
.evenement_block {
  height: 450px;
  border-radius: 50px;
}

.evenement_block img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding-top: 10px;
}

.overlay {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 14px;
  right: 0;
  height: 98%;
  width: 95%;
  opacity: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-in;
  background-color: #E9F7EF;
  border-radius: 20px;
}

.evenement_block:hover .overlay {
  opacity: 0.7;
}

#offres-formation {
  display: block;
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 1px #060800;
  box-shadow: 0px 0px 1px 1px #060800;
  background-size: 100% 100%;
}
#offres-formation ul {
  /* border:solid 1px red; */
  display: block;
  height: 333px;
}
#offres-formation li {
  padding: 0px;
  max-width: 283px;
  height: 324px;
  display: inline-block;
  text-align: center;
  list-style: none;
  border-radius: 10px;
  background: linear-gradient(#1ebbf0, #1ebbf0);
  background-position: 0px 26px;
}
#offres-formation li:hover img {
  transition-duration: 0.1s;
  transition-delay: 0.1s;
  transition: all 1s;
  opacity: 80%;
}
#offres-formation li h2 {
  display: inline;
  margin: auto;
  padding: auto;
}
#offres-formation li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
#offres-formation li img {
  /* transition quand la souris quitte l'élément */
  transition-duration: 0.1s;
  transition-delay: 0.1s;
  transition: all 1s;
  opacity: 100%;
  max-width: 300px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px #060800;
  box-shadow: 0px 0px 5px 0px #060800;
}
#offres-formation .bg-picto {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
}

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