html
{
font-size:15px;
}

/*  */
*
{
  box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-font-smoothing:antialiased;
}

/*  */
.appear
{
  -webkit-animation-name: appear;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
}

/*  */
.centre
{
  text-align: CENTER;
}

/*  */
.important
{
  color: #F00000;
  font-weight: 600;
}

/*  */
.partie1
{
  float: LEFT;
  width: 50%;
  padding:8px;
}

/*  */
.partie2
{
  float: LEFT;
  width: 50%;
  padding:8px;
}

/*  */
h1
{
  font-size: 1.2em;
  text-align: LEFT;
  margin:0;
  padding:2px 0 6px 0;
}

/*  */
h2
{
  font-size: 1.1em;
  padding:2px 0 4px 0;
margin:0;
}

/*  */
h3
{
  color: #D421FF;
  font-size: 1.1em;
  font-style: italic;
  font-weight: bold;
  text-align: LEFT;
  padding:2px 0 2px 0;
margin:0;
}

/*  */
li
{
  text-align: LEFT;
  margin:4px 0 4px 4px;
padding:0;
}

/*  */
p
{
  padding:2px 0 2px 0;
margin:0;
}

/*  */
ul
{
  margin:2px 0 4px 0;
padding:0 2px 2px 14px;
}

/*  */
body
{
  font-family: HelveticaNeue-Light,sans-serif;
  padding:0;
margin:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
}

/*  */
.bouton
{
  width: 12rem;
  padding:0.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:2px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: CENTER;
  text-decoration: NONE;
  cursor:pointer;
transition-duration:0.4s;
transition-property:background-color,color;
}

/*  */
.boutons
{
  position: relative;
  width: 100%;
  padding-top: 1em;
  text-align: CENTER;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:flex-start;
  justify-content:center;
}

/*  */
.boutons .bouton
{
  margin-left: 1px;
  margin-right: 1px;
}

/*  */
.boutons2
{
  position: relative;
  width: 100%;
  margin-top: 1em auto 0 auto;
  text-align: CENTER;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:flex-start;
  justify-content:center;
}

/*  */
.boutons2 .bouton
{
  margin-left: 1px;
  margin-right: 1px;
}

/*  */
.coche
{
  display: INLINE-BLOCK;
  width: 24px;
  height: 24px;
  background-image: url(gfx/coche.png);
  background-repeat: NO-REPEAT;
  vertical-align:middle;
}

/*  */
.conteneur
{
  position: relative;
  width:100vw;
  height:100vh;
  margin-left: auto;
  margin-right: auto;
  background-repeat: NO-REPEAT;
  overflow: hidden;
}

.conteneur-seance .corps
{
display:flex;
flex-direction:row;
flex-wrap:wrap;
align-items:flex-start;
justify-content:space-between;
}

.header
{
  height:12%;
  overflow:hidden;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  position:relative;
  background-color:white;
}

.header .logo-site
{
  width:200px;
  margin:0 auto 0 auto;
}

.header .logo-site img
{
  display:block;
  width:100%;
  height:auto;
  border:0;
}

.header .menu
{
margin:0 auto 0 auto;
display:flex;
flex-direction:row;
align-items:center;
justify-content:space-around;
flex-wrap:wrap;
font-size:1.0rem;
text-align:center;
}

.header .menu .item
{
  display:inline-block;
  padding:0 0.5em 0 0.5em;
  text-align:center;
}

.header .menu .item a
{
  text-decoration:none;
  transition-duration:0.5s;
  transition-property:color;
}

.logos-rs
{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  margin:0 auto 0 auto;
}

.logos-rs .logo
{
  width:28px;
  height:28px;
  margin:0 4px 0 4px;
  position:relative;
  cursor:pointer;
}

.logos-rs .logo img
{
  border:0;
  width:100%;
  height:100%;
  cursor:pointer;
}

/*  */
.corps
{
position: relative;
width: 100%;
height:82%;
padding:1em;
overflow-y:auto;
margin:0 auto 0 auto;
}

.conteneur-home .corps
{
height:70%;
display:flex;
flex-direction:row;
flex-wrap:wrap;
align-items:flex-start;
justify-content:space-between;
}


/*  */
.diaporama
{
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/*  */
.diaporama .image
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: CENTER;
  vertical-align:middle;
overflow:hidden;
}

/*  */
.diaporama .image img
{
  width: 98%;
  vertical-align:middle;
}

/*  */
.drapeau
{
  position:absolute;
bottom:10px;
left:20px;
width:33px;
height:49px;
}

/*  */
.drapeau img
{
  width: 100%;
}

/*  */
.encadre
{
  width: 600px;
  background-color: #303030;
  padding:20px;
margin:80px auto 20px auto;
}

/*  */
.encadre p
{
  line-height: 110%;
  font-weight: bold;
  text-align: CENTER;
}

/*  */
.formulaire-layer
{
position: fixed;
top: 14vh;
left: 20vw;
width: 60vw;
padding:1em;
color: #000000;
font-size: 1.0rem;
visibility:hidden; display:none;
z-index:900;
box-shadow:0 0 3px #909090;
background-color: #EAECEE;
}

/*  */
.formulaire-layer .fermer
{
  display: INLINE;
  float: RIGHT;
  height: 30px;
  line-height: 30px;
  color: #2d78e8;
  font-size: 1.4em;
  cursor: pointer;
}

/*  */
.cadre-formulaire
{
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

/*  */
.formulaire
{
background-color: #EAECEE;
color: #000000;
font-size: 1.0rem;
padding:6px;
margin:4px auto 8px auto;
border-radius:3px;
}

/*  */
.formulaire .formulaire-elt
{
  margin:2px 0 4px 0;
}

/*  */
.formulaire .formulaire-intitule
{
font-weight: bold;
border-bottom:1px solid #D0D0D0;
margin:8px 0 4px 0;
}

/*  */
.formulaire .formulaire-libelle
{
  display: INLINE-BLOCK;
  width: 38%;
  margin-top: 3px;
  margin-right: 6px;
  vertical-align:top;
}

/*  */
.formulaire .formulaire-valeur
{
  display: INLINE-BLOCK;
  position: relative;
  font-size: 1.1em;
  vertical-align:top;
}

/*  */
.formulaire .libelle-erreur
{
  padding-left: 6px;
  font-weight: bold;
  border-left:3px solid red;
}

/*  */
.formulaire .libelle-obligatoire
{
  font-weight: bold;
}

/*  */
.formulaire input
{
  background-color: #FAFAFA;
  color: #000000;
  font-size: 1.1rem;
  border: 1px solid #A0A0A0;
}

/*  */
.formulaire td
{
  color: #000000;
  text-align: LEFT;
  margin:0;
padding: 2px 4px 2px 0;
}

/*  */
.formulaire textarea
{
  width: 100%;
  background-color: #FAFAFA;
  color: #000000;
  font-family: Arial;
  font-size: 1.1rem;
  border: 1px solid #A0A0A0;
}

/*  */
.formulaire th
{
  text-align: LEFT;
  border-bottom:1px dotted #D0D2D5;
}

/*  */
.galerie
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1000;
overflow:hidden;
visibility:hidden;
}

/*  */
.galerie .bouton-pause
{
  width: 54px;
  height: 32px;
  background-repeat: NO-REPEAT;
  cursor:pointer; left:12px; top:12px;
  background-image:url(gfx/galerie-pause.png)
}

/*  */
.galerie .bouton-play
{
  width: 54px;
  height: 32px;
  background-repeat: NO-REPEAT;
  cursor:pointer; left:12px; top:12px;
  background-image:url(gfx/galerie-play.png)
}

/*  */
.galerie .bouton-vignettes
{
  width: 54px;
  height: 32px;
  background-repeat: NO-REPEAT;
  cursor:pointer; left:70px; top:12px;
  background-image:url(gfx/galerie-vignettes.png)
}

/*  */
.galerie .fermer
{
  position: absolute;
  width: 40px;
  height: 40px;
  background-repeat: NO-REPEAT;
  top:12px;
right:12px;
cursor:pointer;
z-index:1000;
}

/*  */
.galerie .fermer img
{
  width: 100%;
  height: 100%;
  background-repeat: NO-REPEAT;
}

/*  */
.galerie .image
{
  top: 60px;
  width: 100%;
  height: 80%;
  background-color: #181818;
  background-repeat: NO-REPEAT;
  overflow:hidden;
  -webkit-backface:hidden;
  background-position:center center;
  background-size:contain;
}

/*  */
.galerie .image-precedente
{
  position: absolute;
  width: 40px;
  height: 300px;
  background-image: url(gfx/galerie-image-precedente.png);
  background-repeat: NO-REPEAT;
  top:220px;
left:12px;
z-index:20;
vertical-align:middle;
cursor:pointer;
}

/*  */
.galerie .image-precedente img
{
  width: 40px;
  height: 300px;
  vertical-align:middle;
}

/*  */
.galerie .image-suivante
{
  position: absolute;
  width: 40px;
  height: 300px;
  background-image: url(gfx/galerie-image-suivante.png);
  background-repeat: NO-REPEAT;
  top:220px;
right:12px;
z-index:20;
cursor:pointer;
}

/*  */
.galerie .image-suivante img
{
  width: 40px;
  height: 300px;
  vertical-align:middle;
}

/*  */
.galerie .vignettes
{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-backface:hidden;
  border-radius:11px;
}

/*  */
.galerie .vignettes .vignette
{
  width: 80px;
  background-color: black;
  border: 1px solid #282828;
}

/*  */
.googlemap
{
  position: relative;
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  background: gray;
}

/*  */
.layer-background
{
  position: absolute;
  top: 0;
  left: 0;
  background-color: blue;
  z-index:100;
}

/*  */
.liens-seances
{
  width: 100%;
  font-size: 1.1em;
}

/*  */
.liens-seances .lien-prix
{
  width: 100px;
  background-color: #EAECEF;
  color: #909090;
  font-weight: bold;
  font-size: 0.9em;
  text-align: CENTER;
  border-radius:20px;
}

/*  */
.liens-seances .lien-prix-promo
{
  background-color: #EA0000;
  color: #FFFFFF;
  font-weight: bold;
  text-align: CENTER;
  border-radius:20px;
  font-size: 0.9em;
}

.liens-seances .lien-prix-promo .original
{
  font-size:0.7em;
}

/*  */
.liens-seances .lien-prix-promo a
{
  color: #FFFFFF;
  background-color:transparent;
}

/*  */
.liens-seances td
{
  text-align: LEFT;
  vertical-align:top; padding:6px;
}

/*  */
.liens-seances th
{
  color: black;
  text-align: LEFT;
  vertical-align:top;
}

/*  */
.liens-seances .lien-prix-promo a:link
{
  color: #FFFFFF;
}

/*  */
.liens-seances .lien-prix-promo a:visited
{
  color: #FFFFFF;
}

/*  */
.liens-seances .lien-prix-promo a:hover
{
  color: #FFFFFF;
}

/*  */
.liste
{
  font-size: 0.9em;
}

/*  */
.liste .actif
{
  background-color: #6E07A3;
  color: #FFFFFF;
}

/*  */
.liste .inactif
{
  background-color: #E0E2E4;
  color: #000000;
}

/*  */
.liste .liste-elt
{
  margin-bottom: 1px;
  font-size: 0.9em;
  border-radius:9px;
padding:12px;
-webkit-transition-property:background-color;
-webkit-transition-duration:0.5s;
cursor:pointer;
}

/*  */
.liste .liste-valeur
{
  display: INLINE-BLOCK;
  width: 80%;
  line-height: 105%;
  text-align: LEFT;
}

/*  */
.liste .liste-valeur-droite
{
  display: INLINE-BLOCK;
  float: RIGHT;
  text-align: RIGHT;
}

.conteneur-tag .liste-liens
{
  width:50%;
}


/*  */
.liste-liens
{
  margin:0 auto 0 auto;
  position:relative;
  font-size:0.9rem;
  width:100%;
  overflow-y:auto;
}

/*  */
.liste-liens a
{
  display: BLOCK;
  width: 100%;
  margin-bottom: 2px;
  padding: 0.5em 1em 0.5em 1em;
  background-color: #F0F0F0;
  font-weight: bold;
  border-radius:11px;
}

/*  */
.liste-liens a:link
{
  background-color: #F0F0F0;
  color: #282828;
  text-decoration: NONE;
}

/*  */
.liste-liens a:visited
{
  background-color: #F4F4F4;
  color: #000000;
  text-decoration: NONE;
}

/*  */
.liste-liens a:hover
{
  background-color: #EAEAEA;
  color: #000000;
  text-decoration: NONE;
}

/*  */
.livredor
{
  font-size:0.9rem;
}

/*  */
.livredor .elt
{
  margin-right: 1.0em;
  color: #323232;
  border-top:1px solid #C0C0C0;
}

/*  */
.livredor .livredor-message
{
  margin-bottom: 4px;
  padding-bottom: 4px;
  color: #323232;
}

/*  */
.livredor .livredor-titre
{
  margin-top: 8px;
  padding-bottom: 1.0em;
  color: #000000;
  font-size: 1.1em;
  font-style: italic;
  vertical-align:center;
}

/*  */
.livredor .livredor-titre img
{
  height: 12px;
  vertical-align:middle;
}

/*  */
.message
{
  position: fixed;
  top: 20vh;
  left:20vw;
  width: 60vw;
  height: 60vh;
  background-color: #F0F0F0;
  color: #606060;
  text-align: CENTER;
  z-index:1000;box-shadow:0 0 3px #909090;
}

/*  */
.message .bouton
{
  display: INLINE-BLOCK;
  margin-left: 1px;
  margin-right: 1px;
}

/*  */
.message .bouton:hover
{
}

/*  */
.message .boutons
{
  left: 0;
  width: 100%;
  height: 42px;
  text-align: CENTER;
  bottom:8px;
}

/*  */
.message .contenu
{
  height: 70%;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  color: #606060;
  font-size: 1.0em;
  text-align: CENTER;
  overflow:auto;
}

/*  */
.message .contenu h1
{
  margin-top: 4px;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: CENTER;
}

/*  */
.message .contenu p
{
  line-height: 110%;
  margin-top: 2px;
  margin-bottom: 4px;
  padding-top: 0;
  padding-bottom: 0;
  color: #606060;
  font-size: 1.1em;
}

/*  */
.message .contenu ul
{
  margin-top: 2px;
  margin-bottom: 4px;
  padding-top: 0;
  padding-bottom: 0;
  color: #606060;
  font-size: 1.1em;
  text-align: LEFT;
}

/*  */
.message .titre
{
  height: 34px;
  line-height: 34px;
  background-color: #2d78e8;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: bold;
  text-align: CENTER;
}

/*  */
.message h1
{
  color: #A8008A;
  font-size: 1.2em;
}

/*  */
.page-vignettes
{
  position:relative;
  width: 100%;
  height: auto;
  max-height:65%;
  overflow-y:auto;
  display:flex;
  flex-direction:row;
  align-items:flex-start;
  justify-content:space-between;
  flex-wrap:wrap;
}

/*  */
.page-vignettes .page-vignette
{
  display: block;
  width: 64px;
  height: 64px;
  margin:0 0 5px 0;
  padding:0;
  background-size:cover;
  background-position:center center;
  border: 1px solid #000000;
  cursor:pointer;
}

/*  */
.petit
{
  font-size: 0.8em;
}

/*  */
.petit-encadre
{
  width: 100%;
  border-radius:5px;
border:1px dotted #A0A2A4;
padding:8px;
}

/*  */
.prix
{
  position: absolute;
  width: 8em;
  padding:2px;
  background-color: #AF1F97;
  color: white;
  font-size: 0.9em;
  font-weight: bold;
  text-align: CENTER;
  top:2px;right:6px;
  border-radius:5px;
}

/*  */
.prix .original
{
  color: #A0A0A0;
  font-size: 0.7rem;
  text-decoration:line-through;
}

/*  */
.prix-original
{
  color: #e7b6e4;
  font-size: 0.8em;
}

/*  */
.promo
{
  color: white;
}

/*  */
::-webkit-scrollbar
{
  background-color:rgba(248,248,248,1.0);
}

/*  */
::-webkit-scrollbar-thumb
{
  background-color:#E0E0E4;
}

/*  */
.seance .seance-prix
{
  position: ABSOLUTE;
  color: #FF0000;
  font-size: 1.0em;
  font-weight: bold;
  top:12px;right:12px;
}

/*  */
.section1
{
  position:relative;
  width:65%;
  height:100%;
  padding:0 1em 0 0;
}

/*  */
.section2
{
  padding:0 0 0 1em;
  position:relative;
  width:35%;
}

/*  */
.section3
{
  position:relative;
  width:30%;
}

.conteneur-modele1 .corps
{
display:flex;
flex-direction:row;
flex-wrap:wrap;
align-items:space-between;
justify-content:flex-start;
}

.conteneur-modele1 .section1
{
  overflow-y:auto;
}

.conteneur-modele1 .section2
{
  padding-left:2em;
  overflow-y:auto;
}

.conteneur-sitemap .corps
{
display:flex;
flex-direction:row;
flex-wrap:wrap;
align-items:space-between;
justify-content:flex-start;
}

.conteneur-modele2 .corps
{
display:flex;
flex-direction:row;
flex-wrap:wrap;
align-items:space-between;
justify-content:flex-start;
}

.conteneur-modele2 .texte
{
  overflow-y:auto;
}

.colonne
{
  width:33%;
}

/*  */
.store-navigation
{
  position: relative;
  width: 100%;
  margin-bottom: 1em;
  font-size: 1.0em;
  overflow:hidden;
vertical-align:middle;
}

/*  */
.store-navigation .navigation
{
  width: 80%;
  height: 100%;
  overflow:hidden;
vertical-align:middle;
}

/*  */
.store-navigation .prix
{
  top:0px;
}

/*  */
.store-navigation a
{
  background-color: #EAECEE;
  border-radius:7px;
  padding:3px;
}

/*  */
.store-navigation a:link
{
  color: #555555;
  text-decoration: NONE;
}

/*  */
.store-navigation a:visited
{
  color: #555555;
  text-decoration: NONE;
}

/*  */
.store-navigation a:hover
{
  color: #303030;
  text-decoration: NONE;
}

/*  */
.store-article
{
  position: relative;
  overflow-y:auto;
  height:85%;
}

/*  */
.store-article .titre
{
  height:10%;
  color: #750DA2;
  font-size: 1.2em;
  font-weight: bold;
}

/*  */
.store-article .description
{
  height:auto;
}

/*  */
.store-article .prix .original
{
  text-decoration:line-through;
}

/*  */
.store-article h1
{
  margin-bottom: 4px;
  padding-bottom: 4px;
  color: #EF55D3;
  font-size: 1.2em;
  font-weight: bold;
  text-align: CENTER;
}

/*  */
.store-article h2
{
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding:0;
  font-size: 1.1em;
  font-weight: bold;
  text-align: CENTER;
}

/*  */
.store-article h3
{
  line-height: 13px;
  color: #D421FF;
  font-size: 1.0em;
  font-style: italic;
  font-weight: bold;
  text-align: CENTER;
  padding:8px 0 2px 0;
  margin:0;
}

/*  */
.storeOptionsLayer
{
  position: fixed;
  top: 0;
  left: 15vw;
  width: 70vw;
  height: 100vh;
  background-color: white;
  font-size: 1.0em;
  opacity:0.0;
  z-index:800;
  border-left:1px solid #A0A0A0;
  border-right:1px solid #A0A0A0;
  transition-property:opacity,transform;
  -ms-transition-property:opacity,transform;
  -webkit-transition-property:opacity,transform;
  -moz-transition-property:opacity,transform;
  padding:1em;
}

/*  */
.storeOptionsLayer .titre
{
  position: relative;
  height:12vh;
  color: #750DA2;
  font-size: 1.1em;
  font-weight: bold;
}

/*  */
.storeOptionsLayer .titre .infos-options
{
  font-size: 0.8em;
  font-weight: bold;
}

/*  */
.storeOptionsLayer .boutons
{
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

/*  */
.storeOptionsLayer .clayer-close
{
  width: 44px;
  height: 44px;
  cursor:pointer;
  right:-40px; top:-40px;
}

/*  */
.storeOptionsLayer .prix
{
  top:1px; right:1px;
}

/*  */
.storeOptionsLayer .storeOptionsLayer-options
{
  position: relative;
  height: 70vh;
}


/*  */
.tagsCloud
{
  padding-left:2em;
  position: absolute;
  width: 100%;
  font-size: 0.9em;
  font-weight: bold;
  text-align: JUSTIFY;
  bottom:0;
  right:0;
  height:40%;
  overflow-y:auto;
}

/*  */
.tagsCloud a
{
  text-decoration: NONE;
}

/*  */
.tagsCloud a:hover
{
  text-decoration: UNDERLINE;
}

.basdepage
{
  display:flex;
  flex-direction:column;
  align-content:center;
  justify-content:space-around;
  height:6vh;
  background-color:white;
  border-top:1px solid #295098;
  font-size:0.8rem;
}

.conteneur-home .basdepage
{
  height:14vh;
}

.home-categories
{
  padding:0.5em 1em 0.5em 1em;
  text-align:justify;
}

/*  */
.paypal
{
  padding-left: 25%;
  padding-right: 25%;
  text-align: CENTER;
  overflow-y:auto;
}

.rgpdLayer
{
  opacity:0;
  padding:40px 40px;
  position: fixed;
  overflow-y:auto;
  top: 0;
  left: 15vw;
  width: 70vw;
  height: 100vh;
  background-color: white;
  font-size: 1.0em;
  opacity:0.0;
  z-index:800;
  border-left:1px solid #A0A0A0;
  border-right:1px solid #A0A0A0;
  transition-property:opacity,transform;
  -ms-transition-property:opacity,transform;
  -webkit-transition-property:opacity,transform;
  -moz-transition-property:opacity,transform;
  padding:1em;
}