<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Naturo
Theme URI: http://wordpress.org/
Description: Theme par Dix-Onze inc.
Author: Dix-Onze inc.
Version: 5.0

strppd.css by Iain MacDonald(http://iainspad.com/strppd-css/)

Based on the Meyer Reset by MeyerWeb (http://meyerweb.com/eric/tools/css/reset/)
This is a modified version with additional resetting such as setting certain elements to certain properties, as they should.
This also carries some resets for HTML5 elements i.e. the ':required' pseudo-selector, as well as resetting for mobile browsers.
Also included is some typographical styling, just to set them to their respective type styles.
Finally, there's also form and interactive element styling so forms and navigation elements look clickable.

Be sure to contribute any improvements and changes to this reset as you see fit. Have fun!

v. 1.0
License: Public Domain

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main, input, textarea  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary, main {
	display: block;
}

/*---Universal Selector to add additional resets, such as text-size adjust and tap highlighting---*/

* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
}


ol, ul {list-style-type: none;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/*---Additional Form resets---*/

button, input[type="button"] {
	background: none;
}

:required {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

/*---Typographic Styling---*/

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

u {
	text-decoration: underline;
}

pre, code {
	font-family: Monaco, Courier, monospace;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}

blockquote, q {
	quotes: "" "";
}

blockquote:before, blockquote:after, q:before,	q:after {
	content: "";
}

/*---Interactive Element Settings---*/

a, input[type="submit"], input[type="button"], button, label[for] {
	cursor: pointer;
}

/* End strppd.css */

/* Custom fonts */
/*
@font-face {
		font-family: 'ModernPictogramsNormal';
		src: url('fonts/modernpictograms/modernpics-webfont.eot');
		src: url('fonts/modernpictograms/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
				 url('fonts/modernpictograms/modernpics-webfont.woff') format('woff'),
				 url('fonts/modernpictograms/modernpics-webfont.ttf') format('truetype'),
				 url('fonts/modernpictograms/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
		font-weight: normal;
		font-style: normal; }
*/

/* Proper box model */
* { }

/* General styles */

html {
	font-size: 14px;
	line-height: 18px;
}

body {
	font-family: 'Montserrat', sans-serif;
	background: linear-gradient(to bottom, #fefefe 1%, #f9f9fa 99%);
	letter-spacing: .03em;
}

a { 
    color: #43dd88;
	transition: all .3s;
	text-decoration: none !important;
}


a:hover {
	text-decoration: underline !important;
}

address{  }

aside{  }

b, strong{  }

blockquote{  }

button{ cursor: pointer; }
button:hover{  }
button:active{  }

caption, th, td{ vertical-align: middle; }

h1 {
	font-size: 4.2857rem; /* 60px / 14px */
	line-height: 1.2;
	color: #222e3e;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

h2 {
	font-size: 4.2857rem; /* 60px / 14px */
	line-height: 1.2;
	color: #222e3e;
	font-weight: bold;
	text-align: left;
	padding: 0 0 20px 0;
}

h3 {
	font-size: 3.4286rem; /* 48px / 14x */
	line-height: 1.2;
	color: #222e3e;
	font-weight: bold;
	text-align: left;
	padding: 20px 0;
}

h4 {
	font-size: 2.5714rem; /* 36px / 14px */
	line-height: 2.2222rem; /* 40px / 18px */
	font-weight: bold;
	color: #0000ff;
	padding-bottom: 30px;
}

h5 {
	font-size: 2.1429rem; /* 30px / 14px */
	line-height: 2.1429rem; /* 30px / 14px */
	color: #222e3e;
	font-weight: bold;
	text-align: center;
}	

h6 {
	font-size: 1.7143rem; /* 24px / 14px */
	line-height: 1.7778rem; /* 32px / 18px */
	text-align: left;
	font-weight: bold;
	padding-top: 80px;
	padding-bottom: 40px;
}

.fonce h1, .fonce h2, .fonce h3, .fonce h4, .fonce h5, .fonce h6 {
	color: #fff;
}

p {
	font-size: 1.2857rem; /* 18px / 14px */
	line-height: 1.8889rem; /* 40px / 18px */
	color: #5a6470;
	text-align: left;
	letter-spacing: .05em;
}

th,
td {

}

p:last-child {
	
}

i, em{  }

i {
	
}

img{  }

input, select, textarea{  }

input[type=radio]{  }
input[type=checkbox]{  }

label{  }

select{  }
select option{  }

table{ border: 0; border-spacing:0; empty-cells:show; }

textarea{ resize: none; }

ul, ol{  }

hr {
	
}

/*font-family: 'Roboto', sans-serif;/*
/*font-family: 'Raleway', sans-serif;/*
/*font-family: 'Montserrat', sans-serif;/*
/*font-family: 'Lato', sans-serif;/*
/*font-family: 'Open Sans', sans-serif;/*
/*font-family: 'Comfortaa', cursive;/*
/*font-family: 'Lora', serif;/*
/*font-family: 'Cormorant Garamond', serif;/*


/* Custom styles */

p.max-p {
    max-width: 800px;
    line-height: 1.8;
    margin-left: auto;
    margin-right: auto;
}

ul {
	list-style-type: none;
}

.entete {
	padding-top: 40px;
	padding-bottom: 30px;
}

.entete img {
	position: absolute;
	top: 0;
	left: 10px;
}

#menu-mobile {
	cursor: pointer;
	display: none;
}

#menu-mobile:before {
	font-size: 2rem; /* 28px / 14px */
}

.menu-principal {
	float: left;
	height: 86px;
	padding-left: 86px;
}

.menu-principal ul {
	display: block;
}

.menu-principal ul li {
	line-height: 86px;
	display: inline-block;
	margin-left: 20px;
}

.menu-principal ul li a,
.top-info a {
	line-height: 86px;
	font-size: 1; /* 18px / 14px */
	text-decoration: none;
	color: #929ba6;
	font-weight: bold;
}

.sf-menu a {
    padding: 0 !important;
}

.sf-menu li {
    background-color: transparent !important;
}

.menu-principal ul li:first-child {
	padding-left: 0;
}

.menu-principal ul li a:hover,
.top-info a:hover {
	color: #222e3e;
	text-decoration: none !important;
}

.sf-menu ul {
    z-index: 100 !important;
    background: #fff;
}

.menu-principal .sf-menu ul {
    padding: 10px 30px;
}
.menu-principal .sf-menu ul li {
	display: block;
	margin-left: 0;
}
.menu-principal .sf-menu ul li a {
    line-height: 1;
    padding: 10px 0 !important;
    display: block;
}




.top-info {
	float: right;
	line-height: 86px;
}

a.rs-phone i {
	margin-right: 8px;	
}

.rs-facebook i {
	font-size: 18px;
}

a.rs-facebook {
	margin-left: 20px;
}

a.bt-entete {
	width: 200px;
	box-sizing: border-box;
	text-decoration: none !important;
	text-align: center;
	padding: 14px;
	color: #fff;
	border-radius: 50px;
}

a.bt-entete:hover {
	background-color: #000;
	color: #fff;
}

a.bt-entete {
	margin-left: 30px;
}

.boite {
	margin: 200px auto;
	padding: 80px 0;
}

.boite-2 {
	margin: 25px auto 95px auto;
	padding: 0;
}

.grande-boite-couleur {
	width: 100%;
	max-width: 1600px;
	border-radius: 50px;
}

.naturo-ligne.grande-boite-couleur {
	margin-top: 0;
}

.boite-sans-couleur {
	margin-bottom: 80px;
}

.petite-boite {
	padding: 0;
}

.petite-boite-coul {
	padding: 70px 80px;
}

.page-boite {
	width: 100%;
	max-width: 1480px;
	padding: 80px 0;
	margin: 0 auto 200px auto;
}

.boite-couleur {
	width: 100%;
	padding: 80px 0;
	margin: 0 auto 200px auto;
}

.bte-recette-gauche,
.bte-rose {
	background-color: #ffeff1;
}

.bte-recette-droite,
.bte-mauve {
	background-color: #e7e8ff;
}
.bte-verte {
	background-color: #dffef8;
}

.bte-verte .sur-titre {
	color: #18e8c5;
}

.bte-bleue {
	background-color: #b3f1ff;
}

.bte-bleue-2 {
	background-color: #ecd2ff;
}

.sur-titre {
	color: #b8bbc0;
	font-weight: bold;
}	

.bte-bleue{
	color: #00cbff;
}

.bte-bleue-2 {
	color: #bd4dff;
}

.bte-azur {
	background-color: #b8d2ff;
}

.bte-jaune {
	background-color: #fff8cc;
}

.bte-jaune .sur-titre {
	color: #ffe000;
}

.bte-radius {
    border-radius: 8px;
}

.petite-boite.bte-blanche {
	background-color: #fff;
	padding: 80px;
}

.pad-droit-texte {
	padding-right: 150px;
}

.photo-radius {
	border-radius: 10px;
}

.naturo-ligne img {
	margin-left: 10px;
}

a.bouton-std {
	width: 200px;
	box-sizing: border-box;
	text-decoration: none !important;
	text-align: center;
	padding: 18px;
	color: #fff;
	border-radius: 50px;
	display: block;
	margin-top: 50px;
	font-weight: bold;
    font-size: 1.2rem;
}

a.bouton-std:hover {
	background-color: #000; 
	color: #fff;
}

a.bouton-std.btnw300 {
	width: 300px;
}

.vert {
	background-color: #43dd88;
}

.rose{
	background-color: #ffedf3;
}

.rose.fonce {
	background-color: #ff356c;
}

a.bouton-std.rose {
	color: #ff356c;
	display: block;
	margin: 40px auto 0 auto;
}

a.bouton-std.rose.fonce {
	color: #fff;
}

a.bouton-std.rose:hover,
a.bouton-std.rose.fonce:hover {
	color: #fff;
	background-color: #000;
}

.bleu {
	background-color: #00cbff;
}

.bleu-2 {
	background-color: #bd4dff;
}

.jaune {
	background-color: #ffe000;
}

.relative {
	position: relative;
	z-index: 10;
}

.dessin.dr-bleu {
	width: 160px; 
	height: 715px;
	background-image: url(images/des-dr-bleu.png); 
	background-repeat: no-repeat;
}

.qui-suis-je .dessin.dr-bleu {
	position: absolute;
	top: 0;
	right: 0;
}


.page-a-propos .dessin.dr-bleu {
	position: absolute;
	top: 100px;
	right: 0;
}

.logo-institut .dessin.dr-bleu{
	position: absolute;
	top: -250px;
	right: 0;
}

.page-a-propos .dessin.ga-bleu {
	width: 160px; 
	height: 715px;
	background-image: url(images/des-ga-bleu.png); 
	background-repeat: no-repeat;
	position: absolute;
	top: -70px;
	left: 0;
}

.dessin.ga-rouge {
	width: 160px; 
	height: 715px;
	background-image: url(images/des-ga-rouge.png); 
	background-repeat: no-repeat;
}

.consultation-ligne .dessin.ga-rouge {
	position: absolute;
	top: 300px;
	left: 0;
}


.page-service-details .dessin.ga-rouge {
	position: absolute;
	top: 1200px;
	left: 0;
}

.dessin.dr-rouge,
.dessin.dr-rouge-2 {
	width: 160px; 
	height: 715px;
	background-image: url(images/des-dr-rouge.png); 
}

.page-service-details .dessin.dr-rouge {
	position: absolute;
	top: 250px;
	right: 0;
}

.page-service-details .dessin.dr-rouge-2 {
	position: absolute;
	bottom: 90px;
	right: 0;
}

.supplementation .dessin.dr-rouge {
	position: absolute;
	top: -500px;
	right: 0;
}

.condition .dessin.dr-mauve {
	width: 160px; 
	height: 715px;
	background-image: url(images/des-dr-mauve.png); 
	background-repeat: no-repeat;
	position: absolute;
	top: 200px;
	right: 0;
}

.temoignages .dessin.ga-rose {
	width: 160px; 
	height: 715px;
	background-image: url(images/des-ga-rose.png); 
	background-repeat: no-repeat;
	position: absolute;
	top: -150px;
	left: 0;
}

.dessin.dr-jaune {
	width: 160px; 
	height: 715px;
	background-image: url(images/des-dr-jaune.png); 
	background-repeat: no-repeat;
}

.nouvelles-recettes .dessin.dr-jaune {
	position: absolute;
	top: 0;
	right: 0;
}

.recettes .dessin.dr-jaune {
	position: absolute;
	top: 260px;
	right: 0;
}

.page-recettes-detaillees .dessin.dr-jaune {
	position: absolute;
	top: 300px;
	right: 0;
}

.page-recettes-detaillees .dessin.ga-jaune {
	width: 160px; 
	height: 715px;
	background-image: url(images/des-ga-jaune.png); 
	background-repeat: no-repeat;
	position: absolute;
	top: -250px;
	left: 0;
}

.page-recettes-detaillees .sur-titre {
    font-weight: normal;
}




 /* qui-suis-je */

.fleche-texte {
	max-width: 490px;
	padding-left: 90px;
}

.fleche-texte a {
	display: block;
	font-size: 1.4286rem;  /* 20px / 14px */
	line-height: 1.3333rem;  /* 24px / 18px */
	color: #2d2f37;
	font-weight: bold;
}
.fleche-texte a:hover {
    text-decoration: none !important;
}
.action-desc a {
	display: inline-block;
    font-size: 1.2857rem;
    line-height: 1.8889rem;
	color: #43dd88;
	font-weight: normal;
}
.action-desc a:hover {
	color: var(--bs-link-hover-color);
    text-decoration: underline !important;
}

a.action-fleche i {
	font-size: 16px;
	padding: 14px 16px;
	border-radius: 50px;
	color: #000;
	background-color: #fff;
	margin-right: 36px;
}

.ouverte a.action-fleche i {
	font-size: 16px;
	border-radius: 50px;
	color: #fff;
	background-color: #3740ff;
	margin-right: 36px;
}

.fleche-texte hr {
	width: 440px;
	background: none;
	border: none;
	border-bottom: 1px solid #899097;
	margin: 50px 0 50px auto;
}

.boite-deroulante {
    border-bottom: 1px solid #d8dcdf;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.action-desc {
    padding-top: 24px;
	padding-left: 84px;
    display: none;
}

.ouvert-texte {
	padding-top: 40px;
}

.ma-specialite p {
	font-size: 1.4285rem; /* 20px / 14px */
	line-height: 2.2857rem;  /* 32px / 18px */
}


 /* consultation-ligne */

.consultation-ligne p {
	color: #5a6470;
}

.tx-centre h2,
.tx-centre p {
	text-align: center;
}

.populaire {
	width: 200px;
	box-sizing: border-box;
	text-align: center;
	padding: 10px;
	background-color: #ffebf2;
	border-radius: 50px;
	margin: 10px auto 0 auto;
	display: block;
}

.populaire {
	color: #ff3a84;
	font-size: .8571rem; /* 12px / 14px */
	text-transform: uppercase;
	font-weight: bold;
}

.element {
	padding: 0 10px;
	text-align: center;
}

.element p {
	font-size: 1.1428rem; /* 16px / 14px */
	padding-top: 30px;
}

.element ul li {
	font-size: 1.1428rem; /* 16px / 14px */
	color: #5a6470;
	padding-bottom: 20px;
}

.consultation-ligne h5 {
	padding: 25px 0 10px 0;
}

.cent-blanc,
.cent-blanc-v2 {
	padding: 20px 0;
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 0px 0px 50px 8px rgba(240,242,246,1);
    position: relative;
    z-index: 20;
    margin-top: 50px;
}

.cent-blanc a.bouton-std.rose,
.cent-blanc-v2 a.bouton-std.rose {
    color: #fff;
    background-color: #ff356c;
}
.cent-blanc a.bouton-std.rose:hover,
.cent-blanc-v2 a.bouton-std.rose:hover {
    background-color: #000;
}

.tarif-cprincipal {
    min-height: 780px;
}

.cent-blanc-v2.sans-pp {
    padding-top: 68px;
}

.deg-bl-ga {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 20px 0 70px 0;
	background-color: #fff;
    margin-right: -10px;
    margin-top: 100px;}

.deg-bl-dr {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 20px 0;
	background-color: #fff;
    margin-left: -10px;
    margin-top: 100px;
}

.comment {
	height: 36px;
}

.gros-chiffre p {
	font-size: 3.4285rem; /* 48px / 14px */
	font-weight: bold;
}

.gros-chiffre sup {
	font-size: 1.7143rem; /* 24px / 14px */
	vertical-align: super;
}

.element hr {
	width: 75%;
	background: none;
	border: none;
	border-bottom: 1px solid #899097;
	margin: 50px auto;
}

.petit-cara {
	display: inline-block;
	margin: 20px auto 0 auto;
}

.petit-cara p {
	font-size: 1rem; /* 14px / 14px */
	line-height: 1.1111rem; /* 20px / 18px */
	color: #ff356c;
	padding-top: 0;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}


/* conditions */

.grid-parent-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0;
}

.grid-parent-2 .grid-child {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 0;
}

.condition {
    margin-bottom: 160px;
}

.condition h3,
.condition p {
	text-align: center;
}

.condition h6 a {
    color: #000;
    text-decoration: underline !important;
}
.condition h6 a:hover {
    color: #000;
    text-decoration: none !important;
}

.naturopathie .sur-titre {
	color: #00cbff;
}

.naturopathie.bte-bleue-2 .sur-titre {
    color: #bd4dff;
}

.naturopathie img {
	margin-top: -130px;
}

.cond-icone p {
	text-align: left;
}

.cond-icone {
	position: relative;
	padding-left: 100px;
}

.cond-icone img {
	position: absolute;
	top: 65px;
	left: 0;
}


 /* temoignages */

.gros-gras {
	font-size: 1.7857rem;  /* 25px / 14px */
	color: #222e3e;
	font-weight: bold;
}

.pad-bas {
	padding-bottom: 30px;
}

.temoignages img {
	float: right;
}

.gras {
	font-size: 1rem; /* 14px / 14px */
	font-weight: bold;
}

.guil-cli {
	padding-top: 50px;
	line-height: 53px;
}

.ordinaire {
	font-size: 1rem; /* 14px / 14px */
	line-height: .7777rem; /* 14px / 18px */
	color: #b8bbc0;
	padding-top: 0;
}

.guillemet {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

.guillemet img {
	float: none;
}

.cliente {
	display: inline-block;
	text-align: left;
}

 /* peut-apporter */

.pad-gauche-texte {
	padding-left: 30px;
}

.peut-apporter img {
	margin-top: -130px;
}

#specialite {
    margin-bottom: 80px;
}

 /* prendre-rdv */

.prendre-rdv {
    margin-bottom: 200px;
}

.lar-ga {
    max-width: 700px;
    padding-left: 60px;
    padding-right: 80px;
    float: left;
}
a.bouton-std.long {
	width: 246px;
    float: left;
	margin-top: 60px;
}

.prendre-rdv h4 {
	color: #181b31;
}
.prendre-rdv p {
	font-size: 1.4285rem; /* 20px / 14px */
	line-height: 2.2857rem;  /* 32px / 18px */
}

.prendre-rdv .petite-boite {
	background-color: #fff;
	padding: 80px 0;
}


/* nouvelles-recettes */

.grid-parent-4 {
  display: grid;
  grid-template-columns: 150px 470px auto 62px;
  grid-gap: 0px;
}

.grid-child {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
}

.grid-parent-4.recettes {
	width: 100%;
	border-top: 2px solid #b8bbc0;
	padding-top: 50px;
    margin-top: 50px;
}

.grid-parent-4.recettes.premier {
    border-top: 0;
    margin-top: 0;
}

.nouvelles-recettes h3 {
	padding-bottom: 25px;
}

.titre {
	max-width: 400px;
}

.pet-fleche-dr {
	padding: 24px;
	border: 2px solid #899097;
	border-radius: 50px;
}
.pet-fleche-dr:hover {
	border: 2px solid #fcd47d;
}

a.titre {
	font-size: 1.7143rem; /* 24px / 14px */
	line-height: 1.6667rem; /* 30px / 18px */
	color: #222e3e;
	font-weight: bold;
}


.cat {
	font-size: 0.8rem; /* 16px / 14px */
    margin-bottom: 8px;
	color: #c8ccd0;
	font-weight: bold;
}

.proto {
	font-size: 1.1429rem; /* 16px / 14px */
    margin: 8px 0;
    display: inline-block;
	color: #b8bbc0;
	font-weight: bold;
}
.proto a {
    display: inline-block;
    margin-bottom: 4px;
}

/* references-logos */


.grid-parent-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 156px;
}

/* page-recettes */

.recettes h1,
.recettes p {
	text-align: center;
}

a.bt-std,
a.bt {
	width: 170px;
	box-sizing: border-box;
	text-decoration: none !important;
	text-align: center;
	font-size: 1.1429rem; /* 16px / 14px */
	padding: 14px 2px;
	color: #fff;
	border-radius: 40px;
	display: inline-block;
	margin-left: 25px;
}
.categorie a.bt-std,
.categorie a.bt {
	font-size: 0.8rem; /* 16px / 14px */
    margin: 10px;
}
.categorie a.bt:first-child {
    margin-left: 10px;
}
a.bt-std {
    width: auto;
    margin-left: 0;
    padding: 18px 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: .8571rem;
    line-height: 1;
    margin-right: 10px;
}
.proto a.bt-std {
    padding: 8px 12px;
}
a.bt-std:hover {
    background-color: #000 !important;
}


a.bt:first-child {
	margin-left: 0;
}

a.bt.bl {
	background-color: #0000ff;
}

a.bt.rou {
	background-color: #ff356c;
}
	
a.bt.az {
	background-color: #00cbff;
}

a.bt.ve {
	background-color: #00dd17;
}

a.bt.ma {
	background-color: #bd4dff;
}

a.bt.or {
	background-color: #ffb000;
}

a.bt.ja {
	background-color: #ffe000;
}

a.bt.ros {
	background-color: #ff00ed;
}

a.bt.bl:hover,
a.bt.rou:hover,
a.bt.az:hover,
a.bt.ve:hover,
a.bt.ma:hover,
a.bt.or:hover,
a.bt.ja:hover,
a.bt.ros:hover {
	background-color: #000;
}

.categorie {
	max-width: 1170px;
    margin: 50px auto 30px auto;}

.page-cube {
	width: 370px;
	padding: 40px 0 30px 0;
	background-color: #ff4d6f;
	font-weight: bold;
	position: absolute;
	top: -152px;
	left: 0;
}

.page-cube p {
	text-align: center;
	font-size: 2.1429rem; /* 30px / 14px */
	line-height: 2.5rem; /* 45px / 14px */
	color: #fff;
	font-weight: bold;
}

.page-cube img {
	width: 45px;
	margin: 20px auto 0 auto;
	display: block;
}

.bte-recette-droite .page-cube,
.page-cube.cube-bleu {
	background-color: #0000ff;
	position: absolute;
	top: -147px;
	left: auto;
	right: 0;
}

.grid-parent-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 65px;
	margin-top: 80px;
}

a.bt.plus-petit {
	width: 110px;
	font-size: .8571rem; /* 12px / 14px */
	line-height: .8888rem; /* 27px / 18px */
	padding: 8px 0;
	display: block;
	float: left;
	margin-right: 10px;
}

a.bt.plus-petit:hover {
	background-color: #000;
	font-weight: bol;
}

.bouton-gauche {
	margin-top: 0;
	margin-bottom: 0;
	float: left;
}

a.titre-rec {
	font-size: 1.5714rem; /* 22px / 14px */
	line-height: 1.3;
	font-weight: bold;
	color: #181b31;
    padding-bottom: 25px;
}
a.titre-rec.pp {
    padding-bottom: 8px;
}

.rond-bleu {
	width: 27px;
	height: 27px;
	background-color: #0000ff;
	border-radius: 50px;
	float: left;
}

.croix a {
	width: 50px;
	height: 50px;
	background-color: #ff4d6f;
	border-radius: 25px;
	display: block;
	margin: 80px auto 0 auto;
	text-align: center;
	line-height: 48px;
}
.croix a img {
    display: inline-block;
    vertical-align: middle;
}

.bte-recette-droite .croix a,
.croix a.croix-bleu{
	background-color: #0000ff;
	
}

.croix a:hover {
	background-color: #000;
}

 /* page-recettes-detaillees */


.col-2 {
    list-style: disc;
    margin-left: 20px;
	column-count: 2;
    margin-bottom: 25px;
}

.col-2 li {
	font-size: 1.4286rem; /* 20px / 14px */
	line-height: 2.2222rem; /* 40px / 18px */
	color: #40464c;
}

.preparation  {
	padding-top: 25px;
}

.page-recettes-detaillees h5 {
	text-align: left;
	padding-top: 130px;
}

.page-recettes-detaillees ol {
    list-style: decimal;
    margin-left: 20px;
}
.page-recettes-detaillees li {
	font-size: 1.2857rem; /* 18px / 14px */
	line-height: 1.8889rem; /* 40px / 18px */
	color: #5a6470;
	text-align: left;
	letter-spacing: .05em;    
}

img.photo-det-rec {
	float: right;
}

.page-recettes-detaillees .grid-parent-3 {
	margin-top: 50px;
}

.page-recettes-detaillees h1 {
    padding-top: 15px;
}

.page-recettes-detaillees h4 {
    color: #5a6470;
	font-size: 1.3rem; /* 20px / 14px */
	line-height: 1.4;
    margin-top: 75px;
}

.page-recettes-detaillees li,
.page-recettes-detaillees p {
    line-height: 1.8;
}

.preparation ol {
    margin-bottom: 24px;
}

.info-auteur {
	max-width: 480px;
}

.auteur {
	line-height: 48px;
}

.auteur a.bt {
    width: auto;
	margin-left: 0;
    padding: 18px 50px;
	display: inline-block;
	vertical-align: middle;
}

.auteur img,
.auteur a,
.auteur span {
    float: left;
}
.auteur span {
    padding: 6px 0;
    line-height: 1;
}

.info-extra {
    padding-top: 25px;
}


.auteur img {
	border-radius: 50px;
	margin-right: 10px;
	display: inline-block;
}

.auteur {
	display: inline-block;
	vertical-align: middle;
	line-height: 48px;
}

.auteur p {
	font-size: 1.1429rem; /* 16px / 14px */
	line-height: 1.1111rem; /* 20px / 18px */
	color: #181b31;
}

.let-pet {
	font-size: 1rem; /* 14px / 14px */
	line-height: 1rem; /* 18px / 18px */
	color: #899097;
}

.info-auteur .pad-top {
	padding-top: 10px;
}


/* Page-a-propos*/

.page-a-propos .fleche-texte a.action-fleche {
	padding-left: 0;
}

.page-a-propos img {
	margin-bottom: 80px;
}

.page-a-propos .ouvert-texte {
	padding-left: 84px;
	padding-top: 0;
}

.page-a-propos .fleche-texte {
	max-width: 100%;
	padding-left: 0;
}

.page-a-propos hr {
	width: 100%;
}

.page-a-propos .ma-specialite.petite-boite-coul {
	margin: 80px 0 200px 0;
	border-radius: 10px;
}

.page-a-propos .naturopathie.page-boite {
	max-width: 100%;
	margin-bottom: 160px;
	border: none;
}

.page-a-propos .peut-apporter img {
	margin-bottom: 30px;
}


/* logo-institut */

.logo-institut .grid-parent-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0;
}

.grid-child.institut {
	padding: 50px 0 40px 0;
	box-shadow: -15px 13px 22px 3px rgba(229,231,236,1);
}

.institut a {
	font-size: 1.4rem; /* 26px / 14px */
	line-height: 1.3;
	color: #2b3646;
	margin: 0 auto;
    text-align: center;
    display: block;
}

.pad-top {
	padding-top: 30px;
}

.institut img {
	display: block;
	margin: 0 auto 40px auto;
}

.bulles-1 img {
	display: block;
	margin: 100px auto -380px auto;
	z-index: 30;

}	

.bulles-2 {
	display: block;
	margin: 50px 0 -260px auto;
	z-index: 30;
}

.naturopathie.boite-couleur {
	padding: 200px 0 100px 0;
    margin-top: 200px;
}


/* page-service-details */

.page-service-details h1,
.page-service-details p {
	text-align: center;
}

.bte-services{
	max-width: 1180px;
	margin: 80px auto;
	background-color: #ffeff9;
}



.services-texte h5,
.services-texte p {
	text-align: left;
}

.services-texte h5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.services-texte .sur-titre {
    font-weight: normal;
}

.services-texte p  {
	font-size: 1.4286rem; /* 20px / 14px */
	line-height: 2.2222rem; /* 40px / 18px */
}

.services-texte {
	padding: 80px 40px;
}
.avec-texte-g .services-texte {
	padding-left: 80px;
}
.avec-texte-d .services-texte {
	padding-right: 80px;
}

img.stress {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    display: block;
    padding: 80px 40px;
}
.avec-texte-g img.stress {
	padding-right: 80px;
}
.avec-texte-d img.stress {
	padding-left: 80px;
}

.references-logos img {
	width: 100%;
	max-width: 200px;
    filter: grayscale(100%) opacity(50%);
}
.references-logos img:hover {
    filter: grayscale(0%) opacity(100%);
}

img.fleche-rose-dr,
img.fleche-rose-ga {
	margin-top: 40px;
	margin-left: 10px;
}

.services-texte a {
	color: #ff4d6f;
}

.tx-dr {
	text-align: right;
}


/* PrÃ©paration physique*/

.photo-physique {
	width: 1180px;
	height: 854px;
	position: absolute;
	top: 0;
	right: 0;
    z-index: 0;
}

.preparation-physique.photo-physique img {
	margin-bottom: 300px;
    z-index: -1;
}

.texte-physique {
	max-width: 690px;
    position: relative;
    z-index: 5;
}

.texte-physique.long {
	padding-top: 580px;
	display: inline-block;
}

.preparation-physique h1 {
 padding-top: 0;
}

.preparation-physique span {
	color: #ff4d6f;
	float: right;
}

.preparation-physique hr {
	width: 480px;
	background: none;
	border-bottom: 1px solid #ff4d6f;
	margin-right: 0;
}

.supplementation p .sur-titre {
	color: #00cbff;
}


a.supplement {
	width: 330px;
}


/* tem-athletes */

.tem-athletes.grande-boite-couleur {
	max-width: 1400px;
	border-radius: 0;
}

.tem-athletes .grid-parent-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 35px;
}

.athletes {
	text-align: center;
}

.athletes h4 {
	font-size: 2.1429rem; /* 30px / 14px */
	line-height: 1.2;
    padding-bottom: 0;
	color: #181b31;
	font-weight: bold;
}

.athletes img {
	display: block;
}

.athletes p {
	font-size: 1.4286rem; /* 20px / 14px */
	line-height: 2.1111rem; /* 38px / 18px */
	color: #40464c;
	text-align: center;
}

.cube-blanc {
	background-color: #fff;
	padding: 20px 0;
	margin-bottom: 80px;
}


/* Formulaire */

div.wpcf7-response-output {
	border: 0 !important;
	color: #fff;
	margin: 0 0 30px 0 !important;
	padding: 10px !important;
}
div.wpcf7-response-output{
	background-color: #666 !important;
}

.me-joindre {
	background-color: #fff;
	padding: 50px 100px;
    border-radius: 10px;
}

.formulaire {
	padding-top: 60px;
}

.form-gauche,
.form-droite {
    width: 50%;
    box-sizing: border-box;
    float: left;
	margin-bottom: 50px;
}
.form-gauche {
    padding-right: 20px;
}

.formulaire input[type="text"],
.formulaire input[type="email"],
.formulaire textarea {
	width: 100%;
	padding: 10px 0;
	color: #000;
	text-align: left;
    font-weight: normal;
	box-sizing: border-box;
	font-size: 1.2857rem; /* 18px / 14px */
	line-height: 1.2222rem; /* 22px / 18px */
	resize: vertical;
	border: none;
	border-bottom: 1px solid #aaa;
}
.formulaire input[type="text"]::placeholder,
.formulaire input[type="email"]::placeholder,
.formulaire textarea::placeholder {
	color: #aaa;
}

.formulaire label {
    font-weight: normal;
}

.formulaire textarea {
	width: 100%;
}

.formulaire input[type="submit"] {
	width: 270px;
	padding: 20px 30px;
	display: block;
    font-weight: normal;
	color: #fff;
	font-size: 1.2857rem; /* 18px / 14px */
	line-height: 1.2222rem; /* 22px / 18px */
	background-color:#18e8c5;
	border: 1px solid #18e8c5;
	float: right;
}
.formulaire input[type="submit"]:hover{
	background-color: #000;
	border: 1px solid #1000;
}

.formulaire textarea:focus,
.formulaire input:focus,
.formulaire label:focus {
    outline: none;
	border-bottom: 1px solid #000;
}

.formulaire label a {
    color: #18e8c5;
}
.formulaire label a:hover {
    color: #000;
}

.carte img {
	height: 226px;
	display: block;
	margin: 0 auto;
}

.me-joindre p {
	font-size: 1.1429rem; /* 16px / 14px */
	line-height: 4.3888rem; /* 20px / 18px */
	color: #181b31;
	font-weight: bold;
}

.fin-formulaire {
	padding-bottom: 80px;
}

.ecr-vert {
	color: #18e8c5;
	font-weight: bold;
}

.des-vert img {
	display: block;
}

.references-logos {
    margin-top: 145px;
    margin-bottom: 50px;
}

/* Pied de page */

.pied-de-page {
	background: url(images/des-bas-vert.png) repeat-x center top;
	text-align: center;
    padding-top: 236px;
}

.section-formulaire {
    padding-top: 95px;
    margin-bottom: -580px;
}

.tx-bas-page {
	background-color: #43dc88;
    padding-top: 400px;
	padding-bottom: 50px;
}

.pied-de-page h4 {
	text-align: center;
	color: #fff;
	padding-bottom: 40px;
}

.pied-de-page p,
.pied-de-page a {
	font-size: 1.1429rem; /* 16px / 14px */
	line-height: 2.2222rem; /* 40px / 18px */
	color: #fff;
}

.pied-de-page a.rs-facebook i {
	margin-top: 70px;
}

.derniere-ligne p,
.derniere-ligne a {
	text-align: center;	
	font-size: 1rem; /* 14px / 14px */
	line-height: 1rem; /* 18px / 18px */
	padding-top: 30px;
}

.info-contacts {
	max-width: 770px;
	display: block;
	margin: 0 auto;
}

.page-gauche {
	float: left;
	padding-right: 60px;
}

.section-texte {
    margin-top: 80px;
}

.formulaire.acces-recette {
    max-width: 400px;
    margin: 0 auto;
}
.formulaire.acces-recette input {
    text-align: center;
}
.formulaire.acces-recette input[type='submit'] {
    float: none;
    margin: 0 auto;
    display: block;
}

.erreur {
    font-size: 0.8rem;
    color: #f00;
    text-align: center;
}

.centre,
.centre * {
    text-align: center;
}

.grid-moitier {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    align-items: start;
    position: relative;
}
.grid-moitier .grid-child {
    height: 100%;
    box-sizing: border-box;
    padding: 0 40px 120px 40px;
    display: flex;
    flex-direction: column;
    position: relative;
}                    
.grid-moitier p {
    padding-top: 0;
    padding-bottom: 30px;
}
.grid-moitier .en-bas {
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}














/* Au max */

@media screen and (max-width: 1200px) {
	.dessin {
		display: none;
	}    
}


@media screen and (max-width: 1630px) {
	.grande-boite-couleur {
		max-width: 100%;
		border-radius: 0;
	}

	
}

@media screen and (max-width: 1240px) {    
    .naturopathie img.pd-top-mobile {
        margin-top: 60px;
    }
    
	img {
		max-width: 100% !important;
	}
	
	.menu-principal ul li {
		margin-left: 30px;
	}
    
	.page-boite {
		max-width: 100%;
	}
    
    .fleche-texte {
        margin-top: 50px;
    }
    
    .pied-de-page a.rs-facebook i {
        margin-top: 25px;
    }

    .etapes,
    .action-desc {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
    }  
    .etapes {
        max-width: 800px;
    }
    
    .section-formulaire {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .me-joindre {
        padding: 60px;
    }  
    
	.naturo-ligne .container_12 .grid_6,
	.naturopathie .container_12 .grid_12,
	.naturopathie .container_12 .grid_6,
	.peut-apporter .container_12 .grid_6,
	.supplementation .container_12 .grid_12,
	.qui-suis-je .container_12 .grid_6,
	.page-boite .container_12 .grid_12,
	.tem-athletes .container_12 .grid_12,
	.page-recettes-detaillees .container_12 .grid_12 {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center !important;
		display: block !important;	
		clear: both !important;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.pad-droit-texte {
		padding-right: 0;
	}
	
	.pad-droit-texte.sur-titre,
	.pad-droit-texte h1,
	.pad-droit-texte h3,
	.pad-droit-texte p,
	.naturopathie h3,
	.naturopathie p,
	.supplementation h3,
	.supplementation p,
	.qui-suis-je p,
	.page-boite p,
	.page-recettes-detaillees h1,
	.page-recettes-detaillees p,
	.pad-top p {
		text-align: center;
	}
	
	.pad-top {
		padding-bottom: 50px;
	}
	
	.info-auteur {
		max-width: 100%;
	}
	
	.preparation p {
		text-align: left;
	}
	
	a.bouton-std {
		margin: 50px auto;
	}
	
	.ma-specialite h4 {
		text-align: center;
	}
	
	.naturopathie img,
	.peut-apporter img {
		margin-top: 0;
	}
	
	.peut-apporter img {
		margin-bottom: 50px;
	}
	
	.fleche-texte {
		max-width: 100%;
		padding-left: 0;	
	}	
	
	.fleche-texte hr {
		width: 100%;
	}

	.top-pad {
		padding-left: 0;
		max-width: 60%;
		margin: 0 auto;
	}

	.boite {
		margin: 100px 0;
	}
	
	.grid-parent-3 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0;
		margin-top: 80px;
	}

	.bouton-gauche{
		float: none;
		margin: 0 auto;
		padding-top: 20px;
	}

	.page-boite .grid-parent-3 .grid-child {
		margin: 0 auto 70px auto;
	}
	
	.page-recettes-detaillees .grid-parent-3 {
		margin-top: 0;
	}

	.page-recettes-detaillees h5 {
		text-align: center;
		padding-bottom: 0;
	}
	
	.page-recettes-detaillees li {
		text-align: left;
	}
	
	img.photo-det-rec {
		float: none;
		margin-bottom: 50px;
	}
	
	.croix a {
		margin: 0 auto;
	}
	
	img.ph-rec  {
		display: block;
		margin: 50px auto 0 auto;
	}

	a.titre-rec {
		padding-bottom: 10px;	
	}

	.tem-athletes.grande-boite-couleur {
		max-width: 100%;
	}

	.athletes img {
		margin: 0 auto;
	}

	.tem-athletes .grid-parent-3 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 0;
	}

	.cube-blanc {
		width: 370px;
		margin: 0 auto 50px auto;
	}

    .grid-parent-5 {
		grid-template-columns: repeat(3, 1fr);
        grid-gap: 75px;
	}
    .grid-parent-5 .grid-child {
        text-align: center;
    }
    .prendre-rdv {
        margin-bottom: 100px;
    }    
}



@media screen and (max-width: 1200px) {
	.page-service-details .container_12 .grid_12,
	.page-service-details .container_12 .grid_6,
	.consultation-ligne .container_12 .grid_12,
	.consultation-ligne .container_12 .grid_6,
	.consultation-ligne .container_12 .grid_4,
	.nouvelles-recettes .container_12 .grid_12 	{
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center !important;
		display: block !important;	
		clear: both !important;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.services-texte h5,
	.services-texte p,
	.nouvelles-recettes h3,
	.nouvelles-recettes p {
		text-align: center;
	}

	img.stress {
		margin: 0 auto;
        display: block;
        padding: 80px;
	}
    .avec-texte-g img.stress {
        padding-top: 0;
    }
    .avec-texte-d img.stress {
        padding-bottom: 0;
    }
    
	.tx-dr {
		text-align: center;
	}

	.element hr {
		width: 40%;
	}

	.cent-blanc {
		margin: 50px 0;
	}
    
	.cent-blanc-v2 {
        width: 100%;
        max-width: 600px;
    }
    
    .tarif-cprincipal {
        min-height: 0;
    }

	.grid-parent-4 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 0;
	}

	.titre {
		max-width: 100%;
	}

    .pet-fleche-dr {
        margin-top: 25px;
    }
    
	.separateur img {
		margin: 20px auto 40px auto;
	}

	.nouvelles-recettes h3 {
		padding-bottom: 10px;
	}

	.deg-bl-ga {
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
	}

	.deg-bl-dr {
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;		
	}
    
    .grid-moitier {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 60px;
        position: relative;
    }
}



@media screen and (max-width: 1150px) {
	#menu-mobile {
		display: inline-block;
		position: absolute;
		color: #000;
		right: 10px;
		top: 80px;
		z-index: 300;
	}

	#menu-mobile:before {
		font-size: 2rem; /* 28px / 14px */
	}
    
    #menu_haut {
        display: none;
    }

	.menu-principal ul {	
		width: 300px;
		padding: 12px;
		text-align: center;
		position: absolute;
		right: -10px;
		top: 118px;
        background: rgba(255, 255, 255, 1);
        border: 2px solid #eee;
		z-index: 300;
	}

	.menu-principal ul li {
		line-height: 2.7778rem; /* 50px / 18px */
		display: block;
		padding-left: 0;
		float: none;
		clear: both;
		background-color: #43dd88;
		margin-left: 0;
	}

	.menu-principal ul li a {
		text-decoration: none;
		color: #000;
		line-height: 2.7778rem; /* 50 / 18px */
		font-weight: bold;
    }
    
    .menu-principal ul li.menu-item-has-children &gt; a {
        background: #ff4d6f;
        color: #fff;
    }

	.menu-principal ul li a:hover {
		color: #43dd88;
		text-decoration: none !important;
	}
    
    .menu-principal ul.sub-menu {
        width: 100%;      
        padding: 0;
        border: 0;
        background: #ffeff1;
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        display: block;        
    }

	.temoignages .container_12 .grid_12,
	.temoignages .container_12 .grid_6,
	.prendre-rdv .container_12 .grid_12,
	.tx-bas-page .container_12 .grid_12,
	.conditions .container_12 .grid_12,
	.section-formulaire .container_12 .grid_12 {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center !important;
		display: block !important;	
		clear: both !important;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
    
    .prendre-rdv  {
        margin-bottom: 50px;
    }

	.temoignages p {
		text-align: center;
	}

	.temoignages img.photo-temoignages {
		float: none;
		display: block;
		margin: 50px auto 0 auto;
	}

	.temoignages .cliente p {
		text-align: left;
	}

	a.bouton-std.long {
		float: none;
		margin: 40px auto;
        display: block;
	}

	.lar-ga {
		max-width: 100%;
        float: none;
        clear: both;
		padding-right: 0;
	}

	.lar-ga h4,
	.lar-ga p,
	.me-joindre h3	{
		text-align: center;
	}

	.institut a {
		font-size: 1.2857rem; /* 32px / 14px */
	}

	.pied-de-page .page-gauche {
		float: none;
		padding-left: 0;
		padding-right: 0;
	}

	.pied-de-page p {
		text-align: center;
	}

	.grid-parent-5 {
		grid-gap: 100px;
	}

	.grid-parent-2 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 0;
	}

	.cent-blanc {
		box-shadow: none;
	}

	.formulaire-2 input[type="submit"] {
		float: none;
		margin: 40px auto 0 auto;
	}
    
    .page-a-propos .fleche-texte a.action-fleche {
        text-align: left;
    }
}



@media screen and (max-width: 780px) {
    .naturo-ligne img {
        margin-left: 0;
    }
    
	.grid-parent-3 {
		grid-template-columns: repeat(1, 1fr);
	}
    
    .grid-parent-5 {
		grid-template-columns: repeat(2, 1fr);
	}
    
	.boite,
	.boite-2 {
		margin: 50px 0;
        padding: 50px 0;
	}
    
    .boite-sans-couleur {
        margin-bottom: 50px;
    }
    
    .peut-apporter {
        padding-bottom: 50px;
    }

    .form-gauche,
    .form-droite {
        width: 100%;
        clear: both;
        float: none;
    }
    
    .categorie a {
        margin-bottom: 15px;
    }
    
    .formulaire input[type="submit"] {
        width: 100%;
    }

    .me-joindre {
        padding: 30px 30px 0 30px;
    }
    
    .croix {
        margin-top: 25px;
    }
    
    .page-boite:last-child {
        margin-bottom: 0;
    }
    
    .page-boite .grid-parent-3 .grid-child {
        margin: 0 auto 0 auto;
    }    
    
	h1,
	h2 {
		font-size: 2.8571rem; /* 40px / 14px */
	}
	
	h3 {
		font-size: 2.1429rem;/* 30px / 14px */
	}
	
	h4 {
		font-size: 2rem; /* 28px / 14px */
	}
	
	p,
	.ma-specialite p	{
		font-size: 1rem; /* 14px / 14px */
	}
		
	.grid-parent-5 {
		grid-gap: 50px;
	}
	
		.logo-institut .container_12 .grid_12 {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center !important;
		display: block !important;	
		clear: both !important;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}	

	.logo-institut .grid-parent-4 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0;
	}
	
	.preparation-physique hr {
		width: 50%;
	}
	
	.grid-child.institut {
		box-shadow: none;
	}	
		
	.petite-boite-coul {
		padding: 70px 10px 70px 20px;
	}
	
	.col-2 {
		column-count: 1;
	}
	
	.derniere-ligne p {
		font-size: .7142rem; /* 10px / 14px */
	}
	
	.bulles-1,
	.bulles-2 {
	    display: none;
    }
	.naturopathie.boite-couleur {
		padding: 50px 0 0 0;
	}
	
	.pad-top {
		padding-bottom: 0;
	}
	
	.petite-boite-coul {
		margin: 0;
		border-radius: 10px;
    }
    
    #specialite {
        margin-bottom: 0;
    }    

	.prendre-rdv .petite-boite {
		padding: 30px;
    }

    a.bouton-std.long {
        margin-bottom: 0;
    }
    
    .fleche-texte {
        text-align: left;
    }

    .page-a-propos img {
        margin-bottom: 0;
    }
    
    .page-a-propos .ma-specialite.petite-boite-coul {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .naturopathie.boite-couleur {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .deg-bl-ga,
    .deg-bl-dr {
        margin-top: 60px;
    }
    
    .condition {
        margin-bottom: 50px;
    }   
    
    .lar-ga {
        padding-left: 0;
        padding-right: 0;
    }
}
	
	
@media screen and (max-width: 490px) {

	.container_12 .grid_1,
	.container_12 .grid_2,
	.container_12 .grid_3,
	.container_12 .grid_4,
	.container_12 .grid_5,
	.container_12 .grid_6,
	.container_12 .grid_7,
	.container_12 .grid_8,
	.container_12 .grid_9,
	.container_12 .grid_10,
	.container_12 .grid_11,
	.container_12 .grid_12 {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center !important;
		display: block !important;	
		clear: both !important;
		float: none !important;
	}
	
	html {
		font-size: 9px;
		line-height: 12px;
	}	
	
	
	
	
}















.top-bar{
    background-color: rgb(67 214 129);
    padding: 10px;
}
.top-links{
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style: none;
}
.top-links li{
    padding: 0px 10px;
    color: white;
    font-weight:bold;
}
.top-links li a{
    color: white;
    text-decoration: none;
    font-size: 14px;
}
.social-link{
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 30px; */
    color: black;
    margin: 0px 5px;
}
.top-links .social-link:hover{
    background:#222e3e;
}
.top-links .social-link:hover a{
    color:white;
}
.top-links .social-link a{
    color: #222e3e;
}
.cond_2:hover a {
    color:#00dd17 !important;
}
.cond_3:hover a{
    color:#FF00ED !important;
}
.cond_4:hover a{
    color:#ffb000 !important;
}
.cond_5:hover a{
    color:#00f !important;
}
.cond_6:hover a{
    color:#00CBFF !important;
}
.cond_7:hover a{
    color:#BD4DFF !important;
}
.cond_8:hover a{
    color:#FF0000 !important;
}
.cond_9:hover a{
    color:#43DD88 !important;
}
.cond_10:hover a{
    color:#BD4DFF !important;
}
.cond_11:hover a{
    color:#FFE000 !important;
}

.bouton-std.cond_2 {
    background-color: #00dd17;
}
.bouton-std.cond_3 {
    background-color: #FF00ED;
}
.bouton-std.cond_4 {
    background-color: #ffb000;
}
.bouton-std.cond_5 {
    background-color: #00f;
}
.bouton-std.cond_6 {
    background-color: #00CBFF;
}
.bouton-std.cond_7 {
    background-color: #BD4DFF;
}
.bouton-std.cond_8 {
    background-color: #FF0000;
}
.bouton-std.cond_9 {
    background-color: #43DD88;
}
.bouton-std.cond_10 {
    background-color: #BD4DFF;
}
.bouton-std.cond_11 {
    background-color: #FFE000;
}

.bouton-std.cond_2,
.bouton-std.cond_3,
.bouton-std.cond_4,
.bouton-std.cond_5,
.bouton-std.cond_6,
.bouton-std.cond_7,
.bouton-std.cond_8,
.bouton-std.cond_9,
.bouton-std.cond_10,
.bouton-std.cond_11 {
    width: 200px;
    box-sizing: border-box;
    text-decoration: none !important;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 50px;
    display: block;
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.1rem;
}


.px-5 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}
@media(max-width:576px){
    .top-links li a{
        font-size: 12px;
    }
    .social-link{
        height: 20px;
        width: 20px;
    }
}




/* slider */
@media (min-width: 1400px){
    .container{
        max-width: 1180px;
    }
}
@media (min-width: 1400px){
    .container-fluid{
        max-width: 1480px;
    }
}

#header-slider{
    margin-bottom: 3rem;
    max-width:1480px;
    margin-left:auto;
    margin-right:auto;
}

#header-slider .slide-one{
    background-color: #eeb9f2;
    border-radius: 5rem;
    font-size: 1.15rem;
}
#header-slider .owl-item:nth-child(2) .slide-one{
    background-color: #dffef8;
    border-radius: 5rem;
    font-size: 1.15rem;
}
#header-slider .slide-one h1{
    color: #ff00e6;
    padding-top:5px;
    font-size: 3.75rem;
    line-height: 1;
    font-weight:bold;
}
#header-slider .owl-item:nth-child(2) .slide-one h1{
    color: #222e3e;
}
#header-slider .slide-one p{
    color: #fff;
    margin-bottom: 16px;
    font-size:1.1rem;
    line-height:1.1;
}
#header-slider .owl-item:nth-child(2) .slide-one p{
    color: #222e3e;
}
#header-slider .slide-one span{
    color: #fff;
    font-size:1.8rem;
    font-weight:bold;
}
#header-slider .owl-item:nth-child(2) .slide-one span{
    color: #18e8c5;
}
#header-slider .slide-one .slide-btn{
    background-color: #ff00e6;
    border-radius: 25rem;
    padding: 10px 30px;
    display: inline-block;
    color: white;
    text-decoration: none;
    text-decoration: none !important;
    font-weight: 600;
    margin-top:15px;
}
#header-slider .owl-item:nth-child(2) .slide-one .slide-btn{
    background-color: #18e8c5;
}
#header-slider .carousel-control-prev{
    width: auto;
    left: 48px;
    transform: translateX(-50%);
    opacity:1;
}
#header-slider .carousel-control-next{
    width: auto;
    right: 48px;
    transform: translateX(50%);
    opacity:1;
}
#header-slider .carousel-control-prev-icon{
    background-color: #ff00e6;
    border-radius: 50px;
    background-size: 50%;
    height:2.5rem;
    width:2.5rem;
}
#header-slider .carousel-control-next-icon{
    background-color: #ff00e6;
    border-radius: 50px;
    background-size: 50%;
    height:2.5rem;
    width:2.5rem;
}
#header-slider .slide-one .image-frame{
    background-color: #ff00e6;
    padding: 15px;
    border-radius: 10px;
}

#header-slider .owl-item:nth-child(2) .slide-one .image-frame{
    background-color: #18e8c5;
    padding: 15px;
    border-radius: 10px;
}


#header-slider .slide-two{
    background-color: #dffef8;
    border-radius: 5rem;
    font-size: 1.15rem;
}
#header-slider .slide-two h1{
    color: #222e3e;
    font-size: 3.75rem;
}
#header-slider .slide-two p{
    color: #5a6470;
}
#header-slider .slide-two span{
    color: #18e8c5;
}
#header-slider .slide-two .slide-btn{
    background-color: #18e8c5;
    border-radius: 25rem;
    padding: 10px 25px;
    display: inline-block;
    color: white;
    text-decoration: none;
}
#header-slider .slide-two .image-frame{
    background-color: #18e8c5;
    padding: 15px;
    border-radius: 10px;
}

@media(max-width:767px){
    .top-links li a{
        font-size: 12px;
    }
    .social-link{
        height: 20px;
        width: 20px;
    }
    #header-slider .slide-one , #header-slider .slide-two {
        border-radius: 2rem;
        font-size: .8rem;
    }
    #header-slider .slide-one h1, #header-slider .slide-two h1{
        font-size: 2rem;
    }
    #header-slider .carousel-control-prev{
        left: 16px;
    }
    #header-slider .carousel-control-next{
        right: 16px;
    }
}


/* video-box */

.video-box{
    background-color: #b1cbff;
    border-radius: 5rem;
}
.video-box-2{
    background-color: #eeb9f2;
}
.video-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000ff71;
    z-index: 1;
}
.video-box-2 .video-overlay{
    background-color: #ff00e671;
}
.video-overlay .play-btn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    color: #0000ff;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 2;
}
.video-box-2 .video-overlay .play-btn{
    color: #ff00e6;
}
.about-video-container{
    margin-top: -10%;
    border-radius: 20px;
    overflow: hidden;
}
.about-video-container .thumbnail{
    all: unset;
    height: 350px;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}
.video-box h1{
    text-align: center;
    color: #222e3e;
    font-size: 4rem;
}
.video-box-2 h1{
    text-align: center;
    color: #ff00e6;
    font-size: 4rem;
}
.video-box p {
    /*color: #5a6470;*/
	color: #333;
    margin-bottom: 16px;
    text-align:justify;
    text-align-last:center;
    font-size: 1.2857rem;
    line-height: 1.8889rem;
	letter-spacing: .05em;
}
.video-box img{
    border-radius: 10px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.learn-more-btn{
    background-color: #0000ff;
    color: white;
    text-decoration: none;
    display: block;
    width: max-content;
    padding: 10px 35px;
    border-radius: 25rem;
    margin: auto;
    margin-top: 15px;
    margin-bottom: -48px;
    transform: translateY(50%);
    font-size: 1.1rem;
}
.video-box-2 .learn-more-btn{
    background-color: #ff00e6;
}
.product-box{
    border: 2px solid #5c646f;
    border-radius: 15px;
    overflow: hidden;
    display: block;
    text-decoration: none !important;
	background: #fff;
}
.product-box:hover{
    text-decoration: none !important;
}
.product-box h5{
    color: white;
    text-decoration: none !important;
    padding: 0px;
    margin:0px;
}
.product-detail{
    background-color: #5c646f;
    color: white;
    text-align: center;
    padding: 10px 5px;
    
}
.products-container h1{
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    color:#090000;
}
.products-container p{
    color: #8c95a9;
    text-align-last: center;
    margin-bottom: 16px;
	font-size: 1.2857rem;
    line-height: 1.8889rem;
    font-weight: normal;
	letter-spacing: .05em;
}
.product-detail p{
    color: white;
    margin:0px;
    text-align:center;
}
.owl-nav{
    display: flex ;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-100%);
}
.owl-nav button{
    height: 30px;
    width: 30px;
    font-size: 18px;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5c646f !important;
    border-radius: 50% !important;
}
.owl-nav button.owl-prev{
    transform: translateX(-150%);
}
.owl-nav button.owl-next{
    transform: translateX(150%);
}
.check_box{
    background-color: #eeb9f2;
    color: #ff00e6;
    border-radius: 15px;
    padding: 5px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 2px 2px 15px rgb(196, 196, 196);
}
.check_box span{
    font-weight: bold;
    font-size: 2rem;
}
.check_box img{
    width: 50px;
    margin-right: 10px;
}
.appoitment-box{
    background: url("../naturo/images/appointment-bg2.png");
    background-size: cover;
    padding: 50px;
    color: white;
    border-radius: 5px;
}
.appoitment-box p{
    font-size: 2rem;
    line-height: 2.2rem;
    color: white;
    margin: 0px;
    font-weight: bold;
    text-align: center;
}
.appoitment-btn{
    background-color: #eeb9f2;
    color: #ff00e6;
    padding: 5px 35px;
    font-size: 1.5rem;
    border: none;
    font-weight: bold;
    border-radius: 5px;
    transform: translateY(50%);
    display: block;
    width:max-content;
    text-decoration:none;
    margin: auto;
    margin-bottom: -50px;
}
.appoitment-btn:hover{
    text-decoration:none;
    color:white;
}
.clients-section .image-frame{
    background-color: #ff00e6;
    padding: 15px;
    border-radius: 10px;
}
.clients-section h2{
    margin: 0px;
    padding: 0px;
    color: black;
}
.clients-section h6{
    margin: 0px;
    padding: 0px;
    color: black;
    font-size: 16px;
}
.clients-section p{
    text-align: justify;
    text-align-last: center;
    margin-top: 15px;
}
.nav_bar{
    display:flex;
}
.menu-principal ul li a:hover{
    color: #ff00e6;
}
.condition h6 a{
    color:#222e3e;
    text-decoration:none !important;
}
.petite-boite-2{
    background-color: #f4f4f5;
    /*padding:45px 0px;*/
}
.petite-boite-2 .grid_12{
    float:none;
}
.petite-boite-2 .wrapper .wrapper{
    /*background:white;*/
}
.condition .dessin.dr-mauve {
    z-index:1;
}
.cond-icone h6{
    color: #222e3e;
	padding-bottom: 20px;
}
.consultation-ligne{
    background: #f4f4f5;
    padding-top:4rem;
    padding-bottom:4rem;
}
.banner-slider .owl-nav button {
    background-color: #ff00e6 !important;
}
.banner-slider .owl-nav button.owl-next{
    transform: translateX(52%);
}
.banner-slider .owl-nav button.owl-prev{
    transform: translateX(-52%);
}
.wpcf7-form .formulaire{
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-form .form-gauche, .wpcf7-form .form-droite {
    float: none;
    clear:both;
}
.wpcf7-form .wpcf7-submit{
    background: #18e8c5;
    padding: 10px 70px;
    border-radius: 5px;
    color: white;
    position: absolute;
    right: 8%;
    bottom: 18%;
    font-weight:600;
    
}
.wpcf7-list-item-label{
    color:#8c95a9;
}
.me-joindre p{
    color:#8c95a9;
}
.wpcf7-textarea{
    height:100px;
    width:100%;
    border-bottom: 1px solid #aaa;
    line-height:1.2 !important;
    margin-top:10px;
}
.wpcf7-textarea::placeholder{
    color:#8c95a9;
}
.wpcf7-textarea::-moz-placeholder{
    color:#8c95a9;
}
.wpcf7-textarea:-ms-input-placeholder{
    color:#8c95a9;
}
#wpcf7-f5-o2 .wpcf7-checkbox{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
#wpcf7-f5-o2 .wpcf7-checkbox .wpcf7-list-item{
    line-height:1.8;
    margin-left:0px;
}

.wpcf7-form-control-wrap ~ label{
    padding-left:10px;
}
@media(max-width:1500px){
    .banner-slider .owl-nav button.owl-prev{
        transform: translateX(-10px);
    }
    .banner-slider .owl-nav button.owl-next{
        transform: translateX(10px);
    }
}
@media(max-width:780px){
    #wpcf7-f5-o2 .wpcf7-checkbox{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .wpcf7-form .wpcf7-submit{
        bottom: 11%;
    }
    
}
@media(max-width:767px){
    .wpcf7-form .wpcf7-submit{
        bottom: 5%;
        right:50%;
        transform:translatex(50%);
    }
    
     .owl-nav button span{
        font-size:20px;
        line-height:20px;
        
    }
     .owl-nav button {
        height: 25px !important;
        width: 25px !important;
    }
    #wpcf7-f5-o2 .wpcf7-checkbox{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .video-box h1{
        font-size: 2rem;
    }
    .video-box{
        border-radius: 2rem;
    }
    .products-container h1{
        font-size: 2rem;
        font-weight: bold;
    }
    .owl-nav button.owl-prev{
        transform: translateX(0px);
    }
    .owl-nav button.owl-next{
        transform: translateX(0px);
    }
    .appoitment-box{
        padding: 30px;
    }
    .appoitment-box p{
        font-size: 1.5rem;
    }
    .appoitment-btn{
        margin-bottom: -30px;
    }
    .about-video-container{
        margin:0px;
    }
}</pre></body></html>