.main_menu_equilibre {
  display: flex;
  justify-content: center;
  margin: 20px;
}

:root {
  /* Couleurs de la palette */
  --violet-vif: #8c52ff;
  --bleu-clair: #5ce1e6;
  --rouge-eclatant: #ff3131;
  --orange-chaleureux: #ff914d;
  --jaune-doux: #ffe066;
  --vert-menthe: #a8e6cf;
  --rose-pastel: #ffb3ba;
  --gris-clair: #f8f9fa;
}

.equilibre-title_calender {
  font-weight: 200;
}

.eq-about-element .text-primary {
  color: #a4343a !important;
  background-color: transparent;
}
.eq-about-element .text-primary:hover {
  cursor: pointer;
  color: #a4343a;
  opacity: 0.7;
}

.spectacle-distribuition .lead {
  margin-bottom: 5px;
}

.lead {
  font-size: 16px;
}

a {
  color: #a4343a;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #a4343a;
  opacity: 0.7;
}

.modal-header {
  border: none;
}

.modal-footer .rondssvg {
  position: relative;
  height: 170px;
  width: 170px;
  padding: 15px;
}

.page_spectacle_title_2 {
  padding: 25px;
}

.page_spectacle_title_1 {
  padding: 25px;
  font-size: 60px;
}

@media (max-width: 768px) {
  .modal-footer .rondssvg {
    position: relative;
    height: 60px;
    width: 60px;
    padding: 15px;
    left: 0px;
  }
}
@media (max-width: 575.98px) {
  .row {
    flex-direction: column;
  }
  .col-text {
    display: flex;
    flex-direction: column;
    padding: 0 60px;
    text-align: center;
  }
  .col-a {
    justify-content: center;
  }
  .col-b {
    justify-content: center;
  }
}
.eq-img-artiste {
  border-radius: 50%;
  border: 1px solid #000;
  padding: 10px;
  flex: 0 0 50%;
}

.img-spectacle-artiste {
  position: relative;
  margin: 25px;
  min-height: 170px;
  max-height: 195px;
  width: auto;
  left: 0;
}

.section-title {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  color: var(--primary-color);
  text-align: center;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--rose-pastel), var(--vert-menthe));
  border-radius: 2px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .col-a {
    justify-content: start;
  }
  .col-b {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-header {
    padding-left: 50px !important;
  }
  .modal-description-equlibre {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .col-a {
    justify-content: start;
  }
  .col-b {
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .modal-header {
    padding-left: 50px !important;
  }
  .modal-description-equlibre {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .col-a {
    justify-content: start;
  }
  .col-b {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .modal-header {
    padding-left: 50px !important;
  }
  .modal-description-equlibre {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .col-a {
    justify-content: start;
  }
  .col-b {
    justify-content: center;
  }
}
/***********************************ancien style****************************/
html {
  height: 100%;
}

body {
  height: 100%;
}

@font-face {
  font-family: "CircularStd-Bold";
  src: url("../fonts/CircularStd-Bold.eot");
  src: url("../fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Bold.otf") format("otf"), url("../fonts/CircularStd-Bold.ttf") format("truetype"), url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.woff2") format("woff2");
}
.main-content {
  font-family: "CircularStd-Bold", sans-serif;
}

.main-content svg {
  height: 100%;
  width: auto;
}

.equi-link_menu{
	margin-top: 0.5rem;
}

.equi-link_menu:hover {
  cursor: pointer;
  opacity: 0.6;
}

.social-row {
  display: flex;
}

.social-row a svg {
  margin: 10px 10px 0 0;
}

.menu-haut {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.itens-menu-haut {
  text-align: center;
}
.itens-menu-haut a{
	color: #000000;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.info-box p {
  margin-bottom: 0px;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
/* CUSTOMIZE THE CAROUSEL-------------------------------------------------- */
/* Carousel base class */
.logo-haut {
  height: 150px;
  max-width: auto;
}

.carousel-item {
  height: 32rem;
}

.featurette {
  justify-content: center;
}

.featurette-divider-a {
  margin: 15px 0;
  /* Space out the Bootstrap <hr> more */
  opacity: 0.5;
  -webkit-transform: rotate(2deg) translateZ(0);
  /* apparently that Z stuff is needed for webkit browsers like chrome */
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0;
}

.featurette-divider-b {
  margin: 15px 0;
  /* Space out the Bootstrap <hr> more */
  opacity: 0.5;
  -webkit-transform: rotate(-2deg) translateZ(0);
  /* apparently that Z stuff is needed for webkit browsers like chrome */
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0;
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -0.05rem;
}

.eq-calender-heading {
  letter-spacing: -0.05rem;
}

/* rtl:end:remove */
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  .featurette-heading {
    font-size: 30px;
  }
  .eq-calender-heading {
    font-size: 30px;
  }
}
@media (min-width: 62em) {
  .featurette-heading-modal {
    margin-top: 15px;
  }
  .eq-calender-heading {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
#equi-confidentialite {
  padding-top: 30px;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

#message {
  min-height: 300px;
  margin-bottom: 24px;
}

.form-contact-equilibre {
  /* display: flex; */
  /* flex-flow: column; */
  margin-left: auto;
  /* align-items: center; */
  margin-right: auto;
}

/* PRELOADER CSS */
.equilibre-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  z-index: 1500;
  top: 0;
  transition: opacity, 0.7s;
}

/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #0056b3;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*.rond1 {
  --animate-duration: 0.6s;
}
.rond2 {
  --animate-duration: 1.2s;
}
.rond3 {
  --animate-duration: 1.8s;
}
.rond4 {
  --animate-duration: 2.4s;
}
.rond5 {
  --animate-duration: 3.0s;
}*/
.rondssvg .circle {
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.rondssvg .rond-simple {
  stroke-width: 5;
  fill: none;
}
.rondssvg .rond-strong {
  stroke-width: 15;
  fill: none;
}
.rondssvg .circle-fill {
  fill: none;
  stroke-width: 5;
}

/*///////artistes/////////*/
.eq-img-artiste:hover {
  opacity: 0.7;
  cursor: pointer;
}

.col-a {
  display: flex;
}

.col-b {
  display: flex;
}

.container-img-rond {
  display: flex;
}
.container-img-rond img {
  align-self: center;
}

.featurette_artiste_text_left {
	@media (min-width: 768px) {
		flex-direction: row-reverse; // desktop : text à droite, image à gauche
	}
}
.featurette_artiste_text_left .cel-2-col {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}
.featurette_artiste_text_left .eq-img-artiste {
  border-radius: 50%;
  border: 1px solid #000;
  padding: 10px;
  flex: 0 0 50%;
}
.featurette_artiste_text_left .rondssvg {
  height: auto;
  margin-top: -20%;
  /* flex: 0 0 50%; */
  max-width: 40%;
}

.featurette_artiste_text_right {
	@media (min-width: 768px) {
		flex-direction: row; // desktop : text à gauche, image à droite
	}
}
.featurette_artiste_text_right .cel-2-col {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.featurette_artiste_text_right .eq-img-artiste {
  border-radius: 50%;
  border: 1px solid #000;
  padding: 10px;
  flex: 0 0 50%;
}
.featurette_artiste_text_right .rondssvg {
  height: auto;
  margin-top: -20%;
  /* flex: 0 0 50%; */
  max-width: 40%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.eq-calender-element {
  justify-content: center;
  margin-bottom: 50px;
}
.eq-calender-element .col-text {
  max-width: 405px;
}
.eq-calender-element .rondssvg {
  position: relative;
  margin: 25px;
  min-height: 170px;
  max-height: 195px;
  width: auto;
  left: 0;
}

.equilibre-title_calender {
  text-align: center;
  margin: 40px;
}

.eq-about-element {
  justify-content: center;
  margin-bottom: 50px;
}
.eq-about-element .col-text {
  max-width: 600px;
}
.eq-about-element .rondssvg {
  position: relative;
  margin: 25px;
  min-height: 170px;
  max-height: 195px;
  width: auto;
  left: 0;
}

.modal-spectacle .modal__container {
  display: flex;
  justify-content: center;
  max-width: 95%;
}
.modal-spectacle .content {
  display: flex;
  max-width: 800px;
  flex-direction: column;
}
.modal-spectacle .spectacle-footer {
  position: relative;
}

.carousel-caption {
	background: linear-gradient(transparent, rgba(0,0,0,0.6));
	bottom: 0;
	left: 0;
	right: 0;
	padding: 24px 12px 8px;
	text-align: right;
	border-radius: 0;
}

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