@font-face {
  font-family: "PlayfairDisplay-Bold";
  src: url("../font/static/PlayfairDisplay-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PlayfairDisplay-Medium";
  src: url("../font/static/PlayfairDisplay-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../font/Poppins/Poppins-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Light";
  src: url("../font/Poppins/Poppins-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

html {
  margin: 0px;
  height: 100%;
  width: 100%;
  min-width: 280px;
  color: #5e5e5e;
}
body {
  flex-direction: column;
  margin: 0;
  font-family: PlayfairDisplay-Medium;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  background-color: #ffffff;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
a {
  text-decoration: none;
}

h1 {
  letter-spacing: 0px;
  font-size: 80px;
  line-height: 60px;
  margin-top: 0px;
  color: #d9a450;
  margin-top: 40px;
  text-align: center;
  font-family: PlayfairDisplay-Bold;
  color: #2d2d2d00;
}
h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 46px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #d9a450;
  text-align: center;
  font-family: Poppins-Medium;
  color: #d9a450;
}
h3 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 44px;
  color: #d9a450;
  text-align: left;
  font-family: Poppins-Medium;
}
h4 {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 30px;
}
p {
  font-size: 18px;
  line-height: 25px;
  color: #6e6e6e;
  text-align: justify;
  font-weight: inherit;
  font-family: Poppins-Light;
}

.italic {
  font-style: italic;
}

.formulaire .ligneFormulaire {
  margin-bottom: 20px;
  min-height: 36px;
  clear: left;
}

.formulaire label {
  width: calc(50% - 10px);
  float: left;
  height: 34px;
  vertical-align: center;
  line-height: 36px;
  font-size: 20px;
  padding-right: 10px;
}

.formulaire label a {
  font-size: 18px;
}

.formulaire .champ {
  width: 100%;
  height: 36px;
  float: left;
}

.formulaire .champEntier {
  width: 100%;
  float: left;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 10px;
}

.formulaire .informationImportante {
  color: #7f0000;
}

.formulaire .information {
  width: 70%;
  margin-left: 30%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

.formulaire .champ input {
  width: 100%;
  height: 34px;
  border-radius: 0px !important;
  text-align: left !important;
  font-size: 16px;
}

.formulaire input[type="checkbox"] {
  width: auto;
  display: inline;
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  zoom: 1.5;
  margin-right: 20px;
}

.formulaire input[type="datetime-local"] {
  width: calc(74%);
}

.formulaire input[type="color"] {
  height: 50px;
}

.formulaire select {
  height: 40px;
  width: calc(50% - 5px);
  border-radius: 0px;
}

.formulaire .informations {
  width: 100%;
  font-size: 14px;
  texte-align: right;
}

.formulaire input {
  border: 1px solid #ddd;
  width: calc(50% - 10px);
  font-size: 16px;
  color: #555;
  font-family: "PlayfairDisplay-Medium";
  line-height: 30px;
}

.checkboxtexte {
  /* Checkbox text */
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
}

.formulaire .ligneFormulaire {
  font-size: 18px;
  width: 100%;
  display: block;
}

.deuxLignes {
  width: 25%;
}

.formulaire .ligneFormulaire .erreur {
  width: 70%;
  min-height: 20px;
  font-size: 18px;
  margin-top: 10px;
  /*margin-left:30%;*/
  display: block;
  color: #7f0000;
  float: left;
  margin-bottom: 20px;
}

#menu {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  min-width: 250px;
  height: 70px;
  color: #222222;
}
nav {
  background-color: #fff;
  z-index: 1030;
  list-style: none outside none;
  height: 120px;
  letter-spacing: 0px;
  min-width: 280px;
  color: #fff;
  position: fixed;
  width: 100%;
  padding-left: 0%;
  box-sizing: border-box;
}

nav.defilement {
  top: 0px !important;
  position: fixed;
}

nav:hover {
  opacity: 1;
}

#logo {
  width: 65px;
  height: 60px;
  transition: 1s;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#logo img {
  width: 64px;
  height: 55px !important;
  margin-top: 2px;
  transition-duration: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
#titre {
  margin-left: 10px;
  transition: 1s;
  font-size: 18px;
  margin-left: 20px;
  font-weight: bold;
  margin-top: 0px;
}

#menuMobile {
  display: none;
}

ul li {
  list-style-type: none;
  color: #fbf0ee;
}

.floatLeft ul li {
  background-image: url("../images/icones/Ellipse1.png");
  background-repeat: no-repeat;
  line-height: 30px;
}

.floatLeft ul {
  padding-left: 0px;
}

.floatLeft ul li {
  padding-left: 60px;
  margin-bottom: 20px;
  min-height: 50px;
  display: flex;
}

.conteneur ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  height: 102px;
  color: #fbf0ee;
}

.conteneur ul:hover {
  color: #fff !important;
}
.conteneur ul.sousMenu {
  height: auto;
  font-weight: bold;
}
.conteneur li {
  line-height: auto;
  font-size: 24px;
  display: inline-block;
  line-height: 120px;
  vertical-align: top;
  width: calc((100%) / 5);
  min-width: 120px;
  text-align: center;
  float: right;
  letter-spacing: 0px;
  font-weight: bold;
  color: #9ca874;
  font-family: "Poppins-Medium";
}

.conteneur li.logoOuvert {
  float: left !important;
}

.conteneur li.deuxLignes {
  line-height: 25px;
  margin-top: 35px;
}

.conteneur li:hover {
  color: #fbf0ee;
}

nav .conteneur li a:hover {
  color: #9ca874;
}

.menuAccueil {
  padding-top: 0px;
  text-align: center;
}

.defilement .conteneur li a {
  /*color:#2d2d2d;*/
}

.conteneur li.menuAccueil a {
  color: #9ca874;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}

.conteneur li.menuCCM {
  width: calc(100% / 7 * 3);
}

.conteneur li.titreSite {
  line-height: 0px !important;
}

#titre {
  line-height: 102px;
}

.conteneur .sousMenu li {
  line-height: 60px;
}
.conteneur .contact {
  margin-right: 25px;
  height: 60px;
  font-size: 16px;
}

.autresPages .conteneur ul {
  background-color: #4f8398;
}

.autresPages nav {
  opacity: 1;
}

/* menu */
li span {
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
}

strong {
  font-weight: normal;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong {
  font-weight: bold;
}

nav .conteneur > li {
  float: left;
  font-size: 15px;
  position: relative;
  line-height: 60px;
  color: #fff;
}
nav .conteneur > li > a {
  color: #5e5e5e;
  float: none; /*padding:10px 15px;*/
  display: block;
  list-style: none outside none;
  text-decoration: none;
}
nav .conteneur {
  min-width: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

nav li {
  transition-duration: 0s;
}

nav #ClTitre {
  padding-left: 0px;
  /*color:#fff; */
  /*padding-right:100px; */
  padding-top: 0px;
  padding-bottom: 0px;
  height: 102px;
}

nav.navWhite li span,
.menuWhite nav li span {
  color: #fff;
}

nav #ClTitre:hover {
  color: #fff;
}
nav .conteneur li a {
  display: inline-block;
  text-align: center;
  color: #9ca874;
}
nav .conteneur li a img {
  margin-top: 0px;
  height: 80px;
  margin-top: 10px;
}

nav .conteneur svg {
  position: absolute;
  top: -20px;
  left: 0px;
  z-index: -1;
}

nav .conteneur > li > a:focus,
nav .conteneur > li > a:hover {
  color: #0072c6;
  text-decoration: none;
}

.conteneur ul li ul {
  border: 0 none;
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.conteneur li:hover > .sousMenu {
  display: block;
  z-index: 15;
  transition-duration: 0s;
  opacity: 1;
  width: 25%;
}
.conteneur .IndicationMenu {
  background-image: url("images/menu.png");
  width: 170px;
  position: absolute;
  height: 80px;
}
.conteneur .sousMenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  /*top:102px;*/
  opacity: 1;
}

nav .conteneur .sousMenu a {
  color: #fff;
  display: block;
  min-width: 135px;
  height: 50px !important;
}

.sousMenu li {
  font-size: 14px;
  color: #fff;
  line-height: 50px !important;
}
/*.sousMenu li :hover{ color:#1462a6; transition-duration: 0.5s;  }*/
.sousMenu .lienCategorieLivre span {
  font-size: 18px !important;
}
.conteneur .sousMenu li {
  display: block;
  margin: 0;
  border: 0;
  height: 50px;
  float: initial;
  width: 100%;
  text-align: center;
  background-color: #2d2d2d;
}

.conteneur li a:hover {
  color: #fbf0ee;
}
.conteneur .sousMenu li a:link,
.conteneur .sousMenu li a:visited {
  display: block;
  color: #fff;
  margin: 0;
  border: 0;
  text-decoration: none; /*box-shadow:2px; */
}
.conteneur .sousMenu li a:hover {
  background-image: none;
  color: #fff;
  background-color: #2d2d2d;
}
.conteneur .soussousMenu li:hover > .soussoussousMenu {
  display: block;
  margin-left: 200px;
  height: 20px;
  left: -200px;
  top: -10px;
}

/* Gestion du menu lorsqu'on est pas tout en haut */
nav.diminuer {
  height: 60px;
}
nav.diminuer .conteneur li {
  line-height: 60px;
}
nav.diminuer #ClTitre {
  margin-top: 5px;
}

.pagePleine {
  min-height: 100%;
  float: left;
}

.pagePleine .intro {
  height: 100%;
  overflow: hidden;
}

.pageLarge {
  padding-left: 5%;
  width: 100%;
  padding-right: 5%;
  box-sizing: border-box;
}

.pageLarge h2 {
  width: 100%;
}

pageMoitie .intro {
  height: 60%;
  overflow: hidden;
}

.intro {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  /*background-image:linear-gradient(60deg, #4b70b3 ,#1a315b );*/
}
.intro.background {
  z-index: 1;
}

.intro .blocCentre,
.intro .blocCentre {
  position: absolute;
  width: 75%;
  display: grid;
  z-index: 21;
  background-color: #fff;
}

#salmorenc .blocCentre,
#festivals .blocCentre {
  width: 80% !important;
}

.intro .blocCentre h1 {
  display: inline-block;
  /*width: auto;*/
  text-align: center;
  letter-spacing: 0px;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
  color: #9ca874;
  font-size: 60px;
  line-height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.intro .blocCentre h2 {
  line-height: 30px;
  font-size: 30px;
  margin-bottom: 20px;
}

.backgroundNoirci.intro img {
  filter: brightness(50%) !important;
}

.index .background img {
  filter: brightness(55%) !important;
}

.intro .blocCentre h2 {
  display: inline-block;
  width: 90%;
  text-align: center;
  letter-spacing: 0px;
  font-family: "Poppins-Medium";
  font-size: 24px;
  text-transform: initial;
  font-weight: normal;
}

#pageCCMV .intro .blocCentre h1 {
  color: #ff3133;
}

.intro .blocCentre {
  /*position: absolute;*/
  top: 80px;
  /*width: auto;*/
  /*left: 5%;*/
  border-radius: 0px;
  padding: 75px;
  box-sizing: border-box;
  opacity: 0;
  z-index: 100;
  background-color: #fff;
}

.connexion .blocCentre {
  opacity: 1;
}

.intro #blocDroite {
  position: absolute;
  top: 30%;
  width: 40%;
  left: 50%;
}

.intro #blocCentre img {
  height: 130px !important;
  /*width:130px !important;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  min-height: 130px !important;
  position: initial;
}

#btVideo {
  cursor: pointer;
  height: 200px;
  width: 356px;
  position: fixed;
  bottom: 20%;
  right: calc(0px);
  box-shadow: 2px 3px 6px 0px #a9a9ab;
}

.intro #blocCentre #btVideo img {
  height: 80px !important;
  width: 114px !important;
  min-height: 80px !important;
}

header {
  position: relative;
  box-shadow: 2px 3px 6px 0px #a9a9ab;
}

header.creerSite {
  height: 90%;
  box-shadow: none;
  overflow: hidden;
}

/*header.creerSite nav{
	background-color: #00437e;
}*/

.creerSite #blocCentre {
  top: 35%;
}

header img {
  display: block;
  /*width: 100%;*/
  object-fit: cover;
  box-sizing: border-box;
  /*filter: grayscale(0.5);*/
  /*filter: blur(3px);*/
  filter: brightness(100%);
}

header .PleinePage {
  width: 100%;
  min-height: 100%;
}

.index header h1 {
  text-align: center;
}

header h1 {
  font-size: 54px;
  top: 80%;
  width: 100%;
  left: 10%;
  line-height: 65px;
  margin-bottom: 55px;
  margin-top: 10px;
}

header h2 {
  font-size: 34px;
  top: 30%;
  width: 100%;
  text-align: left;
  line-height: 40px;
}

header h3 {
  font-size: 24px;
  top: 72%;
  color: #fff;
  width: 100%;
  text-align: center;
}

.pageMoitie header h1 {
  color: #d9a450;
}
.pageMoitie header h2 {
  color: #d9a450;
}
.pageMoitie header h3 {
  color: #d9a450;
}

#presentation h3 {
  margin-top: 80px;
  font-size: 42px;
  text-align: center;
  margin-bottom: 80px;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  line-height: 46px;
  color: #1a315b;
}

#presentation p {
  width: 100%;
  margin-left: 0%;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
  color: #2d2d2d;
  text-align: left;
  padding-left: 0px;
  font-weight: normal;
}

section {
  width: 100%;
  /* border-radius:100px; */
  /*height:50%;*/

  width: 100%;
  box-sizing: border-box;
  padding: 0px;
  position: relative;
  /*box-shadow: 2px 3px 6px 0px #A9A9AB;*/
  float: left;
}

section img {
  display: block;
  width: 100%;
  object-fit: cover;
  box-sizing: border-box;
  /*height:400px;*/
}

.articlePlein img {
  height: 400px;
  min-height: 400px;
}

section.centrer {
  position: relative;
}

section.centrer {
  text-align: center;
}

.icone {
  border-radius: 75px;
  height: 75px;
  width: 75px;
  display: block;
  background-color: #fff;
  position: relative;
}

.icone img {
  height: 75px !important;
  width: 75px !important;
  min-height: 75px !important;
  /*margin-left: 12.5px;
	margin-top: 12.5px;*/
  position: absolute;
}

#services {
  position: relative;
  top: 40%;
  left: 10%;
  width: 80%;
}

/*#services div{ 
	min-width:150px;
	width:calc(33% - 40px);
	float:left;
	padding:20px;
	color:#fff;
}*/

#services #moteurDeRecherche .icone {
  border-radius: 75px;
  height: 75px;
  width: 75px;
}

.articles {
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  box-shadow: none;
  height: auto;
  float: left;
}

.articles.articlesPleins {
  padding-left: 0%;
  padding-right: 0%;
  width: 100%;
  box-shadow: none;
  height: auto;
}

.articles h2 {
  float: left;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  color: #d9a450;
}

.articles .articlePlein {
  height: 50%;
  width: 100%;
  box-sizing: border-box;
  color: #2d2d2d;
  float: left;
  margin-bottom: 10px;
  box-shadow: 2px 3px 6px 0px #a9a9ab;
  border-radius: 2px;
  position: relative;
}

.articles .articlePlein a {
  color: #2d2d2d !important;
}

.articles .article2 {
  height: 50%;
  width: 46%;
  box-sizing: border-box;
  color: #2d2d2d;
  float: left;
  margin-bottom: 50px;
  box-shadow: 2px 3px 6px 0px #a9a9ab;
  margin: 2%;
  border-radius: 2px;
}

.article2 .texte {
  min-height: 120px;
}

.articles .article2 .icone {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 200px;
  right: 25px;
}

.articles .article3 {
  height: 50%;
  width: 31.3%;
  box-sizing: border-box;
  color: #2d2d2d;
  float: left;
  margin-bottom: 50px;
  box-shadow: 2px 3px 6px 0px #a9a9ab;
  margin: 1%;
}

.articles .article3 .icone {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 200px;
  right: 25px;
}

.articles .article4 {
  height: 50%;
  width: 23%;
  box-sizing: border-box;
  color: #2d2d2d;
  float: left;
  margin-bottom: 50px;
  box-shadow: 2px 3px 6px 0px #a9a9ab;
  margin: 1%;
}

.articles .texte {
  padding: 25px;
  min-height: 100px;
  font-size: 16px;

  box-sizing: border-box;
}

.articles .texte.right {
  padding-left: 100px;
}

.articles .texte.left {
  padding-right: 100px;
}

.articlePlein .texte {
  position: absolute;
  width: 50%;
  opacity: 0.3;
  transition-duration: 2s;
}

.articlePleins.clair .texte {
  background-color: #2d2d2d;
}

.articlePlein.fonce .texte {
  background-color: #fff;
  border-radius: 5px;
}

.articlePlein.left .texte {
  left: 5%;
  padding-right: 100px;
}

.articlePlein.right .texte {
  left: 45%;
  padding-left: 120px;
}

.articlePlein.left .texte .icone {
  border-radius: 75px;
  display: block;
  background-color: #fff;
  float: left;
  bottom: 5px;
  right: 10px;
  top: 10px;
}

.articlePlein.right .texte .icone {
  border-radius: 75px;
  display: block;
  background-color: #fff;
  float: left;
  bottom: 5px;
  left: 10px;
  top: 10px;
}

.articlesPleins h2 {
  margin-left: 10%;
  width: 80%;
  margin-right: 10%;
  text-align: center;
}

.articles .article img {
  width: 100%;
}

.articles .article3 .icone {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 200px;
  right: 25px;
}

/*.transition{
	height:250px;
	width:100%;
	float:left;
}*/

.articlePleinePage {
  width: 100%;
}

.articlePleinePage .texteDroite {
}

.articlePleinePage .texteDroite .img {
  float: left;
  width: 50%;
  height: 300px;
  object-fit: cover;
}

.articlePleinePage .texteDroite .texte {
  float: right;
}

.articlePleinePage .texteGauche .img {
  float: left;
  width: 50%;
  height: 300px;
}

.articlePleinePage .texteGauche .texte {
  float: right;
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}

.articlePlein .icone {
  position: absolute;
}

.articlePleinePage .texteGauche {
}

.moteurRecherche {
}

/*#services #moteurDeRecherche .icone img{
	height:34px;
	width:34px;
	margin-left:8px;
	margin-top:8px;
}*/

.both {
  clear: both;
}

.opacity100.on {
  opacity: 0.95 !important;
  transition-duration: 3s;
}

.articlePlein .texte.on {
  opacity: 0.95 !important;
  transition-duration: 3s;
}

.articlePlein .texte h3 {
  font-size: 26px;
  line-height: 32px;
  margin-top: 0px;
}
.articlePlein .texte p {
  font-size: 14px;
  line-height: 22px;
}

#citation {
  min-height: 100%;
  color: #2d2d2d;
  padding-bottom: 50px;
}

.pageLarge100 {
  width: 100%;
}

.pageLarge100 h2 {
  margin-left: 5%;
  padding-top: 50px;
  padding-bottom: 60px;
  color: #d9a450;
  width: 90%;
}

.pageLarge100 .texte {
  margin-left: 5%;
  margin-right: 5%;
}

.page2Cote {
  float: left;
  width: 100%;
  /*padding-left: 5%;
	padding-right: 5%;*/
}
.page2Cote h2 {
  padding-top: 50px;
  padding-bottom: 60px;
  color: #d9a450;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
}

.page2Cote h3,
.page2Cote h4 {
  color: #d9a450;
  margin-top: 50px;
}

.page2Cote .texteGrandeLargeur h2 {
  width: 100%;
}

.page2Cote .floatLeft {
  float: left;
  width: 90%;
  margin-bottom: 200px;
  margin-left: 5%;
}

.page2Cote .floatLeft.imageGauche p {
  text-align: right;
}

.page2Cote .floatLeft.imageGauche h2 {
  text-align: right;
}

.page2Cote .floatLeft.imageGauche h3 {
  text-align: right;
}

#explorationYoga.page2Cote .floatLeft.imageGauche h3 {
  font-size: 28px !important;
}

#explorationYoga.page2Cote .floatLeft.imageDroite {
  margin-left: 5%;
}

#explorationYoga .imageDroite img {
  margin-left: 50px;
}

#explorationYoga .imageGauche img {
  margin-right: 50px;
}

.page2Cote .floatLeft ul li {
  color: #6e6e6e;
  display: block;
}

.page2Cote .floatLeft ul li b {
  padding-right: 10px;
}

.page2Cote .gauche {
  float: left;
  width: 50%;
  min-height: 100%;
}

.page2Cote .gauche.image {
  /*margin-top:100px;*/
  position: relative;
  height: 1px;
}

.page2Cote .gauche p,
.page2Cote .gauche h2,
.page2Cote .gauche h3 {
  /*padding-left: 10%;*/
  padding-right: 10%;
  color: #5e5e5e;
}

.page2Cote .droite {
  float: left;
  width: 50%;
  min-height: 100%;
  box-sizing: border-box;
}

.page2Cote .droite.image {
  /*margin-top:100px;*/
}

.page2Cote .droite h3 {
  margin-top: 0px !important;
  color: #ffb932;
  /*padding-left: 10%;
	padding-right: 10%;*/
  line-height: 36px;
}

.page2Cote .droite p {
  /*padding-left: 10%;
	padding-right: 10%;*/
}

.page2Cote .texte {
  padding: 5%;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  width: 40%;
}

.page2Cote .texte img {
  width: auto !important;
}

.page2Cote .texteGrandeLargeur {
  float: left;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 50px;
  box-sizing: border-box;
  padding-top: 0px;
  width: 100%;
}

.page2Cote .texteGrandeLargeur .droite.image img,
.page2Cote .texteGrandeLargeur .gauche.image img {
  width: 100%;
}

.page2Cote .texteGrandeLargeur img {
  width: 100%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.page2Cote .floatLeft {
  margin-bottom: 50px;
}

#explorationYoga.page2Cote .floatLeft {
  width: 95%;
  margin-left: 0%;
}

#explorationYoga .floatLeft ul li {
  display: flex;
}

#explorationYoga .floatLeft ul {
  padding-left: 50px;
}

.texteGrandeLargeur h2,
.texteGrandeLargeur h3,
.texteGrandeLargeur h4,
.texteGrandeLargeur ul {
  margin-left: 0% !important;
  padding-left: 0% !important;
  margin-top: 50px;
  color: #fff;
}

.texteGrandeLargeur p {
}

.texteGrandeLargeur ul {
  margin-left: 0px !important;
}

.page2Cote .citation {
  width: 70%;
  margin-left: auto;
  position: relative;
  margin-right: auto;
}

.page2Cote .citation img {
  width: 100% !important;
}

.page2Cote.page2CoteMarge .imageGauche img {
  width: 50% !important;
  object-fit: cover;
  box-sizing: border-box;
  z-index: -1;
  float: left;
  margin-right: 50px;
  margin-bottom: 50px;
}

.page2Cote.page2CoteMarge .texte {
  padding: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  width: 35%;
}

.page2Cote.page2CoteMarge .imageDroite img {
  width: 50% !important;
  object-fit: cover;
  box-sizing: border-box;
  z-index: -1;
  margin-right: 5%;
  margin-left: 50px;
  margin-bottom: 50px;
}

.page3Cote {
  float: left;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
}

.page3Cote .gauche {
  float: left;
  width: 33.3%;
  min-height: 100%;
}

.page3Cote .centre {
  float: left;
  width: 33.3%;
  min-height: 100%;
  box-sizing: border-box;
}

.page3Cote .droite {
  float: left;
  width: 33.3%;
  min-height: 100%;
  box-sizing: border-box;
}

.pageFondImage {
  float: left;
}

.pageFondImage h2 {
  margin-left: 5%;
}

.pageFondImage img {
  height: 75%;
  position: absolute;
  top: 0px;
}
.pageFondImage .image {
  width: 100%;
}

.pageFondImage .texte {
  background-color: #fff;
  /*position:absolute;*/
  top: 10%;
  z-index: 10;
  width: 80%;
  left: 10%;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 2px 3px 4px 1px #757579;
  border-radius: 5px;
  opacity: 0.95;
  margin-left: 10%;
  margin-top: 100px;
}

.pageFondImage h2,
.pageFondImage h3 {
  color: #00437e;
  margin-bottom: 50px;
  margin-top: 50px;
}

.pageFondImage h2 {
  text-align: center;
  margin-left: 0%;
}

.pageFondImage .premierTitre {
  color: #00437e;
  margin-bottom: 50px;
  margin-top: 0px !important;
}

#citation h2 {
  margin-left: 5%;
}

#citation .citation .texte {
  width: 100%;
  z-index: 2;
  left: 10%;
  box-shadow: 2px 3px 6px -2px #a9a9ab;
  background-color: #fff;
  padding: 8%;
  box-sizing: border-box;
  border-radius: 3px;
  font-style: italic;
  line-height: 30px;
}

#citation .citation .forme {
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: -1;
  background-color: #555;
  bottom: -50px;
  left: -50px;
  border-radius: 7px;
  background-image: linear-gradient(60deg, #ffb932, #f4ad25);
}

#citation .citation p {
  margin-top: 0px;
}

#citation .citation .profil {
}

#citation .citation .profil p {
  margin-bottom: 0px;
}

#projets {
  float: left;
  height: 100%;
  width: 90%;
  margin-left: 5%;
  overflow: hidden;
  /*box-shadow: 1px 2px 4px 0px #A9A9AB;*/
}

#projets h2 {
  color: #d9a450;
  margin-top: 0px;
  margin-bottom: 60px;
  text-align: right;
}

#btContact {
}

.titreSeul {
  text-align: center;
  float: left;
  color: #2d2d2d;
  margin-right: auto;
  margin-left: auto;
}

.carousel {
  position: relative;
  height: 80%;
  overflow: hidden;
  border-radius: 5px;
}

.carousel .image {
  opacity: 0;
  width: 100%;
  transition-duration: 3s;
}

.carousel .image.selectionne {
  opacity: 1 !important;
  transition-duration: 3s;
}

.carousel img {
  /*width: 100% !important;*/
  object-fit: cover;
  box-sizing: border-box;
  width: 100%;
  z-index: -1;
  filter: brightness(50%);
}

.carousel .img {
  position: absolute;
  left: 0px;
  top: 0px;
  filter: grayscale(0.5);
  /*filter: blur(2px);*/
  height: 100%;
}

.carousel .titre1 {
  position: absolute;
  top: 35%;
  color: #fff;
  z-index: 10;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 80px;
}

.carousel .titre2 {
  position: absolute;
  top: 60%;
  color: #fff;
  z-index: 10;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 50px;
}

.carousel .titre3 {
  position: absolute;
  top: 70%;
  color: #fff;
  z-index: 10;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 40px;
}

.carousel .boutons {
  position: absolute;
  width: 100%;
  bottom: 10%;
  text-align: center;
}

.carousel .blocBt {
  margin-left: auto;
  margin-right: auto;
  height: 20px;
  display: inline;
  text-align: center;
}

.carousel .bt {
  height: 30px;
  width: 30px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.6;
  background-color: #fff;
  display: inline-block;
  border-radius: 20px;
  cursor: pointer;
  transition-duration: 0s;
}

.carouselTexte {
  position: relative;
  height: 80%;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
  float: left;
  min-height: 300px;
}

.carouselTexte .elementCarouselText {
  opacity: 0;
  width: 100%;
  transition-duration: 1s;
  position: absolute;
  top: 0px;
  left: 0px;
}

.carouselTexte .elementCarouselText.selectionne {
  opacity: 1 !important;
  transition-duration: 1s;
}

.carouselTexte img {
  width: 100% !important;
  object-fit: cover;
  box-sizing: border-box;
  height: 50% !important;
  z-index: -1;
}

.carouselTexte .img {
  position: absolute;
  left: 0px;
  top: 0px;
  filter: grayscale(0.5);
  /*filter: blur(2px);*/
}

.carouselTexte .titre1 {
  position: absolute;
  top: 20%;
  color: #fff;
  z-index: 10;
  left: 0px;
  width: 100%;
  text-align: left;
  font-size: 50px;
  left: 10%;
}

.carouselTexte .titre2 {
  position: absolute;
  top: 40%;
  color: #fff;
  z-index: 10;
  left: 10%;
  width: 80%;
  text-align: left;
  font-size: 28px;
  line-height: 34px;
}

.carouselTexte .titre3 {
  position: absolute;
  top: 70%;
  color: #fff;
  z-index: 10;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 40px;
}

.carouselTexte .boutons {
  position: absolute;
  width: 100%;
  bottom: 10%;
  text-align: center;
}

.carouselTexte .blocBt {
  margin-left: auto;
  margin-right: auto;
  height: 20px;
  display: inline;
  text-align: center;
}

.carouselTexte .bt {
  height: 30px;
  width: 30px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.6;
  background-color: #fff;
  display: inline-block;
  border-radius: 20px;
  cursor: pointer;
  transition-duration: 0s;
}

#contact,
#contact2 {
  float: left;
  width: 100%;
  color: #5e5e5e;
  background-color: transparent;
  padding-left: 10%;
  padding-right: 10%;
}

#contact .texte,
#contact2 .texte {
  margin-bottom: 100px;
  margin-top: 0px;
}

#contact input {
  background-color: #b8cdd6;
}

#contact h3 {
  font-size: 20px;
  color: #2d2d2d;
  font-weight: lighter;
}

#contact h2 {
  font-size: 50px;
  color: #2d2d2d;
  letter-spacing: 8px;
  margin-bottom: 50px;
  width: 100%;
  color: #d9a450;
}

#contact h3 {
  color: #d9a450;
}

#contact .droite,
#contact2 .droite {
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
}
#contact .gauche,
#contact2 .gauche {
  width: 45%;
}

#contact h4,
#contact2 h4 {
  font-family: PlayfairDisplay-Medium;
}

#contact form input {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  border: none;
  height: 50px;
  color: #581b19;
  font-weight: normal;
  background-color: #fff;
  font-size: 18px;
  color: #2d2d2d;
  padding: 15px;
  border: 1px solid #afbf8c;
}

#contact form textarea {
  width: 100%;
  box-sizing: border-box;
  float: left;
  height: 150px;
  border: none;
  color: #581b19;
  font-weight: normal;
  /*font-family: "MyriadRoman";*/
  font-size: 14px;
  line-height: 28px;
  color: #581b19;
  text-align: justify;
  background-color: #fff;
  margin-bottom: 30px;
  color: #2d2d2d;
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #afbf8c;
}

#contact .page3CoteCentrer,
#contact2 .page3CoteCentrer {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 80%;
  margin-left: 0%;
  padding-left: 5%;
  padding-right: 5%;
  border: 5px solid #d9a450;
  border-radius: 110px;
  float: left;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
}

.page2CoteCentrer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.page2CoteCentrer .bloc {
  width: 50%;
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;
}

.page2CoteCentrer .bloc a {
  margin: 0px;
}

.page2CoteCentrer span {
  margin-left: auto;
  margin-right: auto;
  float: inherit;
}

.page3CoteCentrer {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.page3CoteCentrer .bloc {
  width: 33.3%;
  /*padding-left:50px;
	padding-right:50px;*/
  box-sizing: border-box;
}

.page3CoteCentrer .bloc img {
  /*border: solid 5px #e5a397;*/
}

.page3CoteCentrer .bloc.traitRose {
}

.page3CoteCentrer .bloc.traitRose p {
  text-align: left;
  font-size: 20px;
  border-left: solid 1px #d9a450;
  padding-left: 50px;
  padding-right: 50px;
}

.page3CoteCentrer .bloc p {
  text-align: left;
  font-size: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.guillementHaut {
  display: inline-block;
  width: 121px;
  height: 76px;
  margin-bottom: 50px;
}

.guillementHaut img {
  width: 121px !important;
  height: 76px !important;
  max-width: 200px !important;
}

.guillementBas img {
  width: 121px !important;
  height: 76px !important;
  max-width: 200px !important;
}

.guillementBas {
  display: inline-block;
  width: 100%;

  margin-top: 50px;
}

.guillementBas img {
  width: 121px;
  height: 76px;
  float: right;
}

.sectionFilRose {
  padding-left: 2%;
  padding-right: 2%;
  box-sizing: border-box;
  margin-bottom: 100px;
  margin-top: 100px;
}

#prana.sectionFilRose h2 {
  text-align: right;
  /*width:96%;*/
}

#prana.sectionFilRose p {
  text-align: right;
  /*width:96%;*/
}

#prana.sectionFilRose .gauche p {
  text-align: left;
}

#prana.sectionFilRose .droite p {
  text-align: left;
}

#prana.sectionFilRose .droite p.centre {
  text-align: center;
}

#prana .guillementBas {
  margin-bottom: 50px;
}

.sectionFilRose .droite {
  border-left: 1px solid #d9a450;
}

.sectionFilRose .reference {
  width: 100%;
  color: #d9a450;
  font-size: 20px;
  text-align: center !important;
  margin-bottom: 50px;
}

.reference {
  width: 100%;
  color: #d9a450;
  font-size: 20px;
  text-align: center !important;
  margin-bottom: 50px;
}

.sectionFilRose .droite p {
  text-align: center;
  font-size: 24px;
}

.sectionFilRose .gauche p {
  text-align: left;
  font-size: 20px;
}

.sectionFilRose h3 {
  font-size: 40px;
}

.sectionFilRose .gauche h3 {
  text-align: left;
}

#contact .page3CoteCentrer div,
#contact2 .page3CoteCentrer div {
  width: 33.3%;
  float: left;
}

#pageFestivals #contact .page3CoteCentrer div,
#pageFestivals #contact2 .page3CoteCentrer div {
  width: 50%;
}

button {
  height: 45px;
  padding-right: 25px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  background-color: #e4bb47;
  color: #fff;
  border: 0px;
  opacity: 1;
  border-radius: 1px;
  color: #fff;
  width: 240px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}
button:hover {
  background-color: #9ca874;
  transition-duration: 0.5s;
}

button.boutonbordure {
  background-color: #fff;
  color: #d9a450;
  border: 1px solid #d9a450;
  font-size: 26px;
  height: 80px;
}

.intro button {
  background-color: #f4b840;
  color: #fff;
  border-radius: 15px;
  font-size: 23px;
  height: 60px;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Poppins-Medium";
}

/* Bouton compact, pas pleine largeur */
.blocCentre .btn-principale {
  display: inline-flex !important; /* évite le block 100% */
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  border-radius: 15px;
  background: #f4b840;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2;
  white-space: nowrap; /* pas de retour à la ligne */
  width: auto !important; /* annule width:100% héritée */
  max-width: 100%;
  margin: 8px auto 0; /* centre horizontalement */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
  font-family: "Poppins-Medium";
}
.blocCentre .btn-principale:hover {
  background: #c18f3f;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  background: #9ca874;
}
.blocCentre .btn-principale:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  background: #9ca874;
}

/* au cas où un style global force tous les liens à 100% */
a.btn-principale {
  inline-size: auto !important;
  flex: 0 0 auto !important;
}

#googleMap {
  float: left;
  text-align: justify;
  min-width: 256px;
  width: 100%;
  height: 400px;
  margin-top: 100px;
}

.vcard .org {
  font-size: 40px;
  margin-bottom: 40px;
  color: #2d2d2d;
}

.vcard .fn {
  font-size: 30px;
  margin-bottom: 20px;
}

.vcard .title {
  font-size: 22px;
}

.vcard .adr {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

/* page objectif */
#siteVitrine,
#siteDynamique {
  padding-top: 200px;
  padding-bottom: 50px;
  color: #2d2d2d;
  overflow: hidden;
}

#siteDynamique .page3CoteCentrer .bloc {
  min-height: 430px;
}

.imageGauche img {
  width: auto !important;
  object-fit: cover;
  box-sizing: border-box;
  z-index: -1;
  float: left;
  margin-right: 35px;
  max-width: 45%;
}

.imageDroite img {
  width: auto !important;
  object-fit: cover;
  box-sizing: border-box;
  z-index: -1;
  float: right;
  margin-left: 25px;
  max-width: 45%;
}

.imageGauche .imgEvenement {
  width: 50%;
  float: left;
}

.imageDroite .imgEvenement {
  width: 50%;
  float: right;
}

.imageGauche .texte {
  /*padding-right:5%;
	text-align:left;
	font-family:Montserrat-Regular;
	font-size: 16px;
	color:#fff;*/
  text-align: left;
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #fff;
  float: right;
  width: 55%;
}

.imageDroite .texte {
  /*padding-left:5%;
	text-align:right;
	font-family:Montserrat-Regular;
	font-size: 16px;
	color:#fff;*/
  text-align: right;
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #fff;
  float: left;
  width: 55%;
}

.imageGauche .texte h3 {
  text-align: left;
  font-family: PlayfairDisplay-Medium;
  color: #fff;
}

.imageDroite .texte h3 {
  text-align: right;
  font-family: PlayfairDisplay-Medium;
  color: #fff;
}

.evenement {
  padding-bottom: 50px;
  padding-top: 50px;
  border-bottom: 2px solid #fff;
}

.evenement .texte .dateTexte,
.evenement .texte .lieuTexte {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: bold;
}

.evenement .descriptionImage {
  margin-top: 20px;
}

.evenement .imageGauche .texte,
.evenement .imageDroite .texte {
  width: 50%;
}

.evenement .page2Cote .imageGauche .texte {
  width: 40%;
  color: #6e6e6e;
}

.evenement h3 {
  color: #d9a450 !important;
  text-align: left !important;
}

.evenement .texte .dateTexte,
.evenement .texte .lieuTexte {
  color: #6e6e6e;
}

.evenement .descriptionImage {
  color: #6e6e6e;
}

.imageGauche .imageEvenement,
.imageDroite .imageEvenement {
  width: 100%;
  float: left;
}

.imageGauche .imageEvenement img,
.imageDroite .imageEvenement img {
  width: auto !important;
  object-fit: cover;
  box-sizing: border-box;
  float: initial;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.evenementsCCVM h2 {
  color: #ff3133 !important;
}

.billet {
  background-color: #d9a450;
  color: #fff;
  border-radius: 25px;
  height: 70px;
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
  font-family: PlayfairDisplay-Medium;
  margin-top: 20px;
  font-weight: normal;
}

#siteVitrine ul,
#siteDynamique ul {
  padding-left: 30px;
  color: #5e5e5e;

  text-decoration: none;
  font-style: normal;
  font-size: 20px;
}

#listeReseauxSociaux {
  padding-bottom: 100px;
  float: left;
}

#listeReseauxSociaux {
}

.page2Cote img:hover {
  filter: grayscale(0.5);
  transition-duration: 0.5s;
}

.page2Cote img {
  /*box-shadow: 1px 2px 4px 0px #A9A9AB;*/
}

.page3CoteCentrer {
  width: 70%;
  margin-left: 15%;
}

.page3CoteCentrer.traitRose {
  width: 90%;
  margin-left: 5%;
}

.page3CoteCentrer.traitRose .bloc img {
  max-height: 300px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.page3CoteCentrer.traitRose .bloc {
  float: left;
  width: calc(33.3% - 100px);
  min-height: 300px;
  /*padding:25px;*/
  box-sizing: border-box;
  margin-left: 50px;
  margin-right: 50px;
  min-width: 300px;
}

.page3CoteCentrer .image {
  display: block;
}

.page3CoteCentrerEvenements .bloc {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 300px;
  position: relative;
}

.page3CoteCentrerEvenements .bloc img {
  height: 150px;
}

.page3CoteCentrerEvenements .bloc h3 {
  margin-top: 0px;
  top: -142px;
  width: 100%;
  text-align: center !important;
  position: absolute;
  color: #fff;
}

.page3CoteCentrerEvenements .texte {
  box-sizing: border-box;
  border: 1px solid #dedede;

  border-top: 0px;
  position: relative;
  border-radius: 0px 0px 5px 5px;
}

.page3CoteCentrerEvenements .bloc img {
  border-radius: 5px 5px 0px 0px;
  filter: brightness(60%) !important;
}

.page3CoteCentrerEvenements .descriptionImage {
  padding-left: 3px;
  height: 70px;
  overflow: auto;
}

.page3CoteCentrerEvenements h3 {
  margin-top: 15px;
  text-align: left !important;
  font-size: 22px;
  margin-bottom: 10px;
}

.page3CoteCentrerEvenements .dateTexte {
  top: 35px;
  padding-right: 5px;
  text-align: right;
  font-weight: bold;
  padding-top: 5px;
}

.page3CoteCentrerEvenements button {
  height: 45px;
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  top: 125px;
  border-radius: 0px;
  width: 100%;
}

.page2Cote img {
}

.page3CoteCentrer .image img {
  width: 100px;
  object-fit: cover;
  box-sizing: border-box;
  height: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  box-shadow: none;
}

.page3CoteCentrer h3 {
  display: block;
  color: #2d2d2d;
  margin-left: auto;
  margin-right: auto;
  /*color: #2d2d2d;*/
  text-align: center;
  font-size: 24px;
  color: #d9a450;
  line-height: 30px;
}

.page3CoteCentrer h4 {
  display: block;
  color: #2d2d2d;
  margin-left: auto;
  margin-right: auto;
  color: #2d2d2d;
  text-align: center;
  font-size: 20px;
}

.page3CoteCentrer .texte {
  display: block;
  width: 100% !important;
  font-size: 18px;
  color: #d9a450;
  color: #2d2d2d;
}

.page3CoteCentrer .bloc .lieuTexte {
  font-weight: bold;
  padding-left: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  color: #d9a450;
}

.page3CoteCentrer .texte p {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #2d2d2d;
}

.page3CoteCentrer .image {
  box-shadow: none;
}

.animationHorizontale .image {
  position: relative;
  min-height: 100px;
}

.animationHorizontale .gauche.image img {
  /*position:absolute;*/
  left: -50px;
  transition-duration: 2s;
}

.animationHorizontale .droite.image img {
  /*position:absolute;*/
  left: 50px;
  transition-duration: 2s;
}

.gauche.image img.on {
  /*position:absolute;*/
  left: 0px;
  transition-duration: 2s;
}

.droite.image img.on {
  left: 0px;
  transition-duration: 2s;
}

.imageTransition {
  width: 100%;
  overflow: hidden;
  float: left;
  height: 400px;
  margin-bottom: 100px;
}

.imageTransition300 {
  height: 300px;
  margin-bottom: 100px;
  margin-top: 100px;
}

.imageTransition300 img {
  height: 300px;
}

.imageMiniTransition {
  width: 100%;
  overflow: hidden;
  float: left;
  height: 200px;
  margin-bottom: 100px;
}

#pointsImportants {
  height: auto;
  min-height: 400px;
  float: left;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 100px;
}

#pointsImportants h2 {
  color: #fff;
  /*padding-top:40px;*/
  padding-bottom: 40px;
  float: left;
}

.titreLarge {
  width: 100%;
}

.elementCarouselText {
  height: 100%;
}

footer {
  padding-top: 50px;
  padding-bottom: 50px;
  float: left;
  width: 100%;
  background-color: #fff;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

footer img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  max-height: 400px;
}

footer h3,
footer a {
  color: #2d2d2e !important;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
}

footer ul {
  list-style: none;
  color: #fff;
}
footer li {
  margin: 0px;
  color: #fff;
  /*min-height: 25px;*/
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;
}

footer h2 {
  margin-bottom: 25px;
  color: #9ca874;
  font-size: 36px;
  text-align: center;
  letter-spacing: 1px;
  font-family: Poppins-Medium;
  font-size: 26px !important;
  font-weight: normal;
  margin-top: -10px;
  line-height: 35px;
}

footer .lienFooter {
  display: block;
  text-align: center;
  font-weight: lighter;
  font-size: 24px;
  line-height: 22px;
  width: calc(100% / 3);
  float: left;
  margin-bottom: 20px;
  color: #9ca874;
}

footer .blocCentre img {
  width: 200px !important;
  height: 186px !important;
}

footer a {
  margin-left: 10px;
  margin-right: 10px;
  font-family: montserrat;
}

footer p {
  font-size: 24px;
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 40px;
}

footer span {
  font-size: 24px;
  float: left;
  width: 100%;
  text-align: center;

  color: #2d2d2e;
}

footer hr {
  background-color: #e4bb47;
  width: 50%;
  margin-bottom: 50px;
  height: 2px;
}

footer .page3Cote {
  width: 50% !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  float: initial;
}

footer .page3Cote p {
  text-align: center;
  margin: 0px;
  color: #fff;
  font-size: 11px;
}

footer .page3Cote .centre {
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 100%;
}

footer .page2CoteCentrer .bloc.blocLogo {
  width: 30%;
  padding-left: 0px;
  padding-right: 0px;
}

footer .page2CoteCentrer .bloc.blocTexte {
  width: 70%;
}

footer .blocTexte h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #9ca874 !important;
}

footer .blocTexte h3 {
  margin-top: 30px;
  line-height: 30px;
  margin-bottom: 50px;
  color: #2d2d2e !important;
}

.largeurTotale {
  float: left;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  color: #00437e;
}

.square {
  padding-left: 20px;
  margin-left: 20px !important;
}

.texteGrandeLargeur .square {
  margin-left: 40px !important;
  margin-top: 30px;
}

.square li {
  list-style: square;
  padding-left: 0px;
  font-size: 18px;
  line-height: 24px;
  color: #1462a6;
  margin-left: 0px;
}

.underline {
  /*text-decoration:underline;*/
  background-color: #ffb932;
  transition: 1s;
}

.background h1 {
  line-height: 80px;
  font-size: 50px;
}

.background h2 {
  line-height: 139%;
  letter-spacing: 25px;
}

.background h3 {
  /*line-height:126.5%;*/
  /*letter-spacing:22.5%;*/
  font-weight: normal;
  margin-bottom: 50px;
  text-transform: inherit !important;
  font-family: Poppins-Medium;
  font-size: 22px;
  color: #2d2d2d;
  text-align: left;
  line-height: 30px;
}

.background {
  width: 100%;
  position: relative;
  padding: 0px;
  z-index: -1;
  overflow: hidden;
  float: left;
}

.background img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  min-height: 1000px;
}

.background .filtreBlanc {
  z-index: 21;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.filtreNoir {
  z-index: 21;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.introuvable a {
  color: #fff;
}

#videoYoutube {
  position: relative;
  width: 100%;
  height: 0;
  height: 100%;
  margin-top: 100px;
  padding-bottom: 100px;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.invisible {
  display: none;
  transition: 1s;
  z-index: 0 !important;
}

.invisibleMenu {
  position: fixed !important;
  top: -100px !important;
  transition: 3s;
}
.visibleMenu {
  position: fixed !important;
  top: 0px !important;
  transition: 3s;
}

.iconeMenu {
  min-width: 30px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.popUp {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 2000;
  top: 0px;
  background-color: #fff;
  transition: 1s;
}

.popUp .cadreVideo {
  top: 5%;
  left: 5%;
  position: absolute;
  height: 90%;
  width: 90%;
}

#popUp {
  /*height:90%;*/
  max-width: 90%;
  position: fixed;
  z-index: 2000;
  background-color: #fff;
  transition: 0s;
  border-radius: 2px;
  /*transition: 0.5s;*/
  padding: 3%;
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 1px 1px 3px -2px #2d2d2d;
  box-sizing: border-box;
  /*padding-top:0px;*/
  z-index: 100000;
  width: 50%;
  left: 25%;
  bottom: 0px;
  min-width: 300px;
}

#popUp .boutons {
  margin-left: 25px;
  margin-right: 25px;
}

#popUp .boutons #quantite {
  height: 34px;
  float: left;
  width: 60px;
}

#popUp .iconeMoins {
  margin-left: 0px;
  background-color: #eee;
  cursor: pointer;
}

#popUp.afficherReservation .iconeMoins {
  margin-left: 10px;
  margin-right: 0px;
}

#popUp .iconeMoins img {
  /*height:40px;
	width:40px;*/
  border-radius: 3px;
  margin-top: 19px !important;
  margin-bottom: auto !important;
  width: 16px !important;
  height: auto !important;
  margin-left: 12px;
}

#popUp .iconePlus {
  background-color: #eee;
  cursor: pointer;
}

#popUp .iconePlus img {
  margin-top: 11px !important;
  margin-bottom: 5px !important;
  border-radius: 3px;
  width: 16px !important;
  height: auto !important;
  margin-left: 12px;
  cursor: pointer;
}

#popUp span {
  height: 40px;
  width: 40px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}

#popUp .croix {
  position: absolute;
  right: 5px;
  top: 15px;
  background-color: #eee;
  cursor: pointer;
}

#popUp .croix img {
  border-radius: 3px;
  width: 16px !important;
  height: auto !important;
  margin: 10px;
}

#popUp .boutons button {
  width: calc(100%);
  height: 40px;
  padding: 0px;
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
  max-width: calc(50% - 10px);
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

#popUp .description {
  color: #8b8e94;
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  line-height: 18px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 20px;
}

.videoPleinEcran {
  height: 100%;
  width: 100%;
}

#projetsRealises {
  float: left;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

#projetsRealises .presentationProjet {
  float: left;
  border-radius: 3px;
  position: relative;
  z-index: 9;
  margin-bottom: 50px;
  width: 100%;
}

#projetsRealises .presentationProjet.left {
  left: 7%;
}

#projetsRealises .presentationProjet.leftActif {
  left: 0%;
  transition-duration: 2s;
}

#projetsRealises .presentationProjet.right {
  right: 7.5%;
}

#projetsRealises .presentationProjet.rightActif {
  right: 0%;
  transition-duration: 2s;
}

#projetsRealises .presentationProjet img {
  border-radius: 3px;
  object-fit: cover;
  height: 100%;
}

#projetsRealises .texte {
  background-color: #fff;
  position: absolute;
  width: 30%;
  z-index: 10;
  box-shadow: 0px 0px 7px 1px #a9a9ab;
  font-size: 10px;
  line-height: 15px;
  padding: 20px;
  box-sizing: border-box;
}

#projetsRealises .texte.right {
  right: -5%;
}

#projetsRealises .texte.left {
  left: -5%;
}

#projetsRealises .image {
  box-shadow: 0px 0px 7px 1px #a9a9ab;
}

#projetsRealises .texte h3 {
  font-size: 20px;
  color: #d9a450;
  padding: 0px;
}

#projetsRealises .texte h4 {
  font-size: 16px;
  color: #d9a450;
  padding: 0px;
}

.index .background img {
  /*filter: brightness(70%) !important;*/
}

.index hr {
  background-color: #3e3e3e;
  height: 3px;
  width: 80%;
  border: none;
}

.index .background #blocCentre img {
  filter: brightness(100%) !important;
}

.blocCentre img {
  filter: brightness(100%) !important;
  width: 250px;
  position: initial !important;
  object-fit: initial;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.backgroundNoirci.intro .blocCentre img {
  filter: brightness(100%) !important;
}

.appartementRenovation {
  display: block;
  overflow: hidden;
  height: 100%;
  z-index: 22;
}

.appartementRenove {
  z-index: 21;
  display: block;
  overflow: hidden;

  width: 100% !important;
  /*background-position:50% 50% 50% 50%;*/
}

#blocsCategories {
  float: left;
  width: 100%;
  margin-top: 30px;
}

#blocsCategories .bloc {
  width: 50%;
  float: left;
  height: 80%;
  margin-bottom: 30px;
  min-width: 350px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

/*#blocsCategories .bloc img {
		width: 350px;
		height:350px;
		border-radius:350px;
		margin-left: auto;
		margin-right: auto;
		
	}*/

#blocsCategories .bloc .filtreBleu {
  width: 350px;
  height: 350px;
  border-radius: 350px;
  margin-left: auto;
  margin-right: auto;
  background-color: #4f8398;
  opacity: 0.6;
  position: absolute;
  top: 0px;
  z-index: 2;
}

#blocsCategories .bloc .blocCentre {
  width: 350px;
  height: 420px;
  border-radius: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#blocsCategories .bloc .blocCentre h4 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 124px;
  z-index: 3;
}

.grosTitreGris {
  height: 126px;
  width: 100%;
  background-color: #ebebeb;
}

.grosTitreGris h2 {
  font-size: 48px;
  line-height: 110px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#categories,
#projet,
#accueil,
#expertises,
#realisations {
  float: left;
}

.intro {
  min-height: 700px;
}

#categories {
  padding-left: 0%;
  padding-right: 0%;
}
#categories .bloc {
  width: 33.3%;
}

#categories .bloc img {
  height: 100%;
  border-radius: none;
  object-fit: cover;
  width: 100%;
}

#accueil svg {
  position: absolute;
  bottom: -50px;
  z-index: 1000;
  transform: rotate(180deg);
}

#salmorenc svg,
#ccmv svg,
#festivals svg {
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: 1;
}

#expertises {
  background-color: #ececec;
}

#expertises .titreBleuGauche {
  background-color: #4f8398;
  position: absolute;
  top: -25px;
  left: 5%;
  padding: 25px;
  color: #fff;
  width: 20%;
  min-width: 300px;
}

#expertises .titreBleuGauche h2 {
  color: #fff;
  text-align: left;
}

#expertises .titreBleuGauche h3 {
  color: #fff;
  text-align: left;
}

#expertises .blocs {
  margin-left: 30%;
  float: left;
  width: 60%;
  padding: 5%;
  padding-top: 0%;
}

#expertises .bloc {
  width: 50%;
  float: left;
  padding: 5%;
  box-sizing: border-box;
  position: relative;
}

#expertises .bloc .titre {
  color: #4f8398;
  margin-bottom: 40px;
}

#expertises .bloc .texte {
  color: #2d2d2d00;
  font-size: 16px;
}

#expertises .bloc .logo {
  position: absolute;
  left: -25px;
}

.margin100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.deuxImageEtTexte {
  margin-left: 10%;
  margin-right: 10%;
  height: 568px;
  margin-top: 100px;
  position: relative;
}

.deuxImageEtTexte.deuxImageEtTexteGauche .texte {
  width: calc(30% - 20px);
  right: 0%;
  color: #2d2d2d;
  position: absolute;
  top: 100px;
  opacity: 0;
  line-height: 26px;
  font-weight: normal;
  padding-right: 20px;
}

.deuxImageEtTexte.deuxImageEtTexteDroite .texte {
  width: calc(30% - 20px);
  left: 0%;
  color: #2d2d2d;
  position: absolute;
  top: 100px;
  opacity: 0;
  line-height: 26px;
  font-weight: normal;
  padding-right: 20px;
}

.deuxImageEtTexte .texte.visible {
  opacity: 1;
  transition-duration: 2s;
  box-sizing: border-box;
}

.deuxImageEtTexte .texte {
  font-size: 16px;
  max-height: 470px;
  overflow: auto;
}
.deuxImageEtTexte .texte p {
  font-size: 16px;
  color: #2d2d2d;
}

.deuxImageEtTexte .images {
  width: 60%;
  position: relative;
  height: 568px;
}

.deuxImageEtTexte.deuxImageEtTexteDroite .images {
  position: absolute;
  right: 0px;
}

.deuxImageEtTexte .images .fond {
  margin-left: 10%;
  margin-right: 10%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  top: 0px;
  max-height: 70%;
  width: 70%;
  transform: rotate(10deg);
  opacity: 0.4;
}

.deuxImageEtTexte .fond {
  margin-left: 10%;
  margin-right: 10%;
  z-index: 1;
}

.deuxImageEtTexte .imageDessus {
  height: 568px;
  z-index: 2;
  width: 80%;
  top: 100px;
  position: absolute;
  right: 100px;
  top: 100px;
  max-height: 70%;
  right: 0px;
}

.deuxImageEtTexte .cardreBoutons {
  position: absolute;
  background-color: #fff;
  height: 113px;
  width: 313px;
  z-index: 3;
  bottom: 0px;
  right: 0px;
  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.deuxImageEtTexte .cardreBoutons h3 {
  margin-top: 0px;
  text-align: left;
  font-size: 20px;
}

.deuxImageEtTexte .cardreBoutons button {
  border: 1px solid #2d2d2d;
  color: #2d2d2d;
  font-size: 16px;
  background-color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 0px;
  letter-spacing: 6px;
  min-width: 260px;
}

.deuxImageEtTexte button:hover {
  border: 0px solid #2d2d2d;
  color: #fff;
  font-size: 16px;
  background-color: #e4bb47;
  font-weight: normal;
}

#photos {
  margin-left: auto;
  margin-right: auto;
  /*width:80%;*/
  height: 510px;
  overflow: hidden;
  position: relative;
  width: 100%;
  /*max-width:1800px;*/
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 100px;
}
/*
#realisations #photos{
	height: 635px;
}
*/
#photos .listeImage {
  position: absolute;
  left: 0px;
}

#photos .listeImage img {
  width: 33%;
}

#photos .boutons {
  position: absolute;
  left: 0px;
  bottom: -60px;
  width: 100%;
  bottom: 0%;
  text-align: center;

  margin-left: auto;
  margin-right: auto;
  height: 42px;
  display: inline;
  text-align: center;
}

#photos .texte {
  height: 45px;
  position: absolute;
  box-sizing: border-box;
  width: calc(100% - 30px);
  /*margin-top: 10px;*/
  left: 0px;
  width: 100%;
  text-align: center;
  color: #2d2d2d;
  bottom: -75px;
  font-size: 24px;
}

#photos .texte hr {
  background-color: #3e3e3e;
  width: 80%;
  height: 1px;
  border: 0px;
}

#photos .texte h2 {
  line-height: 450px;
  color: #fff;
}

#images .boutons .bt,
#realisations .boutons .bt {
  height: 30px;
  width: 30px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.6;
  background-color: #e4bb47;
  display: inline-block;
  /*border-radius: 20px;*/
  cursor: pointer;
  transition-duration: 1s;
}

#images .listeImage img {
  width: 400px;
  display: inline;
  filter: brightness(80%);
}

#realisations .listeImage img {
  max-width: 800px;
  max-height: 450px;
  display: inline;
  filter: brightness(80%);
}

#realisations button {
  width: 40%;
  border: 2px solid #3e3e3e;
  background-color: #fff;
  color: #3e3e3e;
  font-size: 18px;
  font-weight: normal;
  min-width: 240px;
}

#realisations button:hover {
  border: 0px solid #2d2d2d;
  color: #fff;
  font-size: 16px;
  background-color: #e4bb47;
  font-weight: normal;
}

#images .boutons .bt:hover,
#realisations .boutons .bt:hover {
  background-color: #e4bb47 !important;
}

.btEnCours {
  opacity: 1 !important;
}
.btEnAttente {
  background-color: #3e3e3e !important;
}

#laurentDelporteHaut {
  height: 100px;
  width: 100%;
  line-height: 100px;
  font-size: 48px;
  background-color: #4f8398;
  text-align: center;
  letter-spacing: 8px;
  font-weight: bold;
}

.index #laurentDelporteHaut {
  display: none;
}

.autresPages .imageTransition {
  position: relative;
}

.autresPages .imageTransition h1 {
  position: absolute;
  background-color: #e4bb47;
  color: #fff;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  top: calc(150px - 100px);
}

.autresPages .imageTransition.texteRight h1 {
  right: 10%;
}

.autresPages .imageTransition.texteLeft h1 {
  left: 10%;
}

#explications {
  float: left;
}

#explications h2 {
  line-height: 180px;
  color: #4f8398;
  padding-left: 10%;
  padding-right: 10%;
}

#explications .left {
  background-color: #fff;
  height: 140px;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  box-sizing: border-box;
  text-align: left;
  line-height: 140px;
}

#explications .right {
  background-color: #fff;
  height: 140px;
  width: 100%;
  padding-left: 10%;
  box-sizing: border-box;
  text-align: right;
  line-height: 140px;
}

#explications .texte.left {
  margin-right: 15%;
  margin-left: 15%;
  width: 70%;
  text-align: left;
  padding-bottom: 30px;
  padding-top: 30px;
}

#explications .texte.right {
  margin-right: 15%;
  margin-left: 15%;
  width: 70%;
  text-align: left;
  padding-top: 30px;
}

.blocFondPlan {
  position: relative;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 75px;
  padding-bottom: 75px;
}

.blocFondPlan img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.blocFondPlan p {
  font-size: 16px;
  font-weight: bold;
}

#explications .fondTexte1 {
  background-image: url("../images/transition/1920/fondtext.jpg");
  /*filter:drop-shadow(16px 16px 20px red) invert(75%);*/
}

#explications .fondTexte2 {
  background-image: url("../images/transition/1920/fondtext2.jpg");
}

#points {
  float: left;

  padding-top: 100px;
  padding-bottom: 100px;
}

#points .point {
  float: left;
  width: 40%;
  margin-left: 5%;
  margin-right: 5%;
}

#points .point .icone {
  float: left;
  background-color: #e2e2e2;
  border-radius: 75px;
  height: 75px;
  width: 75px;
  box-shadow: 2px 3px 6px 0 #a9a9ab;
  margin-top: 5px;
}

#points .point .icone .check {
  float: left;
  background-image: url("../images/icones/check.png");
  height: 50px;
  width: 50px;
  margin-top: 13px;
  margin-left: 13px;
}

#points .point .texte {
  margin-left: 130px;
  text-align: left;
}

#points .point .texte h2 {
  text-align: left;
  color: #4f8398;
  font-size: 30px;
  font-weight: bold;
}

.blocCentreImage {
  box-sizing: border-box;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 5%;
  margin-bottom: 10%;
  float: left;
}

.blocCentreImage img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  z-index: -1;
  height: 100%;
}

.blocCentreImage h2 {
  margin-top: 100px;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 100px;
}

.blocCentreImage h3 {
  font-size: 72px;
  margin-top: 10px;
  margin-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 100px;
}

.blocCentreImage button {
  margin-bottom: 100px;
  height: 60px;
  width: 300px;
}

.lienFooter {
  cursor: pointer;
}

.boutonBleu {
  background-color: #4f8398;
}

.blocCentreTextImage {
  /*background-image: url("../images/PleinePage/1920/plan_appartement.jpg");*/
  float: left;
  overflow: hidden;
  margin-top: 100px;
}

.blocCentreTextImage h2 {
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 50px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
}

.blocCentreTextImage button {
  margin-top: 100px;
  margin-bottom: 100px;
  height: 60px;
  width: 300px;
  font-weight: normal;
  font-size: 20px;
}

.evenements .jaune a {
  background-color: #e4bb47;
  height: 60px;
  width: auto;
  font-weight: normal;
  font-size: 20px;
  line-height: 60px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
  float: right;
}
.evenements .boutons {
  color: #5e5e5e;
}

.blocCentreTextImage.jaune button {
  background-color: #e4bb47;
}

.blocCentreTextImage img {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(16px 16px 20px #2d2d2d) invert(36%);
}

.blocCentreTextImage.jaune h2 {
  width: 80%;
}

.flou {
  filter: brightness(50%);
}

.flou img {
  filter: drop-shadow(16px 16px 20px red) invert(75%);
  filter: blur(0.5px);
}

.menuBas {
  padding-bottom: 100px;
}

.menuBas h2 {
  font-weight: lighter;
  color: #2d2d2d;
}

.menuBas img {
}

.menuBas .blocs {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

.menuBas .blocs .bloc {
  width: 33.3%;
  float: left;
  text-align: center;
  font-size: 33px;
  line-height: 100px;
  color: #2d2d2d;
}

.menuBas .blocs .bloc a {
  color: #2d2d2d;
}

.menuBas .blocs .bloc a:hover {
  color: #e4bb47;
}

.menuBas .blocs .blocActif a {
  color: #e4bb47;
}

#contactTelephoneMail {
  float: left;
  font-size: 36px;
  padding-bottom: 100px;
  padding-top: 100px;
  color: #2d2d2d;
  width: 60px;
  height: 60px;
}

#contactTelephoneMail .telephone {
  float: left;

  background-repeat: no-repeat;
  height: 50px;

  width: 50%;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

#contactTelephoneMail .mail {
  float: left;
  background-repeat: no-repeat;
  height: 50px;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

#contactTelephoneMail .telephone .icone {
  background-image: url("../images/icones/icone_telephone.png");
  height: 46px;
  width: 46px;
  display: inline-block;
  margin-right: 25px;
  border-radius: 0px;
  position: absolute;
  left: -10px;
  top: -2px;
}

#contactTelephoneMail .mail .icone {
  background-image: url("../images/icones/mail.png");
  height: 36px;
  width: 46px;
  display: inline-block;
  margin-right: 25px;
  border-radius: 0px;
  position: absolute;
  left: -10px;
  top: 5px;
}

#contactTelephoneMail .telephone .texte {
  display: inline-block;
  line-height: 40px;
  position: relative;
  padding-left: 70px;
}

#contactTelephoneMail .mail .texte {
  display: inline-block;
  line-height: 40px;
  position: relative;
  padding-left: 70px;
}

.connexion .adminCo .blocCentre {
  background-color: #fff;
  position: absolute;
  text-align: center;
}

.adminCo .blocCentre {
  margin-left: auto;
  margin-right: auto;
  position: inherit;
  width: 40%;
}

.connexion .adminCo .ligneFormulaire {
  background-color: #fff;
  text-align: left;
}

.connexion .adminCo .ligneFormulaire button {
  background-color: #2d2d2d;
}

.connexion .adminCo .blocCentre h1 {
  color: #2d2d2d;
}

.connexion .adminCo .blocCentre #formulaire {
  text-align: center;
}

.connexion .formulaire .champ input,
.connexion .formulaire .champ button {
  width: calc(100% - 6px);
  color: #fff;
}

.connexion .formulaire .champ button {
  width: 100%;
  margin-top: 5px;
}

.connexion .intro {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.connexion .intro #blocCentre button {
  opacity: 1;
  background-color: #fff;
}

.connexion h1 {
  color: #fff;
}

#connexion {
  height: 100%;
}

.page2Cote .imageGauche .autresImages {
  position: absolute;
  right: 0px;
  margin: 0px !important;
  max-width: 50%;
  height: 150px;
  height: auto;
  top: calc(100% - 80px);
  width: 55%;
  float: right;
}

.page2Cote .imageGauche .autresImages .imageMiniature {
  width: calc(25% - 15px) !important;
  height: 150px !important;
  margin: 0px !important;
  margin-right: 15px !important;
  cursor: pointer;
  margin-bottom: 10px !important;
  float: left;
}

.page2Cote .imageGauche .autresImages .imageMiniature img {
  width: auto !important;
  height: 150px !important;
  cursor: pointer;
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: cover;
  box-sizing: border-box;
  min-width: auto;
  max-width: calc(100%);
}

.page2Cote .imageDroite .autresImages {
  position: absolute;
  left: 0px;
  margin: 0px !important;
  max-width: 50%;
  height: 150px;
  height: auto;
  top: calc(100% - 80px);
  width: 55%;
  float: left;
}

.page2Cote .imageDroite .autresImages .imageMiniature {
  width: calc(25% - 15px) !important;
  height: 150px !important;
  margin: 0px !important;
  margin-right: 15px !important;
  cursor: pointer;
  margin-bottom: 10px !important;
  float: left;
}

.page2Cote .imageDroite .autresImages .imageMiniature img {
  width: auto !important;
  height: 150px !important;
  cursor: pointer;
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: cover;
  box-sizing: border-box;
  min-width: auto;
  max-width: calc(100%);
}

.page2Cote.page2CoteMarge .imageDroite .imageEvenement img {
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  z-index: -1;
  max-height: 600px;
  min-height: 400px;
  float: initial;
  margin-right: auto;
  margin-left: auto;
  width: auto !important;
}

.page2Cote.page2CoteMarge .imageGauche .imageEvenement img {
  width: auto !important;
  max-width: 100%;
  box-sizing: border-box;
  z-index: -1;
  max-height: 600px;
  min-height: 400px;
  float: initial;
  margin-right: auto;
  margin-left: auto;
}

.page2Cote.page2CoteMarge .imageDroite .imageChantier {
  width: 45%;
  box-sizing: border-box;
  margin-left: 50px;
  margin-bottom: 0px;
  max-height: 600px;
  box-sizing: border-box;
  float: right;
  position: relative;
}

.page2Cote.page2CoteMarge .imageGauche .imageEvenement {
  width: 45%;
  box-sizing: border-box;
  margin-right: 50px;
  margin-bottom: 0px;
  max-height: 600px;
  height: auto;
  float: left;
  position: relative;
}

.page3CoteCentrer .imageEvenement {
  /*position:absolute;*/
}

.page3CoteCentrer .imgEvenement button {
}

.page2Cote .presentationChantier.floatLeft .texte {
  width: calc(50% - 100px);
  overflow-y: auto;
  line-height: 22px;
  font-size: 18px;
  padding-left: 0px;
  padding-right: 0px;
  position: absolute;
  top: 0px;
  color: #5e5e5e;
}

.page2Cote .imageGauche .texte {
  margin-left: 4%;
  margin-top: 0px;
  right: 0px;
  float: right;
  margin-right: 5%;
  text-align: left;
}

.page2Cote .presentationChantier.floatLeft .texte h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.evenements {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
}

#imageEtude,
#imageSuiviTravaux {
  position: relative;
}

#etude-souhaits-clients {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 33%;
  width: 50%;
  cursor: pointer;
}

#etude-descriptif-cdc {
  position: absolute;
  top: 0%;
  left: 50%;
  height: 33%;
  width: 50%;
  cursor: pointer;
}

#etude-financement-contraintes {
  position: absolute;
  top: 33.3%;
  left: 0%;
  height: 33%;
  width: 50%;
  cursor: pointer;
}

#etude-normes-contraintes {
  position: absolute;
  top: 33%;
  left: 50%;
  height: 33%;
  width: 50%;
  cursor: pointer;
}

#etude-aides-contraintes {
  position: absolute;
  position: absolute;
  top: 66.6%;
  left: 0%;
  height: 33%;
  width: 50%;
  cursor: pointer;
}

#suivi-bilan {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 35%;
  width: 40%;
  cursor: pointer;
}

#suivi-planning {
  position: absolute;
  top: 0%;
  left: 40%;
  height: 35%;
  width: 20%;
  cursor: pointer;
}

#etude-assurance-contraintes {
  position: absolute;
  top: 66.6%;
  left: 60%;
  height: 33%;
  width: 40%;
  cursor: pointer;
}

#suivi-choix {
  position: absolute;
  top: 0%;
  left: 60%;
  height: 35%;
  width: 40%;
  cursor: pointer;
}

#suivi-reception {
  position: absolute;
  top: 35%;
  left: 0%;
  height: 35%;
  width: 50%;
  cursor: pointer;
}
#suivi-visite {
  position: absolute;
  top: 35%;
  left: 50%;
  height: 35%;
  width: 50%;
  cursor: pointer;
}

#suivi-gestion {
  position: absolute;
  top: 70%;
  left: 0%;
  height: 30%;
  width: 50%;
  cursor: pointer;
}
#suivi-etablissement {
  position: absolute;
  top: 70%;
  left: 50%;
  height: 30%;
  width: 50%;
  cursor: pointer;
}

#projet img {
  max-height: 568px;
}

#projet .imageRenovation {
  position: absolute;
  bottom: 0px;
  right: 0px;
  max-width: 80%;
  max-height: 80%;
}

#projet .fond {
  max-heigth: 1000px !important;
  z-index: -1;
  left: 0px;
  top: 0px;
  padding: 0px;
  margin: 0px;
}

.evenements .listeEvenement {
  position: relative;
  margin-bottom: 150px;
  padding-top: 100px;
}

.evenements .listeEvenement .floatLeft {
  position: relative;
}

.evenements hr {
  float: left;
  width: 70%;
  height: 1px;
  background-color: #888;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-left: 15%;
  border: 0px;
}

#association {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 50px;
  margin-bottom: 0px;
}

#association .texte {
  color: #2d2d2d00;
}

#association .texteGrandeLargeur {
  width: 70%;
  text-align: center;
  margin-left: 15%;
  margin-top: 50px;
  margin-bottom: 50px;
}

#association.page3Cote .gauche,
#association.page3Cote .centre,
#association.page3Cote .droite {
  width: 29%;
  margin-left: 2%;
  margin-right: 2%;
}

#association .page3CoteCentrer {
  margin-top: 50px;
  width: 90%;
  text-align: center;
  margin-left: 5%;
}

#association iframe,
#diaporama1 iframe {
  margin-left: auto;
  display: block;
  margin-right: auto;
  max-width: 100%;
}

#association h3 {
  font-family: FontsFree-Net-Amsterdam-Signature;
  font-size: 42px;
  line-height: 44px;
}

#association .imageDroite h3 {
  text-align: left;
}

#associationSalmorenc .page2Cote h2 {
  margin-left: 10%;
  font-size: 60px;
  color: #f9b718;
}

#associationSalmorenc #contact h2 {
  color: #fff;
}

#associationSalmorenc #contact .page3CoteCentrer div {
  width: 50% !important;
}

.couleurJaune {
  color: #f9b718 !important;
}

.couleurRouge {
  color: #d9a450 !important;
}

.couleurBleu {
  color: #1e89f3 !important;
}

button {
  background-color: #f4b840;
  color: #fff;
  border-radius: 15px;
  height: 70px;
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
  font-weight: normal;
}

.conteneur button {
  height: 60px;
  font-size: 18px;
}

.fondBas {
  position: absolute;
  bottom: 0px;
  z-index: -1;
  left: 0px;
}

.produits.animation img {
  opacity: 0.1;
}

.produits.animation img.on {
  opacity: 1;
  transition-duration: 2s;
}

.blocsImagesProduits {
  background-color: #2d2d2d;
}

.blocsImagesProduits h2 {
  font-size: 70px;
  color: #fff;
  margin-bottom: 100px;
}

.blocsImagesProduits h3 {
  font-size: 34px;
  color: #fff;
  font-family: PlayfairDisplay-Medium;
}

.blocsImagesProduits .produits .produit {
  width: 25%;
  float: left;
  height: 425px;
  margin-bottom: 30px;

  min-width: 350px;
  text-align: center;
  position: relative;
}

.blocsImagesProduits .produits .produit img {
  height: 300px;
  width: 300px;
  border-radius: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.blocsImagesProduits .produits .produit h4 {
  /*color: #A48111;*/
  text-align: center;
  font-size: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
  /*width: 350px;*/
  top: 115px;
  color: #fff;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: PlayfairDisplay-Medium;
}

.blocsImagesProduits .produits .produit:hover > label,
.blocsImagesProduits .produits .produit:hover > h4,
.blocsImagesProduits .produits .produit:hover > img {
  opacity: 1;
}

.blocsImagesProduits .produits .produit:hover > img {
  filter: brightness(50%);
}
*/ .blocsImagesProduits .produits .produit:hover {
  opacity: 1;
  filter: brightness(50%);
}

.blocsImagesProduits .produits .produit label {
  /*color:#5e5e5e;*/
  color: #fff;
  font-size: 20px;
  top: 180px;
  /*width:350px;*/
  text-align: center;
  left: 0px;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  text-align: center;
  display: block;
  font-family: Montserrat-Regular;
}

.blocsImagesProduits .produits {
  width: 90%;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}

.blocsImagesProduits .texte {
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  float: left;
  color: #a48111;
  margin-top: 50px;
  margin-bottom: 50px;
}

.blocsImagesProduits .produits .produitsCentres {
  text-align: center;
}

.blocsImagesProduits hr {
  width: 50%;
  color: #fff;
}

#equipe {
  padding-bottom: 100px;
}

#partenaire,
#presse {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 80%;
  max-width: 1800px;
  margin-top: 75px;
  margin-bottom: 75px;
}

#partenaire .listeImage,
#presse .listeImage {
  height: 300px;
  position: absolute;
  left: 0px;
}

#diaporama2 .listeImage img,
#diaporama1 .listeImage img {
  width: 300px;
  display: inline;
}

#contact .position,
#contact2 .position {
  height: 60px;
  width: 46px;
  margin-left: auto;
  margin-right: auto;
}

#contact .phone,
#contact2 .phone {
  height: 60px;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

#contact .envelope,
#contact2 .envelope {
  height: 33px;
  width: 44px;
  margin-left: auto;
  margin-right: auto;
}

.sowebsite {
  padding-top: 5px;
  padding-bottom: 7px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  float: left;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-family: FontsFree-Net-Amsterdam-Signature;
  line-height: 30px;
  height: 40px;
  background-color: #b0bf8c;
}

.sowebsite a {
  color: #fff;
}

#diaporama1 h2 {
  font-size: 80px;
  margin-top: 60px;
}

#diaporama2 h2 {
  font-size: 80px;
  margin-bottom: 50px;
}

#pageSalmorenc #diaporama2 h2 {
  color: #f5b817;
}

#pageSalmorenc #deroulantDroite3,
#pageSalmorenc #deroulantDroite2 {
  margin-bottom: 50px;
  margin-top: 50px;
}

#pageSalmorenc #diaporama2 h3 {
  font-size: 30px;
  font-family: PlayfairDisplay-Medium;
  color: #f5b817;
}

#menuDefilant {
  float: right !important;
  margin-right: 0px;
  font-size: 16px;
  height: 214px;
  width: 73px;
  padding-left: 10px;
  padding-top: 10px;
  box-sizing: border-box;
  top: calc(50% - 50px);
  position: fixed;
  z-index: 10;

  right: 0px;
}

#menuDefilant #telephone {
  width: 70px;
  height: 64px;
  position: relative;
  cursor: pointer;
  background-color: #d9a450;
  padding-left: 8px;
  padding-top: 8px;
  box-sizing: border-box;
  border-radius: 5px 5px;
}

#menuDefilant #telephone img {
  width: 35px;
  height: 35px;
  margin-top: 5px;
  margin-left: 5px;
}

#menuDefilant #shopping {
  position: relative;
  cursor: pointer;
  height: 90px;
  width: 59px;
}

#menuDefilant #shopping .shopping {
  top: 30px;
  left: 4px;
  z-index: 11;
  position: absolute;
  width: 40px;
  height: 41px;

  /* UI Properties */

  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  filter: invert(1);
}

#menuDefilant hr {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 98px;
  left: 0px;
}

#salmorenc h1 {
  color: #f9b718;
}

#festivals h1 {
  color: #1e89f3;
  font-size: 120px;
}

#salmorenc .sousMenuSection,
#ccmv .sousMenuSection,
#festivals .sousMenuSection {
  width: 100%;
  padding-left: 0px;
}

#salmorenc .sousMenuSection li,
#ccmv .sousMenuSection li,
#festivals .sousMenuSection li {
  line-height: auto;
  font-size: 18px;
  display: inline-block;
  line-height: 40px;
  vertical-align: top;
  width: 20%;
  min-width: 100px;
  text-align: center;
  float: left;
  letter-spacing: 1.5px;
  height: 100px;
}

#ccmv .sousMenuSection li.moitierSousMenu {
  width: 50%;
}

#festivals .sousMenuSection li {
  width: 33.33%;
  font-size: 22px;
}

#salmorenc .sousMenuSection li a,
#ccmv .sousMenuSection li a,
#festivals .sousMenuSection li a {
  display: inline-block;
  text-align: center;
  color: #fff;
}

.less {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.less img {
  top: 50px !important;
  /*left:-17.5px;*/
  width: 35px;
  height: 35px;
  transform: matrix(0, -1, 1, 0, 0, 0);
  min-height: 35px;
  transform: rotate(0deg);
}

.logoCentre {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

#association .logoCentre {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

#association h2 {
  font-size: 50px;
}

#associationSalmorenc,
#associationCCMV {
  margin-bottom: 0px;
}

#associationCCMV {
  padding-bottom: 0px;
}

#associationSalmorenc.page2Cote .floatLeft,
#associationCCMV.page2Cote .floatLeft,
#associationFestivals.page2Cote .floatLeft {
  margin-bottom: 0px;
}

#associationSalmorenc h2 {
  color: #f9b718;
  font-size: 80px;
}

#associationCCMV h2 {
  color: #ff3133;
  font-size: 80px;
}

#associationFestivals h2 {
  color: #1e89f3;
  font-size: 80px;
}

#associationSalmorenc p,
#associationCCMV p,
#associationFestivals p {
  font-family: Montserrat-Regular;
  font-size: 16px;
  margin-right: 10%;
}

#associationSalmorenc .imageGauche img,
#associationCCMV .imageGauche img,
#associationFestivals .imageGauche img {
  width: 38% !important;
  margin-left: 6%;
  margin-right: 6%;
  margin-bottom: 100px;
  margin-bottom: 0px;
}

#diaporama2 .blocTexteCentre {
  width: 80%;
  margin-left: 10%;
}

#diaporama2 .blocTexteCentre p {
  text-align: center;
  font-family: Montserrat-Regular;
}

#diaporama2 .images,
#diaporama3 .images {
  margin-left: auto;
  margin-right: auto;
  height: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
}

#diaporama2 .images img,
#diaporama3 .images img {
  max-height: 100%;
  max-width: 50%;
  width: auto;
  /*object-fit: cover;*/
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  height: 400px !important;
}

#diaporama2 .images img.image2,
#diaporama3 .images img.image2 {
  float: right;
}

#diaporama2 .images,
#diaporama3 .images {
  width: 50%;
}

#diaporama2 .image img,
#diaporama3 .image img {
  margin-right: auto;
  margin-left: auto;
  float: inherit;
}

#pageSalmorenc #diaporama3 {
  background-color: #2d2d2d;
}

#pageSalmorenc #diaporama3 .blocTexteCentre {
  width: 80%;
  text-align: center;

  margin-left: auto;
  margin-right: auto;
}

#pageSalmorenc p {
  font-family: Montserrat-Regular;
}

#pageSalmorenc #diaporama3 h2,
#pageSalmorenc #troupe h2 {
  color: #f5b817;
  font-size: 80px;
  margin-bottom: 50px;
}

#pageSalmorenc #diaporama3 h3 {
  font-family: PlayfairDisplay-Medium;
  color: #f5b817;
  font-size: 30px;
}

#pageSalmorenc #diaporama3 svg,
#pageSalmorenc #troupe svg,
#pageFestivals #diaporama1 svg,
#pageFestivals #diaporama2 svg {
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: -1;
}

#pageSalmorenc #troupe {
  padding-left: 10%;
  padding-right: 10%;
}

.horaire p {
  text-align: center;
}

#pageSalmorenc #contact .page3CoteCentrer {
  border: 8px solid #f9b718;
  background-color: #f9b71834;
  color: #fff;
}

#pageSalmorenc #contact .page3CoteCentrer div {
  width: 50%;
}

#pageSalmorenc #contact .position {
  width: 45px;
  height: auto;
}

#pageSalmorenc #contact .envelope {
  width: 50px;
}

#diaporama3 p,
#diaporama5 p {
  color: #fff;
}

#diaporama4 .imageGauche .texte h3,
#profs .imageGauche .texte h4 {
  color: #5e5e5e;
}

.fondTop {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

#pageSalmorenc #diaporama1 {
  background-color: #2d2d2d;
}

#pageSalmorenc #diaporama1 #presse {
  margin-bottom: 0px;
}

.deroulantDroite {
  width: 90%;
  margin-left: 5%;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

.deroulantDroite .produit:hover img {
  height: auto !important;
  width: auto !important;
}

.deroulantDroite h2 {
  font-size: 80px;
  margin-top: 60px;
  text-align: center;
  margin-bottom: 30px;
}

.deroulantDroite hr {
  width: 50%;
  text-align: center;
  height: 0px;
  border-bottom: 0px;
  color: #707070;
  border-top: 1px solid #707070;
}

.deroulantDroite .produit {
  width: 33.3333%;
  box-sizing: border-box;
  padding-right: 20px;
}

.deroulantDroite .texte {
  display: block;
  position: absolute;
  top: 50px;
  width: 50%;
  right: 0px;
  background-color: #fff;
  color: #4d4d4d;
  font-size: 22px;
  line-height: 50px;
}

.blocCompletListeProduitsHorizontal {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
  height: 350px;
}

.deroulantDroite .produit:hover img {
  height: calc(100%);
  width: calc(100%);
  padding: 0px;
  margin-top: 0px;
  margin-left: 0px;
}

.deroulantDroite .blocTransparent {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0px;
  top: 0px;
}

.deroulantDroite .listeProduits {
  /*height:400px !important;*/
  width: 100%;
  display: block;
}

.deroulantDroite .produit {
  float: left;
  /*background-color: #fff;
	box-shadow: 2px -2px 8px 0 #555;*/
  color: #edfcf4;
  cursor: pointer;
  width: 33.3333%;
  box-sizing: border-box;
  padding-right: 20px;
  display: block;
}

.deroulantDroite .produit img {
  width: 100%;
  object-fit: cover;
  display: block;
  margin-top: 0px !important;
}

.evenements {
  background-color: #fff;
}

.evenements h2 {
  color: #d9a450;
  font-size: 80px;
}

.padding100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*html{
	background-image:url("../images/PleinePage/1920/adobestock_315857878_preview.jpeg");
}*/

.blocTexte .blocTexteCentre {
  text-align: center;
  width: 80%;
  margin-left: 10%;
}

.blocTexte .blocTexteCentre p {
  text-align: center;
}

.blocTexte h2 {
  text-align: center;
  width: 80%;
  margin-left: 10%;
  font-size: 80px;
  margin-top: 60px;
}

.blocTexte h3 {
  text-align: center;
  width: 80%;
  margin-left: 10%;
  font-size: 60px;
  margin-top: 60px;
  font-size: 22px;
  margin-bottom: 50px;
  font-weight: inherit;
}

.blocTexte p {
  font-family: PlayfairDisplay-Medium;
  font-size: 16px;
}

#pageCCMV .blocTexte h2 {
  color: #ff3133;
}

#pageCCMV #deroulantDroite1,
#pageCCMV #deroulantDroite2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

#pageFestivals #deroulantDroite1,
#pageFestivals #deroulantDroite2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

#pageFestivals .images img {
  float: left !important;
}

#pageFestivals .images {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 50px;
}

#pageCCMV #contact svg {
  position: absolute;
  width: 100%;
  bottom: 100px;
  left: 0px;
}

#pageCCMV #diaporama2 svg {
  position: absolute;
  top: -100px;
  left: 0px;
  z-index: -1;
}

#pageCCMV #diaporama2 h2 {
  color: #ff3133;
}

#pageCCMV #diaporama2 h3 {
  color: #ff3133;
  font-family: PlayfairDisplay-Medium;
  margin-bottom: 50px;
  margin-top: 0px;
}
#pageCCMV #diaporama2 .texte {
  color: #2d2d2d00;
  font-family: Montserrat-Regular;
}

#pageCCMV .imageGauche .imgEvenement,
#pageCCMV .imageDroite .imgEvenement,
#pageSalmorenc .imageDroite .imgEvenement,
#pageSalmorenc .imageGauche .imgEvenement,
.index .imageDroite .imgEvenement,
.index .imageGauche .imgEvenement {
  width: 40%;
}

#pageCCMV #diaporama2 .imageGauche .texte {
  padding-right: 10%;
  text-align: left !important;
  width: 50%;
  float: right;
}

#pageCCMV #diaporama2 .imageGauche .texte p {
  text-align: left !important;
  font-family: Montserrat-Regular;
  font-size: 20px;
}

#pageCCMV #diaporama2 .imageDroite .texte {
  padding-left: 10%;
  text-align: right !important;
  width: 50%;
}

#pageCCMV #diaporama2 .imageDroite .texte p {
  text-align: right !important;
  font-family: Montserrat-Regular;
  font-size: 20px;
}

#pageCCMV #diaporama2 .floatLeft {
  padding-top: 50px;
  padding-bottom: 50px;
}

#pageCCMV #contact .page3CoteCentrer {
  border: 8px solid #ff3133;
  background-color: #ff313334;
  color: #fff;
}

#pageCCMV #contact p {
  text-align: center;
  color: #2d2d2d;
  font-family: Montserrat-Regular;
  font-size: 14px;
}

#pageCCMV #contact .page3CoteCentrer div {
  width: 50%;
}

#pageCCMV #diaporama3,
#pageCCMV #diaporama5 {
  background-color: #2d2d2d;
}

#pageCCMV #diaporama3 .blocTexteCentre,
#pageCCMV #profs .blocTexteCentre,
#pageCCMV #diaporama5 .blocTexteCentre {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat-Regular;
  font-size: 16px;
}
#pageCCMV #diaporama3 h2,
#pageCCMV #profs h2,
#pageCCMV #diaporama5 h2 {
  color: #ff3133;
  text-align: center;
  width: 80%;
  margin-left: 10%;
  font-size: 80px;
  margin-top: 60px;
}

#profs .page2Cote .imageGauche,
#profs .page2Cote .imageDroite {
  width: 50%;
}

#profs .imageGauche .texte {
  margin-left: 0%;
  margin-right: 0%;
  width: 50%;
  box-sizing: border-box;
}

#profs .imageDroite .texte {
  margin-left: 0%;
  margin-right: 0%;
  width: 50%;
  box-sizing: border-box;
}

#profs .imageGauche .texte h3,
#profs .imageDroite .texte h3 {
  color: #ff3133;
  margin-top: 0px;
}

.page2Cote .floatLeft {
  margin-bottom: 100px;
}

#pageCCMV #profs h2 {
  margin-top: 0px;
}

#profs .imageDroite .texte {
  margin-left: 0%;
  margin-right: 0%;
  width: 50%;
  box-sizing: border-box;
}

.rounded li {
  list-style: inside;
  font-family: Montserrat-Regular;
  font-size: 16px;
}

#pageCCMV #diaporama3 svg,
#pageCCMV #diaporama5 svg {
  position: absolute;
  top: -100px;
  left: 0px;
  z-index: -1;
}

#pageCCMV #diaporama3 p,
#pageCCMV #diaporama4 p,
#pageCCMV #diaporama5 p {
  font-family: Montserrat-Regular;
  font-size: 16px;
}

#pageCCMV #diaporama3 .imageGauche,
#pageCCMV #diaporama4 .imageGauche,
#pageCCMV #diaporama5 .imageGauche {
  width: 80%;
  margin-left: 10%;
}

#pageCCMV #diaporama3 img,
#pageCCMV #diaporama5 img {
  margin-right: 50px;
  margin-bottom: 25px;
  max-width: 40%;
}

#pageCCMV #diaporama4 img {
  margin-right: 50px;
  margin-bottom: 25px;
  max-width: 40%;
}

#pageCCMV #diaporama5 h4 {
  margin-bottom: 50px;
  max-width: 40%;
}

#pageCCMV #locationSalle {
  width: 80%;
  margin-left: 10%;
}

#pageCCMV #locationSalle .texteGrandeLargeur p {
  text-align: center;
}

#pageCCMV #locationSalle h2 {
  color: #ff3133;
  text-align: center;
  width: 80%;
  margin-left: 10%;
  font-size: 80px;
  margin-top: 60px;
}

#pageCCMV #locationSalle .page3CoteCentrer {
  width: 100%;
  margin-left: 0%;
}

#pageCCMV #locationSalle .gauche,
#pageCCMV #locationSalle .centre,
#pageCCMV #locationSalle .droite {
  text-align: center;
}

#locationSalle .image {
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

#locationSalle .image img {
  width: 100%;
  height: auto;
  position: inherit;
}

.less {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 36px;
}

#contact2 h2 {
  font-size: 70px;
  color: #fff;
  letter-spacing: 8px;
  margin-bottom: 50px;
}

#contact2 h3 {
  color: #fff;
}

nav.defilement {
  top: 0px !important;
  position: fixed;
}

nav.defilement {
  height: 120px;
}

.defilement .conteneur ul {
  height: 120px;
  background-color: #fff;
}

.defilement .conteneur li.menuAccueil a {
  line-height: 26px;
  margin-top: 4px;
}

#mentionsLegales {
  margin-top: 200px;
  width: 90%;
  margin-left: 5%;
}

#mentionsLegales h2,
#mentionsLegales h3,
#mentionsLegales h4 {
  text-align: left;
  color: #ff3133;
  font-family: Montserrat-Regular;
}

#mentionsLegales p,
#mentionsLegales li {
  text-align: left;
  color: #2d2d2d;
  font-family: Montserrat-Regular;
}

#mentionsLegales a {
  color: #f9b718;
}

#pageFestivals #diaporama1,
#pageFestivals #diaporama2 {
  background-color: #2d2d2d;
  position: relative;
  z-index: 0;
}

#pageFestivals #diaporama1 h2,
#pageFestivals #diaporama2 h2 {
  color: #1e89f3;
}

#pageFestivals #diaporama1 .texteGrandeLargeur,
#pageFestivals #diaporama2 .texteGrandeLargeur {
  width: 70%;
  text-align: center;
  margin-left: 15%;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #fff;
}

#pageFestivals #diaporama1 .texteGrandeLargeur p,
#pageFestivals #diaporama2 .texteGrandeLargeur p {
  color: #fff;
  text-align: center;
}

#pageFestivals #diaporama2 .texteGrandeLargeur img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.pageCentre {
}

#pageFestivals #contact {
  margin-top: 0px;
}

#groupesFestivals h2,
#groupesFestivals h3 {
  color: #1e89f3;
}

#groupesFestivals h2 {
  font-size: 70px;
  letter-spacing: 8px;
  margin-bottom: 50px;
}

#pageFestivals .texteGrandeLargeur {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

#pageFestivals .texteGrandeLargeur p {
  text-align: left;
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #2d2d2d;
}

#pageFestivals h4 {
  font-family: Montserrat-Regular;
  font-size: 20px;
  color: #2d2d2d;
  text-align: center;
}

#pageFestivals #groupesFestivals .images img {
  width: auto !important;
  object-fit: cover;
  box-sizing: border-box;
  float: initial;
  max-width: 30%;
  height: 300px;
}

.ventebillet {
  display: none;
  float: left;
  width: 100%;
  margin-top: 20px;
}

.pagebillet .ventebillet {
  display: block;
}

.pagebillet .evenements {
  padding-bottom: 0px;
}

.menuSite .titre {
  display: none;
}

.connexion #connexion img {
  height: 100%;
}

.connexion .formulaire .champ input,
.connexion .formulaire {
  color: #2d2d2d;
}

#pageSalmorenc #contact {
  padding-top: 0px;
}

.blocsImagesProduits .produits .produit {
  width: 33%;
}

#profs {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#locationSalle {
  margin-top: 0px;
}

.billeterie .blocCentre h1,
.billeterie .blocCentre h2 {
  color: #fff;
}

#pageSalmorenc .intro img,
.billeterie .intro img {
  filter: brightness(70%) !important;
}

#pageCCMV #diaporama2 h2 {
  margin-top: 100px;
}

#pageAccueil #deroulantDroite1 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#pageAccueil #deroulantDroite2 {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#partenaires {
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
}

#partenaires h2 {
  font-size: 80px;
  margin-top: 60px;
  text-align: center;
  margin-bottom: 30px;
  color: #2d2d2d;
}

#partenaires img {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

#partenaires .texteGrandeLargeur {
  float: left;
  box-sizing: border-box;
  padding: 0 5% 50px;
  width: 100%;
}

.indexBanniereImg {
  position: relative;
  display: flex;
  background-color: #2d2d2d;
  flex-direction: column;
  /*margin: -40px -40px 0;*/
}

.indexBanniereImg img {
  width: 100%;
  height: 795px;
  object-fit: cover;
  filter: brightness(0.6);
}

.indexBanniereTitres {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}

.indexBanniereTitres h1,
.indexBanniereTitres h2,
.indexBanniereTitres h3 {
  color: #fff;
  text-align: center;
}

.indexBanniereTitres h2 {
  margin: 20px 0 50px;
}

.blocRoseTransparent {
  width: 35%;
  opacity: 0.8;
  background-color: #d9a450;
  padding: 25px;
  border-radius: 25px;
  left: 5%;
  position: absolute;
  color: #fff;
  font-size: 20px;
  top: 25px;
}

.blocRose {
  color: #fff;
  background-color: #fbf0ee;
}

#tarif .blocRose {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  box-sizing: border-box;
}

#tarif .blocRose h3 {
  text-align: left;
}

#tarif .rose {
  color: #d9a450;
  text-align: center;
}

#tarif p {
  font-size: 20px;
}

#explorationYoga .guillementBas {
  display: block;
  box-sizing: border-box;
}

#explorationYoga .guillementBas img {
  float: right !important;
  margin-right: 5% !important;
}

#explorationYoga h2 {
  margin-bottom: 0px;
}

#explorationYoga .bold {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
}

#eloAllongee img {
  filter: brightness(100%) !important;
}

#coursYoga .centre {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

#coursYoga {
  margin-bottom: 100px;
}

.rose {
  color: #d9a450;
}

#yogaPourTous .droite p {
  font-size: 20px;
  text-align: left;
}

.blocUnique {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;
}

.sectionFilRose h2 {
  padding-left: 100px;
  padding-right: 100px;
  width: 100%;
  box-sizing: border-box;
}

/*************** Première Section ***************/

.indexResumeSection {
  display: flex;
  flex-direction: column;
}

.indexResumeSectionTitre {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

.indexResumeFigure {
  align-items: center;
}

.indexResumeFigureDroit {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.indexResumeFigureGauche {
  display: flex;
}

.indexResumeFigure img {
  width: 300px;
  height: auto;
  border-radius: 75%;
  z-index: 1;
}

.indexResumeFigureDroit img {
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.5);
  margin-left: -120px;
}

.indexResumeFigureGauche img {
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5);
  margin-right: -120px;
}

.indexResumeFigcaption {
  background: #fff;
  /*border: 1px solid transparent;*/
  padding: 30px;
  border-radius: 15px;
  opacity: 0.8;
  transition: 0.25s;
}

.indexResumeFigcaption:hover {
  transform: scale(0.995);
  box-shadow: none;
  /*border: 1px solid #444444;*/
  opacity: 1;
  transition: 0.25s;
}

.indexResumeFigcaptionPresentation {
  /*border: 1px solid #444444;*/
  margin-top: 50px;
  opacity: 1;
}

.indexResumeFigcaptionPresentation:hover {
  transform: scale(1);
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.5);
}

.indexResumeFigcaptionDroit {
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5);
  padding-right: 100px;
}

.indexResumeFigcaptionGauche {
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.5);
  padding-left: 100px;
}

.indexResumeFigcaptionTitre {
  display: flex;
  justify-content: center;
}

.indexResumeFigcaptionPara {
  text-align: justify;
}

.indexResumeFigcaptionPara h4 {
  margin-left: 20px;
}

.indexResumeFigcaptionParaDroit {
  margin-top: 20px;
  margin-right: 50px;
}

.indexResumeFigcaptionParaGauche {
  margin-top: 20px;
  margin-left: 50px;
}

.indexResumeFigcaptionPara ul {
  margin-top: 10px;
}

.indexResumeFigcaptionPara li,
.indexResumeFigcaptionPara p {
  list-style: inside;
  font-size: 20px;
}

.indexResumeFigcaptionParaPresentationTitre {
  margin: 20px 0 5px;
}

.indexResumeFigcaptionParaPresentationTitreNom {
  text-align: center;
  margin: 20px;
}

.indexQuestionsReponses {
  background: #fff;
  width: 60%;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  /*border: 1px dashed #2d2d2d;*/
  border-radius: 10px;
  overflow: hidden;
}

.indexResumeFigcaptionQuestionsReponses {
  display: flex;
  animation: slider 20s infinite ease-in-out;
}

.indexResumeFigcaptionQuestionsReponses p {
  color: #d9a450;
  font-size: 22px;
  line-height: 28px;
}

.indexResumeFigcaptionQuestionsReponses:hover {
  animation-play-state: paused;
}

.indexResumeFigcaptionQuestionsReponsesPara {
  flex-shrink: 0;
  width: 100%;
  padding: 20px 0 30px;
  transition: 0.25s;
}

.indexResumeFigcaptionQuestionsReponsesParaSlider {
  background: #fbf0ee;
  border-radius: 10px;
  margin: 0 40px;
  padding: 40px;
  transition: 0.5s;
}

indexResumeFigcaptionQuestionsReponsesParaSlider p {
  font-size: 18px;
}

.indexResumeFigcaptionQuestionsReponsesParaSlider:hover {
  transform: scale(1.04);
  transition: 0.5s;
}

.indexQuestionsReponsesTitre h3 {
  font-size: 40px;
}

.indexResumeFigcaptionQuestionsReponsesParaSlider h4 {
  color: #d9a450;
  margin-bottom: 40px;
  margin-top: 0px;
  font-size: 34px;
}

.indexSavoirPlus {
  text-align: center;
  margin-top: 20px;
}

/*************** Deuxième Section ***************/
/*************** Premier Article ***************/

.indexExplicationsSection {
  display: flex;
  flex-direction: column;
}

.indexExplicationSectionTitre {
  display: flex;
  justify-content: center;
}

.indexExplicationsArticle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 50px;
  margin: 30px 0 50px;
}

.indexExplicationsArticle::after {
  position: absolute;
  content: "";
  background: #aa7063;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
}

.indexExplicationsArticleAsideFlex {
  display: flex;
  flex-direction: column;
  flex: 1 0 30%;
  padding-left: 50px;
  padding-right: 50px;
}

.indexExplicationsArticleTitre {
  margin: 0 0 15px 20px;
  text-align: center;
}

.indexExplicationsArticleTitre q {
  color: #aa7063;
}

.indexExplicationsfigure {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.indexExplicationsfigurePara2 h4 {
  margin: 10px 0 10px 20px;
  text-align: center;
}

/*************** Deuxième Article ***************/

.indexExplicationsArticleImgRelative {
  position: relative;
  display: flex;
  /*margin: 0 -40px;*/
}

.indexExplicationsArticleImgRelative img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.indexExplicationsArticleAbsolute {
  position: absolute;
  background: linear-gradient(to left, #412c27, #412c27, #412c27);
  width: 45%;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  text-align: justify;
  padding: 20px;
  border-radius: 10% 0 10% 50px;
  box-sizing: border-box;
  padding: 50px;
}

.indexExplicationsfigurePara1 ol {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 10px;
}

.indexExplicationsfigurePara1 li {
  list-style-type: decimal;
  list-style-position: inside;
}

.indexExplicationsfigurePara3 p,
.indexExplicationsfigurePara3 li {
  color: #2d2d2d;
}

/*************** Troisième Section ***************/
/*************** Premier Article ***************/

.indexViniyogaSection {
  display: flex;
  flex-direction: column;
}

.indexViniyogaSection h3 {
  margin: 0 0 5px 20px;
}

.indexViniyogaSectionTitre {
  display: flex;
  justify-content: center;
  margin: 50px 0 10px;
}

.indexViniyogaArticlePara1 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 40px 0;
}

.indexViniyogaArticleParaListes .viniyogaBlockListe1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}

.indexViniyogaArticlePara1Relative {
  position: relative;
  display: flex;
  background-color: #2d2d2d;
  flex: 1 0 40%;
  animation: scale 6s ease-in-out infinite;
  margin: 0 50px 0 30px;
  border-radius: 10px;
}

.indexViniyogaArticlePara1Relative img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  animation: borderChange 6s ease-in-out infinite;
  /*border: 3px solid #aa7063;*/
  border-radius: 10px;
  filter: brightness(0.5);
}

.indexViniyogaArticlePara1Absolute h4 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-size: 32px;
}

.indexViniyogaArticlePara1Absolute .viniyogaListe2 {
  display: flex;
  column-gap: 10px;
}

.indexViniyogaArticlePara1Absolute .viniyogaListe2 li {
  list-style: inside;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.indexViniyogaArticlePara1Absolute {
  position: absolute;
  width: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.indexViniyogaArticlePara1Absolute .viniyogaListe2 {
  display: flex;
  justify-content: center;
  column-gap: 100px;
}

/*************** Troisième Section ***************/
/*************** Deuxième Article ***************/

.indexPranaArticleTitre {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.indexPranaArticleTitre2 {
  margin: 15px 20px 10px;
}

.indexPranaArticlePara2 {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  text-align: justify;
  margin: 0 20px;
}

.indexPranaArticlePara2 ul {
  flex: 1 0 50%;
}

#indexPranaArticleCitationRelative {
  padding: 15px 68px;
  margin-top: 20px;
}

.indexPranaArticlePara3 {
  margin: 20px 0 30px;
}

/*****************************************/
/************** ANIMATIONS **************/
/***************************************/

@keyframes slider {
  0%,
  10% {
    transform: translateX(0);
  }
  25%,
  35% {
    transform: translateX(-100%);
  }
  50%,
  60% {
    transform: translateX(-200%);
  }
  75%,
  85% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(-400%);
  }
}

@keyframes scale {
  0%,
  100% {
    transform: scale(1);
    border-radius: 10px;
  }
  20% {
    transform: scale(1.1);
    border-radius: 50%;
  }
  40% {
    transform: scale(1);
    border-radius: 10px;
  }
}

@keyframes borderChange {
  0%,
  100% {
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
  }
  20% {
    box-shadow: 0 10px 6px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
  }
  40% {
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
  }
}

#contact {
  padding: 60px 20px;
  background: #f7f5f2;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1700px;
  margin: 0 auto;
  align-items: flex-start;
}

.contact-left {
  flex: 1;
  min-width: 300px;
  width: 100%;
}

.contact-left h2 {
  text-transform: uppercase;
  font-size: 24px;
  color: #d9a450;
  margin-bottom: 20px;
}

.contact-left p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #555;
  margin-top: 0px;
}

.contact-left a {
  color: #d9a450;
  text-decoration: none;
}
.contact-left a:hover {
  text-decoration: underline;
}

/* Formulaire */
.contact-form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: 75px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  font-weight: bold;
  margin-bottom: 6px;
  color: #d9a450;
  font-size: 18px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  background: #fdfdfd;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .cta {
  align-self: flex-start;
  background: #f4b840;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: normal;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 0px;
  height: 60px;
  border-radius: 15px;
}
.contact-form .cta:hover {
  background-color: #9ca874;
}

/* Colonne droite */
.contact-right {
  flex: 1;
  min-width: 300px;
  width: 100%;
}

#googleMap {
  width: 100%;
  height: 500px;
  border-radius: 8px;
}

#avis {
  padding-top: 50px;
  padding-bottom: 50px;
  padding: 50px;
}

#blog-preview {
  padding: 80px 20px;
  background: #f7f5f2;
  font-family: "Georgia", serif;
  color: #555;
}

#blog-preview h4 {
  margin-bottom: 10px;
  margin-top: 15px;
  text-transform: inherit;
}

.blog-container {
  max-width: 1100px;
  margin: 0 auto;
}

.blog-header {
  text-align: center;
  margin-bottom: 60px;
}

.blog-header h3 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d9a450;
  margin-bottom: 10px;
}

.blog-header h2 {
  font-size: 32px;
  color: #d9a450;
  margin-bottom: 20px;
  margin-top: 0px;
}

.blog-header p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.blog-header .cta {
  display: inline-block;
  background: #d9a450;
  color: #fff;
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: normal;
  transition: background 0.3s;
  font-family: "Poppins", sans-serif;
}
.blog-header .cta:hover {
  background: #d9a450;
}

.blog-cards {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.blog-card {
  display: flex;
  align-items: center;
  gap: 30px;
}

.blog-card.reverse {
  flex-direction: row-reverse;
}

.blog-card img {
  width: 50%;
  border-radius: 2px;
  object-fit: cover;
}

.blog-text {
  width: 50%;
}

.blog-text h4 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #d9a450;
}

.blog-text p {
  font-size: 16px;
  margin-bottom: 15px;
}

.blog-text a {
  color: #d9a450;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  background: #f4b840;
  color: #fff;
  padding: 0px 25px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: normal;
  transition: background 0.3s ease;
  height: 60px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 15px;
  font-size: 18px;
}

.blog-text a:hover {
  text-decoration: underline;
}

#tarifs {
  background: #f7f5f2; /* turquoise logo */
  padding: 60px 20px;
  color: #2d2d2d;
  font-family: "Georgia", serif;
}

#tarifs h2 {
  color: #2d2d2d;
}

.tarifs-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.tarifs-header h2 {
  font-size: 32px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-transform: uppercase;
}

.tarifs-header h3 {
  font-size: 20px;
  font-style: italic;
  color: #f4b840; /* orange doux */
  margin-bottom: 20px;
}

.tarifs-header p {
  font-size: 16px;
  color: #2d2d2d;
  line-height: 1.6;
  margin-bottom: 40px;
}

.tarifs-blocks {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.tarif-block {
  flex: 1;
  min-width: 280px;
  background: #ffffff10; /* léger fond blanc transparent */
  padding: 30px;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tarif-block h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #2d2d2d;
}

.tarif-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tarif-block li {
  font-size: 16px;
  margin-bottom: 12px;
  color: #2d2d2d;
  font-family: Poppins-Medium;
}

.note {
  font-size: 12px !important;
}

.tarifs-container p {
  color: #2d2d2d;
  font-size: 16px;
}

.note {
  font-size: 14px;
  font-style: italic;
  color: #f4b840; /* orange doux */
  margin-top: 20px;
}

* {
  box-sizing: border-box;
}
.backgroundClair {
  overflow-x: hidden;
} /* évite tout scroll horizontal parasite */
.backgroundClair img {
  max-width: 100%;
  height: auto;
}

/* Conteneur central commun */
.backgroundClair .blocCentre {
  width: min(1200px, 100%);
  margin-inline: auto;
  padding-inline: clamp(16px, 5vw, 48px); /* respirations à gauche/droite */
}

/* Titres qui ne débordent jamais */
.backgroundClair .blocCentre h2,
.backgroundClair .blocCentre h3,
.backgroundClair .blocCentre p {
  overflow-wrap: anywhere;
  hyphens: auto;
}

/* Grille des cartes */
.backgroundClair .cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 28px);
  margin-block: 24px;
}

.backgroundClair .card {
  background: #fff; /* ou var(--card-bg) */
  border-radius: 16px;
  padding: clamp(16px, 2vw, 24px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

/* Ligne d’infos */
.backgroundClair .infos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  justify-content: center;
  margin-block: 8px 24px;
}
.backgroundClair .infos span {
  white-space: nowrap;
}

.backgroundClair h4 {
  color: #9ca874;
  margin-top: 0px;
}

#presentation {
  padding-top: 50px;
}

.titre-presentation {
  text-align: center;
  margin-bottom: 2rem;
}

.presentation-content {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.presentation-left,
.presentation-right {
  flex: 1;
}

.presentation-bottom {
  margin-top: 2rem;
  width: 80%;
}

/* Réponses responsive */
@media (max-width: 1024px) {
  .backgroundClair .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .backgroundClair .cards {
    grid-template-columns: 1fr;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .tarifs-blocks {
    flex-direction: column;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .tarifs-container {
    flex-direction: column;
    text-align: center;
  }
  .tarifs-image img {
    margin-bottom: 20px;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .blog-card,
  .blog-card.reverse {
    flex-direction: column;
  }
  .blog-card img,
  .blog-text {
    width: 100%;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .contact-container {
    flex-direction: column;
  }
}

/*****************************************/
/********** ÉCRANS MAX 1200PX ***********/
/***************************************/

@media (max-width: 1200px) {
  .indexBanniereImg img {
    object-position: 32% 50%;
  }

  .indexResumeSection {
    row-gap: 30px;
  }

  .indexResumeSectionTitre {
    margin-top: 50px;
  }

  .indexQuestionsReponses {
    width: 100%;
  }

  /*************** Deuxième Section ***************/
  /*************** Premier Article ***************/

  .indexExplicationsArticleCitationRelative {
    padding: 80px;
  }

  /*************** Deuxième Article ***************/
  .indexExplicationsArticleImgRelative img {
    height: 880px;
  }

  .indexExplicationsArticleAbsolute {
    border-radius: 50px 0 50px 50px;
  }

  /*************** Troisième Section ***************/
  /*************** Premier Article ***************/

  .indexViniyogaArticlePara1 {
    flex-direction: column;
  }

  .indexViniyogaArticlePara1Absolute h4 {
    margin-bottom: 30px;
  }

  .indexViniyogaArticlePara1Relative {
    margin: 30px 0;
  }
}

/*****************************************/
/*************** TABLETTE ***************/
/***************************************/

@media (min-width: 768px) and (max-width: 1200px) {
  .indexSections {
    row-gap: 30px;
  }

  .indexResumeFigure {
    row-gap: 30px;
  }

  .indexExplicationsArticleImgRelative img {
    object-position: 60% 50%;
  }

  .indexExplicationsArticleAbsolute {
    width: 60%;
  }
}

/*****************************************/
/**************** MOBILE ****************/
/***************************************/

@media (max-width: 767px) {
  .indexBanniereImg {
    /*margin: -20px -20px 0;*/
  }

  .indexBanniereImg img {
    height: 620px;
  }

  .indexBanniereTitres h3 {
    text-align: justify;
  }

  .indexSections {
    row-gap: 30px;
  }

  .indexResumeFigure {
    flex-direction: column;
  }

  .indexResumeFigure img {
    width: 300px;
    height: auto;
    margin: 0 0 -100px;
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.5);
  }

  .indexResumeFigcaption {
    padding: 100px 50px 50px;
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.5);
  }

  .indexResumeFigcaptionPresentation:hover {
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.5);
  }

  .indexResumeFigcaptionTitre {
    margin-top: 20px;
  }

  .indexResumeFigcaptionPara {
    margin: 20px 0 0;
  }

  .indexExplicationsfigureCitation {
    text-align: justify;
  }

  .indexSavoirPlus p {
    text-align: center !important;
    margin-top: 20px;
  }

  /*************** Deuxième Section ***************/
  /*************** Premier Article ***************/

  .indexExplicationsArticle {
    flex-direction: column;
    gap: 0;
    margin: 0 0 30px;
  }

  .indexExplicationsArticle::after {
    width: 0;
    height: 0;
  }

  .indexExplicationsArticleAsideFlex {
    border-bottom: 1px solid #aa7063;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .indexExplicationsArticleTitre {
    text-align: center;
    margin: 20px 0 15px 0;
  }

  .indexExplicationsfigure {
    text-align: justify;
  }

  .indexExplicationsfigurePara2 h4 {
    margin: 10px 0;
    text-align: justify;
  }

  .indexExplicationsArticleCitation {
    width: 100%;
    padding: 25px 60px;
    text-align: justify;
  }

  .indexExplicationsArticleCitation .blockquote1 {
    font-size: 72px;
    left: 10px;
  }

  .indexExplicationsArticleCitation .blockquote2 {
    font-size: 72px;
    right: 10px;
  }

  /*************** Deuxième Article ***************/

  .indexExplicationsArticleImgRelative {
    margin: 0 -20px;
  }

  .indexExplicationsArticleImgRelative img {
    object-position: 75% 50%;
  }

  .indexExplicationsArticleAbsolute {
    width: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
  }

  /*************** Troisième Section ***************/
  /*************** Premier Article ***************/

  .indexViniyogaSection h3 {
    margin: 0 0 5px;
  }

  .indexViniyogaArticlePara1Relative {
    animation: none;
  }

  .indexViniyogaArticlePara1Relative img {
    height: 350px;
    animation: none;
  }

  .indexViniyogaArticlePara1Absolute h4 {
    font-size: 22px;
  }

  .indexViniyogaArticlePara1Absolute .viniyogaListe2 {
    column-gap: 40px;
  }

  .indexViniyogaArticlePara1Absolute .viniyogaListe2 li {
    font-size: 16px;
  }

  /*************** Troisième Section ***************/
  /*************** Deuxième Article ***************/

  .indexPranaArticlePara2 {
    flex-direction: column;
    gap: 10px 0;
  }
}

.sectionBlocRoseGauche {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.sectionBlocRoseGauche .gauche {
  width: 40% !important;
  padding-left: 50px;
  padding-right: 50px;
  /*background-color:#fbf0ee;*/
}
.sectionBlocRoseGauche h2 {
  text-align: left;
}

.sectionBlocRoseGauche h3 {
  text-align: left;
  margin-top: 10px;
}

.sectionBlocRoseGauche ul li {
  text-align: left;
  color: #d9a450;
}

.sectionBlocRoseGauche ul {
  padding-left: 20px;
}

.sectionBlocRoseGauche ul li {
  background-image: url("../images/icones/Ellipse2.png");
  background-repeat: no-repeat;
  padding-left: 40px;
  margin-bottom: 20px;
  min-height: 25px;
}

.blocRose {
  color: #fff;
  background-color: #fbf0ee;
  border-radius: 25px;
  padding: 25px;
}

.sectionBlocRoseGauche .droite {
  width: 60% !important;
}

@media screen and (max-width: 1200px) {
  .blocsImagesProduits .produits .produit {
    width: 50%;
  }

  .intro #blocCentre {
    top: 20%;
  }

  h1 {
    font-size: 70px;
    line-height: 60px;
    margin-top: 0px;
    margin-top: 40px;
  }
  h2 {
    font-size: 24px;
    line-height: 50px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .articlePlein .texte h3 {
    font-size: 20px;
  }

  .articlePlein .texte p {
    font-size: 12px;
    line-height: 22px;
  }

  #shemaEtudeBudget .schema,
  #shemaSuiviTravaux .schema {
    width: 94%;
  }

  #shemaEtudeBudget .schema h2,
  #shemaSuiviTravaux .schema h2 {
    margin-bottom: 100px;
  }

  .page2CoteCentrer .bloc {
    padding-left: 50px;
    padding-right: 50px;
  }
 
}

@media screen and (max-width: 1000px) {
  .conteneur li {
    font-size: 16px;
  }
  .conteneur button {
  height: 60px;
  font-size: 16px;
}
button {
    background-color: #f4b840;
    color: #fff;
    border-radius: 15px;
    height: 70px;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "Poppins", sans-serif;
    margin-top: 20px;
    font-weight: normal;
}

  .carousel .img {
    position: absolute;
    left: 0px;
    top: 0px;
    filter: grayscale(0.5);
    /*filter: blur(2px);*/
    height: 100%;
    width: 100%;
  }

  .intro #blocCentre {
    top: 27%;
  }

  li span {
    font-size: 16px;
  }
  .conteneur .contact {
    margin-right: 5px;
    font-size: 15px;
  }

  header .PleinePage {
    width: 100%;
    min-height: 100%;
  }
  h1 {
    font-size: 60px;
    line-height: 55px;
    margin-top: 0px;
    margin-top: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 45px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 22px;
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
  }
  h4 {
    font-size: 20px;
    line-height: 22px;
  }

  header h1 {
    font-size: 38px;
    line-height: 40px;
  }

  .intro #blocCentre {
    top: 14%;
  }

  .creerSite #blocCentre {
    top: 20%;
  }

  .page3CoteCentrer {
    width: 90%;
    margin-left: 5%;
  }

  .page3CoteCentrer .bloc {
    float: left;
    width: 33.3%;
    min-height: 300px;
    padding: 15px;
    box-sizing: border-box;
  }

  .page2Cote.page2CoteMarge .texte {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page2Cote .texteGrandeLargeur {
    padding-bottom: 20px;
  }

  .imageMiniTransition {
    margin-bottom: 50px;
  }

  #siteVitrine,
  #siteDynamique {
    padding-top: 0px;
  }

  .page2Cote .floatLeft {
    margin-bottom: 20px;
  }

  .carouselTexte .boutons {
    bottom: 5%;
  }

  .page2Cote .floatLeft h3 {
    margin-top: 0px;
  }
  .page2Cote.page2CoteMarge .texte {
    padding-top: 0px;
  }

  .carouselTexte .titre1 {
    font-size: 40px;
    top: 15%;
  }
  .carouselTexte .titre2 {
    top: 33%;
    font-size: 24px;
    line-height: 30px;
  }

  .intro #blocDroite {
    position: absolute;
    top: 30%;
    width: 80%;
    left: 10%;
  }

  .pageFondImage .texte {
    position: inherit;
    margin-top: -600px;
    width: 90%;
    left: 5%;
    padding: 15px;
  }

  /*.imageGauche img{
		width: 100% !important;
	}*/
  .texteGrandeLargeur h2,
  .texteGrandeLargeur h3,
  .texteGrandeLargeur h4,
  .texteGrandeLargeur ul {
    margin-top: 30px;
  }

  .iconeMenu {
    padding-left: 5px;
    padding-right: 5px;
  }

  #projetsRealises {
    float: left;
    width: 85%;
    margin-left: 7.5%;
  }

  #projetsRealises .presentationProjet {
    width: 95%;
  }

  #projetsRealises .texte p {
    font-size: 10px;
    line-height: 12px;
  }

  #projetsRealises .texte.left {
    /*left:0%;*/
  }

  #projetsRealises .texte.right {
    right: -5%;
  }

  #projetsRealises .presentationProjet {
    float: left;
    border-radius: 3px;
    position: relative;
    z-index: 9;
    margin-bottom: 50px;
    width: 100%;
  }

  #projetsRealises .presentationProjet.left {
    left: 3%;
  }

  #projetsRealises .presentationProjet.leftActif {
    left: 0%;
    transition-duration: 2s;
  }

  #projetsRealises .presentationProjet.right {
    right: 3%;
  }

  #projetsRealises .presentationProjet.rightActif {
    right: 0%;
    transition-duration: 2s;
  }

  #projetsRealises .texte h3 {
    font-size: 18px;
  }

  #projetsRealises .texte h4 {
    font-size: 14px;
  }

  #explications h2 {
    margin-bottom: 0px;
  }

  #points .point {
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  #points .point .icone {
    margin-top: -25px;
  }

  #points .point .texte {
    margin-bottom: 60px;
    margin-left: 100px;
  }

  .blocCentreImage {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .page2CoteCentrer .bloc {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page3CoteCentrer.traitRose .bloc {
    margin-left: 25px;
    margin-right: 25px;
    width: calc(33.3% - 50px);
  }

  footer {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .intro .blocCentre {
    padding: 20px;
  }

  .intro .blocCentre h1 {
    font-size: 30px;
    line-height: 50px;
  }
  .intro .blocCentre h2 {
    display: inline-block;
    width: 90%;
    text-align: center;
    letter-spacing: 0px;
    font-family: "Poppins-Medium";
    font-size: 20px;
    text-transform: initial;
    font-weight: normal;

    .contact-left,
    .contact-right {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }

    .background h3 {
      /*line-height:126.5%;*/
      /*letter-spacing:22.5%;*/
      font-weight: normal;
      margin-bottom: 50px;
      text-transform: inherit !important;
      font-family: Poppins-Medium;
      font-size: 16px;
      color: #2d2d2d;
      text-align: left;
      line-height: 20px;
    }
  }
}

@media screen and (max-width: 800px) {
		
  footer .page2CoteCentrer .bloc.blocTexte {
    width: 100%;
  }

  footer .page2CoteCentrer .bloc.blocLogo {
    width: 100%;
  }

  .evenements h2 {
    font-size: 44px;
  }
  .indexResumeFigcaptionQuestionsReponsesPara {
    padding: 0px 0 0px;
  }

  .indexResumeFigureQuestionsReponses {
    width: 100%;
    margin-left: 0px;
  }

  .page3CoteCentrer.traitRose {
    margin-left: 0px;
  }

  .page3CoteCentrer.traitRose {
    width: 100%;
  }

  #tarif .blocRose h3 {
    font-size: 18px;
    line-height: 25px;
    margin-left: 0px;
    margin-right: 0px;
  }

  button {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
  }

  #explorationYoga .floatLeft ul {
    padding-left: 25px;
    width: 90%;
  }

  #association h2 {
    font-size: 36px;
    line-height: 35px;
  }

  #association h3 {
    font-size: 25px;
  }

  #coursYoga {
    margin-bottom: 50px;
  }

  .guillementHaut {
    margin-left: 25px;
  }

  #explorationYoga .guillementBas img {
    width: auto !important;
  }

  .intro .blocCentre h1 {
    line-height: 65px;
  }

  .page2CoteCentrer h3 {
    font-size: 26px;
  }

  #pageFestivals #diaporama2 .texteGrandeLargeur img {
    width: 100%;
  }

  #salmorenc .blocCentre,
  #festivals .blocCentre {
    width: 90% !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  #associationSalmorenc p,
  #associationCCMV p,
  #associationFestivals p {
    margin-right: 0%;
  }

  #contact,
  #contact2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  #contact h2 {
    font-size: 50px;
  }

  #googleMap {
    margin-top: 50px;
  }

  footer h2 {
    /*font-size: 50px !important;*/
    font-weight: normal;
    line-height: 40px;
  }

  .menuSite .titre {
    display: block;
  }

  .padding100 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .evenements {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .intro #blocCentre img {
    height: 100px !important;
    width: 100px !important;
    min-height: 100px !important;
    margin-left: auto;
    margin-right: auto;
    position: initial;
  }

  .intro #blocCentre #btVideo img {
    height: 80px !important;
    width: 114px !important;
    min-height: 80px !important;
  }

  h1 {
    font-size: 50px;
    line-height: 55px;
    margin-top: 0px;
    margin-top: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 50px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 25px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  h4 {
    font-size: 32px;
    line-height: 28px;
  }

  header h1 {
    font-size: 34px;
    margin-bottom: 45px;
  }

  header h2 {
    font-size: 26px;
  }

  .conteneur li {
    min-width: 80px;
    font-size: 16px;
  }

  nav #ClTitre {
    padding-right: 30px;
  }

  .intro #blocCentre {
    top: 20%;
    width: 90%;
    left: 5%;
  }

  #titre {
    font-size: 22px;
  }

  li span {
    font-size: 18px;
  }

  .pageFondImage .texte {
    margin-top: -500px;
  }

  nav #ClTitre {
    padding-left: 0px;
    padding-right: 0px;
    line-height: 60px;
    margin-top: 0px;
  }

  #titre {
    margin-left: 0px;
    font-size: 30px;
    line-height: 102px;
  }
  .titreSite {
    width: 50% !important;
    margin-left: 0%;
  }

  .menuSite a {
    min-width: 95px !important;
  }

  #menuMobile {
    display: block !important;
    cursor: pointer;
  }

  #menuMobile span {
    display: block !important;
    background-image: url("../images/icones/menu.png");
    height: 60px;
    width: 60px !important;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    padding-right: 0px;
    padding-left: 0px;
  }

  #menuDefilant {
    display: none;
  }

  .ouvert .menuSalmorenc,
  .ouvert .menuCCM,
  .ouvert .menuFestivals,
  .ouvert .menuBilleterie {
    display: inline-block !important;
    background-color: #fff;
    font-weight: bold;
  }

  .ouvert.conteneur li.menuCCM {
    width: 100%;
  }

  .menuAccueil li span,
  .menuSalmorenc li span,
  .menuCCM li span,
  .menuFestivals li span,
  .menuBilleterie li span {
    width: 100%;
  }

  nav #ClTitre {
    padding-left: 0px;
    padding-right: 0px;
    line-height: 60px;
    margin-top: 0px;
  }

  #titre {
    margin-left: 0px;
    font-size: 30px;
    line-height: 60px;
  }
  .titreSite {
    width: 52% !important;
  }

  .menuSite a {
    min-width: 95px !important;
  }

  #menuMobile {
    display: block !important;
  }

  #menuMobile span {
    display: block !important;
    background-image: url("../images/icones/menu.png");
    height: 60px;
    width: 60px !important;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    padding-right: 0px;
    padding-left: 0px;
  }

  .conteneur li {
    min-height: 0px;
    min-width: 0px;
    width: 0px;
    text-align: center;
  }

  nav .conteneur .menuMobile li {
    min-width: 60px !important;
  }

  .conteneur .contact {
    margin-right: 0px;
  }

  #contact .texte {
    margin-bottom: 50px;
  }

  .conteneur li:hover > .sousMenu {
    display: none;
  }

  nav .ouvert > ul li {
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    margin-right: 0px !important;
    color: #1462a6 !important;
    background-color: #fff;
  }

  .ouvert .conteneur .contact {
    width: 100%;
    margin-right: 25px;
  }

  .conteneur ul {
    height: auto;
  }
  .conteneur .sousMenu li {
    padding-left: 0px;
    padding-right: 0px;
    color: #5e5e5e;
    line-height: 50px !important;
    height: 50px;
    display: block;
    width: 100%;
  }
  nav .conteneur .sousMenu a {
    height: 50px !important;
  }
  .sousMenu li a {
    padding-left: 0px;
    padding-right: 0px;
  }

  .conteneur ul.sousMenu {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .conteneur .menuSiteInternetOuvert .sousMenu {
    position: initial;
    opacity: 1;
  }
  nav .conteneur .menuSiteInternetOuvert .sousMenu a {
    height: 60px;
    padding-bottom: 0px;
    padding-top: 0px;
    display: block !important;
  }
  nav .conteneur .menuSiteInternetOuvert .sousMenu a li {
    display: block !important;
  }
  nav .conteneur .menuSiteInternetOuvert .sousMenu a:hover {
    display: block !important;
  }
  nav .conteneur .menuSiteInternetOuvert .sousMenu a li:hover {
    display: block !important;
  }
  .menuSiteInternetOuvert .menuSiteInternet .sousMenu {
    display: block !important;
  }

  .conteneur .menuApplicationOuvert .sousMenu {
    position: initial;
    opacity: 1;
  }
  nav .conteneur .menuApplicationOuvert .sousMenu a {
    height: 60px;
    padding-bottom: 0px;
    padding-top: 0px;
    display: block !important;
  }
  nav .conteneur .menuApplicationOuvert .sousMenu a li {
    display: block !important;
  }
  nav .conteneur .menuApplicationOuvert .sousMenu a:hover {
    display: block !important;
  }
  nav .conteneur .menuApplicationOuvert .sousMenu a li:hover {
    display: block !important;
  }
  .menuApplicationOuvert .menuApplication .sousMenu {
    display: block !important;
  }

  .page3Cote .gauche {
    float: left;
    width: 26%;
    min-height: 100%;
  }

  .page3Cote .centre {
    float: left;
    width: 37%;
    min-height: 100%;
    box-sizing: border-box;
  }

  .page3Cote .droite {
    float: left;
    width: 37%;
    min-height: 100%;
    box-sizing: border-box;
  }

  footer ul {
    padding-left: 10px;
  }

  footer .titre {
    font-size: 26px;
    font-weight: bold;
  }
  .carousel .titre1 {
    top: 15%;
    font-size: 50px;
  }
  .carousel .titre2 {
    top: 40%;
    font-size: 35px;
  }
  .carousel img {
    height: 100%;
    width: 100%;
  }

  .articlePlein .texte p {
    font-size: 12px;
  }

  .articlePlein .texte h3 {
    font-size: 20px;
  }

  #iconeMenu {
    height: 60px;
    width: 60px;
    box-sizing: border-box;
    padding-top: 1px;
    margin-left: auto;
    margin-right: 0;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
  }

  .menuSite .titre {
    line-height: 30px;
    width: calc(100% - 80px);
    line-height: 60px;
    float: inherit;
    font-size: 18px !important;
  }

  #iconeMenu .ligne {
    height: 6px;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 45px;
    background-color: #2d2d2d;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: block;
    border-radius: 4px;
  }
    .conteneur li.deuxLignes {
    line-height: 20px !important;
    padding-top: 20px;
    margin-top: 0px;
    padding-bottom: 10px;
  }
  .deuxLignes {
    line-height: 20px !important;
  }

  .articlePlein .texte h3 {
    font-size: 16px;
  }

  .articlePlein .texte p {
    font-size: 10px;
    line-height: 22px;
  }

  .articlePlein .texte {
    width: 90%;
  }
  .articlePlein.right .texte {
    padding-left: 20px;
    padding-right: 20px;
    left: 5%;
  }
  .articlePlein.right .texte .icone {
    left: -10px;
    top: -50px;
  }

  .page3CoteCentrer .image img {
    margin-bottom: 20px;
  }

  #projetsRealises .presentationProjet.left {
    left: 3%;
  }

  #projetsRealises .presentationProjet.leftActif {
    left: 0%;
    transition-duration: 2s;
  }

  #projetsRealises .presentationProjet.right {
    right: 3%;
  }

  #projetsRealises .presentationProjet.rightActif {
    right: 0%;
    transition-duration: 2s;
  }

  #projetsRealises .texte {
    width: 50%;
  }

  .blocCentreImage h3 {
    font-size: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 50px;
  }
  .blocCentreImage h2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .blocCentreImage button {
    width: 250px;
    margin-bottom: 50px;
    height: 50px;
  }
  #menuMobile {
    display: block !important;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
  }

  .menuSite {
    min-width: 95px !important;
    width: 100% !important;
  }
  .menuSite a {
    min-width: 95px !important;
  }
  .menuSite {
    width: 100%;
  }
  .conteneur li {
    min-height: 0px;
    min-width: 0px;
    width: 0px;
    text-align: center;
    line-height: 50px;
  }

  nav {
    background-color: #fff;
    height: 100px;
  }

  #association .texteGrandeLargeur {
    width: 80%;
    text-align: center;
    margin-left: 10%;
  }

  #association {
    padding-left: 0%;
    padding-right: 0%;
  }

  #association h2 {
    width: 100%;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 60px;
  }

  #association.page3Cote .gauche,
  #association.page3Cote .centre,
  #association.page3Cote .droite {
    width: 100%;
  }
  #association button {
    float: inherit;
  }

  #association h3 {
    margin-top: 75px;
  }

  #association p {
    margin-bottom: 20px;
  }

  .blocsImagesProduits .produits {
    width: 95%;
  }

  .blocsImagesProduits .produits .produit {
    min-width: 50%;
  }

  .blocsImagesProduits .produits .produit img {
    height: 250px;
    width: 250px;
    border-radius: 250px;
  }

  #pageCCMV .imageGauche .imgEvenement,
  #pageCCMV .imageDroite .imgEvenement,
  #pageSalmorenc .imageDroite .imgEvenement,
  #pageSalmorenc .imageGauche .imgEvenement,
  .index .imageDroite .imgEvenement,
  .index .imageGauche .imgEvenement {
    width: 100%;
  }

  .pagebillet .evenement .imageGauche .texte,
  .evenement .imageDroite .texte {
    width: 100%;
  }

  #pageCCMV #diaporama2 .imageGauche .texte {
    margin-top: 50px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
  }

  #pageCCMV #diaporama3 h2,
  #pageCCMV #profs h2,
  #pageCCMV #diaporama5 h2 {
    line-height: 60px;
  }

  #pageCCMV #diaporama3 img,
  #pageCCMV #diaporama5 img {
    max-width: 100%;
  }

  #profs .imageGauche .texte,
  #profs .imageDroite .texte {
    width: 100%;
    margin-top: 50px;
  }

  #profs .imageDroite img,
  #profs .imageGauche img {
    margin-right: 0px;
    margin-left: 0px;
    width: 100% !important;
  }

  #profs.page2Cote .floatLeft {
    margin-left: 0px;
    width: 100%;
  }

  #diaporama4 .imageGauche .texte h3,
  #profs .imageGauche .texte h4,
  #profs .imageDroite .texte h4 {
    color: #5e5e5e;
    line-height: 30px;
  }

  #pageCCMV #diaporama3 img,
  #pageCCMV #diaporama5 img {
    margin-right: 0px;
    margin-left: 0px;
  }

  #diaporama2 .images,
  #diaporama3 .images {
    width: 100%;
  }

  #diaporama2 .images img,
  #diaporama3 .images img {
    max-width: 100%;
    height: 100%;
  }

  .imageGauche .texte,
  .imageDroite .texte {
    width: 100%;
  }

  nav {
    width: 100%;
    margin-left: 0%;
  }

  nav .conteneur li a {
    color: #9ca874;
    font-weight: bold;
  }

  .blocCentre .btn-principale {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    border-radius: 15px;
    background: #f4b840;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2;
    white-space: nowrap;
    width: auto !important;
    max-width: 100%;
    margin: 8px auto 0;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    cursor: pointer;
    font-family: "Poppins-Medium";
    font-size: 16px;
  }
  .intro .blocCentre h1 {
    display: inline-block;
    /* width: auto; */
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
    color: #9ca874;
    font-size: 28px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .intro .blocCentre h2 {
    display: inline-block;
    width: 90%;
    text-align: center;
    letter-spacing: 0px;
    font-family: "Poppins-Medium";
    font-size: 16px;
    text-transform: initial;
    font-weight: normal;
  }
}

@media screen and (max-width: 580px) {
  #association .boutonbordure {
    max-width: 80%;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    float: initial;
  }

  #tarif .blocRose {
    width: 90%;
  }

  #tarif .blocRose {
    padding-left: 25px;
    padding-right: 25px;
  }

  #explorationYoga .imageGauche img {
    margin-right: 0%;
  }

  #explorationYoga.page2Cote .floatLeft {
    width: 100%;
  }

  .sectionFilRose h2 {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 25px !important;
  }

  .blocUnique {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
  }

  .page3CoteCentrer .bloc.traitRose p {
    border-left: solid 0px #d9a450;
    padding-left: 0px;
    padding-right: 0px;
  }

  .sectionFilRose {
    padding-left: 5%;
    padding-right: 5%;
  }

  .page3CoteCentrer .bloc p {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sowebsite {
    font-size: 18px;
  }

  .sectionBlocRoseGauche .gauche {
    width: 100% !important;
  }

  .sectionBlocRoseGauche .droite {
    width: 100% !important;
  }

  .blocRoseTransparent {
    width: 82%;
    font-size: 16px;
    left: 3%;
  }

  .indexQuestionsReponsesTitre h3 {
    font-size: 20px;
  }

  .imageDroite img,
  .imageGauche img {
    max-width: 100%;
    margin-bottom: 25px;
    width: 100% !important;
  }

  .page2Cote .floatLeft.imageGauche p {
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }

  .page2CoteCentrer .bloc {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page2CoteCentrer h3 {
    font-size: 18px;
    line-height: 22px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .blocTexte h3 {
    width: 100%;
  }

  #association button {
    margin-bottom: 50px;
  }

  .indexResumeFigcaptionQuestionsReponsesParaSlider h4 {
    font-size: 22px;
  }

  .indexResumeFigcaptionQuestionsReponsesParaSlider {
    margin: 0 20px;
    padding: 20px;
    font-size: 18px;
  }

  .indexResumeFigcaptionQuestionsReponsesParaSlider p {
    font-size: 18px;
  }

  .vcard .org {
    line-height: 30px;
  }

  footer h2 {
    font-size: 28px !important;
    margin-top: 20px;
  }

  .page2CoteCentrer .bloc {
    width: 100%;
  }

  .page2CoteCentrer .bloc.droite {
    margin-top: 50px;
  }

  .page3CoteCentrer div {
    width: 100% !important;
  }

  #diaporama2 .images {
    height: auto;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .deroulantDroite .blocTransparent {
    height: 200px;
  }

  .deroulantDroite .produit {
    height: 200px;
  }

  #associationSalmorenc .imageGauche img,
  #associationCCMV .imageGauche img,
  #associationFestivals .imageGauche img {
    width: 100% !important;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .intro button {
    font-size: 18px;
  }

  #contact .page3CoteCentrer,
  #contact2 .page3CoteCentrer {
    width: 100%;
    margin-left: 0%;
    box-sizing: border-box;
  }

  #pageCCMV #diaporama2 .imageGauche .texte,
  #pageCCMV #diaporama2 .imageDroite .texte {
    padding-right: 5%;
    text-align: left !important;
    width: 100%;
    float: right;
    box-sizing: border-box;
    padding-left: 5%;
    padding-top: 50px;
  }

  #salmorenc button,
  #festivals button,
  #ccmv button {
    font-size: 18px;
    height: 54px;
  }

  #salmorenc .sousMenuSection li,
  #ccmv .sousMenuSection li,
  #festivals .sousMenuSection li {
    width: 100%;
    height: 50px;
  }

  #salmorenc h1 {
    margin-bottom: 10px;
    line-height: 100px;
  }

  #pageCCMV .intro .blocCentre h1 {
    line-height: 50px;
  }

  #ccmv .sousMenuSection li.moitierSousMenu {
    width: 100%;
  }

  #pageCCMV #contact2 .page3CoteCentrer div {
    width: 100%;
  }

  #contact .page3CoteCentrer div,
  #contact2 .page3CoteCentrer div {
    width: 100%;
  }
  .blocsImagesProduits .produits {
    width: 100%;
    float: left;
  }

  .blocsImagesProduits .produits .produit {
    min-width: 300px;
    float: inherit;
    width: auto;
    float: initial;
    height: 370px;
  }

  .blocsImagesProduits .produits .produit img {
    height: 250px;
    width: 250px;
    border-radius: 250px;
  }

  nav #ClTitre {
    padding-left: 0px;
    padding-right: 0px;
    line-height: 60px;
    margin-top: 0px;
  }

  #menuMobile span {
    display: block !important;
    background-image: url("../images/icones/menu.png");
    height: 60px;
    width: 55px !important;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    padding-right: 0px;
    padding-left: 0px;
  }

  nav .conteneur .menuMobile li {
    min-width: 60px !important;
  }

  .conteneur .contact {
    margin-right: 0px;
  }

  #contact .texte {
    margin-bottom: 50px;
  }

  #contact .gauche {
    width: 90%;
  }

  .conteneur li:hover > .sousMenu {
    display: none;
  }

  nav .ouvert > ul li {
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
  }

  .ouvert .conteneur .contact {
    width: 100%;
    margin-right: 25px;
  }

  .conteneur ul {
    height: auto;
  }
  .conteneur .sousMenu li {
    padding-left: 0px;
    padding-right: 0px;
    color: #5e5e5e;
    line-height: 50px !important;
    height: 50px;
  }
  nav .conteneur .sousMenu a {
    height: 50px !important;
  }
  .sousMenu li a {
    padding-left: 0px;
    padding-right: 0px;
  }

  .index .intro #blocCentre {
    top: 17% !important;
  }

  .intro #blocCentre {
    top: 30%;
    width: 95%;
    left: 2.5%;
  }

  .ouvert .conteneur li:hover > .sousMenu {
    display: none;
  }

  header h1 {
    font-size: 26px;
    top: 0%;
    color: #fff;
    width: 100%;
    left: 10%;
    line-height: 35px;
    margin-bottom: 15px;
  }

  header h2 {
    font-size: 20px;
    top: 40%;
    color: #fff;
    width: 100%;
    text-align: left;
    line-height: 20px;
  }

  .intro #blocCentre button {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    display: block;
  }

  .intro #blocCentre img {
    height: 100px !important;
    width: 100px !important;
    min-height: 100px !important;
    margin-left: auto;
    margin-right: auto;
    position: initial;
  }

  .intro #blocCentre #btVideo img {
    height: 80px !important;
    width: 114px !important;
    min-height: 80px !important;
  }

  .imageGauche img {
    width: 100% !important;
  }

  .imageGauche .imageEvenement img,
  .imageDroite .imageEvenement img {
    width: 100% !important;
  }

  .articlePlein .texte {
    width: 90%;
  }

  .articlePlein.left .texte .icone {
    right: -10px;
    top: -50px;
  }

  .articlePlein.left .texte {
    padding-right: 20px;
    padding-left: 20px;
  }

  .articlePlein.right .texte {
    padding-left: 20px;
    padding-right: 20px;
    left: 5%;
  }
  .articlePlein.right .texte .icone {
    left: -10px;
    top: -50px;
  }

  .page2Cote h2 {
    padding-top: 35px;
    padding-bottom: 25px;
  }

  .page2Cote .gauche {
    width: 100%;
  }
  .page2Cote .citation {
    width: 90%;
  }
  #citation .citation .forme {
    bottom: -15px;
    left: -10px;
  }

  .page2Cote .droite {
    width: 100%;
  }

  .page2Cote .texte {
    width: 100%;
    box-sizing: border-box;
    /*padding-top: 20px;
		padding-bottom: 20px;*/
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .page3Cote {
    padding-left: 5%;
    padding-right: 5%;
  }

  .page3Cote .gauche,
  .page3Cote .centre,
  .page3Cote .droite {
    width: 100%;
  }

  .pageLarge100 h2 {
    padding-top: 25px;
    padding-bottom: 30px;
    margin-left: 5%;
  }

  #citation .gauche {
    margin-bottom: 30px;
  }

  #citation {
    padding-bottom: 0px;
  }

  #projets h2 {
    text-align: center;
  }

  #projets {
    min-height: 100%;
    height: 100%;
  }

  .carousel {
    position: relative;
    height: 80%;
    overflow: hidden;
    border-radius: 5px;
  }

  .carousel .titre1 {
    font-size: 30px;
    top: 20%;
  }

  .carousel .titre2 {
    font-size: 24px;
    top: 42%;
  }

  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  footer ul {
    padding-left: 0px;
  }

  .carousel img {
    height: 100%;
    width: 100%;
  }
  .page2Cote.page2CoteMarge .imageGauche img {
    width: 100% !important;
    margin-left: 0px;
  }

  .page2Cote.page2CoteMarge .texte {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }

  .page2Cote.page2CoteMarge .imageDroite img {
    width: 100% !important;
    margin-right: 0%;
  }

  .page3CoteCentrer .bloc {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .page3CoteCentrerEvenements .bloc {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page3CoteCentrerEvenements .dateTexte {
    width: auto !important;
  }

  .page3CoteCentrer .bloc h4 {
    text-align: center;
  }

  .page2Cote.page2CoteMarge .texte {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .page2Cote .floatLeft {
    margin-bottom: 20px;
  }
  .texteGrandeLargeur h2,
  .texteGrandeLargeur h3,
  .texteGrandeLargeur h4,
  .texteGrandeLargeur ul {
    margin-top: 20px;
  }
  .page2Cote .texteGrandeLargeur {
    padding-bottom: 20px;
  }

  .page3CoteCentrer {
    width: 100%;
    margin-left: 0%;
  }

  .imageMiniTransition {
    margin-bottom: 50px;
  }

  #siteVitrine,
  #siteDynamique {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .imageTransition {
    height: 150px;
    margin-bottom: 20px;
  }

  .imageTransition img {
    width: 100%;
  }

  .carouselTexte .titre1 {
    top: 10%;
    font-size: 30px;
    width: 80%;
    line-height: 30px;
  }
  .carouselTexte .titre2 {
    font-size: 16px;
    top: 34%;
    line-height: 20px;
  }

  .carouselTexte .boutons {
    bottom: 5%;
  }

  #pointsImportants {
    margin-bottom: 50px;
  }

  .carouselTexte .bt {
    height: 25px;
    width: 25px;
  }

  .intro #blocDroite {
    position: absolute;
    top: 30%;
    width: 80%;
    left: 10%;
  }

  #siteVitrine h2,
  #siteDynamique h2,
  #migration h2,
  #migration2 h2,
  #SEOSEA h2,
  #hebergement h2,
  #creerApplication h2,
  #developpeurWeb h2,
  #webmaster h2 {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .pageFondImage .texte {
    position: inherit;
    margin-top: -200px;
    width: 90%;
    left: 5%;
    padding: 15px;
  }

  .pageFondImage .premierTitre {
    margin-bottom: 30px;
  }

  .pageFondImage h2,
  .pageFondImage h3 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .menuApplication,
  .menuSiteInternet,
  .contact {
    display: none !important;
  }

  .ouvert .menuApplication,
  .ouvert .menuSiteInternet,
  .ouvert .contact {
    display: inline-block !important;
  }

  .menuSiteInternet li span,
  .menuApplication li span,
  .contact li span {
    width: 100%;
  }

  #projetsRealises {
    width: 95%;
    margin-left: 2.5%;
  }

  #projetsRealises .presentationProjet {
    left: 0px !important;
    right: 0px !important;
  }

  #projetsRealises .image img {
    object-fit: cover;
    width: 100%;
  }

  #projetsRealises .texte {
    width: 100%;
    position: inherit;
    right: 0px !important;
    left: 0px !important;
  }

  #projetsRealises .image {
    position: inherit;
    right: 0px !important;
    left: 0px !important;
  }

  #pageCCMV .imageGauche .imgEvenement,
  #pageCCMV .imageDroite .imgEvenement,
  #pageSalmorenc .imageDroite .imgEvenement,
  #pageSalmorenc .imageGauche .imgEvenement,
  .index .imageDroite .imgEvenement,
  .index .imageGauche .imgEvenement {
    width: 100%;
  }

  .imageGauche .texte,
  .imageDroite .texte {
    width: 100%;
  }

  footer {
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
    box-sizing: border-box;
  }

  footer .lienFooter {
    width: 100%;
  }

  #pageSalmorenc #contact .page3CoteCentrer div {
    width: 100%;
  }

  #pageFestivals .images {
    display: block;
  }

  #pageFestivals #groupesFestivals .images img {
    width: 60%;
    max-width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    float: inherit !important;
    margin-bottom: 25px;
  }

  #pageFestivals #contact .page3CoteCentrer div,
  #pageFestivals #contact2 .page3CoteCentrer div {
    width: 100%;
  }

  .intro h3 {
    line-height: 30px;
    font-size: 18px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
  }

  #explorationYoga.page2Cote .floatLeft.imageGauche h3 {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 40px !important;
    line-height: 40px;
    margin-top: 0px;
  }
  h2 {
    font-size: 26px !important;
    line-height: 32px;
  }
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }

  #contact h3 {
    font-size: 16px;
  }

  .intro .blocCentre,
  .intro .blocCentre {
    width: 90%;
  }

  .intro .blocCentre h1 {
    font-size: 22px !important;
  }

  .intro h2 {
    font-size: 18px !important;
  }

  .intro .blocCentre h1 {
    line-height: 30px;
  }

  .intro h3 {
    line-height: 26px;
    font-size: 16px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
  }
  .blocCentre .btn-principale {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    border-radius: 15px;
    background: #f4b840;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2;
    white-space: nowrap;
    width: auto !important;
    max-width: 100%;
    margin: 8px auto 0;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    cursor: pointer;
    font-family: "Poppins-Medium";
    font-size: 16px;
  }
  .intro .blocCentre h1 {
    display: inline-block;
    /* width: auto; */
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
    color: #9ca874;
    font-size: 20px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .intro .blocCentre h2 {
    display: inline-block;
    width: 90%;
    text-align: center;
    letter-spacing: 0px;
    font-family: "Poppins-Medium";
    font-size: 16px;
    text-transform: initial;
    font-weight: normal;
  }
}

@media screen and (max-width: 420px) {
  .logoCentre {
    width: 100%;
  }

  .titreSite {
    width: 70% !important;
    margin-left: 0%;
  }

  .index .intro #blocCentre {
    top: 15% !important;
  }

  header h1 {
    font-size: 24px;
  }

  header h2 {
    line-height: 22px;
  }

  .intro #blocCentre {
    top: 26%;
  }

  #btVideo {
    bottom: 20px;
    right: 33px !important;
    width: 358px;
  }
}

@media screen and (max-width: 360px) {
  #btVideo {
    bottom: 20px;
    right: 1px !important;
    width: 358px;
  }
  .titreSite {
    width: 68% !important;
  }
  .blocCentre .btn-principale {
    padding: 15px 0px;
  }
}

@media screen and (max-width: 320px) {
  #btVideo {
    height: 180px;
    width: 320px;
  }

  #btVideo #imageVideo {
    width: 320px;
  }
  .titreSite {
    width: 66% !important;
  }
}

#programme {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f8f4e8;
}

#programme h2 {
  color: #9ca874;
}

#presentation {
  display: flex;
  width: 100%;
  min-height: 80vh;
}

.presentation-container {
  display: flex;
  width: 100%;
}

.presentation-left,
.presentation-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  height: 100%;
  box-sizing: border-box;
}

.presentation-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  padding-left: 50px;
  height: calc(100% - 100px);
}

.presentation-left {
  background-color: #fff; /* beige clair */
}

.presentation-right {
  background-color: #ffffff; /* blanc */
}

.presentation-image img {
  max-width: 300px;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  border: 0px solid;
}

.presentation-text {
  /*max-width: 450px;*/
  text-align: left;
}

.presentation-text h2 {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px;
  color: #d9a450;
  margin-bottom: 20px;
  text-align: left;
}

.presentation-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 30px;
}

.presentation-text .cta,
#blog-preview .cta {
  display: inline-block;
  background: #f4b840;
  color: #fff;
  padding: 0px 25px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: normal;
  transition: background 0.3s ease;
  height: 60px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 15px;
  font-size: 18px;
}

.presentation-text .cta:hover,
#blog-preview .cta:hover {
  background: #9ca874;
}

.presentation-text .cta:hover {
  background: #f4b840;
}

/* Responsive */
@media (max-width: 900px) {
  .presentation-container {
    flex-direction: column;
  }

  .presentation-left,
  .presentation-right {
    width: 100%;
    min-height: auto;
    text-align: center;
  }

  .presentation-text {
    text-align: center;
  }
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

#presentation .cards h4 {
  color: #f4b840;
  margin-top: 0px;
  font-size: 20px;
}

#presentation .cards p {
  padding-bottom: 0px;
  font-size: 14px;
}

.card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  flex: 1 1 280px;
  max-width: 320px;
  padding: 30px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.card img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #d9a450;
  margin-bottom: 15px;
}

.card p {
  font-size: 1rem;
  color: #2d2d2d;
  line-height: 1.6;
}

.infos {
  margin-top: 40px;
  font-size: 1.2rem;
  color: #9ca874;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.infos span {
  display: flex;
  align-items: center;
  gap: 8px;
}

#presentation {
  /*background-color: #f4f1ec;*/
}

.presentation-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0px;
  margin: 0 auto;
}

.presentation-image img {
  width: 100%;
  max-width: 800px;
  border-radius: 0px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.presentation-text {
  flex: 1;
  min-width: 300px;
}

.presentation-text h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: #9ca874;
  margin-bottom: 20px;
}

.presentation-text p {
  font-family: Poppins-Medium;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 25px;
}

.presentation-text .cta {
  display: inline-block;
  padding: 5px 25px;
  background-color: #f4b840;
  color: white;
  font-family: Poppins-Medium;
  font-weight: 500;
  border-radius: 15px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.presentation-text .cta:hover {
  background-color: #9ca874;
}
