@font-face { font-family: 'Poppins'; src: url('../Poppins-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap;}
html, body { height: 100%; margin: 0; padding: 0;}
body { font-family: 'Poppins', sans-serif; font-weight: 300; font-size: 18px; background-color: #062C35; color: #FFF;}
.fond-fixe { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-image: url(../yoga-images/yoga-fond3.webp); background-size: cover; background-position: top center; background-repeat: no-repeat; z-index: -1;}
h1 { font-size: 42px; color: #FFF; margin: 0; padding: 0; text-align: center; font-weight: 300;}
h2 { font-size: 36px; color: #FFF; margin: 0; padding: 0; font-weight: 300; text-align: center;}
h3 { font-size: 26px; color: #FFF; margin: 0; padding: 0; font-weight: 300; text-align: center;}
.t32 { font-size: 32px; color: #FFF; margin: 0; padding: 0; font-weight: 300; text-align: center;}
.yoga-div { max-width: 980px; margin: 10px auto 40px auto; overflow: hidden; padding: 10px;}
.yoga { width: auto; text-align: center; margin: 10px auto 240px auto;max-width:750px}
.yoga_prem { width: auto; padding: 10px; border-bottom: dashed 1px #FFF; text-align: justify; margin: 10px 0; background-color: rgba(255,255,255,.1); overflow: hidden; opacity: 0; transform: translateY(50px) translateX(-10px); filter: blur(6px); transition: opacity 1.2s ease-out, transform 1.4s cubic-bezier(0.22,1,0.36,1), filter 1.2s ease-out;}
.yoga_prem.show { opacity: 1; transform: translateY(0) translateX(0); filter: blur(0);}
.yoga2 { background-color: rgba(30,62,73,.7);}
.yoga3 { background-color: rgba(68,68,68,.7);}
.yoga_actu { padding: 10px; text-align: justify; margin: 40px 0; border-bottom: dashed 1px #FFF;}
.yoga_zone { padding: 10px; text-align: justify; margin: 40px 0; background-color: rgba(255,255,255,.2); transition: all .5s; border-radius: 10px 0 10px 10px;}
.yoga_zone:hover { background-color: rgba(60,122,109,.3); cursor: pointer;}
.yoga_haimavati { text-align: left;}
a:link, a:visited { color: #FFF0D2; text-decoration: none;}
a:hover { color: #FFF;}
.back_top { position: fixed; bottom: 30px; right: 30px; width: 80px; height: 80px; opacity: 0.4; transition: .5s; background-image: url(../yoga-images/fleche-page2.png); cursor: pointer; background-size: contain; background-repeat: no-repeat;}
.back_top:hover { opacity: 0.9;}
.btndiv { border-bottom: dashed 1px #FFF; text-align: center;}
.navi { display: block; padding: 10px; color: #FFF0D2; font-size: 24px; cursor: pointer; background-color: rgba(255,255,255,.2); transition: all .5s; border-radius: 10px 0 10px 10px; margin: 5px 0; text-align: center;}
.navi:hover { color: #FFF; background-color: rgba(60,122,109,.3);}
.center { text-align: center;}
.yoga_prana { text-align: right; font-style: italic;}
.yogi_denis { max-width: 500px; height: auto; vertical-align: middle; margin: 0 10px 0 0; float: left;}
.divbout { text-align: right; width: 100%;}
.bouton-joli { display: inline-block; padding: 14px 24px; font-size: 18px; font-weight: 600; text-align: center; text-decoration: none; margin: 20px 50px 20px 0; color: white; background-color: #305B6B; border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.15); transition: all .5s; user-select: none;}
.bouton-joli:hover, .bouton-joli:active { background-color: #3D7F80; transform: scale(0.98);}
.hauteur {height:1000px; width:auto}

@media only screen and (max-width: 768px) {
.fond-fixe { background-image: url(../yoga-images/yoga-fond3.webp); background-position: center;}
.back_top { bottom: 10px; right: 10px; width: 40px; height: 40px;}
h1 { font-size: 26px;}
h2 { font-size: 22px;}
h3 { font-size: 18px;}
.t32 { font-size: 22px;}
.yoga_prem { margin: 20px 0;}
.navi { font-size: 18px;}
.yogi_denis { max-width: 100%; float: none; margin: 0 0 15px 0;}
.bouton-joli { margin: 10px 0; width: 90%;}
}
