@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url(http://fonts.googleapis.com/css?family=Great+Vibes);


@font-face {
font-family: 'izmir';
src: url('../fonts/ds_izmir.ttf');
}

@font-face {
font-family: 'Rage';
src: url('../fonts/RAGE.TTF');
}

@font-face {
font-family: 'Brush';
src: url('../fonts/BRUSHSCI.TTF');
}

.titre1 {
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  margin-top:10px;
  left: 50%;
  width: 80%;
  transform: translate(-50%, 0%);
  color: white;
  font-size: 10vmin;
  font-weight: 400;
  font-style: italic;
  font-family:izmir, sans-serif;
}

body, html {
	height: 100%;
	font-family: "Open Sans", sans-serif;
}

.theme-fg-color {
	color:rgb(148,112,84) !important;
}

h1 {
  font-size: 35px;
  font-weight: 700;
/*  font-family: "Source Sans Pro", sans-serif !important;*/
/*  font-family: Rage, Italic !important;*/
  font-family: Brush, Italic !important;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  text-align:center;
  color:rgb(148,112,84);
}

h3 {
  font-size: 25px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  text-align:center !important;
}

p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Times New Roman", serif;
  text-align:left; 
  color:rgb(148,112,84);
  text-transform: none !important;
}
@media (max-width: 767.98px) {
  p {
	font-size:15px; 
  }
}

.fancy{
	font-family: 'Great Vibes', cursive;
	text-decoration:none !important;
}

.para {
  font-size: 18px;
  font-weight: 500;
  font-family: "Times New Roman", serif;
  text-align:left; 
  color:rgb(148,112,84);
  text-transform: none !important;
}
@media (max-width: 767.98px) {
  .para {
	font-size:15px; 
  }
}

.text-intro-section{
  font-size: 18px;
  font-weight: 500;
  font-family: "Times New Roman", serif;
  text-align:left; 
  color:rgb(148,112,84);
  text-transform: none !important; 
}
@media (max-width: 767.98px) {
  .text-intro-section {
	font-size:15px; 
  }
}

.text-section{
  font-size: 20px;
  font-weight: 500;
  font-family: "Times New Roman", serif;
  text-align:left; 
  color:rgb(148,112,84);
  text-transform: none !important; 
}
@media (max-width: 767.98px) {
  .text-section {
	font-size:15px; 
  }
}

hr {
  border: 0;
  height: 2px !important;
  
 /* Mozilla */
  background: -moz-linear-gradient(left, rgba(223, 105, 32, 0.3) 0%, rgba(223, 105, 32, 1) 49%, rgba(223, 105, 32, 0.3) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, 223, 105, 32, 0.3)), color-stop(49%, rgba(223, 105, 32, 1)), color-stop(100%, rgba(223, 105, 32, 0.3)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(223, 105, 32, 0.3) 0%, rgba(223, 105, 32, 1) 49%, rgba(223, 105, 32, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(223, 105, 32, 0.3) 0%, rgba(223, 105, 32, 1) 49%, rgba(223, 105, 32, 0.3) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(223, 105, 32, 0.3) 0%, rgba(223, 105, 32, 1) 49%, rgba(223, 105, 32, 0.3) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(223, 105, 32, 0.3) 0%, rgba(223, 105, 32, 1) 49%, rgba(223, 105, 32, 0.3) 100%);
}

ul {
  margin:2%; 
}
ul li {
  /*list-style-type: circle; */
  font-size: 18px !important;
  font-weight: 500;
  font-family: "Times New Roman", serif !important;
  text-align:left; 
  color:rgb(148,112,84);
  /*text-transform: none !important;*/
}
@media (max-width: 767.98px) {
  ul li {
	font-size:15px !important; 
  }
}

ol li {
  list-style-type: number; 
  font-size: 20px;
  font-weight: 500;
  font-family: "Times New Roman", serif;
  text-align:left; 
  color:rgb(148,112,84);
  text-transform: none !important;
}
/*`md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  ol li {
	font-size:15px; 
  }
}

/* Menu  Area CSS */
.navbar {
	font-size: 18px;
	-webkit-box-shadow: 0 10px 6px -6px #999;
	-moz-box-shadow: 0 10px 6px -6px #999;
	box-shadow: 0 10px 6px -6px #999;
	background-color:white !important;
}
@media (max-width: 767.98px) {
  .navbar {
	font-size:15px !important; 
  }
}

.nav-link, .dropdown-item{
	text-decoration: none;
	color: rgb(148,112,84) !important;
	font-size: 18px !important;
	font-weight: 600;
	margin-right: 40px;
}
@media (max-width: 767.98px) {
  .nav-link, .dropdown-item {
	font-size:15px !important; 
  }
}

.nav-link:hover, .dropdown-item:hover {
	color: rgb(255,218,107) !important;
}


/* Hero Area CSS */
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/site/header.png");
  /*height: 80%;*/
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 80px;
}

.hero-image1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/site/yoga-aerien.jpg");
  /*height: 80%;*/
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 80px;
}

.hero-text {
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  margin-top:20px;
  left: 50%;
  width: 80%;
  transform: translate(-50%, 0%);
  color: white;
  font-size: 8vmin;
  font-weight: 600;
  font-style: italic;
  font-family: kristen, ITC;
}

.hero-section {
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 82%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, 0%);
  color: white;
  font-size: 7vmin;
  font-weight: 600;
  font-style: italic;
  font-family: kristen, ITC;
}

.hero-text-item {
  background: #fff;
  border-radius: 5px;
  padding: 48px 20px;
  margin-bottom:20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

/*footer area*/
.footer-image {
  /*background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/site/background.jpg");*/
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/site/Chemin.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 0px;
}

.content-footer {
  height: 80%;
  padding: 20px 20px 10px;
}

.para-footer {
  font-size: 22px;
  font-weight: 500;
  font-family: "Times New Roman", serif !important;
  text-align:center; 
  color:white;
  text-transform: none !important;
}
@media (max-width: 767.98px) {
  .para-footer {
	font-size:17px; 
  }
}

.para-footer2 {
	font-size: 16px;
    font-weight: 500;
    font-family: "Times New Roman", serif;
    text-align: center;
    color: white;
    text-transform: none !important;
}
@media (max-width: 767.98px) {
  .para-footer2 {
	font-size:15px; 
  }
}
/* Gestion auto des colonnes */
.row-flex {
  display: flex;
  flex-wrap: wrap;
}

[class*="col-"] {
  margin-bottom: 30px;
}

.content {
  height: 100%;
  padding: 20px 20px 10px;
}

.section-padding {
  padding: 30px 0;
}

.section-padding-bis {
  padding: 120px 0;
}


/* Section Presentation */
.presentation {
  /*background: #F0F0F0;*/
  background: #FFFFFF;
}

.presentation-item {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 48px 20px;
  margin-bottom:20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.presentation-item-bis {
  background-image: url("../images/logo/arbre&siddhâsana-opacite.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 48px 20px;
  margin-bottom:-5px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

/* Preloader Area CSS */
#preloader {
  overflow: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
  background-color: #ffffff; 
}

.south-load {
  -webkit-animation: 1500ms linear 0s normal none infinite running south-load;
  animation: 1500ms linear 0s normal none infinite running south-load;
  background: transparent;
  border-color: #ffffff;
  border-top-color: #947054;
  border-left-color: #947054;
  border-right-color: #947054;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  height: 50px;
  left: calc(50% - 25px);
  position: relative;
  top: calc(50% - 25px);
  width: 50px;
  z-index: 9; 
}

@-webkit-keyframes south-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
}
@keyframes south-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } 
}

.show-more {
    padding: 0 10px;
    text-align: right;
}  

.my-collapsed-btn {
   color:white !important; 
   background-color:rgb(148,112,84) !important;
}  

.my-collapsed-btn[aria-expanded=false] .text-expanded {
  display: none;
}
.my-collapsed-btn[aria-expanded=true] .text-collapsed {
  display: none;
}

