/*
Theme Name: taviedeva
Author: Marie Boulesteix
Description: My first responsive HTML5 theme
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* Général */

body {
	background: #ffffff;
	margin : 0;
	padding : 0;
}

a {
  color : #9f6dda;
  text-decoration: none;
}

a:hover {
	color : #ff88c9;
}

p {
	color : #524364;
	font-family: Mulish;
	font-size: 1.1em;
}

li {
	color : #524364;
	font-family: Mulish;
}

.titre-pages {
	text-align: center;
	font-family: 'Bree Serif';
	color :#9f6dda;
	font-size: 1.8em;
	font-weight: 500;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

.titres-accueil {
	text-align: center;
	font-family: 'Noto Serif';
	color :#954b77;
	font-size: 1.8em;
	font-weight: 500;
	margin-top: 3em;
	margin-bottom: 2.5em;
}

/* Header Slogan */

.slogan {
	text-align: center;
	font-weight: 500;
	background-color: #ff88c9;
	text-transform: uppercase;
	padding : 0.05em;
}

.slogan > p {
	font-family: Raleway;
	color : white;
	font-size: 1em;
}

/* Header Barre menu et logo */

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left : 4rem;
	padding-right : 4rem;
	padding-top: 1rem;
	padding-bottom: 0rem;
    margin: 0 auto;
}

.header-logo {
    flex: 0 0 auto;
}

.header-nav {
    flex: 1 1 auto;
    margin: 0 2rem;
}

.header-nav .menu {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-social {
    flex: 0 0 auto;
    display: flex;
    gap: 1rem;
}

/* Header Icônes réseaux sociaux */

.top-social {
    display: flex;
	margin-top: 1em;
    justify-content: flex-end;
    padding-right: 1.5em;
	gap : 12px;
}

.iconesduhaut {
    width: 2.2em;
    transition: transform 0.5s;
}

.iconesduhaut:hover {
    transform: scale(1.3);
}

/* Header Logo */

.logo-titre-site {
	width: 10em;
	height: auto;
}

/* Header Menu */

.nav a:hover {
	color : #ff88c9;
	font-weight: bold;
}

.item-menu {
	margin-left: 1em;
	margin-right: 1em;
	color : #524364;
	text-decoration: none;
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 1.1em;
}

/* Menu déroulant Responsive mobile */

nav input[type=checkbox]:checked ~ ul {
	display: flex;
}

nav input[type=checkbox] {
	display: none;
}

.bloc-header-site-mobile {
	display: none;
}

#navbar-mobile {
	display: none;
}

/* Front Page Bannière */

.hero-section {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1.1fr;
    align-items: center;
    overflow: hidden;
	margin-top: 1em;
	background-color: #d3b6ec;
}

.hero-content {
	padding-top : 1.2em;
	padding-bottom: 1.2em;
	padding-left: 2.5em;
	padding-right: 2.5em;
	margin-left: 7em;
	margin-right: -9em;
	background-color: white;
	z-index: 2;
}

.hero-image {
    text-align: right;
    align-self: flex-end; 
    margin: 0;
    padding: 0;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

.hero-content h1 {
    font-family: 'Bree Serif';
    color: #9f6dda;
    font-size: 1.8em;
	font-weight: normal;
    margin-bottom: 1em;
    line-height: 1.4;
    text-align: left;
}

.hero-content p {
    font-family: 'Mulish';
    font-size: 1.1em;
    line-height: 1.4;
    margin-bottom: 1em;
}

.hero-content .gift-text {
    font-size: 1.3em;
    color: #f283ae;
    font-weight: bold;
    margin: 1em 0;
}

.hero-content .cta-button {
    display: inline-block;
    background-color: #f283ae;
    color: white;
    padding: 1em 2em;
    font-family: 'Quicksand';
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
    margin-top: 1em;
}

.hero-content .cta-button:hover {
    background-color: #954b77;
    transform: scale(1.05);
    color: white;
}

/* Front Page Lead Magnet */

.h2-step-1 {
	text-align: center;
}

.promo-section {
    text-align: center;
    position: relative;
}

.promo-section-mobile {
	display: none;
}

.promo-content {
	text-align: left;
	padding-right: 1em;
}

.promo-title {
	text-transform: uppercase;
	font-family: Raleway;
	font-weight: 600;
	color : #ff88c9;
	font-size: 1.6em;
	margin-bottom: 1.5em;
}

.promo-text {
	font-size: 1.1em;
}

.promo-text-2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 2em;
}

#form-container-17527025 {
    width: 100%;
    margin: 0;
    padding: 0;
}

#form-container-17527025 input,
#form-container-17527025 button {
    font-family: 'Nunito Sans';
    width: 100%;
    box-sizing: border-box;
}

.promo-content iframe {
    margin: 2em auto 0;
    max-width: 100%;
    display: block;
}

.promo-form {
    display: flex;
    flex-direction: column;
    gap: 1em;
    max-width: 400px;
    margin: 2em auto 0;
}

.promo-input {
    padding: 1em;
    border: 2px solid #f283ae;
    border-radius: 5px;
    font-family: 'Nunito Sans';
    font-size: 1em;
    width: 100%;
}

.promo-submit {
    background-color: #f283ae;
    color: white;
    padding: 1em 2em;
    border: none;
    border-radius: 5px;
    font-family: 'Quicksand';
    font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.promo-submit:hover {
    background-color: #954b77;
    transform: scale(1.05);
}

.promo-image {
    position: relative;
    margin-bottom: -12em;  
    z-index: 2;
}

.promo-image img {
    width: 100%;
    height: auto;
    max-width: 350px;
    display: block;
    margin: 0 auto;
	margin-top: 1em;
}

.promo-list {
	font-size: 1.1em;
	font-family: Mulish;
	color : #524364;
}

.bouton-quiz {
	border : 1px solid #9f6dda;
	margin-top: 2em;
	margin-left : 11em;
	margin-right: 11em;
	padding : 0.5em;
	font-size: 1.2em;
	font-weight: 600;
	background-color: white;
	color : #9f6dda;
	font-family: 'Raleway';
	text-align: center;
	transition : transform 0.5s;
}

.bouton-quiz:hover {
	transform : scale(1.06);
	background-color : #9f6dda;
	border : none;
	color : white;
}

.promo-grid {
	display: flex;
	align-items: center;
	gap : 3em;
	padding-left: 3em;
	padding-right: 3em;
}

.image-promo img {
	width: 100%;
}

/* Front Page Bloc Sous Bannière */

.bloc-sous-banniere {
	margin-top: 4em;
	margin-bottom: 4em;
}

.h2-bon-endroit {
	padding-top: 2em;
	padding-bottom: 1em;
	font-family: 'Noto Serif';
	font-weight: bold;
	text-align: center;
	color :#954b77;
	font-size: 1.8em;
}

.sur-le-site {
	display: flex;
	flex-direction: column;
	padding-left: 5em;
	padding-right: 5em;
	padding-bottom: 5em;
	gap: 3em;
}

.ligne-1, .ligne-2 {
	display: flex;
	justify-content: center;
	gap: 2em;
}

.ligne-1 {
	justify-content: space-between;
}

.ligne-2 {
	justify-content: center;
	width: 66%; /* Pour que la deuxième ligne prenne environ 2/3 de la largeur */
	margin: 0 auto;
}

.element-site, .element-site-2 {
	display: flex;
	flex-direction: column;
	flex: 1;
	align-items: center;
	padding: 0 2.5em;
}

.element-site {
	margin-top: 4em;
}

.element-site-2 {
	margin-top : -1.5em;
}

.photo-element-site {
	width: 12em;
	height: auto;
}

.titre-element-site {
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	font-family: Raleway;
	color : #ffcdaa;
	font-size: 1.2em;
	margin-top: 1em;
}

.texte-element-site {
	font-family: Mulish;
	text-transform: none;
	color : #524364;
	text-align: center;
	font-size: 1.1em;
	padding-left: 2em;
	padding-right: 2em;
	margin-top: 0.3em;
}

/* Front Page Bloc Presentation */

.photo-propos {
	width: 22em;
}

.bloc-presentation-mobile {
	display: none;
}

.bloc-presentation {
    display: flex;
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 1em;
	padding-bottom: 1em;
    justify-content: center;
    align-items: center;
	background-color: #ffdf8d;
}

.bloc-texte-presentation {
    padding: 3em;
	padding-right: 5em;
}

.p-bonjour {
	font-size: 1.1em;
}

.h2-bonjour {
	text-align: left;
	font-family: Bree Serif;
	color : #9f6dda;
	font-weight: normal;
	font-size: 1.7em;
}

.liste-intro-site {
	padding-left: initial;
	list-style-position: inside;
}

.intro-site {
	text-align: left;
	font-family: 'Nunito Sans';
	font-size: 1.2em;
	line-height: 1.5em;
	color : #3c2e28;
	list-style-type: circle;
}

.bouton-presentation-savoir-plus {
	border : 1px solid #9f6dda;
	margin-top: 2em;
	margin-left : 15em;
	margin-right: 15em;
	padding : 0.5em;
	font-size: 1.2em;
	font-weight: 600;
	color : #9f6dda;
	background-color: white;
	font-family: 'Raleway';
	text-align: center;
	transition : transform 0.5s;
}

.bouton-presentation-savoir-plus:hover {
	transform : scale(1.06);
	background-color : #9f6dda;
	border : none;
	color : white;
}

/* Front Page Bloc Les derniers articles */

.titre-dernier-article {
	text-transform: uppercase;
	text-align: center;
	margin-top: 3em;
	margin-bottom: 3em;
	font-family: Raleway;
	font-weight: 600;
	color : #ff88c9;
	font-size: 1.6em;
}

.bloc-derniers-articles {
	padding-left: 5em;
	padding-right: 5em;
	display: flex;
	margin-top: 2em;
	margin-bottom: 7em;
}

.attachment-post-thumbnail {
	width: 100%;
	height: auto;
	border-radius: 0px;
	transition: transform 0.5s;
}

.attachment-post-thumbnail:hover {
	transform : scale(1.05);
}

.bloc-texte-derniers-articles {
	position: relative;
	z-index: 2;
	background : #ffffff;
	margin-top: -3em;
	margin-left: 2em;
	margin-right: 2em;
	padding-top: 1em;
}

.un-des-derniers-articles {
	margin-left: 2em;
	margin-right: 2em;
	flex : 1;
}

.cat-article {
	text-align: center;
	font-family: 'Raleway';
	font-weight: 500;
	text-transform: uppercase;
	color : #9f6dda;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1em;
}

.lien-titre-bloc-article {
	text-decoration: none;
}

.titre-bloc-article {
	font-family: 'Bree Serif';
	font-weight: normal;
	text-align: center;
	color : #524364;
	font-size: 1.4em;
	padding-left : 2.5em;
	padding-right: 2.5em;
	transition: transform 0.5s;
}

.titre-bloc-article:hover {
	transform : scale(1.04);
}

.date-article {
	text-align: center;
	font-family: 'Raleway';
	font-weight : 500;
	font-size: 1.1em;
	color :#ff88c9;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.extrait-blog-DA {
	text-align: justify;
	padding-left: 2.2em;
	padding-right: 2.2em;
	line-height: 1.5em;
}

.lien-suite {
	color : #a79c97;
	text-decoration: none;
}

.lien-suite:hover {
	color : white;
}

.bouton-suite {
	border : 1px solid #9f6dda;
	margin-top: 2em;
	margin-left : 2em;
	margin-right: 2em;
	padding : 0.5em;
	font-size: 1.1em;
	font-weight: 600;
	background-color: white;
	color : #9f6dda;
	font-family: 'Raleway';
	text-align: center;
	transition : transform 0.5s;
}

.bouton-suite:hover {
	border : none;
	background-color : #9f6dda;
	color : white !important;
	transform : scale(1.05);
}

/* Page Blog */

.polices {
	border : 1px solid #D78460;
	width: 35em !important;
}

.ensemble-page-blog {
	display : flex;
	flex-wrap : wrap;
	justify-content: center;
	padding-left: 4em;
	padding-right: 4em;
	padding-bottom: 3em;
}

.publication-page-blog {
	width : 30%;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 3.5em;
}

.bloc-article-pblog {
	position: relative;
	z-index: 2;
	background : white;
	margin-top: -3em;
	margin-left: 2em;
	margin-right: 2em;
	padding-top: 1em;
}

.lien-titre-article-pblog {
	text-decoration: none !important;
}

.titre-article-pblog {
	font-family: 'Bree Serif';
	font-weight: normal;
	text-align: center;
	color : #524364;
	font-size: 1.4em;
	padding-left : 2.2em;
	padding-right: 2.2em;
	transition: transform 0.5s;
}

.titre-article-pblog:hover {
	transform : scale(1.05);
}

.cat-article-pblog {
	text-align: center;
	font-family: 'Raleway';
	font-weight: 500;
	text-transform: uppercase;
	color : #ff88c9;
	margin-top: 2em;
	margin-bottom: 1em;
}

.date-article-pblog {
	text-align: center;
	font-family: 'Raleway';
	font-weight : 500;
	font-size: 1.2em;
	color :#d3b6ec;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.extrait-blog-pblog {
	text-align: justify;
	padding-left: 2.2em;
	padding-right: 2.2em;
	line-height: 1.5em;
}

.lien-bouton-suite-pblog {
	text-decoration: none;
}

.bouton-suite-pblog {
	border : 1px solid #9f6dda;
	margin-top: 2em;
	margin-left : 2em;
	margin-right: 2em;
	padding : 0.5em;
	font-size: 1.1em;
	font-weight: 600;
	background-color: white;
	color : #9f6dda;
	font-family: 'Raleway';
	text-align: center;
	transition : transform 0.5s;
	text-transform: uppercase;
}

.bouton-suite-pblog:hover {
	border : none;
	background-color : #9f6dda;
	color : white !important;
	transform : scale(1.05);
}

#passage-page {
	padding : 0;
	font-family: 'Playfair Display';
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 3em;
	transition : transform 0.5s;
}

#passage-page:hover {
	transform: scale(1.06);
	color : #3c2e28 !important;
}

#texte-passage-page {
	margin-left : 1em;
	margin-right: 1em;
}

/* Article blog*/

.page-area-article {
	flex : 2.4;
	padding-left : 2.5em;
	padding-right: 2.5em;
}

.wrap-article {
	display: flex;
	margin-top: 3em;
	padding-left : 2.5em;
	padding-right: 2.5em;
	margin-bottom: 4em;
}

.titre-article {
	font-family: 'Bree Serif';
	color : #9f6dda;
	text-align: center;
	margin-bottom: 0.5em;
	font-size: 1.7em;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: normal;
}

.sur-titre-article {
	text-align: center;
	font-family: 'Raleway';
	margin-top: 0em;
	font-weight : 600;
	text-transform: uppercase;
	font-size: 1.15em;
	color : #d3b6ec;
	margin-bottom: 1em;
}

.le-contenu {
	font-family: Mulish;
	color : #3c2e28;
}

.le-contenu a {
	text-decoration: underline !important
}

.le-contenu > p {
	font-size: 1.1em;
	text-align: justify;
	line-height: 1.4;
	margin-top: 2em;
	margin-bottom: 2em;
}

.le-contenu > h2 {
	font-family: 'Raleway';
	color : #ff88c9;
	font-size: 1.3em;
	font-weight: 500;
	text-align: justify;
	text-transform: uppercase;
}

.le-contenu > h3 {
	font-family: Bree Serif;
	color : #d3b6ec;
	padding-left: 2.5em;
	font-size: 1.3em;
	font-weight: 500;
}

.le-contenu > ul > li, .le-contenu > ol > li {
	font-size: 1.1em;
	line-height: 1.4;
	margin-bottom: 0.5em;
}

.le-contenu > ul, .le-contenu > ol {
	padding-left: 1.3em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.wp-block-media-text__content > p {
	font-size: 1.1em;
	text-align: justify;
}

.wp-block-image {
	text-align : center;
	font-size : 0.85em;
}

.wp-block-image img {
	width: 50em;
	height: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

.form-submit {
	text-align: right;
}

#submit {
	font-family: Fuzzy Bubbles;
	background-color: #FFFBF7;
	color : #FAAE9A;
	border : none;
	font-size: 1.4em;
	transition : transform 0.5s;
}

#submit:hover {
	color : #3c2e28;
	transform : scale(1.05);
}

.logged-in-as {
	margin-bottom: 1em;
	font-size: 0.9em;
}

#reply-title {
	display: none;
}

.comment-notes {
	color : #D78460;
	margin-bottom: 1.5em;
}

#comment {
	resize: none;
	width: 100%;
	border : none;
	background-color: #FFFBF7;
	border : 1px solid #FAAE9A;
	border-radius: 9px;
}

#author, #email, #url {
	border : 1px solid #FAAE9A;
	border-radius: 9px;
	background-color: #FFFBF7;
	width: 100%;
	height: 2em;
}

#commentform {
	font-family: Nunito Sans;
	font-size: 0.85em;
	line-height: 1.4;
}

.comment-form-author, .comment-form-email {
	margin-bottom : 1.5em;
	margin-top: 1.5em;
	background-color: #FFFBF7;
	border : none;
}

.comment-form-url {
	display: none;
}

.comment-form-cookies-consent {
	color : #3c2e28;
	margin-top: 2em;
	margin-bottom: 2em;
}

.epingle {
	box-shadow: 3px 2px 15px #3c2e2873;
	margin-top : 3em !important;
	margin-bottom: 6em !important;
	width: 32em !important;
}

.epingle2 {
	box-shadow: 3px 2px 15px #3c2e2873;
	margin-top : 2.5em !important;
	margin-bottom: 2.5em !important;
}

/* Page Mes ressources gratuites */

.ensemble-page-freebie {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 6em;
	column-gap: 2em;
    padding-left : 6em;
	padding-right : 6em;
    max-width: 1400px;
    margin: 0 auto;
	margin-bottom: 5em;
}

.blocfreebie {
    width: 100%;
    margin: 0;
}

.bloc-texte-freebie {
    position: relative;
    background-color: white;
    z-index: 2;
    margin-top: -3em;
    margin-left: 2em;
    margin-right: 2em;
    padding-top: 1em;
}

/* Page Mes ressources payantes */

.ensemble-page-formations {
	display : flex;
	flex-wrap : wrap;
	justify-content: center;
	margin-bottom: 5em;
	padding-left: 3.5em;
	padding-right: 3.5em;
}

.bloc-formation {
	width: 28%;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 3em;
}

.bloc-texte-formation {
	position: relative;
	background-color: white;
	border : 1px solid #cfc7c9;
	z-index: 2;
	margin-left: 1.5em;
	margin-right: 1.5em;
	padding-top: 0.7em;
	padding-bottom: 2em;
}

.nom-formation {
	font-family: Quicksand;
	font-weight: 600;
	font-size: 1.3em;
	text-align: center;
	text-transform: uppercase;
	color :#954b77;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	margin : 0;
	text-decoration: none;
	transition: transform 0.5s;
}

.nom-formation:hover {
	transform : scale(1.05);
}

.visuel-formation {
	width: 100%;
	height: auto;
	transition: transform 0.5s;
	margin-bottom: 0.5em;
}

.visuel-formation:hover {
	transform : scale(1.05);
}

.description-formation {
	padding-left: 2em;
	padding-right: 2em;
	font-family: Nunito Sans;
	font-size: 1.1em;
	text-align: justify;
	line-height: 1.5;
}

.prix-formation {
	padding-left: 2em;
	padding-right: 2em;
	font-family: Nunito Sans;
	font-size: 1.1em;
	margin-top: 2em;
	font-weight: bold;
	text-align: center;
}

/* Catégories */

.ensemble-page-categorie {
	display : flex;
	flex-wrap : wrap;
	justify-content: center;
	padding-top: 3em;
}

/* Page A propos */

.titre-page-propos {
	text-align: center;
	font-family: 'Bree Serif';
	color :#9f6dda;
	font-size: 1.8em;
	font-weight: 500;
	margin-bottom: 2em;
}
.ensemble-page-a-propos {
	display : flex;
	padding-left : 4em;
	padding-right: 4em;
	padding-top: 2em;
}

.page-area {
	width: 100%;
}

.page-area-a-propos {
	flex : 2.4;
	padding-left : 3em;
	padding-right: 3em;
	padding-bottom: 4em;
}

.h2-a-propos {
	font-family: 'Raleway';
	color : #ff88c9;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.3em;
	text-align: justify;
	margin-top: 2em;
}

.p-a-propos {
	font-family: 'Mulish';
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	text-align: justify;
}

.bloc-photo-ap {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}

.photo-ap {
	width: 38em;
}

.bloc-photo-ap {
	text-align: center;
}

/* Pagination */
.pagination {
    text-align: center;
    padding: 2em 0 4em 0;
    font-family: 'Quicksand';
}

.pagination .page-numbers {
    display: inline-block;
    padding: 0.5em 1em;
    margin: 0 0.2em;
    border: 1px solid #f283ae;
    color: #f283ae;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.pagination .page-numbers.current {
    background-color: #f283ae;
    color: white;
}

.pagination .page-numbers:hover {
    background-color: #f283ae;
    color: white;
}

/* Sidebar */

.sidebar {
	flex : 1;
	height: inherit;
	margin-left: 2.5em;
}

.photo-presentation-sidebar {
	width: 16em;
}

.bloc-photo-sidebar {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.titre-sidebar {
	font-family: 'Raleway';
	font-weight: 600;
	text-align: center;
	color : white;
	text-transform: uppercase;
	padding-top : 0.6em;
	padding-bottom: 0.6em;
	font-size: 1.1em;
	margin-bottom: 1em;
}

.titre-sidebar-1 {
	background-color : #d3b6ec;
}

.titre-sidebar-2 {
	background-color:#ff88c9;
}

.titre-sidebar-3 {
	background-color : #ffdf8d;
}

.titre-sidebar-4 {
	background-color:#d3b6ec;
}

.texte-presentation-sidebar {
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: justify;
	padding-left : 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}

.liens-reseaux {
	display: flex;
	justify-content: space-evenly;
	padding-bottom: 2em;
	padding-top: 1em;
}

.icones-sidebar {
	width: 2.3em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	transition : transform 0.5s;
}

.icones-sidebar:hover {
	transform : scale(1.2);
}

.categories-sidebar {
	font-family: Mulish;
	font-size: 1.1em;
	line-height: 1.5em;
	padding-left: 1em;
	padding-right: 1em;
}

.categories-sidebar a {
	color : #524364;
}

.categories-sidebar a:hover {
	color : #ff88c9;
}

.visuel-checklist-sidebar {
	max-width: 100%;
	transition : transform 0.5s;
}

.visuel-checklist-sidebar:hover {
	transform : scale(1.1);
}

.bloc-checklist-sidebar {
	margin-top: 1.5em;
	margin-bottom: 2.5em;
}

.liens-sidebar-categories {
	text-decoration: none;
}

/* Pied de page */

.footer-haut {
	display: flex;
	justify-content: space-around;
	background: #ff88c9;
	padding-left: 5em;
	padding-right: 5em;
	padding-top: 2em;
	padding-bottom: 2em;
}

.footer-haut-bloc1 {
	display: flex;
	flex-direction: column;
	border-right: 1.5px solid white;
	flex : 1;
	align-items: center;
	justify-content: center;
}

.contact-footer, .texte-sur-le-site {
	text-transform: uppercase;
	font-weight: 600;
	font-family: Raleway;
	font-size: 1.2em;
	padding-bottom: 1em;
	color : white;
}

.icones-pied-page {
	width: 2.3em;
	margin-left: 0.8em;
	margin-right: 0.8em;
	transition: transform 0.5s;
}

.icones-pied-page:hover {
	transform : scale(1.2);
}

.footer-haut-bloc2 {
	flex : 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-pied-page {
	width: 13em;
}

.footer-haut-bloc3 {
	border-left: 1.5px solid white;
	flex : 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.lien-du-bas {
	text-decoration: none;
	font-family: Mulish;
	font-size: 0.95em;
	font-weight: 600;
	color : white;
	padding-bottom: 1em;
	transition: transform 0.5s;
}

.lien-du-bas:hover {
	color : #9f6dda;
	transform : scale(1.1);
}

/* Page de vente Cap VA */

.badge {
	background-color: #ffdf8d;
	text-align: center;
	text-transform: uppercase;
	padding : 0.7em;
	font-family: Raleway;
	font-size: 1.1em;
	font-weight: 500;
	color : #524364;
}

.bloc-accroche {
	display: flex;
	align-items: center;
	padding-top: 4em;
	padding-bottom: 3em;
	padding-left: 4em;
	padding-right: 5em;
}

.logo-formation {
	width: 23em;
}

.texte-bloc-accroche {
	margin-left: 4em;
}

.subtitle {
	font-size: 2.5em;
	font-family: Raleway;
	color : #9f6dda;
	margin-top: 0;
	margin-bottom: 1em;
}

.liste-accroche {
	list-style-position: inside;
	list-style-type: circle;
	padding-left: 0;
}

.note {
	font-weight: bold;
	font-family: Mulish;
	font-size: 1.15em;
	color : #524364;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
  font-family: Mulish;
  font-size: 1.1em;
}

.btn-primary {
  background-color: #ff88c9;
  color: white;
  border: 1.5px solid #ff88c9;
}

.btn-primary:hover {
  background-color: #ff88c9;
  border-color: #ff88c9;
  color : white;
}

.btn-outline {
  background-color: transparent;
  color: #ff88c9;
  border: 1.5px solid #ff88c9;
}

.bloc-cible {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1.1fr;
    align-items: center;
    overflow: hidden;
	margin-top: 1em;
	background-color: #d3b6ec;
}

.container {
	padding-top : 1.5em;
	padding-bottom: 1.5em;
	padding-left: 2.5em;
	padding-right: 2.5em;
	margin-left: 6em;
	margin-right: -11em;
	background-color: white;
	z-index: 2;
}

.img-1 {
	width: 27em;
	height : 100%;
}

.bloc-img-1 {
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0;
	text-align: right;
}

.titre-bloc-cible {
    font-family: 'Bree Serif';
    color: #9f6dda;
    font-size: 1.7em;
	font-weight: normal;
    margin-bottom: 1em;
    line-height: 1.4;
    text-align: left;
}

.bloc-cible p {
    font-family: 'Mulish';
    font-size: 1.1em;
    line-height: 1.4;
    margin-bottom: 1em;
	color : #524364;
}

.bloc-cible li {
	font-family: Mulish;
	font-size: 1.1em;
	color : #524364;
}

.bloc-vision {
	padding : 5em;
	padding-left: 8em;
	padding-right: 8em;
}

.titre-bloc-vision {
	text-transform: uppercase;
	text-align: center;
	font-family: Raleway;
	font-weight: 600;
	margin-bottom: 2em;
	font-size: 1.8em;
	color : #ff88c9;
}

.bloc-vision p {
	font-size: 1.1em;
}

.bloc-vision li {
	font-size: 1.1em;
}

.bloc-vision ul {
	list-style-type: circle;
	padding : 0;
	list-style-position: inside;
}

.bloc-avantages {
	background-color: #ff88c9;
	padding: 3em;
	padding-bottom: 0;
}

.bloc-avantages h2 {
	font-family: Bree Serif;
	font-weight: normal;
	font-size: 1.7em;
	text-align: center;
	color: white;
}

.trois-gains {
	display: flex;
	padding-left: 4em;
	padding-right: 4em;
	padding-top: 2em;
}

.un-gain {
	flex : 1;
	text-align: center;
	padding-left: 3em;
	padding-right: 3em;
}

.img-gain {
	width: 14em;
	height: auto;
}

.un-gain p {
	font-family: Mulish;
	background-color: white;
	padding : 1em;
	margin-top: 1.2em;
}

.bloc-methode {
	display: flex;
	align-items: center;
	padding : 5em;
	padding-top: 2em;
	padding-bottom: 7em;
}

.bloc-methode-texte {
	flex : 1.3;
	margin-left: 3em;
}

.bloc-methode-image {
	flex : 1;
}

.h2-methode {
	font-family: Bree Serif;
	font-weight: normal;
	font-size: 1.7em;
	color : #9f6dda;
	margin-bottom: 1em;
	margin-top: 0;
}

.p-methode {
	font-size: 1.1em;
}

.programme {
	padding-left: 4em;
	padding-right: 4em;
	padding-top: 3em;
	background-color: #ffdf8d;
}

.bloc-programme {
  display: flex;
  gap: 4em;
  padding-left: 3em;
  padding-right: 3em;
}

.h2-programme {
	font-family: Raleway;
	color : #ff88c9;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.8em;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.semaine {
	flex : 1;
}

.h3-programme {
	background-color: white;
	padding : 0.5em;
	text-align: center;
	color : #9f6dda;
	font-family: Raleway;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 500;
}

.p-programme {
	font-size: 1.1em;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
}

.bloc-pour-toi {
	display: flex;
	padding-left: 8em;
	padding-right: 8em;
	gap : 5em;
	margin-top: -5em;
}

.pour-toi h2, .pas-pour-toi h2 {
	font-family: Bree Serif;
	font-weight: normal;
	font-size: 1.6em;
	color : #9f6dda;
	text-align: center;
	margin-bottom: 1em;
}

.pour-toi ul, .pas-pour-toi ul {
	font-size: 1.1em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	list-style: circle;
}

.pour-toi, .pas-pour-toi {
	flex : 1;
	padding: 1.5em;
}

.bloc-qui-suis-je {
	background-color: #d3b6ec;
	padding : 3em;
	padding-top: 0;
	padding-bottom: 5em;
	margin-top: -2em;
}

.bloc-ma-presentation {
	display: flex;
	align-items: center;
	padding-left: 4em;
	padding-right: 2em;
	gap : 4em;
}

.h2-ma-presentation {
	font-family: Raleway;
	font-weight: 500;
	text-transform: uppercase;
	color : white;
	font-size: 1.8em;
	text-align: left;
	margin-bottom: 1.5em;
	margin-top: 0;
}

.img-presentation {
	width: 28em;
}

.texte-presentation {
	flex : 1.5;
}

.mot-avant {
	font-family: Raleway;
	font-weight: 600;
	line-height: 1.6;
	text-transform: uppercase;
	color : #ff88c9;
	font-size: 1.2em;
}

.texte-presentation p {
	font-weight: bold;
	line-height: 1.5;
}

.h2-offre {
	font-family: Bree Serif;
	font-weight: normal;
	font-size: 1.6em;
	color : #9f6dda;
	text-align: center;
	margin-bottom: 1.5em;
	margin-top: 1em;
}

.offre-et-cta {
	padding-top: 3em;
	padding-left: 12em;
	padding-right: 12em;
	padding-bottom: 5em;
}

.liste-offre {
	font-size: 1.1em;
	list-style-type: circle;
	list-style-position: outside;
	padding-left: 0;
}

.tarif-lancement {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 2.5em;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	color : #d3b6ec;
	font-family: Raleway;
}

.places {
	margin-bottom: 2em;
	text-align: center;
	margin-top: 0;
}

.cta-wrapper {
	text-align: center;
}

/* Page Masterclass */

.bloc-logo {
	text-align: center;
}

.img-logo {
	padding : 1em;
	width: 7em;
}

.haut-page-masterclass {
	background-color: #ff88c9;
	padding : 3em;
}

.titre-masterclass {
	text-align: center;
	font-size: 3.4em;
	font-family: Bree Serif;
	color : white;
	font-weight: normal;
	margin-bottom: 0;
}

.sous-titre-masterclass {
	text-align: center;
	margin-top: 0.7em;
	font-size: 1.6em;
}

.bloc-accroche-masterclass {
	display: flex;
	align-items: center;
	padding : 6em;
	padding-bottom : 1em;
}

.bloc-texte-accroche {
	margin-left: 4em;
}

.titre-reve {
	font-family: Raleway;
	text-transform: uppercase;
	font-weight: 500;
	color : #9f6dda;
	font-size: 1.7em;
}

.image-accroche {
	width: 37em;
}

.liste-accroche {
	list-style-position: inside;
	padding : 1em;
	font-size: 1.1em;
	line-height: 1.5;
}

.p-premier-pas {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 2em;
}

.bouton-premier-pas {
	text-align: center;
	background-color: #9f6dda;
	text-transform: uppercase;
	font-size: 1.1em;
	margin-left: 4em;
	margin-right: 4em;
}

.bouton-premier-pas a {
	color : white;
}

.bloc-decouvrir {
	background-color: #ffdf8d;
	padding-bottom: 4em;
}

.h2-bloc-decouvrir {
	text-align: center;
	margin-top: -3.5em;
    margin-bottom: 1.5em;
    font-family: 'Bree Serif';
    font-weight: normal;
    font-size: 1.8em;
	color : #524364;
}

.titre-propos-masterclass {
	font-family: Raleway;
	text-transform: uppercase;
	font-weight: 500;
	color : #9f6dda;
	font-size: 1.7em;
	margin-top: 0;
}

.bloc-a-propos-masterclass {
	display: flex;
	align-items: center;
	padding-left: 6em;
	padding-right: 6em;
	padding-top: 6em;
	padding-bottom: 1em;
}

.photo-propos-masterclass {
	width: 29em;
}

.about-text {
	margin-right: 3em;
}

.discover-columns {
	display: flex;
	padding-left: 8em;
	padding-right: 8em;
	gap : 3em;
}

.img-bloc-decouvrir {
	width: 100%;
}

.discover-item {
	background-color: white;
	padding : 1em;
}

.discover-item p {
	padding-left: 1em;
	padding-right: 1em;
}

.sous-titre-decouvrir {
	font-family: Raleway;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	padding-left : 1em;
	padding-right: 1em;
	padding-top: 1em;
	color : #9f6dda;
	font-weight: 500;
}

.bonus-decouvrir {
	margin-top: 3em;
	text-align: center;
}

.bouton-decouvrir {
	text-align: center;
	background-color: #9f6dda;
	text-transform: uppercase;
	font-size: 1.1em;
	margin-left: 25em;
	margin-right: 25em;
}

.bouton-decouvrir a {
	color : white;
}

.bloc-infos-pratiques {
	background-color: #d3b6ec;
	margin-top: -3em;
	padding-bottom: 4em;
}

.h2-infos-pratiques {
	text-align: center;
	font-weight: normal;
	font-family: Bree Serif;
	color : #524364;
	margin-bottom: 1.5em;
	font-size: 2.1em;
}

.info-columns {
	display: flex;
	padding-top: 1em;
	padding-left: 5em;
	padding-right: 5em;
	margin-bottom: 3em;
}

.info-item {
	flex : 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.etoile-bloc {
	width: 5em;
}

.h3-info-item {
	color : white;
	font-family: Raleway;
	text-transform: uppercase;
	margin-top: 1.5em;
	margin-bottom: 0;
	font-size: 1.3em;
}

.p-info-item {
	text-align: center;
	padding-left: 2em;
	padding-right: 2em;
}

#cta-final {
	display: flex;
	align-items: center;
	padding : 5em;
	padding-left: 7em;
	padding-right: 7em;
}

.bloc-cta-image {
	flex : 1;
}

.cta-img {
	width: 100%;
}

.bloc-cta-text {
	flex : 1.3;
	margin-left : 2em;
}

.h2-cta {
	font-family: Raleway;
	font-size: 1.6em;
	text-transform: uppercase;
	margin-bottom: 1em;
	padding-right: 1em;
	color : #9f6dda;
	font-weight: 500;
}

.bouton-cta {
	text-align: center;
	background-color: #ff88c9;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-top: 2em;
	margin-left: 5em;
	margin-right: 5em;
}

.bouton-cta a {
	color : white;
}

/* Confirmation Masterclass */

.bloc-haut-confirmation {
	background: #d3b6ec;
    padding: 4em;
	display : flex;
	align-items: center;
	padding-left: 6em;
	padding-right: 6em;
}

.titre-haut-confirmation {
	margin-top: 0;
	margin-bottom: 0;
	color : white;
	font-family: Bree Serif;
	font-weight: normal;
	font-size: 4em;
}

.img-confirmation {
	width: 33em;
}

.bloc-gauche-confirmation {
	margin-right: 3em;
}

.bloc-gauche-confirmation p {
	font-size: 1.3em;
	margin-top: 2em;
}

.h2-suite-confirmation {
	font-family: Raleway;
	text-transform: uppercase;
	text-align: center;
    font-weight: 500;
	font-size: 1.8em;
	color : #9f6dda;
	padding-top: 2em;
}

.suite-confirmation {
	display: flex;
	padding-left: 4em;
	padding-right: 4em;
	gap : 3em;
	margin-top: 3em;
    margin-bottom: 3em;
}

.suite-numero {
	font-size: 2.8em;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Bree Serif;
	font-weight: normal;
	text-align: center;
	color : #ff88c9;
}

.suite-1, .suite-2, .suite-3 {
	flex : 1;
	text-align: center;
	padding-left: 1.5em;
	padding-right: 1.5em;
	border: 1px solid #ff88c9;
}