@charset "UTF-8";

/* -------------------------- GLOBAL RULES  TAGS */

@font-face {
	font-family: Mona Sans;
	font-weight: normal;
	src: url("../font/mona/Mona-Sans-Regular.woff2");
}
@font-face {
	font-family: Mona Sans;
	font-weight:600;
	src: url("../font/mona/Mona-Sans-Medium.woff2");
}
@font-face {
	font-family: Mona Sans;
	font-weight: bold;
	src: url("../font/mona/Mona-Sans-Bold.woff2");
}

html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
}

h1{
	font-family: "Binerka", "serif";
	font-size: 60px;
	font-weight: 400;
	line-height: 66px;
	letter-spacing: 0em;
	text-align: center;
	color: #081662;
}

h2{
	color: #081662;
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
}

h3{
	color: #081662;
}

p{
    font-family: "Binerka", "serif";
	font-size: 17px;
	text-align: justify;
}

p b{
    font-weight: 350;
}
a{
	font-family: "Binerka", "serif";
	text-decoration: none;
	color: white;
	transition: all 250ms;
}

a:hover{
	color: rgba(250,250,250,0.70);
}
a.actif {
		color: rgba(250,250,250,0.70);
}
button{
	padding: 0px;
}

hr{
	border-top: 1px solid #fff;
	width: 100%;
}

input, select {
	float: left;
	font-family: "Binerka", "serif";
	font-size: 18px;
	color: white;
	background-color: transparent;
	border: none;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 8px;
}

img#eye {
	float: left;
	width: 25px;
	position: relative;
	margin-left: -28px;
	vertical-align: middle;
    margin-top: 6px;
}
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: white;
	opacity: 0.7; /* Firefox */
}

input:focus{
	outline: none;
	background-color: transparent;
	border: none;
}

input.login-type-input:focus{
	border: 1px solid #FFFFFF;
}

button {
	color:white;
	background-color: transparent;
	border: none;
}

form #message{
	color:white;
}
/* -------------------------- GLOBAL RULES  CLASS */

.wrapper{
	max-width: 900px;
	margin: 0px auto;
}

/* pour la nav et le footer */
.wrapper-large{
	max-width: 1200px;
	margin: 0px auto;
}

.horizontal{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.success{
	
}

.error{
	
}

.centered-text{
	text-align: center;
}

.white-text{
	color: white;
}

.blue-text{
	color: #081662;
}

.red-text{
	color: rgba(252,3,7,1.00);background-color: rgba(248,248,248,0.63)
}

.hero-heading{
	font-family: "Binerka", "serif";
	font-size: 60px;
	line-height: 66px;
	text-align: center;
	color: white;
}

.sub-heading{
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.section-title{
	font-size: 42px;
	line-height: 50px;
    font-family: "Binerka", "serif";
}

.fa-search{
	color: white;
	transition:0.3s;
}

.search-button{
	transition:0.3s;
}

.search-button:hover, .search-button:hover * { 
	color:#081662;
}

.search-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 22px;
	gap: 22px;
	isolation: isolate;
	
	margin-top: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 56px;

	background: rgba(255, 255, 255, 0.01);
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(5px);
	/* Note: backdrop-filter has minimal browser support */
	border-radius: 5px;
}

.search-bar-wide{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 22px;
	gap: 22px;
	isolation: isolate;
	
	margin-top: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 56px;

	background: rgba(255, 255, 255, 0.01);
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(5px);
	/* Note: backdrop-filter has minimal browser support */
	border-radius: 5px;
}

.login-type-input {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7.5px 11px;
	isolation: isolate;
	
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 36px;

	backdrop-filter: blur(5px);
	/* Note: backdrop-filter has minimal browser support */
	border-radius: 5px;
}
#captcha{
	backdrop-filter: blur(5px);
}
#type option{
	height: 36px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;	
	font-family: "Binerka", "serif";
	font-size: 18px;
	color: black !important;
	background-color: rgba(0,0,0,0.00) !important;
	border: none;
	width: 100%;
		isolation: isolate;
	backdrop-filter: blur(5px);
}
.login-type-input_small {
	font-family: "Binerka", "serif";
    font-size: 18px;
    color: white;
    background-color: transparent;
    border: none;
	display: block;
	float: right;
	padding: 0;
	height: 24px;
	backdrop-filter: blur(5px);
	width:24px;
	isolation: isolate;
}
.spacer15{
	height:15%;
}

.spacer25{
	height:25%;
}

.spacer40{
	height: 40%;
}

.spacer60{
	height: 60%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.spacer75{
	height: 75%;
}

.img-text {
	background-image: url("../img/ellipse-1.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 340px;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding-bottom: 20px; 
	padding-right: 40px;
	padding-left: 40px;
	margin: auto;
}

.two-columns-wrapper{
	max-width: 100%;
	display: flex;
	flex-direction: row;
	align-items:flex-start;
	justify-content: space-around;
	padding: 0px;
	gap: 52px;
}

.two-columns-wrapper-desktop{
	max-width: 100%;
	display: flex;
	flex-direction: row;
	align-items:flex-start;
	justify-content: space-around;
	padding: 0px;
	gap: 52px;
}

.top-margin-82px{
	margin-top: 82px;
}

.icon{
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
}

.column1{
	width: 50%;
}

.column2{
	width: 50%;
}

.boxed-button {
	font-family: "Binerka", "serif";
	font-size: 18px;
	
	padding-top: 12px;
	padding-right: 22px;
	padding-bottom: 8px;
	padding-left: 22px;
	
	margin-top: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 56px;
	width: 100%;

	background: rgba(255, 255, 255, 0.01);
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(5px);
	/* Note: backdrop-filter has minimal browser support */
	border-radius: 5px;
	
	transition: 0.3s;
}

.thin-button{
	height: auto;
	font-size: 14px;
}

.blue-button{
	border: 1px solid #081662;
	color: #081662;
}

.width-auto-button {
	width: auto;
}

.margin-zero-button{
	margin: 0px;
}

.boxed-button:hover{
	background: #081662;
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(7px);
	/* Note: backdrop-filter has minimal browser support */

	border-radius: 5px;
}

.blue-button:hover{
	color: white;
}

.fullscreen-login-subscribe{
	visibility: hidden;
	display: none;
}

.fullscreen-mobile-menu{
	/*visibility: hidden;*/
	display: none;
	z-index: 80;
}

.full-width-container{
	z-index: 1;
	width: 100vw;
	padding: 25px 0px 25px 0px;
}

.showLogin{
	visibility: visible;
	position: fixed;
	height: 100vh;
	width: 100vw;
	
	background: rgba(0, 0, 0, 0.75);
	backdrop-filter: blur(10px);
	
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.showMenu{
	display: none;
}
.login-subscribe-card{
	width: 460px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 42px;
	margin: 0 auto;
	gap: 14px;
}

.mobile-menu-card{
	width: 460px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 42px;
	gap: 20px;
}

.mobile-menu-card #li-logo{
	display: none;
}
.mobile-menu-link{
	font-family: "Binerka", "serif";
	font-size: 28px;
	line-height: 56px;
	text-align: center;
	color: white;
}

.close-button {
			display: inline-block;
		padding: 0px;
		position: absolute;
    	right: 10%;
}

.login-subscribe-form{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:20px;
}

label {
	color: white;
	font-family: 'Mona Sans', sans-serif;
	font-size: 12px;
	margin-bottom: -10px;
}

.coach-cards-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
  	gap: 25px 15px;
	width: 100%;
}

.coach-card{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
	padding: 0px;
	
	width: 290px;;
	min-height: 460px;

	background: #FFFFFF;
	box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	
	transition: 300ms;
}

.coach-card-name{
	font-size: 1.6em;
	line-height: 40px;
	font-weight: 400;
	text-align: center;
}

.coach-card-text-section{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 25px 20px 20px 20px;
	gap: 5px;
	width: 100%;
	height: 100%;
}

.coach-card-detail-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: baseline;
	gap:8px;
}

.coach-card-detail{
	font-family: 'Mona Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color:#081662;
    width:100%;
}

.coach-card-detail #langues{
    font-size: 0.8em;
}
.see-profile{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 18px 22px 15px;

	width: 100%;
	height: 46px;

	color: #081662;
	background-color: white;

	border: 1px solid #081662;

	border-radius: 5px;
	
	transition: 200ms;
}

.see-profile:hover{
	background: #081662;
	color: white;
	border-color: white;
}

.article-preview{
	display: flex;
	flex-direction: column;
	gap:42px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 42px;
}

.article-preview-content{
	display: flex;
	flex-direction: row;
	gap:18px;
}

.vertical-separator {
	height: 200px;
	width: 1px;
	background-color: #081662;
}

.white-vertical-separator {
	height: 100px;
	width: 1px;
	background-color: white;
}

.white-vertical-separator2 {
	height: 160px;
	width: 1px;
	background-color: white;
}

.horizontal-separator{
    height: 1px;
    width: 100%;
	background-color: #081662;
}

.white-horizontal-separator{
    height: 1px;
    width: 100%;
	background-color: white;
}

.tablet-mobile-only{
	display:none;
}

.article-info{
	width:48%;
}

.article-info-coach-page{
	width:30%;
}

.article-preview-text{
	padding-top: 9px;
	width:48%;
}

.article-preview-text-coach-page{
	font-size: 15px;
}

.article-preview-text-wrapper-coach-page{
	padding-top: 9px;
	width:60%;
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}

.article-publish-date-mona{
	text-align: right;
	font-family: 'Mona Sans', sans-serif;
	font-size: 22px;
}

.price-benefit{
	display: flex;
	flex-direction: row;
	gap:18px;
}

.member-benefit-wrapper{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.member-benefit{
	text-align: left;
    font-family: "Binerka", "serif";
	/*font-family: 'Mona Sans', sans-serif;*/
	font-size: 17px;
	line-height: 1em;
}

.member-price-tagline {
	padding-top: 9px;
	/*width:48%;*/
}

.price {
	font-size: 26px;
}

.align-right-except-mobile{
	text-align: right;
}

.coach-card:hover{
	background-color: #081662;
	transform: translateY(-5px)
}

.coach-card:hover p, .coach-card:hover h2{
	color: white;
}

.coach-photo-wrapper{
	width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    
}

.coach-main-details-wrapper{
	display: flex;
	flex-direction: column;
	row-gap: 18px;
}

.coach-main-detail{
	font-family: 'Binerka';
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5em;
	color: #081662;
	display: flex;
	text-content: center;
	column-gap: 5px;
}
.coach-main-detail a{
    color:unset;
}
.coach-photo{
	width: 288px;
	height: 325px;
	object-fit: cover;
	border-radius: 5px;
}

.footer-logo-and-year{
	display: flex;
	flex-direction: column;
	gap:12px;
}

.footer-year{
	font-family: "Binerka", "serif"!important;
	font-style: normal;
	font-weight: 200;
	font-size: 18px;
	line-height: 36px;
}

.coach-details{
	width: 590px;
	display: flex;
    flex-direction: column;
	row-gap:20px;
}

.coach-bio{
	font-family: 'Mona Sans', 'sans-serif';
	width: 375px;
	text-align: justify;
}
.coach-bio p{
    margin-bottom: 30px;
}
.prestation-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 62px 0px 0px 0px;

	border-top: 1px solid #081662;
}

.prestation-date-time{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px 64px 0px 32px;
	row-gap: 10px;

	width: 450px;
	height: auto;
}

.prestation-weekday{
	width: 145px;
	height: 32px;

	font-family: "Binerka", "serif";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;

	text-align: center;
	letter-spacing: 0.33em;
}

.prestation-date-dd{
	width: 88px;
	height: 54px;

	/* Date Binerka */

	font-family: "Binerka", "serif";
	font-style: normal;
	font-weight: 400;
	font-size: 72px;
	line-height: 54px;
	/* identical to box height, or 75% */

	text-align: center;
	letter-spacing: 0.1em;
}

.prestation-date-month{
	width: 145px;
	height: 20px;

	font-family: "Binerka", "serif";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	/* identical to box height */

	text-align: center;
	letter-spacing: 0.33em;
}

.prestation-date-yyyy{
	width: 145px;
	height: 20px;

	font-family: "Binerka", "serif";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	/* identical to box height */

	text-align: center;
	letter-spacing: 0.33em;
}

.prestation-time{
	/*width: 106px;*/
	height: 20px;

	font-family: "Binerka", "serif";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	/* identical to box height */

	text-align: justify;
}

.prestation-information{
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: flex-start;
	padding: 0px 32px 0px 0px;
	gap: 12px;
}

.prestation-small-inline-info-wrapper{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 24px;
}

.prestation-small-inline-info{
	font-family: "Binerka", "serif";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
}

.article-wrapper-coach-page{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 0px 0px 0px;
	column-gap: 16px;

	border-top: 1px solid #081662;
}

.article-info-wrapper{
	width: 33%;
	display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-end;
}

.article-page{
	font-family: "Binerka", "serif";
}

.article-text-wrapper{
	padding-top: 9px;
	width:67%;
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}
.article-button{
	padding-top: 0px;
    
	width:100%;
}
.article-text{
	font-family: 'Mona Sans', 'sans-serif';
	line-height: 28px;
    font-size: 17px;
}
.article-text p{
    margin-bottom: 30px;
}

.article-title{
	font-size: 2em;
	font-family: "Binerka", "serif";
    line-height: 1.5em;
	text-align: right;
}

.article-author{
	font-family: "Binerka", "serif";
	text-align: right;
	font-size: 18px;
	line-height: 32px;
}

.article-publish-date {
	font-family: "Binerka", "serif";
	text-align: right;
	font-size: 18px;
	line-height: 32px;
}

.footer-list{
	display: flex;
	flex-direction: column;
}

.links-and-pages{
	display: flex;
	flex-direction: row;
	column-gap: 32px;
}

.contact-footer{
	text-align: right;
	font-size: 18px;
	
    display: flex;
    flex-direction: column;
    align-items: flex-end;
	height: inherit;
	justify-content: space-between;
}

.social-icon-footer{
	font-size: 28px;
}

.social-icons-wrapper-footer{
	display: flex;
	gap: 12px;
}

/* -------------------------- ID RULES  */

#box-nav{
	position: fixed;
	z-index: 1;
	width: 100%;
	margin-left:  auto ;
	margin-right: auto;
	padding: 12px 10% 12px 10%;
	transition: background-color 0.5s;
	transition-timing-function: ease-in-out;
}

#box-nav ul{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#box-nav li{
	padding: 15px;
	font-size: 16px;
}

#welcome {
	position: absolute;
	top:0;
	right: 0;
	color:white;
}
.hamburger-button-wrapper,
.close-button {
	display: none;
	z-index: 100;
}

.hide{
	display: none;
}
.show{
	display: none;
}
#nav-logo,
#nav-logo2 {
	width: 230px;
}
#nav-logo2 {
	display: none;
}
/*
#nav-logo:hover,
#nav-logo2:hover {
	fill:rgba(250,250,250,0.7);
	background-color: aqua;
}
*/
#box-hero{
	height: 90vh;
	width: 100vw;
	background: url("../img/hero-background-image.jpg"), rgba(0, 0, 0, 0.35);
	background-blend-mode: overlay;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#box-hero-compact{
	height: 260px;
	width: 100vw;
	background: url("../img/hero-background-image.jpg"), rgba(0, 0, 0, 0.35);
	background-blend-mode: overlay;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#hero-content{
	height: 100%;
    display: flex;
    flex-direction: column;
	width: 100%;
}

#compact-hero-content{
	height: 100%;
    display: flex;
    flex-direction: column;
	width: 900px;
}

#intro-content{
	display: flex;
	flex-direction: column;
	gap:46px;
	width: 100%;
	padding-bottom: 140px;
	padding-top: 140px;
}

#intro-content{
	display: flex;
	flex-direction: column;
	gap:46px;
	width: 100%;
	padding-bottom: 140px;
	padding-top: 140px;
}

#coaches-list-content{
	display: flex;
	flex-direction: column;
	gap:46px;
	width: 100%;
	padding-bottom: 70px;
	padding-top: 70px;
}

#box-articles{
	width: 100vw;
	background: url("../img/articles-background-image.jpg"), rgba(0, 0, 0, 0.35);
	background-blend-mode: overlay;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#articles-content{
	display: flex;
	flex-direction: column;
	gap:46px;
	width: 100%;
	padding-bottom: 140px;
	padding-top: 140px;
}

#devenir-membre-content{
	display: flex;
	flex-direction: column;
	gap:46px;
	width: 100%;
	padding-bottom: 140px;
	padding-top: 140px;
}

#coach-full{
	display: flex;
	flex-direction: row;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
}

#coach-name{
	text-align: left;
	font-size: 60px;
	font-weight: 400;
	line-height: 66px;
}

#prestations{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
    padding-bottom: 70px;
}

#articles{
	display: flex;
	flex-direction: column;
	align-items:center;
	gap: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
}

#article-full{
	display: flex;
	flex-direction: row;
	width: 100%;
	padding-bottom: 70px;
	padding-top: 70px;
    column-gap: 30px;
}

#box-footer{
	height: auto;
	width: 100vw;
	background-color: #1E2029;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#footer-content{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 900px;
	gap:46px;
	padding-bottom: 80px;
	padding-top: 80px;
    align-items: flex-end;
}

#footer-logo {
	width: 100px;
}

@media screen and (max-width: 960px){
		.showMenu{
	/*visibility: visible;*/
	position: fixed;
	height: 100vh;
	width: 100vw;
	margin-top: 60px;
	background: rgba(0, 0, 0, 0.75);
	backdrop-filter: blur(10px);
	
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	}
	.hero-heading {
		font-size: 50px;
		line-height: 1.2;
	}
	#compact-hero-content{
		width: 100%;
	}
	.search-bar {
		width: 100%;
	}
	.wrapper {
		width: 100%;
		max-width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}
	.two-columns-wrapper-desktop {
    	flex-direction: column;
	}
	.desktop-only{
		display: none;
	}
	.tablet-mobile-only{
		display: block;
	}
	#box-nav ul{
		display: none;
	}
	.coach-photo-wrapper{
		width: 30%;
	}
	.coach-details{
		width: 70%;
		padding-left: 20px;
	}
	.coach-bio{
		width: 100%;
	}
	.coach-main-details-wrapper{
		flex-direction: row;
    	flex-wrap: wrap;
		justify-content: space-between;
	}
	.prestation-information{
		padding: 0;
	}
	.close-button {
		display: none;
		padding: 0px;
		position: absolute;
    	right: 10%;
	}
	.hamburger-button-wrapper{
		display: inline-block;
		padding: 0px;
		position: absolute;
    	right: 10%;
	}
	.hide{
	display: none;
}
.show{
	display: block;
}
	#nav-logo2{ display: block;}
	
	.horizontal{
		padding-left: 24px;
		padding-right: 24px;
	}
	.img-text{
		width: 100%;
	}
	#footer-content{
		flex-direction: column-reverse;
		width: auto;
		align-items: center;
		row-gap:96px;
	}
	
	.footer-logo-and-year{
		align-items: center;
	}
	.links-and-pages{
		flex-direction: column;
		gap:28px;
	}
	.contact-footer{
    	align-items: center;
    	gap: 32px;
	}
	
	#article-full{
		flex-direction: column;
		gap:36px;
	}
	
	.article-info-wrapper{
		width: 100%;
	}
	
	.article-text-wrapper{
		width: 100%;
	}
	.social-icon-footer{
		font-size: 46px;
	}
}

@media screen and (max-width: 782px){

	.hero-heading {
		font-size: 34px;
	}
	h1 {
		font-size: 38px;
		line-height: 58px;
	}
	.login-subscribe-card{
		width: 100%;
	}
	.two-columns-wrapper {
    	flex-direction: column;
	}
	.column1, .column2 {
		width: 100%;
	}
	.padding-15-LR{
		padding: 0 15% 0 15%;
	}
	.article-preview {
    	gap: 22px;
	}
	.article-preview-content {
    	flex-direction: column;
	}
	.white-vertical-separator {
    	height: 1px;
    	width: 100%;
	}
	.vertical-separator {
    	height: 1px;
    	width: 100%;
	}
	.article-info {
    	width: 100%;
	}
	.article-title-mona {
		text-align: left;
		font-size: 28px;
		line-height: 34px;
	}
	.article-publish-date-mona {
    	text-align: left;
		font-size: 18px;
	}
	.article-preview-text {
    	width: 100%;
	}
	.price-benefit {
    	flex-direction: column;
		gap:48px;
		align-items: center;
	}
	.align-right-except-mobile{
		text-align: center;
	}
	.member-benefit{
		text-align: center;
		font-size: 20px;
		line-height: 28px;
	}
	.member-benefit-wrapper{
    	width: 100%;
	}
	.member-price-tagline {
		text-align:center;
		font-size: 16px;
	}
	.hide-on-mobile{
		display: none;
	}
	.article-wrapper-coach-page{
		flex-direction: column;
	}
	.article-info-coach-page {
    	width: 100%;
	}
	.article-wrapper-coach-page{
		row-gap:26px;
	}
	.article-preview-text-wrapper-coach-page{
		width: 100%;
	}
	.coach-details{
		width: 100%;
	}
	.coach-main-details-wrapper{
		width: 100%;
	}
	.coach-bio{
		width:100%;
	}
	.coach-photo-wrapper{
		width: 100%;
	}
	.coach-photo{
		width: 100%;
	}
	#coach-full{
		flex-direction: column;
		row-gap: 26px;
	}
	#coach-name{
		font-size: 42px;
	}
	.prestation-wrapper{
		flex-direction: column;
		width: 100%;
		row-gap:32px;
	}
	.prestation-date-time{
		padding: 0px;
	}
	.margin-zero-button{
		margin: auto;
    	width: 100%;
	}
}
@media screen and (max-width: 340px){
	#nav-logo {
    	width: 160px;
	}
}