@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Parisienne&family=Varela&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Dancing+Script&family=Parisienne&family=Varela&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Clicker+Script&display=swap');

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 {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
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;}

h1, h2, h3, h4, h5, h6 {color:black;text-align:center;padding:.5em .5em 1em;font-weight:bold;}
.entete h1, .entete h4 {color: white;}
h1{font-size:34px; font-family: 'Dancing Script', cursive;}
h2{font-size:30px; font-family: 'Dancing Script', cursive;}
h3{font-size:24px; font-family: 'Dancing Script', cursive;}
h4{font-size:18px; font-family: 'Courgette', cursive;}
h5{font-size:18px;}
h6{font-size:15px;}
img, iframe{width: 300px;}
p,a,figcaption{font-size:12px;color:black;padding:.8em 0 0;text-align:justify;line-height: 1.5em;font-weight:normal;padding:.5em 1em 1em;text-decoration:none;}
figcaption{font-family: 'Dancing Script', cursive;font-size:16px}
footer a{display: inline-block;font-size: 1rem; padding: 0px 8px 0px 8px;top: -5px;top: auto;}
body{background-image: url("../images/FondFleurs.png");background-position:54% -110px;background-attachment: fixed;background-size: cover;background-blend-mode: color;}
html{scroll-behavior:smooth;}
:root {--couleur-blanchergb:rgba(248, 248, 248, 0.9);--couleur-blanche: #F8F8FF; --couleur-verte: #84CBB3; --couleur-jaune:#FDF5E6; --fleurhd:250px; --fleur2k:400px; }
.rdv {text-decoration: underline; color: blue;}

body{margin: 0;padding:0;font-family: 'Raleway', sans-serif;}

@media screen and (min-width:950px){
body{background-position:center;}
header{height:20vh;}
h1{font-size:48px;}
h2{font-size:40px;}
h3{font-size:30px;}
h4{font-size:20px;}
h5{font-size:20px;}
h6{font-size:17px;}
img, iframe{width: 400px;}
p, a{font-size:16px;}
figcaption{font-size: 20px}
footer a{font-size: 25px;top: auto;}
}

.tel-dom{
  font-weight:bold;
  text-align:center;
  font-size:70px;
  margin:50px 0px 10px 0px;
  text-decoration: underline;
}
.horaire-dom{
  font-weight:bold;
  text-align:center;
  font-size:45px;
  margin: 0px 0px 30px 0px;
}

/*--------------------------------------------------*/

.pricing-table-description >li{
list-style-type: disc!important;
}
#bloc-tarifs{
  width:89%;
  margin:auto;
}

#map{
  height:400px;
  z-index: 0;
}

#bloc-pricing-table{
  display:flex;
  flex-wrap:wrap;
  flex-direction:column;
  justify-content:center;
  padding-bottom:20px;
}
#module-pricing-table{
  padding-top:10px;
  justify-content: center;
}
#pricing-table-zone{
  text-align:center;
  font-weight:bold;
  font-size:30px;
  border:1px solid #c1c1c1;
  padding:10px;
}
#pricing-table-tarifaire{
  text-align:center;
  border:1px solid #c1c1c1;
  padding: 30px;
}
.somme{font-size:80px;font-weight:bold;}
.devise{position:absolute;font-size:30px;font-weight:bold;}
.frequency{font-size:30px;font-weight:bold;}
.frequency-barre{font-size:30px;font-weight:bold;padding-left:15px;}

#pricing-table-description{
  padding:10px;
  line-height: 3em;
  border:1px solid #c1c1c1;
  flex-grow: 1;
}

#sub-text-table p{
 text-align:center;
 font-weight: bold;
}

.parentf h3{
font-size: 40px;
}

.abra, .cadabra{
  width: 50%;
  display: flex;
  flex-direction: column;
}

.parentf{
  display: flex;
}

#pricing-table-description li{
  display: flex;
  justify-content: center;
}

footer {
  position: sticky;
  bottom: 0px;
  background-color: #292c2f;
  height: auto;
  text-align: center;
  padding: 0px;
}

footer a{
  position: relative;
  font-family: Varela;
  font-weight: bold;
  color: #a8a8a8;
}

a li{
  text-decoration: underline;
}

@media screen and (max-width:660px) {
  .parentf{
    flex-direction: column;
  }
  .abra, .cadabra{
    width: 100%;
  }
}
