/*
Theme Name: mbs
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: #fff9f5;
	margin : 0;
	padding : 0;
}

a {
  color : #535465;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
	color : #8894d5;
}

p {
	color : #535465;
	font-family: Lora;
	font-size: 1.1em;
}

li {
	color : #535465;
	font-family: Lora;
	font-size: 1.1em;
}

.titre-pages {
	text-align: center;
	font-family: 'Playfair Display';
	color :#8894d5;
	font-size: 1.8em;
	font-weight: 500;
	margin-top: 3em;
	margin-bottom: 3em;
}

.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: #ffecb1;
	text-transform: uppercase;
	padding : 0.05em;
}

.slogan > p {
	font-family: Raleway;
	color : #535465;
	font-size: 1.05em;
}

/* Header Barre menu et logo */

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left : 5rem;
	padding-right : 5rem;
	padding-top: 2.5rem;
	padding-bottom: 1.5rem;
    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;
	align-items: center;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

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

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

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

/* Header Logo */

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

/* Header Menu */

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

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

/* 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: #d0e4ff;
}

.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: #fff9f5;
	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: 'Playfair Display';
    color: #8894d5;
    font-size: 1.6em;
	font-weight: 500;
    margin-bottom: 1em;
    line-height: 1.4;
    text-align: left;
}

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

/* Front Page Lead Magnet */

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

.promo-section {
	padding-top: 5em;
	padding-bottom: 5em;
    text-align: center;
    position: relative;
}

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

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

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

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

#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-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 : #535465;
}

.ff-btn-submit {
	font-weight: 600 !important;
	font-size: 1.15em !important;
	font-family: Raleway;
}

.bouton-lm {
	margin-left : 4em;
	margin-right: 4em;
	padding : 0.5em;
	color : #8894d5;
	font-family: 'Raleway';
	text-transform: uppercase;
	text-align: center;
	transition : transform 0.5s;
	border: 1.2px solid #8894d5;
	font-size: 1.2em;
	font-weight: 600;
}

.bouton-lm:hover {
	transform : scale(1.06);
	background-color : #d0e4ff;
	border : none;
	color : #535465;
}

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

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

.image-promo {
	padding-left: 1em;
	flex : 1;
}

#fluentform_3 {
	margin-top: 2em;
	box-shadow: 5px 5px 15px #53546573;
	padding : 1.5em;
}

#ff_3_names_first_name_ , #ff_3_email {
	border-radius: 0;
	border : none;
	border-bottom: 1px solid #8894d5;
	font-family: Lora;
	color : #8894d5;
	font-size: 1em;
}

#ff_3_names_first_name_::placeholder, #ff_3_email::placeholder {
	color : #8894d5;
	font-size: 1em;
}

#ff_3_names_first_name_:focus, #ff_3_email:focus {
	color : #8894d5;
	font-size: 1em;
	background-color: #fff9f5;
}

/* 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: #8894d5;
}

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

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

.h2-bonjour {
	text-align: left;
	font-family: Playfair Display;
	color : #d0e4ff;
	font-weight: 500;
	font-size: 1.7em;
	margin-bottom: 1em;
}

.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 #d0e4ff;
	margin-top: 2em;
	margin-left : 15em;
	margin-right: 15em;
	padding : 0.5em;
	font-size: 1.2em;
	font-weight: 600;
	color : #d0e4ff;
	font-family: 'Raleway';
	text-transform: uppercase;
	text-align: center;
	transition : transform 0.5s;
}

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

/* Front Page Bloc Les derniers articles */

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

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

.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 : #fff9f5;
	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: 600;
	text-transform: uppercase;
	color : #ffcaa9;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1em;
}

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

.titre-bloc-article {
	font-family: 'Playfair Display';
	font-weight: normal;
	text-align: center;
	color : #535465;
	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 :#8894d5;
	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 #8894d5;
	margin-top: 2em;
	margin-left : 2em;
	margin-right: 2em;
	padding : 0.5em;
	font-size: 1.1em;
	font-weight: 600;
	background-color: #fff9f5;
	color : #8894d5;
	font-family: 'Raleway';
	text-align: center;
	transition : transform 0.5s;
}

.bouton-suite:hover {
	border : none;
	background-color : #d0e4ff;
	color : #535465 !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 : #fff9f5;
	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: 'Playfair Display';
	font-weight: normal;
	text-align: center;
	color : #535465;
	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: 600;
	text-transform: uppercase;
	color : #ffcaa9;
	margin-top: 2em;
	margin-bottom: 1em;
}

.date-article-pblog {
	text-align: center;
	font-family: 'Raleway';
	font-weight : 500;
	font-size: 1.1em;
	color :#8894d5;
	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 #8894d5;
	margin-top: 2em;
	margin-left : 2em;
	margin-right: 2em;
	padding : 0.5em;
	font-size: 1.1em;
	font-weight: 600;
	background-color: #fff9f5;
	color : #8894d5;
	font-family: 'Raleway';
	text-align: center;
	transition : transform 0.5s;
	text-transform: uppercase;
}

.bouton-suite-pblog:hover {
	border : none;
	background-color : #d0e4ff;
	color : #535465;
	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: 'Playfair Display';
	color :#8894d5;
	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 : #ffcaa9;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.3em;
	text-align: justify;
	margin-top: 2em;
}

.p-a-propos {
	font-family: 'Lora';
	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;
	margin-bottom: 2em;
}

.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 : #8894d5;
	color : #fff9f5;
}

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

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

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

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

.texte-presentation-sidebar-2 {
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
}

.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: Lora;
	font-size: 1em;
	line-height: 1.5em;
	padding-left: 1em;
	padding-right: 1em;
}

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

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

.visuel-checklist-sidebar {
	max-width: 100%;
}

.bloc-lm-sidebar {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding : 1em;
}

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

/* Pied de page */

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

.footer-haut-bloc1 {
	display: flex;
	flex-direction: column;
	border-right: 1px solid #535465;
	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 : #535465;
}

.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: 18em;
}

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

.lien-du-bas {
	text-decoration: none;
	font-family: Lora;
	font-size: 1em;
	font-weight: 500;
	color : #535465;
	padding-bottom: 1em;
	transition: transform 0.5s;
}

.lien-du-bas:hover {
	color : #fff9f5;
	font-weight: bold;
	transform : scale(1.1);
}

/* Page de capture Sous un nouveau ciel */

.logo-lm {
	display: flex;
	justify-content: center;
}

.logo-img-lm {
	width: 14em;
	margin-bottom: 1em;
}

.haut-page-lm {
	display: flex;
	align-items: center;
	justify-content: center;
	gap : 3em;
	padding : 3em;
	background-color: #d0e4ff;
	padding-top: 5em;
	padding-bottom: 5em;
}

.img-lm {
	width: 31em;
	padding-left: 4em;
}

.texte-haut-page-lm {
	margin-left: 2em;
}

.titre-page-lm {
	font-family: Playfair Display;
	font-size: 3.8em;
	margin-top: 0;
	color : #8894d5;
}

.sous-titre-page-lm {
	font-family: Raleway;
	font-size: 1.35em;
	font-weight: 400;
	text-transform: uppercase;
	color : #535465;
	margin-right: 2em;
	line-height: 1.4;
}

.bloc-2-lm {
	display: flex;
	align-items: center;
	padding : 5em;
	padding-bottom: 7em;
	gap : 3em;
}

.img-2-lm {
	width: 100%;
}

.sous-bloc-texte-2 {
	flex : 1.8;
	padding-left: 2em;
}

.sous-bloc-img-2 {
	flex : 1;
	padding-right: 2em;
}

.p-bloc-2-lm {
	margin-top: 2em;
	margin-bottom: 2em;
}

.h2-bloc-2-lm {
	font-family: Raleway;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: normal;
	color : #8894d5;
	margin-top: 0;
}

.bloc-3-lm {
	background-color: #8894d5;
	padding-top: 5em;
	padding-bottom: 5em;
}

.h2-bloc-3-lm {
	font-family: Playfair Display;
	font-weight: normal;
	color : #fff9f5;
	text-align: center;
	font-size: 1.8em;
}

.etapes-lm {
	display: flex;
	padding-top: 4em;
    padding-bottom: 2em;
	padding-left: 6em;
	padding-right: 6em;
	gap : 6em;
}

.etape-lm {
	flex : 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.img-etape-lm {
	width: 40%;
}

.texte-etape-lm {
	text-align: center;
	color : #fff9f5;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.conclu-bloc-3-lm {
	text-align: center;
    font-size: 1em;
    font-style: italic;
	color: #fff9f5;
    background: #535465;
    padding: 1em;
    margin-left: 22em;
    margin-right: 22em;
}

.h2-bloc-4-lm {
	font-family: Playfair Display;
	font-weight: normal;
	font-size: 1.8em;
	color : #8894d5;
}

.bloc-4-lm {
	display: flex;
    padding: 6em;
    gap: 4em;
    padding-left: 8em;
    padding-right: 8em;
}

.moi-lm {
	width: 30em;
}

.p-bloc-4-lm {
	margin-top: 2em;
	margin-bottom: 2em;
}

.bloc-5-lm {
	background-color: #ffcaa9;
	padding : 5em;
	padding-top: 3em;
}

.h2-bloc-5-lm {
	text-align: center;
	font-family: Playfair Display;
	color : #8894d5;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 1.5em;
}

#fluentform_4 {
	background-color: #fff9f5;
	padding: 2em;
	padding-top: 3em;
	padding-bottom: 3em;
	font-family: Lora;
	box-shadow: 5px 5px 15px #53546573;
	margin-top: 3em;
}

.ff-el-group {
	display: flex;
	margin-bottom: 1em;
}

.ff-el-input--label {
	display: none;
}

.ff-el-input--content {
	width: 100% !important;
	font-family: Lora;
}

.ff-el-form-control {
	width: 98%;
    font-family: Lora;
    font-size: 1.1em;
    border: none;
    background: none;
	color : #8894d5;
    border-bottom: 1.2px solid #8894d5;
    padding: 0.5em;
}

.ff-el-form-control::placeholder {
	color : #8894d5;
}

.p-bloc-5-lm {
	padding-left: 2em;
	padding-right: 2em;
	margin-bottom: 2em;
}

.ff-el-form-check-label {
	display: flex;
	margin-top: 1em;
    margin-bottom: 1em;
	gap : 0.5em;
	color : #535465;
}

.validation-lm {
	text-transform: uppercase;
	padding : 0.5em;
	color : #8894d5;
	border : 1px solid #8894d5;
	font-family: Raleway;
	background-color: #fff9f5;
	transition: transform 0.5s;
}

.bloc-bouton-validation {
	justify-content: center;
}

.validation-lm:hover {
	transform : scale(1.06);
	background-color : #d0e4ff;
	border : none;
	color : #535465;
}

#ff_4_names_first_name_, #ff_4_email{
	font-family: Lora;
	color : #8894d5;
	border: none;
    border-bottom: 1px solid #8894d5;
    border-radius: 0;
}

#ff_4_names_first_name_::placeholder, #ff_4_email::placeholder{
	font-family: Lora;
	color : #8894d5;
}

#ff_4_names_first_name_:focus, #ff_4_email:focus {
	background-color: #fff9f5;
}

.ff-t-container {
	margin-bottom: 1em;
}

.check-section {
	padding-left: 0.5em;
	padding-top: 1em;
	padding-bottom: 1.5em;
}

.text-danger {
	font-family: 'Lora';
    padding-left: 1em;
    padding-top: 0.5em;
    font-size: 0.9em !important;
    font-style: italic;
    color: #535465 !important;
    font-weight: bold;
}

/* Page de confirmation Sous un nouveau ciel */

.bloc-merci {
	background-color: #8894d5;
	padding : 4em;
	padding-top: 2em;
	text-align: center;
}

.h1-merci {
	font-family: Playfair Display;
	font-size: 3.8em;
	color : #fff9f5;
}

.p-merci {
	font-size: 1.3em;;
}

.logo-blanc {
	width: 16em;
}

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

.h2-confirmation {
	font-family: Raleway;
	font-size: 1.6em;
	color : #8894d5;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-weight: 500;
}

.bloc-3-confirmation {
	background-color: #d0e4ff;
	display: flex;
	align-items: center;
    padding: 10em;
	padding-top: 7em;
    padding-bottom: 7em;
	gap : 2em;
}

.h2-confirmation-2 {
	font-family: Playfair Display;
	font-size: 1.8em;
	color : #8894d5;
	margin-bottom: 1em;
	margin-top: 0;
}

.img-confirmation-2 {
	width: 24em;
}

.bouton-cta-ig {
	text-align: center;
	margin-top: 2em;
	text-transform: uppercase;
	background-color: #8894d5;
	padding : 0.5em;
	color : #fff9f5;
	font-family: Raleway;
	font-size: 1.2em;
	font-weight: 600;
	transition: transform 0.5s;
	margin-left: 5em;
	margin-right: 5em;
}

.bouton-cta-ig:hover {
	transform : scale(1.06);
	background-color : #ffcaa9;
	color : #535465 !important;
}

.bouton-cta-ig a {
	color : #fff9f5;
}