/*
Theme Name: Harmonia by JTSconseils
Theme URI: url du future site
Author: JTSconseils
Author URI: https://jtsconseils.com/
Description: descripttion du site client
Requires at least: WordPress 5.0
Version: 1.1
*/
/*************Reset****************/
/* Box sizing rules */
*,
*::before,
*::after {
  /*box-sizing: border-box;*/
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/*balise base */
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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
html {
    overflow-x: hidden;
   
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, input, select, textarea { margin: 0 }
:focus { outline: 0 }

img, video, object, embed {
  max-width: 100%;
  height: auto;

}


/****** Police *****/
@font-face {
  font-family: 'bodoniflfbold';
  src: url('fonts/bodoniflf-bold-webfont.woff2') format('woff2'),
       url('fonts/bodoniflf-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'quicksandbold';
  src: url('fonts/quicksand-bold-webfont.woff2') format('woff2'),
       url('fonts/quicksand-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'quicksanditalic';
  src: url('fonts/quicksand-italic-webfont.woff2') format('woff2'),
       url('fonts/quicksand-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'quicksandlight';
  src: url('fonts/quicksand-light-webfont.woff2') format('woff2'),
       url('fonts/quicksand-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'quicksandregular';
  src: url('fonts/quicksand-regular-webfont.woff2') format('woff2'),
       url('fonts/quicksand-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}  
/*----TEMPLATE HOME-----*/

.cookie_boutons{background: #eed964 !important; color: #00848e !important;}

.d-flex{
  display: flex;
}
p{
  font-family: 'quicksandregular';
  font-size: 17px;
}

h2{
  font-size: 30px;
}

strong{
  font-weight:bold;
}

#search_block{
  width: 300px;
  height: 90px;
  float: right;
}

#cross{
  width: 20px;
  height: 20px;
  display: none;
  margin-right: 1rem;
}

#home_banner{
  width: 100%;
  background: #eed964;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 5s ease-in-out;
}

#other_pages_banner{
  width: 100%;
  background: white;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#home_banner>div {
  animation: fade-in 10s;
}

@keyframes fade-in {
  from {opacity: 0;}
  to {opacity: 1;}
}

.move_to_top{
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
}

#logo_home{
  margin: auto;
  width: 400px;
  height: 400px;
}

#other_pages_logo_home{
  margin: auto;
  width: 225px;
}

.other_pages_menu_top{
  display: block !important;
  height: 30px;
  width: 40px;
  margin: 0 auto;
  z-index: 3;
  position: absolute;
  top: 8rem;
  right: 2rem;
}

.searchform_home{
  position: absolute;
  top: 20px;
  right: 2rem;
  display: none;
  z-index:3;
}

.other_page_searchform{
  position: absolute;
  top: 20px;
  right: 2rem;
  display: flex;
  z-index:3;
}

.fieldset{
  display: flex;
  align-items: center;
  flex-direction: row;
}

#s{
  border-radius: 50px 0 0 50px;
  padding: 0.5rem;
  border: 1px solid #3f969d;
  color: #3f969d;
  font-family: 'quicksanditalic';
  font-size: 14px;
}

#search_button{
  border-radius: 0 50px 50px 0;
  background-color: #00848e;
  width: 2.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: hidden;
  height: 35px;
}

#search_button_click{
  display: none;
}

#menu-top{
  position: absolute;
  top: 0;
  right: 0;
  height: 1100px;
  width: 480px;
  justify-content: center;
  background-color: #F6DA59;
  z-index: 2;
  display: none;
  text-align: center;
  padding-top: 10rem;
  font-size: 25px;
  font-family: 'bodoniflfbold';
}

.top-menu{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-item{
  padding: 10px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.menu-item>a:hover{
  color: #00848e;
}

.menu-item>a:hover + .submenu_items, .submenu_items:hover{
  display: block;
}

.submenu_items{
  display: none;
  font-size: 14px;
}

.submenu_items>li>a{
  font-family: 'quicksandregular';
}

#text-center{
  text-align: center;
}

.first_img_menu{
  height: 400px;
  flex-wrap: wrap;
}

.first_img_menu>img{
  width: 100%;
  height: fit-content;
}

#massage_cab{
  box-shadow: rgba(0, 80, 109, 0.6) 0px 0px 0px 1000px inset;
}

#massage_entreprise{
  box-shadow: rgba(0, 132, 142, 0.6) 0px 0px 0px 1000px inset;
}

.text_massage_presentation{
  color: white;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  object-fit: cover;
  height: 100%;
  width: 50%;
}
.text_massage_presentation>h1{
  font-family: 'bodoniflfbold';
  margin-bottom: 1rem;
  font-size: 57px;
  text-align: center;
}

.text_massage_presentation>p{
  font-family: "quicksandregular";
  text-align: center;
  margin-bottom: 1rem;
  max-width: 30rem;
  width: auto;
  font-size: 14px;
}

.more_informations{
  font-family: "quicksanditalic";
  font-size: 14px;
  text-decoration: none;
  color: white;
  border: 1px solid white;
  padding: 7px;
  border-radius: 20px;
}

.text_massage_presentation>a:hover{
  color: #d7ca62;
  border-color: #d7ca62;
}

.about_section{
  justify-content: flex-end;
  position: relative;
  margin: 70px 0 70px 0;
  height: 380px;
  align-items: center;
}

#about_pic{
  width: 230px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 3rem;
  height: 230px;
}

#border_about_pic{
  position: absolute;
  top: 45px;
  width: 285px;
  box-sizing: border-box;
  right: calc(100% - 49%);
}

#text_about_section>h2{
  font-family: "bodoniflfbold";
  color: #05536a;
  margin-bottom: 1rem;
}

#text_about_section{
  flex-direction: column;
  width: 50%;
}

#text_about_section>p{
  padding-right: 150px;
}

#text_about_section>a{
  color: #05536a;
  border-color: #05536a;
  width: max-content;
  margin-top: 1rem;
}

#text_about_section>a:hover{
  color: #00848e;
  border-color: #00848e;
}

#circle{
  background-color: #F6DA59;
  width: 380px;
  height: 380px;
  position: absolute;
  top: 0%;
  left: 40%;
  border-radius: 50%;
  z-index: -1;
}

.info_cab_container{
  position: relative;
  margin-top: 70px;
}

.info_cab{
    flex-direction: column;
  width: 50%;
  position: absolute;
  right: -50px;
  background-color: white;
  margin-top: 100px;
  z-index: 1;
  height: 300px;
  justify-content: center;
  padding-left: 50px;
}

.info_cab>h2{
  font-family: "bodoniflfbold";
  color: #05536a;
  margin-bottom: 1rem;
}

.info_cab>p{
  width: 80%;
}

.info_cab>a {
  margin-top: 2rem;
  color: #05536a;
  border-color: #05536a;
  width: max-content;
}

.info_cab>a:hover{
  color: #00848e;
  border-color: #00848e;
}

.info_cab_pic{
  position: absolute;
  left: 20%;
  width: 680px;
  object-fit: cover;
  height: 490px;
}

.advices{
  width: 100%;
  height: 500px;
  background-color: #19516F;
  margin-top: 460px;
}

.advices>h2{
  font-size: xx-large;
  padding-top: 170px;
  text-align: center;
  color: #F6DA59;
  font-family: 'bodoniflfbold';
}

.last-articles{
  display: flex;
  justify-content: space-around;
  margin-top: 70px;
}

.article{
  flex-direction: column;
  width: 470px;
}

.article>h2{
  font-family: "bodoniflfbold";
  color: #05536a;
  font-size: 30px;
  margin: 1rem 0;
}

.article>a{
  font-family: "quicksanditalic";
  font-size: 14px;
  text-decoration: none;
  color: #05536a;
  border: 1px solid #05536a;
  padding: 7px;
  border-radius: 20px;
  width: max-content;
  margin-top: 2rem;
}

.article>a:hover{
  color: #00848e;
  border-color: #00848e;
}

.home-news-img{
  width: 100%;
  object-fit: cover;
  height: 175px;
}

/*-----FIN TEMPLATE HOME------*/

/*-----TEMPLATE A PROPOS------*/


.about_banner {
  position: relative;
}

.about_banner>div>h1 {
  font-size: 40px;
  color: white;
  font-family: 'quicksandbold';
}

#shadow{
  box-shadow: rgba(4, 80, 109, 0.6) 0px 0px 0px 1000px inset;
  position: absolute;
  width: 100%;
  height: 100%;
}

.who_am_i_container{
  flex-direction: row-reverse;
  margin-top: 70px;
}

.who_am_i{
  width: 650px;
  flex-direction: column;
}

.about_banner>div>hr {
  width: 50%;
  height: 4px;
  background-color: white;
  margin-top: 2rem;
  border: none;
}

.banner_img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.who_am_i>h2 {
  font-family: 'bodoniflfbold';
  color: #3f969d;
}

.who_am_i>p{
  text-align: justify;
  padding: 1rem 0;
}

.who_am_i_pic{
  justify-content: center;
  position: relative;
  margin: 50px 0 6rem 0;
  width: 44%;
}

#border_who_am_i_pic{
  position: absolute;
    top: -35px;
    width: 360px;
    box-sizing: border-box;
}

#about_page_img{
  width: 300px;
  object-fit: cover;
  border-radius: 50%;
  height: 300px;

}

#about_circle{
  background-color: #F6DA59;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 60%;
  left: 25%;
  border-radius: 50%;
  z-index: -1;
}

#info_slide{
  left: 22%;
}

.contact_me{
  color: #3f969d !important;
  border-color: #3f969d !important;
  width: max-content;
}

.contact_me:hover{
  color: #00848e !important;
  border-color: #00848e !important;
}

.values{
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 380px;
}

.values>h2{
  padding-top: 150px;
}

.values>p{
  padding-top: 2rem;
  color: white;
}

#values_logos{
  justify-content: space-around;
  width: 60%;
  position:absolute;
  top: -4rem;
  left: 20%;;
}

.logo_about_values{
  flex-direction: column;
  text-align: center;
  width: 25%;
  align-items: center;
}

.logo_about_values>img{ width: 90px;}

.logo_about_values>h2{
  font-size: 20px;
  padding-top: 1rem;
  color: #3f969d;
  font-family: 'quicksandbold';
}

#values_groupe{
  position: relative;
  margin-bottom: 15rem;
}
/*----FIN TEMPLATE A PROPOS------*/

/*----TEMPLATE CONTACT----*/
.contact_section{
  justify-content: center;
  position: relative;
  margin: 5rem 0 10rem 0;
}

#contact_circle{
  background-color: #F6DA59;
  width: 500px;
  height: 500px;
  position: absolute;
  top: -12%;
  left: 30%;
  border-radius: 50%;
  z-index: -1;
}

#border_contact_pic{
  position: absolute;
  top: 16px;
  width: 370px;
  box-sizing: border-box;
  left: -1.5rem;
}

#contact_pic{
  width: 300px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 3rem;
  height: 300px;
  margin-top: 3rem;
}

#text_contact_section{
  flex-direction: column;
  width: 35%;
  margin-top: 2rem;
  justify-content: center;
}

#text_contact_section>h2{
  color: #19516F;
  font-size: 40px;
  font-family: 'bodoniflfbold';
}

#text_contact_section>h3{
  font-family: 'quicksandbold';
  color: #19516F;
}

#text_contact_section>p{
  font-family: 'quicksandbold';
}

#text_contact_section>p:first-of-type{
  margin: 2rem 0;
}

#map>div{
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
  text-align: center;
}

#map>div>h2{
  font-family: 'bodoniflfbold';
  color: #19516F;
}

#map>div>p{
  margin-top: 1rem;
}
/*----FIN TEMPLATE CONTACT----*/

/*----TEMPLATE LOCAL----*/
.massage_cab_container{
  flex-direction: column;
}

.deroulement_seance{
  flex-direction: column;
  width: 80%;
  margin: 70px auto;
}

.deroulement_seance>h2{
  font-family: 'bodoniflfbold';
  color: #05536a;
}

.deroulement_seance>hr{
  width: 40%;
  color: #3f969d;
  height: 2px;
  background-color: #3f969d;
  border: none;
}

.dot{
  font-family: "bodoniflfbold";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 65px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#before>.dot{
  background-color: #eed964;
}

#during>.dot{
  background-color: #00848e;
  color: #eed964;
}

#after>.dot{
  background-color: #04506d;
  color: white;
}

.deroulement_div{
  align-items: center;
  margin: 1rem 0;
  justify-content: center;
}

.deroulement_div>div{
  flex-direction: column;
  width: 50%;
  font-size: larger;
  margin-left: 2rem;
}

.deroulement_div>div>p:first-child{
  color: #05536a;
  font-size: 20px;
}

.local_massage_resume_container{
  display: flex;
  flex-direction: column;
  position: relative;
  width: 80%;
  margin: auto;
  height: auto;
  justify-content: flex-end;
  margin-top: 35px;
}

.local_massage_resume_container>h2{
  font-family: 'bodoniflfbold';
  color: #05536a;
}

#local_massage_img_resume{
  width: 680px;
  height: 375px;
  position: absolute;
  right: -165px;
  top: -260px;
}

.local_massage_block{
  position: relative;
  width: 100%;
  background-color: #00848e;
  display: flex;
  color: white;
}

.local_massage_block>div>h2, .resume_group>h2{
  font-size: 20px;
  font-family: 'quicksandbold';
  color: #e7d86d;
  margin-bottom: 1rem;
}

.resume_group, .local_massage_block>div {
  padding: 40px;
  width: 50%;
  padding-bottom: 60px;
}

.resume_group>h2:nth-of-type(2){
  margin-top: 3rem;
}

.carte_soins{
  font-family: "bodoniflfbold";
  width: 43%;
  margin: 70px 0 0 10%;
  font-size: larger;
}

.carte_soins>h2{
  color: #05536a;
}

.carte_soins>p{
  margin-top: 2rem;
}

#mobile_pdf_button{
  background-color: #04506c;
  margin-top: 40px;
}

.title{
  font-size: x-large;
  padding: 1rem;
  text-align: center;
  background-color: #004f6c;
  color: #eed964;
  border-bottom: 4px solid white;
}

.soins{
  width: 58%;
  font-family: 'quicksandregular';
  padding: 1rem 0;
  border-right: 4px solid white;
}

.soins>strong{
  font-size: 20px;
}

.durees{
  width: 8%;
  font-family: 'quicksandregular';
  padding: 1rem 0;
  border-left: 4px solid white;
  border-right: 4px solid white;

}

.tarifs{
  width: 8%;
  font-family: 'quicksandregular';
  padding: 1rem 0;  
  border-left: 4px solid white;
  border-right: 4px solid white;

}

.forfaits{
  width: 25%;
  font-family: 'quicksandregular';
  padding: 1rem 0;
  border-left: 4px solid white;

}

.mid-cell{
  background-color: #eed964;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'bodoniflfbold';
  font-size: 20px;
  text-align: center;
}


.separator_tab{
  font-family: "bodoniflfbold";
  width: calc(100% - 20px);
  background: #e8e8e8;
  color: #00848e;
  font-size: 20px;
  padding: 10px;
}

#massage>hr:last-child, #soins>hr:last-child{
  display: none;
}

#display_tab{
  color: white;
  border-color: white;
  width: max-content;
  cursor: pointer;
  font-size: 18px;
  margin: 15px auto 0 auto;
  position: absolute;
  bottom: 30px;
  right: 25%;
  transform: translate(50%);
  z-index: 999;
}

#display_tab:hover{
  color: #eed964;
  border-color: #eed964;
}

.a_chaque_soin>h3{
  font-size: x-large;
  color: #00848e;
  font-family: 'quicksandregular';
  margin-bottom: 2rem;
}

.a_chaque_soin{
  width: 80%;
  margin: 20px auto;
  display: none;
}

.a_chaque_soin>p{
  margin-top: 1rem;
  font-style: italic;
}

.info_container{
  width: 75%;
  background: #00848e;
  color: white;
  padding: 3rem;
  margin: 3rem auto 0 auto;
  justify-content: space-around;
  position: relative;
}

#separator_info{
  height: 150px;
  background-color: white;
  width: 3px;
  border-radius: 2px;
  margin: auto 0;
}

.info_contain{
  width: 40%;
  font-size: larger;
}

.info_contain>p{
  margin: 2rem 0;
}

.info_contain>h4 {
  font-family: 'quicksandbold';
  color: #eed964;
  font-size: 20px;
}

.info_contain>a:hover{
  color: #eed964;
  border-color: #eed964;
}

.carte_parrainage{
  width: 100%;
  object-fit: cover;
  background-image: url("images/rectangle_carte_parrainage.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-color: #04506d;
  background-size: cover;
  height: 295px;
}

.carte_parrainage>div{
  width: 35%;
  margin: 3rem 0 2rem 10%;
}

.carte_parrainage>div>a:hover{
  color: #eed964;
  border-color: #eed964;
}

.carte_parrainage>div>h4{
  font-family: 'bodoniflfbold';
  color: #eed964;
  font-size: 30px;
}

.carte_parrainage>div>p{
  margin: 2rem 0;
  color: white;
}

.offrir_cadeau{
  width: 91.5%;
  align-items: center;
  justify-content: flex-end;
}

.offrir_container{
  position: relative;
  height: 535px;
}

#offrir_cadeau_pic{
  width: 685px;
  height: 535px;
  margin: auto;
  position: absolute;
  z-index: -1;
  left: 10.5%;
  object-fit: cover;
}

#offrir_cadeau_mid_pic{
  margin-right: -43px;
  z-index: 1;
}

#offrir_cadeau_div_texte{
  background: #eed964;
  padding: 3rem 4rem;
  font-size: larger;
  width: 42%;
}

#offrir_cadeau_div_texte>h3{
  font-size: 30px;
  font-family: 'bodoniflfbold';
  color: #05536a;
}

#offrir_cadeau_div_texte>p{
  margin: 2rem 0;
}

#offrir_cadeau_div_texte>a{
  color: #04506d;
  border-color: #04506d;
}

#offrir_cadeau_div_texte>a:hover{
  color: #00848e;
  border-color: #00848e;
}

.message_bottom{
  width: 80%;
  border: 2px solid #eed964;
  margin: 70px auto 0 auto;
  text-align: center;
  padding: 2rem;
}

.message_bottom>h2{
  font-size: 20px;
  font-family: 'quicksandbold';
  color: #00848e;
}

.message_bottom>p{
  padding: 0 7rem;
  margin: 2rem 0;
}

.message_bottom>a{
  color: #04506d;
  border-color: #04506d;
}

.message_bottom>a:hover{
  color: #00848e;
  border-color: #00848e;
}
/*----FIN TEMPLATE LOCAL----*/

/*----TEMPLATE COMPANY----*/
.presentation{
  width: 80%;
  margin: 70px auto;
  font-size: larger;
}

.presentation>h2{
  font-family: 'bodoniflfbold';
  color: #00848e;
}

.presentation>p{
  margin: 2rem 0;
  text-align: justify;
}

.bienfaits_container{
  width: 100%;
  background: linear-gradient(90deg, #04506d 70%, #00848e 30%);
  justify-content: center;
}

.bienfaits_containt{
  width: 80%;
  justify-content: space-between;
  align-items: center;
}

#left_part{
  flex-direction: column;
  width: 50%;
  color: white;
  font-size: larger;
  text-align: justify;
}

#left_part>h2{
  color: #eed964;
  font-size: 30px;
  font-family: 'bodoniflfbold';
}

#left_part>p{
  margin-top: 2rem;
  padding-right: 15px;
}

#right_part{
  flex-direction: column;
  text-align: center;
  padding: 40px 0;
  margin: auto;
  background-color: #00848e;
  border-radius: 50% 0 0 50%;
}

#right_part>h2{
  font-family: 'quicksandregular';
  color:#eed964;
  font-size: x-large;
  margin-bottom: 1rem;
}

#right_part>img{
  width: 400px;
  margin: auto;
}

.comment_ca_marche{
  width: 80%;
  margin: 70px auto;
  font-size: larger;
}

.comment_ca_marche>h2{
  font-family: 'bodoniflfbold';
  color: #00848e;
}

.comment_ca_marche>p{
  margin: 2rem 0;
}

.informations_pratiques{
  width: 80%;
  margin: 70px auto;
}

.informations_pratiques>h2{
  font-family: 'bodoniflfbold';
  color: #00848e;
}
/*----FIN TEMPLATE COMPANY----*/

/*----SINGLE.PHP----*/
.sidebar{
 width: 260px;
 margin-right: 1rem;
}

.sidebar>a{
  color: #3f969d;
  border-color: #3f969d;
  margin-top: 3rem;
  margin-left: 3rem;
}

.sidebar>h2{
  color: #0c4b7c;
  border-bottom: #0c4b7c 3px solid;
  font-size: 18px;
  font-family: 'quicksandbold';
}

.sidebar_article{
  margin: 2rem 0;
}

.sidebar_article>a>img{
  width: 260px;
  height: 140px;
  object-fit: cover;
}

.publish_date{
  font-family: 'quicksanditalic';
  align-items: center;
  font-size: 14px;
  color: #3f969d;
  margin-top: 10px;
  justify-content: space-between;
}

.sidebar_article>h3{
  font-family: "bodoniflfbold";
  font-size: xx-large;
  color: #05536a;
}

.page_actu_container{
  margin-top: 70px;
}

.actu{
  width: 80%;
}

.article_detail{
  flex-direction: column;
  margin: 0 auto;
  width: 785px;
}

.article_detail>.publish_date>hr{
  width: 70%;
}

.article_detail>h2{
  font-family: "bodoniflfbold";
  color: #05536a;
  font-size: xx-large;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.article_detail>img{
  height: 320px;
}

.article_detail>a{
  font-family: "quicksanditalic";
  text-decoration: none;
  color: #05536a;
  border: 1px solid #05536a;
  padding: 7px;
  border-radius: 20px;
  width: max-content;
  margin-top: 2rem;
}

/*----FIN SINGLE.PHP----*/

/*----TEMPLATE ACTUALITE----*/

.articles_container{
  width: 102%;
  justify-content: center;
}
.articles_contain{
  flex-wrap: wrap;
  width: 1030px;
  justify-content: left;
}

.article_card{
  flex-direction: column;
  width: 310px;
  margin: 70px 33px 3rem 0;
}

.article_card>h2{
  font-family: "bodoniflfbold";
  color: #05536a;
  font-size: xx-large;
  margin-bottom: 1rem;
}

.article_card>a{
  margin-top: 1rem;
  color: #05536a;
  border-color: #05536a;
  width: max-content;
}

.article_card>a:hover{
  color: #00848e;
  border-color: #00848e;
}
/*----FIN TEMPLATE ACTUALITE----*/

/*----404----*/
.error_title{
  color: #00848e;
  font-size: xx-large;
  font-family: 'quicksandregular';
}

.error_message{
  text-align: center;
  padding: 2rem;
}

.error_message>a{
  margin-top: 2rem;
  text-decoration: none;
  color: #00848e;
}

.error_container{
  width: 100%;
}
.error_contain{
  flex-direction: column;
  width: 500px;
  background-color: #eed964;
  border-radius: 50%;
  height: 500px;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: larger;
}

/*----FIN 404----*/

/*----RESERVATION---*/
.reservation_container{
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.reservation_choice_buttons{
  margin-top: 70px;
  text-align: center;
}

.reservation_buttons{
  border: none;
  background-color: #004f6c;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 20px;
  color: #e7d86d;
  margin: 0 2rem;
  width: 270px;
  cursor: pointer;
  font-family: 'quicksandbold';
}

.reservation_massage_company_container, .reservation_massage_local_container{
  display: none;
}

.reservation_massage_local_container{
  position: relative;
}

.reservation_massage_local_container>hr{
  position: absolute;
  top: 108px;
  width: 80%;
  left: 50%;
  transform: translate(-50%);
  border: none;
  height: 2px;
  background-color: #e7d86d;
}

.reservation_massage_company{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}

.reservation_massage_company>p{
  font-family: 'quicksandbold';
  font-size: 18px;
  color: #004f6c;
}

.reservation_massage_company>button{
  margin: 40px 0 70px 0;
  color: #004f6c;
  border-color: #004f6c;
}

.reservation_massage_company>button:hover{
  margin: 40px 0 70px 0;
  color: #00848e;
  border-color: #00848e;
}

.left_part{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 221px;
}

.form{
  display: flex;
  font-family: 'quicksandregular';
}

.form_company_container{
  display: none;
}

#reservation_massage_entreprise_submit{
  margin-left: 385px;
  color: #004f6c;
  border-color: #004f6c;
  background-color: white;
}

#reservation_massage_entreprise_submit:hover{
  color: #00848e;
  border-color: #00848e;
}

.reservation_massage_entreprise_input, .reservation_massage_local_input{
  width: 350px;
  height: 40px;
  margin: 0 10px;
  border: none;
  box-shadow: 0px 0px 3px black;
}

#reservation_massage_entreprise_textarea{
  width: 350px;
  margin: 10px;
  height: 167px;
  border: none;
  box-shadow: 0px 0px 3px black;
}

.reservation_massage_entreprise_annotation{
  margin-left: 385px;
  font-size: 12px;
  font-family: 'quicksanditalic';
  padding-bottom: 1rem;
}

.reservation_dot{
  font-family: "bodoniflfbold";
  width: 33px;
  height: 33px;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #42838c;
  color: #d7ca62;
}

.form_cabinet{
  display: flex;
  justify-content: space-evenly;
  width: 80%;
  margin: auto;
  font-family: 'quicksandregular';
}

.form_cabinet>div{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form_cabinet>div>label:nth-of-type(2){
  font-size: 18px;
  font-family: 'quicksandbold';
  color: #004f6c;
  margin-bottom: 2rem;
}

.Nom{
  margin-bottom: 1rem;
}

.group_input_cabinet>label:nth-of-type(3){
  margin-top: 1rem;
}

#menu_1{
  border: 2px solid #e7d86d;
  border-radius: 50px;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23004f6c' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  padding: 5px 20px 5px 5px;
}

#menu_1>option:checked{
  background-color: #e7d86d;
  color: #004f6c;
}

#menu_2{
  border: 2px solid #e7d86d;
  border-radius: 50px;
  padding: 3px 11px;
  height: 25px;
}

#menu_3>span, #menu_4>span{
  margin: 0;
  padding-top: 1rem;
}

#menu_3, #menu_4{
  text-align: center;
  margin-right: 0.5rem;
}

#menu_3>span:nth-of-type(1), #menu_4>span:nth-of-type(1){
  padding: 0;
}

#menu_3>span>label>input, #menu_4>span>label>input{
  visibility: hidden;
}

#menu_3>span>label>span, #menu_4>span>label>span{
  border: 2px solid #e7d86d;
  border-radius: 50px;
  padding: 5px;
  width: 50px;
  display: inline-block;
}

input[name='Heure']:checked ~ *, input[name='Duree']:checked ~ *{
  background-color: #e7d86d;
}

.group_input_cabinet>p:nth-of-type(2){
  margin-top: 5px;
}

.group_input_cabinet>p:nth-of-type(2), .group_input_cabinet>p:nth-of-type(3){
  padding-left: 8px;
  font-size: 12px;
  font-family: 'quicksanditalic';
}

.reservation_massage_local_content{
  margin-top: 3rem;
}

.group_input_cabinet{
  display: flex;
  flex-direction: column;
}

.group_input_cabinet>label{
  padding-left: 8px;
  margin-bottom: 5px;
}

.form_coordinates, #menu_3, #menu_4{
  display: flex;
  flex-direction: column;
}

.form_coordinates>br{
  display: none;
}

#reservation_massage_local_submit{
  color: #004f6c;
  border-color: #004f6c;
  background-color: white;
  width: max-content;
  margin: 1rem auto;
}

#reservation_massage_local_submit:hover{
  color: #00848e;
  border-color: #00848e;
}

.alert-success{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #004f6c;
  opacity: .95;
  top: 0;
  z-index: 9999;
}

.success{
  background-image: url('images/success.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
}
/*----FIN RESERVATION----*/

/*----FOOTER.PHP----*/
.good_to_know{
  margin-top: 5rem;
}

.good_to_know>div{
  justify-content: center;
  margin: 3rem auto;
  font-style: italic;
}

.good_to_know>div>p:first-child{
  font-family: 'quicksandbold';
  margin-right: 5px;
}

.good_to_know_top{
  justify-content: center;
  align-items: center;
  width: min-content !important;
  margin: auto;
}

.good_to_know_top>img{
  width: 90px;
  margin: auto 5px;
}

.good_to_know_top>hr{
  width: 100px;
  height: 2px;
  background-color: #2f6f87;
  border: none;
}

footer{
  background-color: #F6DA59;
  display: flex;
  color: #19516F ;
  flex-direction: column;
  align-items: center;
  font-size: larger;
  font-family: 'quicksandregular';
  padding-top: 2rem;
}

#menu-footer-primary>.footer-menu>.menu-item:first-child>.separator-footer:first-child{
  display:none;
}

.separator-footer{
  font-size: xx-large;
  padding: 0 1rem;
}

.footer-menu{
  display: flex;
  margin-left: 1rem;
}

.footer-menu>.menu-item{
  flex-direction: row;
}

.menu-footer-items{
  color: #19516F;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}

#menu-footer-secondary{
  padding: 2rem 0 0.5rem 0;
  font-size: 10px !important;
  align-items: center;
}

#menu-footer-secondary>*, #menu-footer-secondary>.footer-menu>.menu-item>p{
  font-size: 10px;
}

#menu-footer-primary{
  font-size: 17px;
}

.button-nav{
  height: 30px;
  width: 40px;
  margin: 0 auto;
  z-index: 3;
  position: absolute;
  bottom: 30px;
  right: 2rem;
}

.button-nav span{
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  background-color: #004f6c;
  border-radius: 2px;
}

.button-nav span:nth-child(1){
  top: 0;
  transition: top 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out 0.2s, -o-transform 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out 0.2s, -moz-transform 0.2s ease-in-out;
}
.button-nav span:nth-child(2){
  top: calc(50% - 1px);
  opacity: 1;
  transition: opacity 0.2s ease-in-out 0.2s;
  -moz-transition: opacity 0.2s ease-in-out 0.2s;
  -o-transition: opacity 0.2s ease-in-out 0.2s;
  -webkit-transition: opacity 0.2s ease-in-out 0.2s;
}
.button-nav span:nth-child(3){
  top: calc(100% - 2px);
  transition: top 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out 0.2s, -o-transform 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out 0.2s, -moz-transform 0.2s ease-in-out;
}

.button-nav.nav-open span:nth-child(1){
  top: calc(50% - 1px);
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transition: top 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s;
  -o-transition: top 0.2s ease-in-out, -o-transform 0.2s ease-in-out 0.2s;
  -webkit-transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out 0.2s;
  -moz-transition: top 0.2s ease-in-out, -moz-transform 0.2s ease-in-out 0.2s;
}
.button-nav.nav-open span:nth-child(2){
  top: calc(50% - 1px);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
.button-nav.nav-open span:nth-child(3){
  top: calc(50% - 1px);
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transition: top 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s;
  -o-transition: top 0.2s ease-in-out, -o-transform 0.2s ease-in-out 0.2s;
  -webkit-transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out 0.2s;
  -moz-transition: top 0.2s ease-in-out, -moz-transform 0.2s ease-in-out 0.2s;
}
/*----FIN FOOTER.PHP----*/


/*----MEDIA QUERIES----*/
@media screen and (max-width: 1180px){
  .local_massage_resume_container>img{
    display: none;
  }

  .local_massage_block{
    flex-direction: column;
    background-color: #04506d;
  }

  .local_massage_resume_container{
    align-items: center;
    height: auto;
  }

  .local_massage_block>div, .resume_group{
    width: 80%;
    text-align: justify;
  }

  .resume_group > h2:nth-of-type(2) {
    text-align: left;
  }

  #display_tab, .a_chaque_soin{
    display: none;
  }
}


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

  .form_cabinet{
    flex-direction: column;
  }

  .reservation_dot{
    margin-top: 2rem;
    width: 73px;
    height: 73px;
    font-size: 60px;
  }

  .form_coordinates, #menu_3, #menu_4 {
    flex-direction: row;
  }

  #menu_3 > span, #menu_4 > span {
    padding-top: 0;
  }

  #search_form{
    display: none;
  }

  .reservation_massage_local_container > hr{
    display: none;
  }

  .form{
    flex-direction: column;
  }

  .left_part{
    align-items: center;
  }

  .right_part{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
  }

  .reservation_massage_company{
    width: 90%;
    margin: 3rem auto 0 auto;
  }

  .reservation_massage_entreprise_annotation{
    margin: 0;
    text-align: center;
  }

  .reservation_buttons{
    font-size: 20px;
  }

  #reservation_entreprise{
    margin-top: 2rem;
  }

  .wpcf7-form>p{
    text-align: center;
  }

  #reservation_massage_entreprise_submit{
    margin-left: 16px;
  }

  .menu-item>a:hover + .submenu_items, .submenu_items:hover{
    display: none;
  }

  #search_button_click{
    display: block;
    border-radius: 50px;
    background-color: #00848e;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    border-style: hidden;
    position: absolute;
    top: 20px;
    right: 30px;
  }

  .home{
    display:none !important;
  }

  .other_page_searchform{
    top: 20px;
    right: 40px;
  }

  .text_massage_presentation{
    width: 100%;
  }

  .about_section{
    margin: 50rem 0 6rem 0;
  }
  .info_cab_pic{
    left: 0;
  }

  .footer-menu{
    flex-direction: column;
  }
  .last-articles{
    flex-wrap: wrap;
  }
  .article{
    width: 80%;
    margin-bottom: 1rem;
  }

  p{
    font-size: medium;
  }

  /*---HEADER---*/
  #logo_home{
    width: 300px;
  }

  #menu-top{
    width: 100%;
    height: 100vh;
    top: 0;
  }

    
  .searchform_home{
    top: 20px;
    right: 30px;
  }

  /*---FIN HEADER---*/
  /*---HOME---*/
  .first_img_menu{
    height: 20rem;
  }

  .text_massage_presentation > p {
    width: 20rem;
  }

  .about_section{
    flex-direction: column;
    align-items: center;
    margin: 25rem 0 6rem 0;
    height: 420px;
  }

  #text_about_section{
    width: 75%;
  }
  
  #text_about_section>p{
    padding-right: 0;
  }

  #about_pic{
    width: 230px;
    margin: auto;
  }

  #border_about_pic{
    top: -22px;
    width: 280px;
    right: auto;
  }

  .info_cab_container{
    position: initial;
    display: flex;
    flex-direction: column-reverse;
  }

  .info_cab{
    position: initial;
    margin: auto;
    width: 85%;
    padding: 1rem;
  }

  .info_cab_pic{
    width: 100%;
    position: initial;
    height: 320px;
  }

  .advices{
    margin-top: 2rem;
  }
  /*---FIN HOME---*/
  .banner_img{
    height: 350px;
  }
  /*---ABOUT---*/
  .who_am_i{
    width: 85%;
  }

  .who_am_i_container{
    flex-direction: column;
    align-items: center;
  }

  .who_am_i_pic{
    width: 100%;
    margin: 5rem 0 10px 0;
  }

  #about_page_img{
    margin-right: 0;
  }

  #about_circle{
    top: -18%;
    left: 55%;
  }

  .advices{
    height: auto;
  }

  .advices > h2{
    padding-top: 2rem;
  }

  #values_logos{
    position: initial;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .logo_about_values{
    padding: 1rem;
    width: 100%;
  }

  .values>p{
    font-size: 15px;
    padding-bottom: 2rem;
    width: 85%;
  }

  #values_groupe{
    margin-bottom: 0;
  }
  /*---FIN ABOUT---*/
  /*---CONTACT---*/
  .contact_section{
    margin-bottom: 2rem;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .contact_section>div:nth-of-type(2){
    width: 100%;
  }

  #border_contact_pic {
    width: 270px;
    left: 15%;
}

  #contact_pic{
    margin: 3rem auto;
    width: 200px;
    height: 200px;
  }

  #text_contact_section {
    width: 85%; 
    align-items: center;
    text-align: center;
    margin: 0;
  }

  /*---FIN CONTACT---*/
  /*---COMPANY---*/

  .bienfaits_container{
    background: #04506d;
  }

  .bienfaits_containt{
    width: 100%;
    flex-direction: column;
  }

  #left_part{
    width: 85%;
    margin: 2rem 0;
  }

  #right_part{
    width: 60%;
    background-color: transparent;
  }

  #group_right_part{
    width: 150%;
    border-radius: 50% 50% 0 0;
    background-color: #00848e;
  }
  /*---FIN COMPANY---*/
  /*---ACTUALITY---*/
  .article_card{
    margin: 3rem 5px;
  }

  .articles_contain{
    justify-content: center;
  }
  /*---FIN ACTUALITY---*/
  /*---SINGLE---*/
  .page_actu_container{
    flex-direction: column;
    align-items: center;
  }

  .article_detail{
    width: 80%;
  }

  .sidebar{
    margin-top: 2rem;
    width: 80%;
  }

  .actu{
    width: 100%;
  }

  .home-news-img{
    height: 10rem;
  }
  /*---FIN SINGLE---*/
  /*---LOCAL---*/
  .deroulement_seance{
    width:auto;
    margin: 70px 20px;
  }

  .deroulement_seance > h2 {
    font-size: x-large;
  }

  .deroulement_div > div > p:first-child{
    font-size: large;
  }

  .deroulement_seance>hr{
    width: 51%;
    margin: 2rem auto;
  }

  .deroulement_div{
    margin: 0;
    justify-content: space-between;
  }

  .deroulement_div>div{
    width: 80%;
  }

  .dot{
    width: 50px;
    height: 50px;
    font-size: 50px;
  }

  #before{
    margin-top: 1rem;
  }

  .local_massage_resume_container{
    width: 100%;
  }

  .local_massage_resume_container > h2{
    width: 80%;
  }

  .carte_soins{
    width: auto;
    margin: 70px 20px;
    text-align: center;
  }

  .carte_soins>p{
    text-align: justify;
    margin-bottom: 40px;
  }

  .a_chaque_soin{
    display: none;
  }

  .info_container{
    width: auto;
    padding: 40px 20px;
    flex-direction: column;
    margin: 0;
  }

  .info_contain{
    width: auto;
    margin: 1rem auto;
  }

  #separator_info{
    height: 3px;
    width: 200px;
  }

  .carte_parrainage{
    background-image: none;
  }

  .carte_parrainage > div {
    width: auto;
    margin: 3rem 20px;
    font-size: larger;
  }

  .more_informations{
    font-size: small;
  }

  #offrir_cadeau_pic {
    width: auto;
    height: 350px;
    margin: 0;
    position: initial;
  }

  .offrir_container{
    flex-direction: column-reverse;
    height: auto;
  }

  .offrir_cadeau{
    width: auto;
    align-items: center;
    padding: 0 20px;
    justify-content: space-around;
    background: #eed964;
  }

  #offrir_cadeau_div_texte {
    padding: 3rem 50px;
    width: 100%;
  }

  #offrir_cadeau_mid_pic{
    margin-right: 0;
  }

  .message_bottom > p{
    padding: 0;
  }
  /*---FIN LOCAL---*/
  /*---FOOTER---*/
  .text_good_to_know{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .good_to_know_top > hr {
    width: 100px;
  }

  #menu-footer-secondary{
    flex-direction: column;
    align-items: center;
  }

  #menu-footer-secondary>ul{
    flex-direction: row;
  }

  .menu-item{
    justify-content: center;
  }

  #menu-footer-primary>.footer-menu>.menu-item>.separator-footer:first-child{
    display: none;
  }
  /*---FOOTER---*/
}

.fieldset{
  display: inherit;
}

@media screen and (max-width: 500px){
  .searchform_home{
    right: 8%;
  }
  .other_page_searchform{
    right: 8%;
  }

  #about_pic{
    width: 180px;
    margin: auto;
    height: 180px;
  }

  #border_about_pic{
    top: -50px;
    width: 220px;
    right: auto;
  }

  .menu-item{
    justify-content: center;
  }

  #menu-footer-primary>.footer-menu>.menu-item>.separator-footer:first-child{
    display: none;
  }
}

@media screen and (max-width: 425px){
  .about_section{
    height: 450px;
    margin-top: 24rem;
  }

  #border_about_pic {
    top: -15px;
    width: 220px;
    right: auto;
  }
  .success{background-size: contain;}
}

@media screen and (max-width: 770px){
  .article_detail>img {
    height: 160px;
  }

  .article_detail>.publish_date>hr{
    width: 40%;
  }

}


@media screen and (min-width: 1921px){
  .info_cab_pic{
    left: 25%;
  }
}

@media screen and (max-width: 1240px){
  .text_good_to_know {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media screen and (min-width: 1500px){
  #right_part>img{
    width: 450px;
  }

  #group_right_part{
    margin-right: 15rem;
  }
}
@media screen and (max-width: 365px){
  .wpcf7 form .wpcf7-response-output{margin: unset !important;padding: 0.2em 1em !important;}
}
@media screen and (max-width: 350px){
  .reservation_massage_entreprise_input, .reservation_massage_local_input {width: 200px;}
  #reservation_massage_entreprise_textarea {width: 200px;}

  
}
/*----FIN MEDIA QUERIES----*/


/*-[ ]--------------------*/