@font-face {
		font-family: 'StRyde-Regular';
		src: url('../fonts/StRyde-Regular.eot');
		src: local('☺'), url('../fonts/StRyde-Regular.woff') format('woff'), url('../fonts/StRyde-Regular.ttf') format('truetype'), url('../fonts/StRyde-Regular.svg') format('svg');
		font-weight: normal;
		font-style: normal;
	}



@-webkit-keyframes animlignevertea{
	0%{
		width: 0px;
		height: 3px; 
	}
	100%{
		height: 3px;
    	width: 385px;
	}
}
@keyframes animlignevertea{
	0%{
		width: 0px;
		height: 3px; 
	}
	100%{
		height: 3px;
    	width: 385px;
	}
}
@-webkit-keyframes animligneverteb{
	0%{
		width: 0px;
		height: 3px; 
	}
	100%{
		height: 3px;
		width: 380px;
	}
}
@keyframes animligneverteb{
	0%{
		width: 0px;
		height: 3px; 
	}
	100%{
		height: 3px;
		width: 380px;
	}
}
@-webkit-keyframes animlignevertec{
	0%{
		width: 0px;
		height: 3px; 
	}
	100%{
		height: 3px;
    	width: 350px;
	}
}

@keyframes animlignevertec{
	0%{
		width: 0px;
		height: 3px; 
	}
	100%{
		height: 3px;
    	width: 350px;
	}
}

/* Animation des services */

@-webkit-keyframes tarifs{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;  
	}
}

@keyframes tarifs{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;  
	}
}

/*Animation slider temoignages*/

@-webkit-keyframes slider_temoignages{
    0%, 20%{
        margin-left: 0%;
    }
    21%, 23.5%{
        margin-left: -100%;
    }
	24%, 44%{
        margin-left: -100%;
    }
    45%, 47.5%{
        margin-left: -200%;
    }
	48%, 66%{
        margin-left: -200%;
    }
    67%, 69.5%{
        margin-left: -100%;
    }
	70%, 90%{
        margin-left: -100%;
    }
	91%, 100%{
        margin-left: 0%;
    }
}

@keyframes slider_temoignages{
    0%, 20%{
        margin-left: 0%;
    }
    21%, 23.5%{
        margin-left: -100%;
    }
	24%, 44%{
        margin-left: -100%;
    }
    45%, 47.5%{
        margin-left: -200%;
    }
	48%, 66%{
        margin-left: -200%;
    }
    67%, 69.5%{
        margin-left: -100%;
    }
	70%, 90%{
        margin-left: -100%;
    }
	91%, 100%{
        margin-left: 0%;
    }
}






/* CSS pour ecrans min: 300px) - VERSION MOBILE */


@media handheld, only screen and (min-device-width : 1px) and (max-device-width : 479px){  



/* HEADER */

.contenu_entete{
    position: relative;
    width: 100%;
    height: auto;
}
.entete{
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #FCFCFC;
}
.logojenn{
    position: absolute;
    width: 250px;
    height: 200px;
    background-image: url(../images/Logo_MassoJennDubois.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 10px;
}
.massokineortho{
    position: absolute;
	height: 200px;
	width: auto;
    font-family: 'StRyde-Regular';
	text-align: left;
    font-size: 40px;
    font-weight: 500;
    color:#78949B;
    margin-left: 300px;
}


/*Animation du menu burger*/

#nav-icon1 {
  position: fixed;
  width: 130px;
  height: 100px;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-top:40px;
  margin-right:40px;
  z-index: 30;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 15px;
  width: 100%;
  background: #6DC936;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-icon1 .ligne_menu_a{
  top: 20px;
}
#nav-icon1 .ligne_menu_b{
  top:50px;
}
#nav-icon1 .ligne_menu_c{
  top: 80px;
}
#nav-icon1.open span:nth-child(1) {
  top: 45px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 45px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.menu_burger_list{
    display:none;
}
.menu_burger_list_mobile{
    display:none;
    position: fixed;
    width: 100%;
    height: 1320px;
    left: 0;
    opacity:.95;
    background-color: #6DC936;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 20;
    margin-top: 205px;
}
.animburger{
    display: block !important;
}
.liste_debut_mobile{
	position: absolute;
    width: 90%;
    height: 1320px;
    margin-top: 40px;
}
.liste_debut_mobile li{
    position: relative;
    list-style: none;
    text-align: center;
    margin: auto;
    line-height: 120px;
}
.liste_debut_mobile li a{
    position: relative;
    font-family: 'StRyde-Regular';
    font-size: 70px;
    text-align: center;
    color:#FCFCFC;
    margin: auto;
    text-decoration: none;
    font-style: bold;
}
.facebook_home_mobile{
    position: relative;
    display:inline-block;
    height: 100px;
	width: 100px;
    background-image: url(../images/facebook_carre_blanc.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.linkedin_home_mobile{
    position: relative;
    display:inline-block;
    height: 100px;
	width: 100px;
    background-image: url(../images/linkedin_carre_blanc.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.mail_home_mobile{
    position: relative;
    display:inline-block;
    height: 106px;
	width: 106px;
    background-image: url(../images/envelope_blanc.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.ligne_grise_header{
    position: relative;
    height: 5px;
    width: 100%;
    background-color: #78949B;
    -webkit-box-shadow: 0px -2px 7px #78949B;
    box-shadow: 0px -2px 7px #78949B;
}



/* SLIDERS - HEADER */


.sectionslider{
	position: relative;
    height: 1300px;
    width: 100%;
	overflow: hidden;
}
.sliderfig{
	position: relative;
    display: inline-block;
	height: 1300px;
	width: 200%;
	-webkit-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
.contenu_img_slider_a{
	position: absolute;
    display: inline-block;
	height: 1300px;
    width: 50%;
}
.contenu_img_slider_b{
	position: absolute;
    display: inline-block;
	height: 1300px;
    width: 50%;
}
.img_slider_a{
	position: absolute;
    height: 1300px;
    width: 100%;
    background-image: url(../images/IMG_8486_1600x1066.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.img_slider_b{
    position: absolute;
    height: 1300px;
    width: 100%;
    background-image: url(../images/IMG_8695_1600x1066.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-left: -100%;	
}
.contenu_flechesetpar_a{
    position:relative;
    display: block;
    height: 1000px;
    width: 100%;
    text-align: center;
}
.contenu_flechesetpar_b{
    position:relative;
    display: block;
    height: 1000px;
    width: 100%;
    margin-left: -100%;
    text-align: center;
}
.contenu_slider_a{
	position: relative;
	display:block;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    margin-top: 70px;
}
.navg_slidera{
    display:none;
}
.titre_slider{
    position: relative;
    font-family: 'StRyde-Regular';
    font-size: 90px;
    text-align: center;
    color: #FCFCFC;
    font-weight: 500;
}
.par_slider{
    position: relative;
    font-family: 'StRyde-Regular';
    font-size: 55px;
    text-align: center;
    color: #FCFCFC;   
}
.text_bouton_slider{
	display:none;
}
.text_bouton_slider_mobile{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    font-family: 'StRyde-Regular';
    font-size: 60px;
    color: #FCFCFC;
	text-decoration: none;
    width: 95%;
    height: 160px;
    border: solid 5px #62BF5E;
	background-color: transparent;
	cursor: pointer;
	margin: auto;
    margin-top: 50px;
    -webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
    z-index: 5;
}
.navd_slidera{
	position: relative;
	display:block;
    width: auto;
    height: auto;
    text-align: center;
    z-index: 5;
    margin: auto;
    margin-top: -100px;
}
.trianglenavd_slidera{
    position:relative;
    width: 200px;
    height: 200px;
    background-image: url(../images/button_right_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    opacity: .3;
}
.contenu_slider_b{
	position: relative;
	display:block;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    margin-top: 70px;
}
.navg_sliderb{
    display:none;
}
.navd_sliderb_mobile{
	position: relative;
    width: auto;
    height: auto;
    z-index: 5;
	margin: 0 auto;
	text-align: center;
	margin-top: -100px;
}
.trianglenavd_sliderb_mobile{
    position: relative;
    width: 200px;
    height: 200px;
    background-image: url(../images/button_right_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    opacity: .3;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    
}
.navd_sliderb{
    display:none;
}
.text_bouton_slider:hover{
	background-color: #62BF5E;
}


/* Animation: slider - Aller/retour */

.animslideraller{
	margin-left: 100%; 
}
.animsliderretour{
	margin-left: 0%; 
}






/* SECTION A / HEURES D_OUVERTURE */

.contenu_section_a{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    width: 100%;
    height: 1600px;
}
.titres{
	-ms-flex-item-align: center;
	align-self: center;
    width: 95%;
    height: auto;
    margin-top:30px;
    margin-bottom: 30px;
    z-index: 2;
    margin: auto;
}
.ligne_ouverture{
    position: relative;
    height: 1px;
    width: 50px;
    border: solid 1.5px #6DC936;
    background-color: #6DC936;
    margin: auto;
    margin-top: -35px;
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.titre_section{
    text-align: center;
    font-family: 'StRyde-Regular';
    font-size:80px;
    color: #003366;
    font-weight: 500;
}
.deux_sections_heures{
    position:relative;
    display: block;
	width: 100%;
	height: auto;
	margin-top: 75px;
    margin-bottom: 75px;
}
.sectiongauchea{
    position:relative;
    display: block;
    height: auto;
    width: 100%;
}
.sectiondroiteb{
	position:relative;
	display: block;
    height: auto;
    width: 100%;
}

/* HORLOGE CODE PEN */

.horloge_vraie{
	display:none;
}


/* TABLEAU HEURES D_OUVERTURES */
.tableau{
    display: none;
}

.tableau_mobile{
    position: relative;
    display: block;
    height: auto;
    width: 90%;
    text-align: left;
    margin: auto;
}
.cellulejour_mobile{
    position: relative;
    display: block;
    height: auto;
    width: auto;
    text-align: left;
    font-family: 'StRyde-Regular'; 
    font-size: 70px;
    color: #003366;
}
.heures_soir_mobile{
    position: relative;
    display: block;
    height: auto;
    width: auto;
    text-align: left;
    font-family: 'StRyde-Regular'; 
    font-size: 65px;
    color: #6DC936;
}
.pied{
    position: relative;
    height: auto;
    width: 100%;
	font-family: 'StRyde-Regular';
    font-size: 45px;
    color: #003366;
}
.tel_rv{
    display:none;
}
.tel_rv_img{
	position: relative;
    height: 400px;
    width: 200px;
    background-image: url(../images/Cellulaire.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.7;
	margin: 0 auto;
}
.rendezvous{
	position: relative;
	height: auto;
	width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
}
.text_rv{
    display:none;
}
.text_numero{
    position: relative;
    height: auto;
    width: 90%;
	font-family: 'StRyde-Regular';
    font-size: 140px;
    color: #78949B;
    margin: 0 auto;
    text-decoration: none;
}





/* SECTION B - TARIFS ET SERVICES */


.contenu_section_b{
    display:none;
}
.contenu_section_b_mobile{
    position: relative;
	display: block;
    width: 100%;
    height: auto;
}
.s_et_t{
    position:relative;
    margin: 0 auto;
}
.ligne_services{
    position: relative;
    height: 1px;
    width: 50px;
    border: solid 1.5px #6DC936;
    background-color: #6DC936;
    margin: auto;
    margin-top: -25px;
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.contenu_therapeutique_mobile{
    margin-top: 100px;
}
.contenu_therapeutique_mobile, .contenu_sportif_mobile, .contenu_onco_mobile, .contenu_detente_mobile, .contenu_reflex_mobile, .contenu_lomi_mobile, .contenu_enceinte_mobile, .contenu_lymphatique_mobile, .contenu_coquillage_mobile, .contenu_orthotherapie_mobile, .contenu_enfant_mobile, .contenu_cellulite_mobile{
    position: relative;
	display: block;
    height: auto;
    width: 100%;
    border: solid 1.2px rgba(0,51,102,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
	box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    margin-bottom: 5px;
}
.bandes_services_mobile{
    position: relative;
    width: 100%;
    height: 250px;
    cursor: pointer;   
}
.bande_thera_mobile{
    background-color: rgba(0,51,102,0.6);
}
.bande_detente_mobile{
   background-color: rgba(0,51,102,.7);
}
.bande_enceinte_mobile{
    background-color: rgba(0,51,102,.8);
}
.bande_ortho_mobile{
    background-color: rgba(0,51,102,.9);
}
.bande_sportif_mobile{
    background-color: rgb(0,51,102);
}
.bande_reflex_mobile{
    background-color: rgba(0,51,102,.9);
}
.bande_lymphatique_mobile{
    background-color: rgba(0,51,102,.8);
}
.bande_enfant_mobile{
    background-color: rgba(0,51,102,.7);
}
.bande_onco_mobile{
    background-color: rgba(0,51,102,.6);
}
.bande_lomi_mobile{
    background-color: rgba(0,51,102,.7);
}
.bande_coquillage_mobile{
    background-color: rgba(0,51,102,.8);
}
.bande_cellulite_mobile{
    background-color: rgba(0,51,102,.9);
}
.soustitre_services_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 59px;
    color: #FCFCFC;
    font-weight: lighter;
    text-align: center;
    margin: 0 auto;
    padding-top: 100px;
}
.desc_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 45px;
    color: #78949B;
	float: left;
    text-align: left;
    margin-top: 10px;
    margin-left:20px;
    margin-right: 20px;
    margin-bottom: 100px;
}
.max_cellulite{
	margin-right: 20px;
}
.troistarifs{
	margin-left: -7px;
}
.tarifs_therapeutique_mobile{
    display: none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
    -webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_sportif_mobile{
    display: none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_onco_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_detente_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_reflex_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_lomi_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_enceinte_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_lymphatique_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_coquillage_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_ortho_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
    -webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_enfant_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_cellulite_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 60px;
    color: #78949B;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
    font-weight:lighter;
}
.prix_un_deux_mobile{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    height: auto;
}
.troistarifs_mobile{
	margin-left: 4px;
}
.tempsprixa_mobile{
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}
.tempsprixb_mobile{
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}
.tempsprixd_mobile{
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
	margin-left: 4px;
}
.tempsprixc_mobile{
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    margin-right: 10px;
	margin-left: 4px;
}
.duree_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 60px;
    color: #003366;
    text-align: center;
    margin-bottom: 10px;
    font-weight:lighter;
}
.duree_b_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 60px;
    color: #003366;
    text-align: center;
    margin-bottom: 10px;
    font-weight:lighter;
}
.cercle_mobile{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 300px;
    width: 300px;
    background-image: url(../images/rond_prix.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 30px;
}
.cercle_b_mobile{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 300px;
    width: 300px;
    background-image: url(../images/rond_prix.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 30px;
}
.prix_mobile{
    -ms-flex-item-align: center;
    align-self: center;
	font-family: 'StRyde-Regular';
    font-size: 100px;
    color: #003366;
    font-weight:lighter;
}
.prix_b_mobile{
    -ms-flex-item-align: center;
    align-self: center;
	font-family: 'StRyde-Regular';
    font-size: 100px;
    color: #003366;
    font-weight:lighter;
}
.fleche_services_mobile{
	position: relative;
	display: block;
	height: 200px;
	width: 100%;
	margin: auto;
	z-index: 20;
	margin-top: -25px;
}
.fleche_therapeutique_mobile, .fleche_detente_mobile, .fleche_enceinte_mobile, .fleche_ortho_mobile, .fleche_sportif_mobile, .fleche_reflex_mobile, .fleche_lymphatique_mobile, .fleche_enfant_mobile, .fleche_onco_mobile, .fleche_lomi_mobile, .fleche_coquillage_mobile, .fleche_cellulite_mobile{
    position: relative;
	height: 100px;
	width: 100px;
	background-image: url(../images/Fleches_services.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    margin-top: -15px;
    left: 0%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.img_therapeutique_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8640_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.img_sportif_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8714_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_onco_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8682_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_detente_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8621_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_reflex_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/Ventouses_JD.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.img_lomi_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8660_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_enceinte_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8516_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.img_lymphatique_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8614_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.img_coquillage_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8529_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_ortho_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8737_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_enfant_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8575_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: bottom;
}
.img_cellulite_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/taping-JD.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.paiements_mobile{
    position: relative;
    display: block;
    height: auto;
    width: 95%;
    margin: auto;
    margin-top: 80px;
    text-align: center;
}
.recuass_mobile{
	font-family: 'StRyde-Regular';
    font-size: 50px;
    color: #6DC936;
    font-weight:lighter;
}
.recuass_mobile a{
	color: #003366;
} 
.descrip_paiements_mobile{
	font-family: 'StRyde-Regular';
    font-size: 45px;
    color: #003366;
    font-weight:lighter;
}
.logos_credits_mobile{
    display: inline-block;
    height: 100px;
    width: 100%;
}
.logomastercard_mobile{
    display: inline-block;
    height: 200px;
    width: 200px;
    background-image: url(../images/MasterCard_Logo.svg.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.logovisa_mobile{
    display: inline-block;
    height: 200px;
    width: 200px;
    background-image: url(../images/VISA.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
	margin-left: 40px;
}
.logoamerican_mobile{
    display: inline-block;
    height: 200px;
    width: 200px;
    background-image: url(../images/American-Express-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.logogooglepay_mobile{
    display: inline-block;
    height: 200px;
    width: 200px;
    background-image: url(../images/gpay_VF.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.logoapplepay_mobile{
    display: inline-block;
    height: 200px;
    width: 200px;
    background-image: url(../images/apay_VF.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.logointerac_mobile{
    display: inline-block;
    height: 200px;
    width: 200px;
    background-image: url(../images/interac.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
/* Animation des services_mobile */

.tarifs_apparait{
    display: block;
	-webkit-animation: tarifs 0.3s ease-in-out forwards;
	animation: tarifs 0.3s ease-in-out forwards;
    z-index: 11;
}
    
    

/* SECTION C / MASSAGE EN ENTREPRISE ET ÉVÉNEMENT */


.contenu_section_c{
    position: relative;
    height: auto;
    width: 100%;
    margin-bottom: 100px;
}
.entreprise{
    margin-top: 120px;
}
.ligne_entreprise{
    position: relative;
    height: 1px;
    width: 50px;
	border: solid 1.5px #6DC936;
    background-color: #6DC936;
    margin: auto;
    margin-top: -25px;
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.trois_img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 100px;
}
.img_entrepa{
    display:none;
}
.img_entrepb{
    display:none;
}
.img_entrepc{
    position: relative;
    display: block;
    height: 600px;
    width: 100%;
    background-image: url(../images/IMG_8807_1600x1066-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: bottom;
    border: solid 1.2px rgba(0,51,102,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
}
.contenu_bienfaits{
    position: relative;
    display: block;
    height: auto;
    width: 94%;
    margin: auto;
    margin-top: 70px;
}
.titre_bienfaits{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 60px;
    color: #003366;
    text-align: center;
    margin-top: 10px;
    font-weight:lighter;
}
.par_bienfaits{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 45px;
    color: #78949B;
    text-align: left;
    font-weight:lighter;
}
.fonctionnement_mobile, .par_bienfaits_mobile{
    display:none;
}
.fonctionnement{
    color: #6DC936;
}
.contenu_prixentrep{
    position: relative;
    display: block;
    width: 95%;
    height: auto;
    margin: auto;
    margin-top: 100px;
    text-align: center;
}
.cercleprixentrep{ 
    -ms-flex-item-align: center; 
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 500px;
    width: 500px;
    text-align:center;
    background-image: url(../images/rond_prix.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    margin-top: 50px;
}
.prixentrep{
    -ms-flex-item-align: center;
    align-self: center;
	font-family: 'StRyde-Regular';
    font-size: 100px;
    line-height: 60px;
    color: #003366;
    font-weight:lighter;
}
.min{
    font-size: 60px;
}
.soumissiona{
    position: relative;
    width: 100%;
    height: auto;
	font-family: 'StRyde-Regular';
    font-size: 40px;
    color: #003366;
    font-weight:lighter;
    margin-top: 50px;
}
.soumissionb{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 50px;
    color: #003366;
    font-weight: lighter;	
}
.contact_entrep{
	position:relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    width: 95%;
    height: 200px;
    background-color: #62BF5E;
    border: solid 2.5px #62BF5E;
    font-family: 'StRyde-Regular';
    font-size: 70px;
    color: #FCFCFC;
	text-decoration: none;
	margin: auto;
	margin-top: 70px;
	margin-bottom: 70px;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}

/* SECTION D / FOIRE AUX QUESTIONS */


.contenu_faq{
	display:none;
}
.contenu_faq_mobile{
    position: relative;
    height: auto;
    width: 100%;
	overflow: hidden;
	margin-top: 100px;
}
.over_faq_mobile{
	position: relative;
	height: auto;
    width: 100%;
	background-image: url(../images/FAQ-1600x1066-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-size: auto 4100px ;
    background-position: top;
	padding-bottom: 200px;
	margin-top: 100px;
}
.faq_mobile{
    padding-top: 50px;
    padding-bottom: 80px;
}
.titre_faq{
    position: relative;
    text-align: center;
    font-family: 'StRyde-Regular';
    font-size: 100px;
    color: #FCFCFC;
    font-weight: 500;
    margin-top: 100px;
}
.ligne_faq{
    position: relative;
    height: 1px;
    width: 30px;
	border: solid 1.5px #FCFCFC;
    background-color: #FCFCFC; 
    margin: auto;
    margin-top: -25px;
}
.carre_q{
    position:relative;
    display: block;
    height: auto;
    width: 95%;
    background-color: #FCFCFC;
    border: solid 1.2px rgba(0,51,102,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    z-index:2;
    margin: auto;
    margin-top: 50px;
}
.questions{
    position: relative;
    display: block;
    font-family: 'StRyde-Regular';
    font-size: 55px;
    color: #003366;
    font-weight: 500;
    margin: 0 auto;
    margin: 20px;
    text-align: left;
}
.rect_transparence{
    display: none;
    position:relative;
    height: auto;
    width: 95%;
    background-color: rgba(252,252,252,0.3);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: auto;
}
.reponses{
    position: relative;
    font-family: 'StRyde-Regular';
    text-align: left;
    color: #FCFCFC;
    font-size: 45px;
}
.souligner{
    text-decoration: underline;
}
.decalage_liste{
    margin-left: 10px;
}

/* Animation reponses des questions */
.question_apparait{
    display: block;
	-webkit-animation: tarifs 1s ease-out forwards;
	animation: tarifs 1s ease-out forwards;
    z-index: 10;
}


/* SECTION E / TÉMOIGNAGES */


.contenu_temoignage{
	display: none;
}
.contenu_temoignage_mobile{
	display: block;
	position:relative;
    height: 1125px;
    width: 100%;
}
.troisdiv_temoignage{
	position: absolute;
	display: block;
	height:1125px;
	width: 100%;
	background-image: url(../images/thinkstockphotosa_compress-min.png); 
    background-repeat: repeat;
    background-size: contain;
}
.trois_boites_tem{
    position: relative;
	display: block;
    height: auto;
	width: 100%;
}
.apostrophe_left{
	position: relative;
	display: block;
    height: 120px;
    width:120px;
	background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	opacity: 0.6;
	float: left;
	margin-left: 50px;
	margin-top: 50px;
}
.trois_temoignages{
	position: relative;
	display: inline-block;
    height: auto;
    width: 100%;
	overflow: hidden;
	margin: auto;
}
.fig_temoignages{
	position: relative;
	display: inline-block;
	height: auto;
	width: 300%;
	-webkit-animation: 44s slider_temoignages infinite;
	animation: 44s slider_temoignages infinite;
}
.contenu_temoignage_a{
	position: relative;
	display: inline-block;
	height: auto;
	width: 33.2%;
	vertical-align: middle;
}
.contenu_temoignage_b{
	position: relative;
	display: inline-block;
	height: auto;
	width: 33.2%;
	vertical-align: middle;
}
.contenu_temoignage_c{
	position: relative;
	display: inline-block;
	height: auto;
	width: 33.2%;
	vertical-align: middle;
}
.client{
	position: relative;
    font-family: 'StRyde-Regular';
    text-align: center;
    color: #003366;
    font-size:80px;
	font-weight: 500;
	line-height: 65px;
}
.clientspan{
	position: relative;
	color: #336633;
	font-size: 60px;
	opacity: 0.6;
}
.temoignage{
	position: relative;
	height: auto;
	width: 95%;
    font-family: 'StRyde-Regular';
    text-align: center;
    color: #003366;
    font-size: 50px;
	font-weight: 500;
	margin: auto;
}
.apostrophe_right{
	position: relative;
	display: block;
    height: 120px;
    width: 120px;
	background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	opacity: 0.6;
	float: right;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
    margin-right: 50px;
    margin-bottom: 30px;
    margin-top: 50px;
}




/* SECTION F / À PROPROS */


.section_propos{
	display: none;
}




/* SECTION G / CONTACTS */

.section_contact{
	position: relative;
	display: block;
    height: auto;
    width: 100%;
}
.img_g_contact{
	display:none;
}
.titre_contact{
	position: relative;
	font-family: 'StRyde-Regular';
    font-size: 70px;
    color: #FCFCFC;
    text-align: center;
    margin-top: 50px;
    font-weight:lighter;
}
.section_d_contact{
	position: relative;
	display: block;
    height:auto;
    width: 100%;
	background-color: #5E7391;
	padding-top: 80px;
	padding-bottom: 150px;
}
.formulaire_contact{
	position:relative;
    height:auto;
    width: 95%;
	margin: auto;
}
#nomcomplet{
	position: relative;
	height: 120px;
    width: 95%;
	font-family: 'StRyde-Regular';
    font-size: 45px;
	color: #5E7391;
	margin: auto;
	padding-left: 15px;
}
#courriel{
	position: relative;
	font-family: 'StRyde-Regular';
    font-size: 45px;
	color: #5E7391;
	height: 120px;
    width: 95%;
	margin: auto;
	margin-top: 25px;
	padding-left: 15px;
}
#message{
	position: relative;
	font-family: 'StRyde-Regular';
    font-size: 45px;
	color: #5E7391;
	height: 400px;
    width: 97%;
	margin: auto;
	margin-top: 25px;
	padding-left: 15px;
	padding-top: 15px;
}
.case_cocher{
	position:relative;
	display: inline-block;
	height: auto;
    width: 95%;
    margin: auto;
    padding-left:2.5%;
    padding-right:2.5%;
	margin-top: 50px;
}
.paperplane{
    position: relative;
    left: -9999px;
    width: 50px;
    height: 50px;
}
#plane{
	position:relative;
	display: inline-block;
	height:150px;
    width: 150px;
	background-image: url(../images/telegram-logo_blanc.svg);
    background-repeat: no-repeat;
    background-size: contain;
	float:left;
	cursor: pointer;
	margin: auto;
}
.avion_disparait{
    display:none !important;
}
.avion_apparait{
    position:relative;
	display: inline-block;
	height: 150px;
    width: 150px;
	background-image: url(../images/telegram-logo_fonce.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
	float:left;
	cursor: pointer;
	margin: auto;
}
.souscrire{
	position: absolute;
	display: inline-block;
	height: auto;
    width: auto;
    float: right;
	font-family: 'StRyde-Regular';
	font-size: 50px;
	color: #FCFCFC;
	margin-top: 35px;
	margin-left:-10px;
}
.bouton_send{
    position:relative;
	height: 150px;
    width:95%;
	background-color: #5E7391;
	border: solid 3px #FCFCFC;
	margin: auto;
	margin-top: 200px;
	text-align: center;
}
.bouton_envoyer{
	position: relative;
	height: 150px;
    width:95%;
	font-family: 'StRyde-Regular';
	font-size: 60px;
	color: #FCFCFC;
	border:none;
	background-color: transparent;
	margin: auto;
}



/* SECTION H / SECTION FINALE */



.section_finale{
    display: none;
}
.section_finale_mobile{
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
    height: 250px;
    width: 100%;
    padding-top: 100px;
}
.reseaux_sociaux{
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
    height: auto;
    width: 100%;
    margin: 0 auto;
    margin-top: -100px;
}
.reseauxa, .reseauxc, .reseauxd, .reseauxe{
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-item-align: center;
	align-self: center;
	height: auto;
	width: 25%;
}
.tela{
	position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	height: 120px;
	width: 120px;
	background-image: url(../images/smartphone_pale.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.mapa{
	position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	height: 120px;
	width: 120px;
	background-image: url(../images/placelocater_pale.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.falink{
	position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	height: 120px;
	width: 120px;
	background-image: url(../images/facebook_carre_pale.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.linkedin_mobile{
    position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	height: 123px;
	width: 123px;
	background-image: url(../images/linkedin_carre_pale.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#only-mobile{
    display:block;
}
/* SECTION I / FOOTER */

.footer{
	position: relative;
	height: 100px;
	width: 100%;
	background-color: #003366;
	text-align: center;
	padding-top: 50px;
}
.textfooter{
	position: relative;
	height: 75px;
	width: 100%;
	font-family: 'StRyde-Regular';
	font-size: 30px;
	color: #FCFCFC;
}
.contenu_retour_mail{
    position: absolute;
    height: 100%;
	width: 100%;
	background-color: #FCFCFC;
}
.text_retour_mail{
    position: relative;
    height: 100%;
	width: 80%;
	margin: auto;
}
.logo_massojd{
    position: relative;
    display: block;
    width: 250px;
    height: 200px;
    background-image: url(../images/Logo_MassoJennDubois.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto;
}
.par_retour_mail{
	position: relative;
	font-family: 'StRyde-Regular';
	font-size: 25px;
	color: #5E7391;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
}
.bouton_retour{
    position: relative;
    display: block;
	height: 40px;
    width:200px;
	background-color: #FCFCFC;
	border: solid 2px #5E7391;
	font-family: 'StRyde-Regular';
	font-size: 25px;
	color: #5E7391;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	margin: auto;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	padding-top: 10px;
}
.bouton_retour:hover{
    background-color: #5E7391;
    color: #FCFCFC;
}


}















@media handheld, only screen and (min-device-width : 480px) and (max-device-width : 768px){  




/* HEADER */

.contenu_entete{
    position: relative;
    width: 100%;
    height: auto;
}
.entete{
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #FCFCFC;
}
.logojenn{
    position: absolute;
    width: 250px;
    height: 200px;
    background-image: url(../images/Logo_MassoJennDubois.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 10px;
}



/*Animation du menu burger*/

#nav-icon1 {
  position: fixed;
  width: 130px;
  height: 100px;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-top:40px;
  margin-right:40px;
  z-index: 30;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 15px;
  width: 100%;
  background: #6DC936;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-icon1 .ligne_menu_a{
  top: 20px;
}
#nav-icon1 .ligne_menu_b{
  top:50px;
}
#nav-icon1 .ligne_menu_c{
  top: 80px;
}
#nav-icon1.open span:nth-child(1) {
  top: 45px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 45px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.menu_burger_list{
    display:none;
}
.menu_burger_list_mobile{
    display:none;
    position: fixed;
    width: 100%;
    height: 1320px;
    left: 0;
    opacity:.95;
    background-color: #6DC936;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 20;
    margin-top: 205px;
}
.animburger{
    display: block !important;
}
.massokineortho{
    position: absolute;
	height: 200px;
	width: auto;
    font-family: 'StRyde-Regular';
	text-align: left;
    font-size: 40px;
    font-weight: 500;
    color:#78949B;
    margin-left: 300px;
}
.liste_debut_mobile{
	position: absolute;
    width: 90%;
    height: 1320px;
    margin-top: 40px;
}
.liste_debut_mobile li{
    position: relative;
    list-style: none;
    text-align: center;
    margin: auto;
    line-height: 140px;
}
.liste_debut_mobile li a{
    position: relative;
    font-family: 'StRyde-Regular';
    font-size: 50px;
    text-align: center;
    color:#FCFCFC;
    margin: auto;
    text-decoration: none;
    font-style: bold;
}
.facebook_home_mobile{
    position: relative;
    display:inline-block;
    height: 70px;
	width: 70px;
    background-image: url(../images/facebook_carre_blanc.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.linkedin_home_mobile{
    position: relative;
    display:inline-block;
    height: 70px;
	width: 70px;
    background-image: url(../images/linkedin_carre_blanc.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.mail_home_mobile{
    position: relative;
    display:inline-block;
    height: 70px;
	width: 70px;
    background-image: url(../images/envelope_blanc.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.ligne_grise_header{
    position: relative;
    height: 5px;
    width: 100%;
    background-color: #78949B;
    -webkit-box-shadow: 0px -2px 7px #78949B;
    box-shadow: 0px -2px 7px #78949B;
}



/* SLIDERS - HEADER */


.sectionslider{
	position: relative;
    height: 1200px;
    width: 100%;
	overflow: hidden;
}
.sliderfig{
	position: relative;
    display: inline-block;
	height: 1200px;
	width: 200%;
	-webkit-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
.contenu_img_slider_a{
	position: absolute;
    display: inline-block;
	height: 1200px;
    width: 50%;
}
.contenu_img_slider_b{
	position: absolute;
    display: inline-block;
	height: 1200px;
    width: 50%;
}
.img_slider_a{
	position: absolute;
    height: 1200px;
    width: 100%;
    background-image: url(../images/IMG_8486_1600x1066.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.img_slider_b{
    position: absolute;
    height: 1200px;
    width: 100%;
    background-image: url(../images/IMG_8695_1600x1066.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-left: -100%;	
}
.contenu_flechesetpar_a{
    position:relative;
    display: block;
    height: 1000px;
    width: 100%;
    text-align: center;
}
.contenu_flechesetpar_b{
    position:relative;
    display: block;
    height: 1000px;
    width: 100%;
    margin-left: -100%;
    text-align: center;
}
.contenu_slider_a{
	position: relative;
	display:block;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    margin-top: 130px;
}
.navg_slidera{
    display:none;
}
.titre_slider{
    position: relative;
    font-family: 'StRyde-Regular';
    font-size: 80px;
    text-align: center;
    color: #FCFCFC;
    font-weight: 500;
}
.par_slider{
    position: relative;
    font-family: 'StRyde-Regular';
    font-size: 40px;
    text-align: center;
    color: #FCFCFC;   
}
.text_bouton_slider{
	display:none;
}
.text_bouton_slider_mobile{
	display: block;
    position: relative;
    width: 70%;
    height: 80px;
    font-family: 'StRyde-Regular';
    font-size: 50px;
    color: #FCFCFC;
	text-decoration: none;
    border: solid 5px #62BF5E;
	background-color: transparent;
	margin: 0 auto;
	margin-top:100px;
    -webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
    z-index: 5;
    padding-top: 25px;
}
.navd_slidera{
	position: relative;
	display:block;
    width: auto;
    height: auto;
    text-align: center;
    z-index: 5;
    margin: auto;
    margin-top: -250px;
}
.trianglenavd_slidera{
    position:relative;
    width: 150px;
    height: 150px;
    background-image: url(../images/button_right_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    opacity: .3;
}
.contenu_slider_b{
	position: relative;
	display:block;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    margin-top: 130px;
}
.navg_sliderb{
    display:none;
}
.navd_sliderb_mobile{
	position: relative;
    width: auto;
    height: auto;
    z-index: 5;
	margin: 0 auto;
	text-align: center;
	margin-top: -200px;
}
.trianglenavd_sliderb_mobile{
    position: relative;
    width: 150px;
    height: 150px;
    background-image: url(../images/button_right_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    opacity: .3;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.navd_sliderb{
    display:none;
}
.text_bouton_slider:hover{
	background-color: #62BF5E;
}


/* Animation: slider - Aller/retour */

.animslideraller{
	margin-left: 100%; 
}
.animsliderretour{
	margin-left: 0%; 
}






/* SECTION A / HEURES D_OUVERTURE */

.contenu_section_a{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    width: 100%;
    height: 1000px;
}
.titres{
	-ms-flex-item-align: center;
	align-self: center;
    width: 95%;
    height: auto;
    margin-top:30px;
    margin-bottom: 30px;
    z-index: 2;
    margin: auto;
}
.ligne_ouverture{
    position: relative;
    height: 1px;
    width: 50px;
    border: solid 1.5px #6DC936;
    background-color: #6DC936;
    margin: auto;
    margin-top: -35px;
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.titre_section{
    text-align: center;
    font-family: 'StRyde-Regular';
    font-size:70px;
    color: #003366;
    font-weight: 500;
}
.deux_sections_heures{
    position:relative;
    display: block;
	width: 100%;
	height: auto;
	margin-top: 75px;
    margin-bottom: 75px;
}
.sectiongauchea{
    position:relative;
    display: block;
    height: auto;
    width: 100%;
}
.sectiondroiteb{
	position:relative;
	display: block;
    height: auto;
    width: 100%;
}

/* HORLOGE CODE PEN */

.horloge_vraie{
	display:none;
}


/* TABLEAU HEURES D_OUVERTURES */
.tableau{
    display: none;
}

.tableau_mobile{
    position: relative;
    display: block;
    height: auto;
    width: 90%;
    text-align: left;
    margin: auto;
}
.cellulejour_mobile{
    position: relative;
    display: block;
    height: auto;
    width: auto;
    text-align: left;
    font-family: 'StRyde-Regular'; 
    font-size: 50px;
    color: #003366;
}
.heures_soir_mobile{
    position: relative;
    display: block;
    height: auto;
    width: auto;
    text-align: left;
    font-family: 'StRyde-Regular'; 
    font-size: 40px;
    color: #6DC936;
}
.pied{
    position: relative;
    height: auto;
    width: 100%;
	font-family: 'StRyde-Regular';
    font-size: 30px;
    color: #003366;
}
.tel_rv{
    display:none;
}
.tel_rv_img{
	position: relative;
    height: 400px;
    width: 200px;
    background-image: url(../images/Cellulaire.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.7;
	margin: 0 auto;
}
.rendezvous{
	position: relative;
	height: auto;
	width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}
.text_rv{
    display:none;
}
.text_numero{
    position: relative;
    height: auto;
    width: 90%;
	font-family: 'StRyde-Regular';
    font-size: 100px;
    color: #78949B;
    margin: 0 auto;
    text-decoration: none;
}





/* SECTION B - TARIFS ET SERVICES */


.contenu_section_b{
    display:none;
}
.contenu_section_b_mobile{
    position: relative;
	display: block;
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.s_et_t{
    position:relative;
    margin: 0 auto;
}
.ligne_services{
    position: relative;
    height: 1px;
    width: 50px;
    border: solid 1.5px #6DC936;
    background-color: #6DC936;
    margin: auto;
    margin-top: -25px;
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.contenu_therapeutique_mobile{
    margin-top: 100px;
}
.contenu_therapeutique_mobile, .contenu_sportif_mobile, .contenu_onco_mobile, .contenu_detente_mobile, .contenu_reflex_mobile, .contenu_lomi_mobile, .contenu_enceinte_mobile, .contenu_lymphatique_mobile, .contenu_coquillage_mobile, .contenu_orthotherapie_mobile, .contenu_enfant_mobile, .contenu_cellulite_mobile{
    position: relative;
	display: block;
    height: auto;
    width: 100%;
    border: solid 1.2px rgba(0,51,102,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
	box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    margin-bottom: 5px;
}
.bandes_services_mobile{
    position: relative;
    width: 100%;
    height: 150px;
    cursor: pointer;   
}
.bande_thera_mobile{
    background-color: rgba(0,51,102,0.6);
}
.bande_detente_mobile{
   background-color: rgba(0,51,102,.7);
}
.bande_enceinte_mobile{
    background-color: rgba(0,51,102,.8);
}
.bande_ortho_mobile{
    background-color: rgba(0,51,102,.9);
}
.bande_sportif_mobile{
    background-color: rgb(0,51,102);
}
.bande_reflex_mobile{
    background-color: rgba(0,51,102,.9);
}
.bande_lymphatique_mobile{
    background-color: rgba(0,51,102,.8);
}
.bande_enfant_mobile{
    background-color: rgba(0,51,102,.7);
}
.bande_onco_mobile{
    background-color: rgba(0,51,102,.6);
}
.bande_lomi_mobile{
    background-color: rgba(0,51,102,.7);
}
.bande_coquillage_mobile{
    background-color: rgba(0,51,102,.8);
}
.bande_cellulite_mobile{
    background-color: rgba(0,51,102,.9);
}
.soustitre_services_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 50px;
    color: #FCFCFC;
    font-weight: lighter;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
}
.desc_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 40px;
    color: #78949B;
	float: left;
    text-align: left;
    margin-top: 10px;
    margin-left:20px;
    margin-right: 20px;
    margin-bottom: 100px;
}
.max_cellulite{
	margin-right: 20px;
}
.troistarifs{
	margin-left: -7px;
}
.tarifs_therapeutique_mobile{
    display: none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
    -webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_sportif_mobile{
    display: none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_onco_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_detente_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_reflex_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_lomi_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_enceinte_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_lymphatique_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_coquillage_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_ortho_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_enfant_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_cellulite_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
    -webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 60px;
    color: #78949B;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
    font-weight:lighter;
}
.prix_un_deux_mobile{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}
.troistarifs_mobile{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}
.tempsprixa_mobile{
    display: inline-block;
    position:relative;
    float:left;
    margin-left: 60px;
}
.tempsprixb_mobile{
    display: inline-block;
    position:relative;
    float:right;
    margin-right: 60px;
}
.tempsprixd_mobile{
    display: inline-block;
    position:relative;
    margin:auto;
}
.tempsprixc_mobile{
    display: inline-block;
    position:relative;
    float:right;
    margin-right: 60px;
}
.duree_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 50px;
    color: #003366;
    text-align: center;
    font-weight:lighter;
}
.duree_b_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 50px;
    color: #003366;
    text-align: center;
    font-weight:lighter;
}
.cercle_mobile{
    position: relative;
    height: 250px;
    width: 250px;
    background-image: url(../images/rond_prix.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 80px;
}
.cercle_b_mobile{
    position: relative;
    height: 250px;
    width: 250px;
    background-image: url(../images/rond_prix.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 80px;
}
.prix_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 80px;
    color: #003366;
    font-weight:lighter;
}
.prix_b_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 80px;
    color: #003366;
    font-weight:lighter;
}
.fleche_services_mobile{
	position: relative;
	display: block;
	height: 120px;
	width: 100%;
	margin: auto;
	z-index: 20;
	margin-top: -25px;
}
.fleche_therapeutique_mobile, .fleche_detente_mobile, .fleche_enceinte_mobile, .fleche_ortho_mobile, .fleche_sportif_mobile, .fleche_reflex_mobile, .fleche_lymphatique_mobile, .fleche_enfant_mobile, .fleche_onco_mobile, .fleche_lomi_mobile, .fleche_coquillage_mobile, .fleche_cellulite_mobile{
    position: relative;
	height: 80px;
	width: 80px;
	background-image: url(../images/Fleches_services.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    margin-top: -15px;
    left: 0%;
    -webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.img_therapeutique_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8640_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.img_sportif_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8714_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_onco_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8682_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_detente_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8621_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_reflex_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/Ventouses_JD.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.img_lomi_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8660_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_enceinte_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8516_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.img_lymphatique_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8614_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.img_coquillage_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8529_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_ortho_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8737_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_enfant_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8575_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: bottom;
}
.img_cellulite_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/taping-JD.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.paiements_mobile{
    position: relative;
    display: block;
    height: auto;
    width: 95%;
    margin: auto;
    margin-top: 80px;
    text-align: center;
}
.recuass_mobile{
	font-family: 'StRyde-Regular';
    font-size: 40px;
    color: #6DC936;
    font-weight:lighter;
}
.recuass_mobile a{
	color: #003366;
} 
.descrip_paiements_mobile{
	font-family: 'StRyde-Regular';
    font-size: 30px;
    color: #003366;
    font-weight:lighter;
}
.logos_credits_mobile{
    display: inline-block;
    height: 100px;
    width: 100%;
}
.logomastercard_mobile{
    display: inline-block;
    height: 90px;
    width: 90px;
    background-image: url(../images/MasterCard_Logo.svg.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.logovisa_mobile{
    display: inline-block;
    height: 90px;
    width: 90px;
    background-image: url(../images/VISA.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
	margin-left: 20px;
}
.logoamerican_mobile{
    display: inline-block;
    height: 90px;
    width: 90px;
    background-image: url(../images/American-Express-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.logogooglepay_mobile{
    display: inline-block;
    height: 90px;
    width: 90px;
    background-image: url(../images/gpay_VF.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.logoapplepay_mobile{
    display: inline-block;
    height: 90px;
    width: 90px;
    background-image: url(../images/apay_VF.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.logointerac_mobile{
    display: inline-block;
    height: 90px;
    width: 90px;
    background-image: url(../images/interac.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}

/* Animation des services_mobile */

.tarifs_apparait{
    display: block;
	-webkit-animation: tarifs 0.3s ease-in-out forwards;
	animation: tarifs 0.3s ease-in-out forwards;
    z-index: 11;
}
    
    

/* SECTION C / MASSAGE EN ENTREPRISE ET ÉVÉNEMENT */


.contenu_section_c{
    position: relative;
    height: 2200px;
    width: 100%;
}
.entreprise{
    margin-top: 120px;
}
.ligne_entreprise{
    position: relative;
    height: 1px;
    width: 50px;
	border: solid 1.5px #6DC936;
    background-color: #6DC936;
    margin: auto;
    margin-top: -25px;
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.trois_img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 100px;
}
.img_entrepa{
    display:none;
}
.img_entrepb{
    display:none;
}
.img_entrepc{
    position: relative;
    display: block;
    height: 600px;
    width: 100%;
    background-image: url(../images/IMG_8807_1600x1066-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: bottom;
    border: solid 1.2px rgba(0,51,102,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
}
.contenu_bienfaits{
    position: relative;
    display: block;
    height: auto;
    width: 94%;
    margin: auto;
    margin-top: 70px;
}
.titre_bienfaits{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 50px;
    color: #003366;
    text-align: center;
    margin-top: 10px;
    font-weight:lighter;
}
.par_bienfaits{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 40px;
    color: #78949B;
    text-align: left;
    font-weight:lighter;
}
.fonctionnement_mobile, .par_bienfaits_mobile{
    display:none;
}
.fonctionnement{
    color: #6DC936;
}
.contenu_prixentrep{
    position: relative;
    width: 95%;
    height: auto;
    margin: auto;
    text-align: center;
}
.cercleprixentrep{ 
    position:relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 300px;
    width: 300px;
    background-image: url(../images/rond_prix.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    margin-top: 50px;
    text-align:center;
}
.prixentrep{
	font-family: 'StRyde-Regular';
    font-size: 60px;
    line-height: 50px;
    color: #003366;
    font-weight:lighter;
}
.min{
    font-size: 40px;
}
.soumissiona{
    position: relative;
    width: 100%;
    height: auto;
	font-family: 'StRyde-Regular';
    font-size: 30px;
    color: #003366;
    font-weight:lighter;
}
.soumissionb{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 40px;
    color: #003366;
    font-weight: lighter;	
}
.contact_entrep{
	position: relative;
    display: block;
    width: 95%;
    height: 120px;
    text-align: center;
    background-color: #62BF5E;
    border: solid 2.5px #62BF5E;
    font-family: 'StRyde-Regular';
    font-size: 50px;
    color: #FCFCFC;
	text-decoration: none;
	margin: auto;
	margin-top: 70px;
	padding-top: 50px;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}

/* SECTION D / FOIRE AUX QUESTIONS */


.contenu_faq{
	display:none;
}
.contenu_faq_mobile{
    position: relative;
    height: auto;
    width: 100%;
	overflow: hidden;
	margin-top: 100px;
}
.over_faq_mobile{
	position: relative;
	height: auto;
    width: 100%;
	background-image: url(../images/FAQ-1600x1066-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-size: auto 4100px ;
    background-position: top;
	padding-bottom: 200px;
	margin-top: 100px;
}
.faq_mobile{
    padding-top: 50px;
    padding-bottom: 80px;
}
.titre_faq{
    position: relative;
    text-align: center;
    font-family: 'StRyde-Regular';
    font-size: 80px;
    color: #FCFCFC;
    font-weight: 500;
    margin-top: 100px;
}
.ligne_faq{
    position: relative;
    height: 1px;
    width: 30px;
	border: solid 1.5px #FCFCFC;
    background-color: #FCFCFC; 
    margin: auto;
    margin-top: -25px;
}
.carre_q{
    position:relative;
    display: block;
    height: auto;
    width: 95%;
    background-color: #FCFCFC;
    border: solid 1.2px rgba(0,51,102,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    z-index:2;
    margin: auto;
    margin-top: 50px;
}
.questions{
    position: relative;
    display: block;
    font-family: 'StRyde-Regular';
    font-size: 40px;
    color: #003366;
    font-weight: 500;
    margin: 0 auto;
    margin: 20px;
    text-align: left;
}
.rect_transparence{
    display: none;
    position:relative;
    height: auto;
    width: 95%;
    background-color: rgba(252,252,252,0.3);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: auto;
}
.reponses{
    position: relative;
    font-family: 'StRyde-Regular';
    text-align: left;
    color: #FCFCFC;
    font-size: 35px;
}
.souligner{
    text-decoration: underline;
}
.decalage_liste{
    margin-left: 10px;
}

/* Animation reponses des questions */
.question_apparait{
    display: block;
	-webkit-animation: tarifs 1s ease-out forwards;
	animation: tarifs 1s ease-out forwards;
    z-index: 10;
}


/* SECTION E / TÉMOIGNAGES */


.contenu_temoignage{
	display: none;
}
.contenu_temoignage_mobile{
	display: block;
	position:relative;
    height: 850px;
    width: 100%;
}
.troisdiv_temoignage{
	position: absolute;
	display: block;
	height:850px;
	width: 100%;
	background-image: url(../images/thinkstockphotosa_compress-min.png); 
    background-repeat: repeat;
    background-size: contain;
}
.trois_boites_tem{
    position: relative;
	display: block;
    height: auto;
	width: 100%;
}
.apostrophe_left{
	position: relative;
	display: block;
    height: 100px;
    width:100px;
	background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	opacity: 0.6;
	float: left;
	margin-left: 50px;
	margin-top: 50px;
}
.trois_temoignages{
	position: relative;
	display: inline-block;
    height: auto;
    width: 100%;
	overflow: hidden;
	margin: auto;
}
.fig_temoignages{
	position: relative;
	display: inline-block;
	height: auto;
	width: 300%;
	-webkit-animation: 44s slider_temoignages infinite;
	animation: 44s slider_temoignages infinite;
}
.contenu_temoignage_a{
	position: relative;
	display: inline-block;
	height: auto;
	width: 33.2%;
	vertical-align: middle;
}
.contenu_temoignage_b{
	position: relative;
	display: inline-block;
	height: auto;
	width: 33.2%;
	vertical-align: middle;
}
.contenu_temoignage_c{
	position: relative;
	display: inline-block;
	height: auto;
	width: 33.2%;
	vertical-align: middle;
}
.client{
	position: relative;
    font-family: 'StRyde-Regular';
    text-align: center;
    color: #003366;
    font-size: 50px;
	font-weight: 500;
	line-height: 55px;
}
.clientspan{
	position: relative;
	color: #336633;
	font-size: 40px;
	opacity: 0.6;
}
.temoignage{
	position: relative;
	height: auto;
	width: 95%;
    font-family: 'StRyde-Regular';
    text-align: center;
    color: #003366;
    font-size: 40px;
	font-weight: 500;
	margin: auto;
}
.apostrophe_right{
	position: relative;
	display: block;
    height: 100px;
    width: 100px;
	background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	opacity: 0.6;
	float: right;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
    margin: auto;
    margin-right: 50px;
    margin-bottom: 50px;
    margin-top: 50px;
}


/* SECTION F / À PROPROS */


.section_propos{
	display: none;
}
/* SECTION G / CONTACTS */
.section_contact{
	position: relative;
	display: block;
    height: auto;
    width: 100%;
}
.img_g_contact{
	display:none;
}
.titre_contact{
	position: relative;
	font-family: 'StRyde-Regular';
    font-size: 50px;
    color: #FCFCFC;
    text-align: center;
    margin-top: 20px;
    font-weight:lighter;
}
.section_d_contact{
	position: relative;
	display: block;
    height:auto;
    width: 100%;
	background-color: #5E7391;
	padding-top: 80px;
	padding-bottom: 150px;
}
.formulaire_contact{
	position:relative;
    height:auto;
    width: 95%;
	margin: auto;
}
#nomcomplet{
	position: relative;
	height: 120px;
    width: 97%;
	font-family: 'StRyde-Regular';
    font-size: 35px;
	color: #5E7391;
	margin: auto;
	padding-left: 15px;
}
#courriel{
	position: relative;
	font-family: 'StRyde-Regular';
    font-size: 35px;
	color: #5E7391;
	height: 120px;
    width: 97%;
	margin: auto;
	margin-top: 25px;
	padding-left: 15px;
}
#message{
	position: relative;
	font-family: 'StRyde-Regular';
    font-size: 35px;
	color: #5E7391;
	height: 400px;
    width: 97%;
	margin: auto;
	margin-top: 25px;
	padding-left: 15px;
	padding-top: 15px;
}
.case_cocher{
	position:relative;
	display: inline-block;
	height: auto;
    width: 97%;
    margin: auto;
    padding-left:2.5%;
    padding-right:2.5%;
	margin-top: 50px;
}
.paperplane{
    position: relative;
    left: -9999px;
    width: 50px;
    height: 50px;
}
#plane{
	position:relative;
	display: inline-block;
	height:120px;
    width: 120px;
	background-image: url(../images/telegram-logo_blanc.svg);
    background-repeat: no-repeat;
    background-size: contain;
	float:left;
	cursor: pointer;
	margin: auto;
}
.avion_disparait{
    display:none !important;
}
.avion_apparait{
    position:relative;
	display: inline-block;
	height: 150px;
    width: 150px;
	background-image: url(../images/telegram-logo_fonce.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
	float:left;
	cursor: pointer;
	margin: auto;
}
.souscrire{
	position: absolute;
	display: inline-block;
	height: auto;
    width: auto;
    float: right;
	font-family: 'StRyde-Regular';
	font-size: 40px;
	color: #FCFCFC;
	margin-top: 35px;
	margin-left:-10px;
}
.bouton_send{
    position:relative;
	height: 120px;
    width:97%;
	background-color: #5E7391;
	border: solid 3px #FCFCFC;
	margin: auto;
	margin-top: 200px;
	text-align: center;
}
.bouton_envoyer{
	position: relative;
	height: 120px;
    width:80%;
	font-family: 'StRyde-Regular';
	font-size: 50px;
	color: #FCFCFC;
	border:none;
	background-color: transparent;
	margin: auto;
}



/* SECTION H / SECTION FINALE */



.section_finale{
    display: none;
}
.section_finale_mobile{
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
    height: 180px;
    width: 100%;
    padding-top: 75px;
}
.reseaux_sociaux{
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
    height: auto;
    width: 100%;
    margin: 0 auto;
    margin-top: -100px;
}
.reseauxa, .reseauxc, .reseauxd, .reseauxe{
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-item-align: center;
	align-self: center;
	height: auto;
	width: 25%;
}
.tela{
	position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	height: 100px;
	width: 100px;
	background-image: url(../images/smartphone_pale.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.mapa{
	position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	height: 100px;
	width: 100px;
	background-image: url(../images/placelocater_pale.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.falink{
	position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	height: 100px;
	width: 100px;
	background-image: url(../images/facebook_carre_pale.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.linkedin_mobile{
    position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	height: 103px;
	width: 103px;
	background-image: url(../images/linkedin_carre_pale.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#only-mobile{
    display:block;
}

/* SECTION I / FOOTER */

.footer{
	position: relative;
	height: 50px;
	width: 100%;
	background-color: #003366;
	text-align: center;
	padding-top: 20px;
}
.textfooter{
	position: relative;
	height: 60px;
	width: 100%;
	font-family: 'StRyde-Regular';
	font-size: 30px;
	color: #FCFCFC;
}
.contenu_retour_mail{
    position: absolute;
    height: 100%;
	width: 100%;
	background-color: #FCFCFC;
}
.text_retour_mail{
    position: relative;
    height: 100%;
	width: 80%;
	margin: auto;
}
.logo_massojd{
    position: relative;
    display: block;
    width: 250px;
    height: 200px;
    background-image: url(../images/Logo_MassoJennDubois.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto;
}
.par_retour_mail{
	position: relative;
	font-family: 'StRyde-Regular';
	font-size: 25px;
	color: #5E7391;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
}
.bouton_retour{
    position: relative;
    display: block;
	height: 40px;
    width:200px;
	background-color: #FCFCFC;
	border: solid 2px #5E7391;
	font-family: 'StRyde-Regular';
	font-size: 25px;
	color: #5E7391;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	margin: auto;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	padding-top: 10px;
}
.bouton_retour:hover{
    background-color: #5E7391;
    color: #FCFCFC;
}

}






















@media only screen and (max-width : 720px) and (max-height : 1280px){  



/* HEADER */

.contenu_entete{
    position: relative;
    width: 100%;
    height: auto;
}
.entete{
    position: relative;
    width: 100%;
    height: 120px;
    background-color: #FCFCFC;
}
.logojenn{
    position: absolute;
    width: 200px;
    height: 110px;
    background-image: url(../images/Logo_MassoJennDubois.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 10px;
}



/*Animation du menu burger*/

#nav-icon1 {
  position: fixed;
  width: 80px;
  height: 100px;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-top:30px;
  margin-right:40px;
  z-index: 30;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 8px;
  width: 100%;
  background: #6DC936;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-icon1 .ligne_menu_a{
  top: 10px;
}
#nav-icon1 .ligne_menu_b{
  top:25px;
}
#nav-icon1 .ligne_menu_c{
  top: 40px;
}
#nav-icon1.open span:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.menu_burger_list{
    display:none;
}
.menu_burger_list_mobile{
    display:none;
    position: fixed;
    width: 100%;
    height: 700px;
    left: 0;
    opacity:.95;
    background-color: #6DC936;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 20;
    margin-top: 120px;
}
.animburger{
    display: block !important;
}
.massokineortho{
    position: absolute;
	height: 200px;
	width: auto;
    font-family: 'StRyde-Regular';
	text-align: left;
    font-size: 25px;
    font-weight: 500;
    color:#78949B;
    margin-left: 300px;
}
.liste_debut_mobile{
	position: absolute;
    width: 90%;
    height: 450px;
    margin-top: 20px;
}
.liste_debut_mobile li{
    position: relative;
    list-style: none;
    text-align: center;
    margin: auto;
    line-height: 60px;
}
.liste_debut_mobile li a{
    position: relative;
    font-family: 'StRyde-Regular';
    font-size: 30px;
    text-align: center;
    color:#FCFCFC;
    margin: auto;
    text-decoration: none;
    font-style: bold;
}
.facebook_home_mobile{
    display:inline-block;
    position: relative;
    height: 45px;
	width: 45px;
    background-image: url(../images/facebook_carre_blanc.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.linkedin_home_mobile{
    display:inline-block;
    position: relative;
    height: 45px;
	width: 45px;
    background-image: url(../images/linkedin_carre_blanc.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.mail_home_mobile{
    display:inline-block;
    position: relative;
    height: 45px;
	width: 45px;
    background-image: url(../images/envelope_blanc.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.ligne_grise_header{
    position: relative;
    height: 5px;
    width: 100%;
    background-color: #78949B;
    -webkit-box-shadow: 0px -2px 7px #78949B;
    box-shadow: 0px -2px 7px #78949B;
}



/* SLIDERS - HEADER */


.sectionslider{
	position: relative;
    height: 600px;
    width: 100%;
	overflow: hidden;
}
.sliderfig{
	position: relative;
    display: inline-block;
	height: 600px;
	width: 200%;
	-webkit-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
.contenu_img_slider_a{
	position: absolute;
    display: inline-block;
	height: 600px;
    width: 50%;
}
.contenu_img_slider_b{
	position: absolute;
    display: inline-block;
	height: 600px;
    width: 50%;
}
.img_slider_a{
	position: absolute;
    height: 600px;
    width: 100%;
    background-image: url(../images/IMG_8486_1600x1066.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.img_slider_b{
    position: absolute;
    height: 600px;
    width: 100%;
    background-image: url(../images/IMG_8695_1600x1066.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-left: -100%;	
}
.contenu_flechesetpar_a{
    position:relative;
    display: block;
    height: 500px;
    width: 100%;
    text-align: center;
}
.contenu_flechesetpar_b{
    position:relative;
    display: block;
    height: 500px;
    width: 100%;
    margin-left: -100%;
    text-align: center;
}
.contenu_slider_a{
	position: relative;
	display:block;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    margin-top: 80px;
}
.navg_slidera{
    display:none;
}
.titre_slider{
    position: relative;
    font-family: 'StRyde-Regular';
    font-size: 50px;
    text-align: center;
    color: #FCFCFC;
    font-weight: 500;
}
.par_slider{
    position: relative;
    font-family: 'StRyde-Regular';
    font-size: 30px;
    text-align: center;
    color: #FCFCFC;   
}
.text_bouton_slider{
	display:none;
}
.text_bouton_slider_mobile{
	display: block;
    position: relative;
    width: 50%;
    height: 50px;
    font-family: 'StRyde-Regular';
    font-size: 30px;
    color: #FCFCFC;
	text-decoration: none;
    border: solid 3px #62BF5E;
	background-color: transparent;
	margin: 0 auto;
	margin-top:50px;
    -webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
    z-index: 5;
    padding-top: 15px;
}
.navd_slidera{
	position: relative;
	display:block;
    width: auto;
    height: auto;
    text-align: center;
    z-index: 5;
    margin: auto;
    margin-top: -125px;
}
.trianglenavd_slidera{
    position:relative;
    width: 85px;
    height: 85px;
    background-image: url(../images/button_right_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    opacity: .3;
}
.contenu_slider_b{
	position: relative;
	display:block;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    margin-top: 80px;
}
.navg_sliderb{
    display:none;
}
.navd_sliderb_mobile{
	position: relative;
    width: auto;
    height: auto;
    z-index: 5;
	margin: 0 auto;
	text-align: center;
	margin-top: -125px;
}
.trianglenavd_sliderb_mobile{
    position: relative;
    width: 85px;
    height: 85px;
    background-image: url(../images/button_right_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    opacity: .3;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.navd_sliderb{
    display:none;
}
.text_bouton_slider:hover{
	background-color: #62BF5E;
}


/* Animation: slider - Aller/retour */

.animslideraller{
	margin-left: 100%; 
}
.animsliderretour{
	margin-left: 0%; 
}






/* SECTION A / HEURES D_OUVERTURE */

.contenu_section_a{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.titres{
	-ms-flex-item-align: center;
	align-self: center;
    width: 95%;
    height: auto;
    margin-top:80px;
    margin-bottom: 40px;
    z-index: 2;
    margin: auto;
}
.ligne_ouverture{
    position: relative;
    height: 1px;
    width: 50px;
    border: solid 1.5px #6DC936;
    background-color: #6DC936;
    margin: auto;
    margin-top: -35px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.titre_section{
    text-align: center;
    font-family: 'StRyde-Regular';
    font-size:50px;
    color: #003366;
    font-weight: 500;
}
.deux_sections_heures{
    position:relative;
    display: block;
	width: 100%;
	height: auto;
	margin-top: 80px;
    margin-bottom: 80px;
}
.sectiongauchea{
    position:relative;
    display: block;
    height: auto;
    width: 100%;
}
.sectiondroiteb{
	position:relative;
	display: block;
    height: auto;
    width: 100%;
}

/* HORLOGE CODE PEN */

.horloge_vraie{
	display:none;
}


/* TABLEAU HEURES D_OUVERTURES */
.tableau{
    display: none;
}

.tableau_mobile{
    position: relative;
    display: block;
    height: auto;
    width: 90%;
    text-align: left;
    margin: auto;
}
.cellulejour_mobile{
    position: relative;
    display: block;
    height: auto;
    width: auto;
    text-align: left;
    font-family: 'StRyde-Regular'; 
    font-size: 35px;
    color: #003366;
}
.heures_soir_mobile{
    position: relative;
    display: block;
    height: auto;
    width: auto;
    text-align: left;
    font-family: 'StRyde-Regular'; 
    font-size: 30px;
    color: #6DC936;
}
.pied{
    position: relative;
    height: auto;
    width: 100%;
	font-family: 'StRyde-Regular';
    font-size: 20px;
    color: #003366;
    margin-top: -100px;
}
.tel_rv{
    display:none;
}
.rendezvous{
	position: relative;
	height: auto;
	width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}
.text_rv{
    display:none;
}
.text_numero{
    position: relative;
    height: auto;
    width: 90%;
	font-family: 'StRyde-Regular';
    font-size: 80px;
    color: #78949B;
    margin: 0 auto;
    text-decoration: none;
}





/* SECTION B - TARIFS ET SERVICES */


.contenu_section_b{
    display:none;
}
.contenu_section_b_mobile{
    position: relative;
	display: block;
    width: 100%;
    height: auto;
    margin-top: 80px;
}
.s_et_t{
    position:relative;
    margin: 0 auto;
}
.ligne_services{
    position: relative;
    height: 1px;
    width: 50px;
    border: solid 1.5px #6DC936;
    background-color: #6DC936;
    margin: auto;
    margin-top: -25px;
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.contenu_therapeutique_mobile{
    margin-top: 60px;
}
.contenu_therapeutique_mobile, .contenu_sportif_mobile, .contenu_onco_mobile, .contenu_detente_mobile, .contenu_reflex_mobile, .contenu_lomi_mobile, .contenu_enceinte_mobile, .contenu_lymphatique_mobile, .contenu_coquillage_mobile, .contenu_orthotherapie_mobile, .contenu_enfant_mobile, .contenu_cellulite_mobile{
    position: relative;
	display: block;
    height: auto;
    width: 100%;
    border: solid 1.2px rgba(0,51,102,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
	box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    margin-bottom: 5px;
}
.bandes_services_mobile{
    position: relative;
    width: 100%;
    height: 100px;
    cursor: pointer;   
}
.bande_thera_mobile{
    background-color: rgba(0,51,102,0.6);
}
.bande_detente_mobile{
   background-color: rgba(0,51,102,.7);
}
.bande_enceinte_mobile{
    background-color: rgba(0,51,102,.8);
}
.bande_ortho_mobile{
    background-color: rgba(0,51,102,.9);
}
.bande_sportif_mobile{
    background-color: rgb(0,51,102);
}
.bande_reflex_mobile{
    background-color: rgba(0,51,102,.9);
}
.bande_lymphatique_mobile{
    background-color: rgba(0,51,102,.8);
}
.bande_enfant_mobile{
    background-color: rgba(0,51,102,.7);
}
.bande_onco_mobile{
    background-color: rgba(0,51,102,.6);
}
.bande_lomi_mobile{
    background-color: rgba(0,51,102,.7);
}
.bande_coquillage_mobile{
    background-color: rgba(0,51,102,.8);
}
.bande_cellulite_mobile{
    background-color: rgba(0,51,102,.9);
}
.soustitre_services_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 35px;
    color: #FCFCFC;
    font-weight: lighter;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}
.desc_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 30px;
    color: #78949B;
	float: left;
    text-align: left;
    margin-top: 10px;
    margin-left:20px;
    margin-right: 20px;
    margin-bottom: 100px;
}
.max_cellulite{
	margin-right: 20px;
}
.troistarifs{
	margin-left: -7px;
}
.tarifs_therapeutique_mobile{
    display: none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
    -webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_sportif_mobile{
    display: none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_onco_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_detente_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_reflex_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_lomi_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_enceinte_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_lymphatique_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_coquillage_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_ortho_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_enfant_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_cellulite_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
    -webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 40px;
    color: #78949B;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
    font-weight:lighter;
}
.prix_un_deux_mobile{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}
.troistarifs_mobile{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}
.tempsprixa_mobile{
    display: inline-block;
    position:relative;
    float:left;
    margin-left: 70px;
}
.tempsprixb_mobile{
    display: inline-block;
    position:relative;
    float:right;
    margin-right: 70px;
}
.tempsprixd_mobile{
    display: inline-block;
    position:relative;
    margin:auto;
}
.tempsprixc_mobile{
    display: inline-block;
    position:relative;
    float:right;
    margin-right: 70px;
}
.duree_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 40px;
    color: #003366;
    text-align: center;
    font-weight:lighter;
}
.duree_b_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 40px;
    color: #003366;
    text-align: center;
    font-weight:lighter;
}
.cercle_mobile{
    position: relative;
    height: 250px;
    width: 250px;
    background-image: url(../images/rond_prix.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 80px;
}
.cercle_b_mobile{
    position: relative;
    height: 250px;
    width: 250px;
    background-image: url(../images/rond_prix.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 80px;
}
.prix_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 80px;
    color: #003366;
    font-weight:lighter;
}
.prix_b_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 80px;
    color: #003366;
    font-weight:lighter;
}
.fleche_services_mobile{
	position: relative;
	display: block;
	height: 120px;
	width: 100%;
	margin: auto;
	z-index: 20;
	margin-top: -25px;
}
.fleche_therapeutique_mobile, .fleche_detente_mobile, .fleche_enceinte_mobile, .fleche_ortho_mobile, .fleche_sportif_mobile, .fleche_reflex_mobile, .fleche_lymphatique_mobile, .fleche_enfant_mobile, .fleche_onco_mobile, .fleche_lomi_mobile, .fleche_coquillage_mobile, .fleche_cellulite_mobile{
    position: relative;
	height: 80px;
	width: 80px;
	background-image: url(../images/Fleches_services.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    margin-top: -25px;
    left: 0%;
    -webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.img_therapeutique_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8640_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.img_sportif_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8714_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
	background-position: center;
}
.img_onco_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8682_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_detente_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8621_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_reflex_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/Ventouses_JD.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.img_lomi_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8660_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_enceinte_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8516_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.img_lymphatique_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8614_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.img_coquillage_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8529_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_ortho_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8737_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_enfant_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8575_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: bottom;
}
.img_cellulite_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/taping-JD.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.paiements_mobile{
    position: relative;
    display: block;
    height: auto;
    width: 95%;
    margin: auto;
    margin-top: 80px;
    text-align: center;
}
.recuass_mobile{
	font-family: 'StRyde-Regular';
    font-size: 30px;
    color: #6DC936;
    font-weight:lighter;
}
.recuass_mobile a{
	color: #003366;
} 
.descrip_paiements_mobile{
	font-family: 'StRyde-Regular';
    font-size: 25px;
    color: #003366;
    font-weight:lighter;
}
.logos_credits_mobile{
    display: inline-block;
    height: 100px;
    width: 100%;
}
.logomastercard_mobile{
    display: inline-block;
    height: 90px;
    width: 90px;
    background-image: url(../images/MasterCard_Logo.svg.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.logovisa_mobile{
    display: inline-block;
    height: 90px;
    width: 90px;
    background-image: url(../images/VISA.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
	margin-left: 20px;
}
.logoamerican_mobile{
    display: inline-block;
    height: 90px;
    width: 90px;
    background-image: url(../images/American-Express-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.logogooglepay_mobile{
    display: inline-block;
    height: 90px;
    width: 90px;
    background-image: url(../images/gpay_VF.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.logoapplepay_mobile{
    display: inline-block;
    height: 90px;
    width: 90px;
    background-image: url(../images/apay_VF.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.logointerac_mobile{
    display: inline-block;
    height: 90px;
    width: 90px;
    background-image: url(../images/interac.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}

/* Animation des services_mobile */

.tarifs_apparait{
    display: block;
	-webkit-animation: tarifs 0.3s ease-in-out forwards;
	animation: tarifs 0.3s ease-in-out forwards;
    z-index: 11;
}
    
    

/* SECTION C / MASSAGE EN ENTREPRISE ET ÉVÉNEMENT */


.contenu_section_c{
    position: relative;
    height: auto;
    width: 100%;
}
.entreprise{
    margin-top: 120px;
}
.ligne_entreprise{
    position: relative;
    height: 1px;
    width: 50px;
	border: solid 1.5px #6DC936;
    background-color: #6DC936;
    margin: auto;
    margin-top: -25px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.trois_img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 100px;
}
.img_entrepa{
    display:none;
}
.img_entrepb{
    display:none;
}
.img_entrepc{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8807_1600x1066-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
    border: solid 1.2px rgba(0,51,102,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
}
.contenu_bienfaits{
    position: relative;
    display: block;
    height: auto;
    width: 94%;
    margin: auto;
    margin-top: 70px;
}
.titre_bienfaits{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 40px;
    color: #003366;
    text-align: center;
    margin-top: 10px;
    font-weight:lighter;
}
.par_bienfaits{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 30px;
    color: #78949B;
    text-align: left;
    font-weight:lighter;
}
.fonctionnement_mobile, .par_bienfaits_mobile{
    display:none;
}
.fonctionnement{
    color: #6DC936;
}
.contenu_prixentrep{
    position: relative;
    width: 95%;
    height: auto;
    margin: auto;
    text-align: center;
}
.cercleprixentrep{ 
    position:relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 300px;
    width: 300px;
    background-image: url(../images/rond_prix.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    margin-top: 50px;
    text-align:center;
    padding-top: 0px !important;
}
.prixentrep{
	font-family: 'StRyde-Regular';
    font-size: 60px;
    line-height: 50px;
    color: #003366;
    font-weight:lighter;
}
.min{
    font-size: 40px;
}
.soumissiona{
    position: relative;
    width: 100%;
    height: auto;
	font-family: 'StRyde-Regular';
    font-size: 25px;
    color: #003366;
    font-weight:lighter;
}
.soumissionb{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 30px;
    color: #003366;
    font-weight: lighter;	
}
.contact_entrep{
	position: relative;
    display: block;
    width: 60%;
    height: 65px;
    text-align: center;
    background-color: #62BF5E;
    border: solid 2.5px #62BF5E;
    font-family: 'StRyde-Regular';
    font-size: 40px;
    color: #FCFCFC;
	text-decoration: none;
	margin: auto;
	margin-top: 70px;
	padding-top: 20px;
	-webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

/* SECTION D / FOIRE AUX QUESTIONS */


.contenu_faq{
	display:none;
}
.contenu_faq_mobile{
    position: relative;
    height: auto;
    width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.over_faq_mobile{
	position: relative;
	height: auto;
    width: 100%;
	background-image: url(../images/FAQ-1600x1066-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-size: auto 4100px ;
    background-position: top;
	padding-bottom: 200px;
	margin-top: 100px;
}
.faq_mobile{
    padding-top: 50px;
    padding-bottom: 80px;
}
.titre_faq{
    position: relative;
    text-align: center;
    font-family: 'StRyde-Regular';
    font-size: 60px;
    color: #FCFCFC;
    font-weight: 500;
    margin-top: 100px;
}
.ligne_faq{
    position: relative;
    height: 1px;
    width: 30px;
	border: solid 1.5px #FCFCFC;
    background-color: #FCFCFC; 
    margin: auto;
    margin-top: -25px;
}
.carre_q{
    position:relative;
    display: block;
    height: auto;
    width: 85%;
    background-color: #FCFCFC;
    border: solid 1.2px rgba(0,51,102,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    z-index:2;
    margin: auto;
    margin-top: 50px;
}
.questions{
    position: relative;
    display: block;
    font-family: 'StRyde-Regular';
    font-size: 35px;
    color: #003366;
    font-weight: 500;
    margin: 0 auto;
    margin: 20px;
    text-align: left;
}
.rect_transparence{
    display: none;
    position:relative;
    height: auto;
    width: 90%;
    background-color: rgba(252,252,252,0.3);
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: auto;
}
.reponses{
    position: relative;
    font-family: 'StRyde-Regular';
    text-align: left;
    color: #FCFCFC;
    font-size: 30px;
}
.rep_c, .rep_d, .rep_h, .rep_e{
	text-align:justify;
}
.souligner{
    text-decoration: underline;
}
.decalage_liste{
    margin-left: 10px;
}

/* Animation reponses des questions */
.question_apparait{
    display: block;
	-webkit-animation: tarifs 1s ease-out forwards;
	animation: tarifs 1s ease-out forwards;
    z-index: 10;
}


/* SECTION E / TÉMOIGNAGES */


.contenu_temoignage{
	display: none;
}
.contenu_temoignage_mobile{
	display: block;
	position:relative;
    height: 720px;
    width: 100%;
}
.troisdiv_temoignage{
	position: absolute;
	display: block;
	height:720px;
	width: 100%;
	background-image: url(../images/thinkstockphotosa_compress-min.png); 
    background-repeat: repeat;
    background-size: contain;
}
.trois_boites_tem{
    position: relative;
	display: block;
    height: auto;
	width: 100%;
}
.apostrophe_left{
	position: relative;
	display: block;
    height: 100px;
    width:100px;
	background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	opacity: 0.6;
	float: left;
	margin-left: 50px;
	margin-top: 50px;
}
.trois_temoignages{
	position: relative;
	display: inline-block;
    height: auto;
    width: 100%;
	overflow: hidden;
	margin: auto;
}
.fig_temoignages{
	position: relative;
	display: inline-block;
	height: auto;
	width: 300%;
	-webkit-animation: 44s slider_temoignages infinite;
	animation: 44s slider_temoignages infinite;
}
.contenu_temoignage_a{
	position: relative;
	display: inline-block;
	height: auto;
	width: 33.2%;
	vertical-align: middle;
}
.contenu_temoignage_b{
	position: relative;
	display: inline-block;
	height: auto;
	width: 33.2%;
	vertical-align: middle;
}
.contenu_temoignage_c{
	position: relative;
	display: inline-block;
	height: auto;
	width: 33.2%;
	vertical-align: middle;
}
.client{
	position: relative;
    font-family: 'StRyde-Regular';
    text-align: center;
    color: #003366;
    font-size: 50px;
	font-weight: 500;
	line-height: 55px;
}
.clientspan{
	position: relative;
	color: #336633;
	font-size: 40px;
	opacity: 0.6;
}
.temoignage{
	position: relative;
	height: auto;
	width: 95%;
    font-family: 'StRyde-Regular';
    text-align: center;
    color: #003366;
    font-size: 30px;
	font-weight: 500;
	margin: auto;
}
.apostrophe_right{
	position: relative;
	display: block;
    height: 100px;
    width: 100px;
	background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	opacity: 0.6;
	float: right;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
    margin: auto;
    margin-right: 50px;
    margin-bottom: 50px;
    margin-top: 50px;
}



/* SECTION F / À PROPROS */


.section_propos{
	display: none;
}



/* SECTION G / CONTACTS */

.section_contact{
	position: relative;
	display: block;
    height: auto;
    width: 100%;
}
.img_g_contact{
	display:none;
}
.titre_contact{
	position: relative;
	font-family: 'StRyde-Regular';
    font-size: 40px;
    color: #FCFCFC;
    text-align: center;
    margin-top: 20px;
    font-weight:lighter;
}
.section_d_contact{
	position: relative;
	display: block;
    height:auto;
    width: 100%;
	background-color: #5E7391;
	padding-top: 80px;
	padding-bottom: 150px;
}
.formulaire_contact{
	position:relative;
    height:auto;
    width: 95%;
	margin: auto;
}
#nomcomplet{
	position: relative;
	height: 90px;
    width: 97%;
	font-family: 'StRyde-Regular';
    font-size: 30px;
	color: #5E7391;
	margin: auto;
	padding-left: 15px;
}
#courriel{
	position: relative;
	font-family: 'StRyde-Regular';
    font-size: 30px;
	color: #5E7391;
	height: 90px;
    width: 97%;
	margin: auto;
	margin-top: 25px;
	padding-left: 15px;
}
#message{
	position: relative;
	font-family: 'StRyde-Regular';
    font-size: 30px;
	color: #5E7391;
	height: 300px;
    width: 97%;
	margin: auto;
	margin-top: 25px;
	padding-left: 15px;
	padding-top: 15px;
}
.case_cocher{
	position:relative;
	display: inline-block;
	height: auto;
    width: 97%;
    margin: auto;
    padding-left:2.5%;
    padding-right:2.5%;
	margin-top: 50px;
}
.paperplane{
    position: relative;
    left: -9999px;
    width: 50px;
    height: 50px;
}
#plane{
	position:relative;
	display: inline-block;
	height:100px;
    width: 100px;
	background-image: url(../images/telegram-logo_blanc.svg);
    background-repeat: no-repeat;
    background-size: contain;
	float:left;
	margin: auto;
}
.avion_disparait{
    display:none !important;
}
.avion_apparait{
    position:relative;
	display: inline-block;
	height: 100px;
    width: 100px;
	background-image: url(../images/telegram-logo_fonce.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
	float:left;
	margin: auto;
}
.souscrire{
	position: absolute;
	display: inline-block;
	height: auto;
    width: auto;
    float: right;
	font-family: 'StRyde-Regular';
	font-size: 30px;
	color: #FCFCFC;
	margin-top: 35px;
	margin-left:-10px;
}
.bouton_send{
    position:relative;
	height: 90px;
    width:80%;
	background-color: #5E7391;
	border: solid 3px #FCFCFC;
	margin: auto;
	margin-top: 50px;
	text-align: center;
}
.bouton_envoyer{
	position: relative;
	height: 90px;
    width:80%;
	font-family: 'StRyde-Regular';
	font-size: 40px;
	color: #FCFCFC;
	border:none;
	background-color: transparent;
	margin: auto;
}



/* SECTION H / SECTION FINALE */



.section_finale{
    display: none;
}
.section_finale_mobile{
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
    height: 180px;
    width: 100%;
    padding-top: 75px;
}
.reseaux_sociaux{
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
    height: auto;
    width: 100%;
    margin: 0 auto;
    margin-top: -100px;
}
.reseauxa, .reseauxc, .reseauxd, .reseauxe{
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-item-align: center;
	align-self: center;
	height: auto;
	width: 25%;
}
.tela{
	position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	height: 80px;
	width: 80px;
	background-image: url(../images/smartphone_pale.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.mapa{
	position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	height: 80px;
	width: 80px;
	background-image: url(../images/placelocater_pale.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.falink{
	position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	height: 80px;
	width: 80px;
	background-image: url(../images/facebook_carre_pale.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.linkedin_mobile{
    position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	height: 83px;
	width: 83px;
	background-image: url(../images/linkedin_carre_pale.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#only-mobile{
    display:block;
}

/* SECTION I / FOOTER */

.footer{
	position: relative;
	height: 60px;
	width: 100%;
	background-color: #003366;
	text-align: center;
	padding-top: 35px;
}
.textfooter{
	position: relative;
	height: 60px;
	width: 100%;
	font-family: 'StRyde-Regular';
	font-size: 20px;
	color: #FCFCFC;
}

.contenu_retour_mail{
    position: absolute;
    height: 100%;
	width: 100%;
	background-color: #FCFCFC;
}
.text_retour_mail{
    position: relative;
    height: 100%;
	width: 80%;
	margin: auto;
}
.logo_massojd{
    position: relative;
    display: block;
    width: 250px;
    height: 200px;
    background-image: url(../images/Logo_MassoJennDubois.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto;
}
.par_retour_mail{
	position: relative;
	font-family: 'StRyde-Regular';
	font-size: 25px;
	color: #5E7391;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
}
.bouton_retour{
    position: relative;
    display: block;
	height: 40px;
    width:200px;
	background-color: #FCFCFC;
	border: solid 2px #5E7391;
	font-family: 'StRyde-Regular';
	font-size: 25px;
	color: #5E7391;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	margin: auto;
	-webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	padding-top: 10px;
}
.bouton_retour:hover{
    background-color: #5E7391;
    color: #FCFCFC;
}

}







































@media only screen and (min-device-width : 769px) and (max-device-width : 1280px){  



/* HEADER */

.contenu_entete{
    position: relative;
    width: 100%;
    height: auto;
}
.entete{
    position: relative;
    width: 100%;
    height: 120px;
    background-color: #FCFCFC;
}
.logojenn{
    position: absolute;
    width: 200px;
    height: 110px;
    background-image: url(../images/Logo_MassoJennDubois.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 10px;
}

/*Animation du menu burger*/

#nav-icon1 {
  position: fixed;
  width: 80px;
  height: 100px;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-top:30px;
  margin-right:40px;
  z-index: 30;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 8px;
  width: 100%;
  background: #6DC936;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-icon1 .ligne_menu_a{
  top: 10px;
}
#nav-icon1 .ligne_menu_b{
  top:25px;
}
#nav-icon1 .ligne_menu_c{
  top: 40px;
}
#nav-icon1.open span:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.menu_burger_list{
    display:none;
}
.menu_burger_list_mobile{
    display:none;
    position: fixed;
    width: 100%;
    height: 700px;
    left: 0;
    opacity:.95;
    background-color: #6DC936;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 20;
    margin-top: 120px;
}
.animburger{
    display: block !important;
}
.massokineortho{
    position: absolute;
	height: 200px;
	width: auto;
    font-family: 'StRyde-Regular';
	text-align: left;
    font-size: 25px;
    font-weight: 500;
    color:#78949B;
    margin-left: 300px;
}
.liste_debut_mobile{
	position: absolute;
    width: 90%;
    height: 450px;
    margin-top: 20px;
}
.liste_debut_mobile li{
    position: relative;
    list-style: none;
    text-align: center;
    margin: auto;
    line-height: 60px;
}
.liste_debut_mobile li a{
    position: relative;
    font-family: 'StRyde-Regular';
    font-size: 30px;
    text-align: center;
    color:#FCFCFC;
    margin: auto;
    text-decoration: none;
    font-style: bold;
}
.facebook_home_mobile{
    display: inline-block;
    position: relative;
    height: 45px;
	width: 45px;
    background-image: url(../images/facebook_carre_blanc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 60px;
}
.linkedin_home_mobile{
    display: inline-block;
    position: relative;
    height: 45px;
	width: 45px;
    background-image: url(../images/linkedin_carre_blanc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 60px;
}
.mail_home_mobile{
    display: inline-block;
    position: relative;
    height: 45px;
	width: 45px;
    background-image: url(../images/envelope_blanc.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.ligne_grise_header{
    position: relative;
    height: 5px;
    width: 100%;
    background-color: #78949B;
    -webkit-box-shadow: 0px -2px 7px #78949B;
    box-shadow: 0px -2px 7px #78949B;
}



/* SLIDERS - HEADER */


.sectionslider{
	position: relative;
    height: 600px;
    width: 100%;
	overflow: hidden;
}
.sliderfig{
	position: relative;
    display: inline-block;
	height: 600px;
	width: 200%;
	-webkit-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
.contenu_img_slider_a{
	position: absolute;
    display: inline-block;
	height: 600px;
    width: 50%;
}
.contenu_img_slider_b{
	position: absolute;
    display: inline-block;
	height: 600px;
    width: 50%;
}
.img_slider_a{
	position: absolute;
    height: 600px;
    width: 100%;
    background-image: url(../images/IMG_8486_1600x1066.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.img_slider_b{
    position: absolute;
    height: 600px;
    width: 100%;
    background-image: url(../images/IMG_8695_1600x1066.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-left: -100%;	
}
.contenu_flechesetpar_a{
    position:relative;
    display: block;
    height: 500px;
    width: 100%;
    text-align: center;
}
.contenu_flechesetpar_b{
    position:relative;
    display: block;
    height: 500px;
    width: 100%;
    margin-left: -100%;
    text-align: center;
}
.contenu_slider_a{
	position: relative;
	display:block;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    margin-top: 80px;
}
.navg_slidera{
    display:none;
}
.titre_slider{
    position: relative;
    font-family: 'StRyde-Regular';
    font-size: 50px;
    text-align: center;
    color: #FCFCFC;
    font-weight: 500;
}
.par_slider{
    position: relative;
    font-family: 'StRyde-Regular';
    font-size: 30px;
    text-align: center;
    color: #FCFCFC;   
}
.text_bouton_slider{
	display:none;
}
.text_bouton_slider_mobile{
	display: block;
    position: relative;
    width: 50%;
    height: 50px;
    font-family: 'StRyde-Regular';
    font-size: 30px;
    color: #FCFCFC;
	text-decoration: none;
    border: solid 3px #62BF5E;
	background-color: transparent;
	margin: 0 auto;
	margin-top:50px;
    -webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
    z-index: 5;
    padding-top: 15px;
}
.navd_slidera{
	position: relative;
	display:block;
    width: auto;
    height: auto;
    text-align: center;
    z-index: 5;
    margin: auto;
    margin-top: -125px;
}
.trianglenavd_slidera{
    position:relative;
    width: 85px;
    height: 85px;
    background-image: url(../images/button_right_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    opacity: .3;
}
.contenu_slider_b{
	position: relative;
	display:block;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    margin-top: 80px;
}
.navg_sliderb{
    display:none;
}
.navd_sliderb_mobile{
	position: relative;
    width: auto;
    height: auto;
    z-index: 5;
	margin: 0 auto;
	text-align: center;
	margin-top: -125px;
}
.trianglenavd_sliderb_mobile{
    position: relative;
    width: 85px;
    height: 85px;
    background-image: url(../images/button_right_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    opacity: .3;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.navd_sliderb{
    display:none;
}
.text_bouton_slider:hover{
	background-color: #62BF5E;
}


/* Animation: slider - Aller/retour */

.animslideraller{
	margin-left: 100%; 
}
.animsliderretour{
	margin-left: 0%; 
}






/* SECTION A / HEURES D_OUVERTURE */

.contenu_section_a{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.titres{
	-ms-flex-item-align: center;
	align-self: center;
    width: 95%;
    height: auto;
    margin-top:80px;
    margin-bottom: 40px;
    z-index: 2;
    margin: auto;
}
.ligne_ouverture{
    position: relative;
    height: 1px;
    width: 50px;
    border: solid 1.5px #6DC936;
    background-color: #6DC936;
    margin: auto;
    margin-top: -35px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.titre_section{
    text-align: center;
    font-family: 'StRyde-Regular';
    font-size:50px;
    color: #003366;
    font-weight: 500;
}
.deux_sections_heures{
    position:relative;
    display: block;
	width: 100%;
	height: auto;
	margin-top: 80px;
    margin-bottom: 75px;
}
.sectiongauchea{
    position:relative;
    display: block;
    height: auto;
    width: 100%;
}
.sectiondroiteb{
	position:relative;
	display: block;
    height: auto;
    width: 100%;
}

/* HORLOGE CODE PEN */

.horloge_vraie{
	display:none;
}


/* TABLEAU HEURES D_OUVERTURES */
.tableau{
    display: none;
}

.tableau_mobile{
    position: relative;
    display: block;
    height: auto;
    width: 90%;
    text-align: left;
    margin: auto;
}
.cellulejour_mobile{
    position: relative;
    display: block;
    height: auto;
    width: auto;
    text-align: left;
    font-family: 'StRyde-Regular'; 
    font-size: 35px;
    color: #003366;
}
.heures_soir_mobile{
    position: relative;
    display: block;
    height: auto;
    width: auto;
    text-align: left;
    font-family: 'StRyde-Regular'; 
    font-size: 30px;
    color: #6DC936;
}
.pied{
    position: relative;
    height: auto;
    width: 100%;
	font-family: 'StRyde-Regular';
    font-size: 20px;
    color: #003366;
    margin-top: -100px;
}
.tel_rv{
    display:none;
}
.rendezvous{
	position: relative;
	height: auto;
	width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}
.text_rv{
    display:none;
}
.text_numero{
    position: relative;
    height: auto;
    width: 90%;
	font-family: 'StRyde-Regular';
    font-size: 80px;
    color: #78949B;
    margin: 0 auto;
    text-decoration: none;
}





/* SECTION B - TARIFS ET SERVICES */


.contenu_section_b{
    display:none;
}
.contenu_section_b_mobile{
    position: relative;
	display: block;
    width: 100%;
    height: auto;
    margin-top: 80px;
}
.s_et_t{
    position:relative;
    margin: 0 auto;
}
.ligne_services{
    position: relative;
    height: 1px;
    width: 50px;
    border: solid 1.5px #6DC936;
    background-color: #6DC936;
    margin: auto;
    margin-top: -25px;
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.contenu_therapeutique_mobile{
    margin-top: 60px;
}
.contenu_therapeutique_mobile, .contenu_sportif_mobile, .contenu_onco_mobile, .contenu_detente_mobile, .contenu_reflex_mobile, .contenu_lomi_mobile, .contenu_enceinte_mobile, .contenu_lymphatique_mobile, .contenu_coquillage_mobile, .contenu_orthotherapie_mobile, .contenu_enfant_mobile, .contenu_cellulite_mobile{
    position: relative;
	display: block;
    height: auto;
    width: 100%;
    border: solid 1.2px rgba(0,51,102,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
	box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    margin-bottom: 5px;
}
.bandes_services_mobile{
    position: relative;
    width: 100%;
    height: 100px;
    cursor: pointer;   
}
.bande_thera_mobile{
    background-color: rgba(0,51,102,0.6);
}
.bande_detente_mobile{
   background-color: rgba(0,51,102,.7);
}
.bande_enceinte_mobile{
    background-color: rgba(0,51,102,.8);
}
.bande_ortho_mobile{
    background-color: rgba(0,51,102,.9);
}
.bande_sportif_mobile{
    background-color: rgb(0,51,102);
}
.bande_reflex_mobile{
    background-color: rgba(0,51,102,.9);
}
.bande_lymphatique_mobile{
    background-color: rgba(0,51,102,.8);
}
.bande_enfant_mobile{
    background-color: rgba(0,51,102,.7);
}
.bande_onco_mobile{
    background-color: rgba(0,51,102,.6);
}
.bande_lomi_mobile{
    background-color: rgba(0,51,102,.7);
}
.bande_coquillage_mobile{
    background-color: rgba(0,51,102,.8);
}
.bande_cellulite_mobile{
    background-color: rgba(0,51,102,.9);
}
.soustitre_services_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 35px;
    color: #FCFCFC;
    font-weight: lighter;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}
.desc_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 30px;
    color: #78949B;
	float: left;
    text-align: left;
    margin-top: 10px;
    margin-left:20px;
    margin-right: 20px;
    margin-bottom: 100px;
}
.max_cellulite{
	margin-right: 20px;
}
.troistarifs{
	margin-left: -7px;
}
.tarifs_therapeutique_mobile{
    display: none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
    -webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_sportif_mobile{
    display: none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_onco_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
    -webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_detente_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_reflex_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	t-webkit-transition: 1s ease-in-out forwards;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_lomi_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_enceinte_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_lymphatique_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_coquillage_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_ortho_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_enfant_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_cellulite_mobile{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
    background-color: #FCFCFC;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 40px;
    color: #78949B;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
    font-weight:lighter;
}
.prix_un_deux_mobile{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}
.troistarifs_mobile{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}
.tempsprixa_mobile{
    display: inline-block;
    position:relative;
    float:left;
    margin-left: 70px;
}
.tempsprixb_mobile{
    display: inline-block;
    position:relative;
    float:right;
    margin-right: 70px;
}
.tempsprixd_mobile{
    display: inline-block;
    position:relative;
    margin:auto;
}
.tempsprixc_mobile{
    display: inline-block;
    position:relative;
    float:right;
    margin-right: 70px;
}
.duree_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 40px;
    color: #003366;
    text-align: center;
    font-weight:lighter;
}
.duree_b_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 40px;
    color: #003366;
    text-align: center;
    font-weight:lighter;
}
.cercle_mobile{
    position: relative;
    height: 250px;
    width: 250px;
    background-image: url(../images/rond_prix.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 80px;
}
.cercle_b_mobile{
    position: relative;
    height: 250px;
    width: 250px;
    background-image: url(../images/rond_prix.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 80px;
}
.prix_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 80px;
    color: #003366;
    font-weight:lighter;
}
.prix_b_mobile{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 80px;
    color: #003366;
    font-weight:lighter;
}
.fleche_services_mobile{
	position: relative;
	display: block;
	height: 120px;
	width: 100%;
	margin: auto;
	z-index: 20;
	margin-top: -25px;
}
.fleche_therapeutique_mobile, .fleche_detente_mobile, .fleche_enceinte_mobile, .fleche_ortho_mobile, .fleche_sportif_mobile, .fleche_reflex_mobile, .fleche_lymphatique_mobile, .fleche_enfant_mobile, .fleche_onco_mobile, .fleche_lomi_mobile, .fleche_coquillage_mobile, .fleche_cellulite_mobile{
    position: relative;
	height: 80px;
	width: 80px;
	background-image: url(../images/Fleches_services.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    margin-top: -25px;
    left: 0%;
    -webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.img_therapeutique_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8640_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.img_sportif_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8714_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
	background-position: center;
}
.img_onco_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8682_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_detente_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8621_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_reflex_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/Ventouses_JD.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.img_lomi_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8660_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_enceinte_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8516_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.img_lymphatique_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8614_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.img_coquillage_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8529_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_ortho_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8737_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}
.img_enfant_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8575_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: bottom;
}
.img_cellulite_mobile{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/taping-JD.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.paiements_mobile{
    position: relative;
    display: block;
    height: auto;
    width: 95%;
    margin: auto;
    margin-top: 80px;
    text-align: center;
}
.recuass_mobile{
	font-family: 'StRyde-Regular';
    font-size: 30px;
    color: #6DC936;
    font-weight:lighter;
}    
.recuass_mobile a{
	color: #003366;
} 
.descrip_paiements_mobile{
	font-family: 'StRyde-Regular';
    font-size: 25px;
    color: #003366;
    font-weight:lighter;
}
.logos_credits_mobile{
    display: inline-block;
    height: 100px;
    width: 100%;
}
.logomastercard_mobile{
    display: inline-block;
    height: 90px;
    width: 90px;
    background-image: url(../images/MasterCard_Logo.svg.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.logovisa_mobile{
    display: inline-block;
    height: 90px;
    width: 90px;
    background-image: url(../images/VISA.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
	margin-left: 20px;
}
.logoamerican_mobile{
    display: inline-block;
    height: 90px;
    width: 90px;
    background-image: url(../images/American-Express-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.logogooglepay_mobile{
    display: inline-block;
    height: 90px;
    width: 90px;
    background-image: url(../images/gpay_VF.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.logoapplepay_mobile{
    display: inline-block;
    height: 90px;
    width: 90px;
    background-image: url(../images/apay_VF.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.logointerac_mobile{
    display: inline-block;
    height: 90px;
    width: 90px;
    background-image: url(../images/interac.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}

/* Animation des services_mobile */

.tarifs_apparait{
    display: block;
	-webkit-animation: tarifs 0.3s ease-in-out forwards;
	animation: tarifs 0.3s ease-in-out forwards;
    z-index: 11;
}
    
    

/* SECTION C / MASSAGE EN ENTREPRISE ET ÉVÉNEMENT */


.contenu_section_c{
    position: relative;
    height: auto;
    width: 100%;
}
.entreprise{
    margin-top: 120px;
}
.ligne_entreprise{
    position: relative;
    height: 1px;
    width: 50px;
	border: solid 1.5px #6DC936;
    background-color: #6DC936;
    margin: auto;
    margin-top: -25px;
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.trois_img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 100px;
}
.img_entrepa{
    display:none;
}
.img_entrepb{
    display:none;
}
.img_entrepc{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../images/IMG_8807_1600x1066-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
    border: solid 1.2px rgba(0,51,102,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
}
.contenu_bienfaits{
    position: relative;
    display: block;
    height: auto;
    width: 94%;
    margin: auto;
    margin-top: 70px;
}
.titre_bienfaits{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 40px;
    color: #003366;
    text-align: center;
    margin-top: 10px;
    font-weight:lighter;
}
.par_bienfaits{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 30px;
    color: #78949B;
    text-align: justify;
    font-weight:lighter;
}
.fonctionnement_mobile, .par_bienfaits_mobile{
    display:none;
}
.fonctionnement{
    color: #6DC936;
}
.contenu_prixentrep{
    position: relative;
    width: 95%;
    height: auto;
    margin: auto;
    text-align: center;
}
.cercleprixentrep{ 
    position:relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 300px;
    width: 300px;
    background-image: url(../images/rond_prix.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    margin-top: 50px;
    text-align:center;
}
.prixentrep{
	font-family: 'StRyde-Regular';
    font-size: 60px;
    line-height: 50px;
    color: #003366;
    font-weight:lighter;
}
.min{
    font-size: 40px;
}
.soumissiona{
    position: relative;
    width: 100%;
    height: auto;
	font-family: 'StRyde-Regular';
    font-size: 25px;
    color: #003366;
    font-weight:lighter;
}
.soumissionb{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 30px;
    color: #003366;
    font-weight: lighter;	
}
.contact_entrep{
	position: relative;
    display: block;
    width: 60%;
    height: 65px;
    text-align: center;
    background-color: #62BF5E;
    border: solid 2.5px #62BF5E;
    font-family: 'StRyde-Regular';
    font-size: 40px;
    color: #FCFCFC;
	text-decoration: none;
	margin: auto;
	margin-top: 70px;
	padding-top: 20px;
	-webkit-transition:  0.1s ease-in-out;
	transition:  0.1s ease-in-out;
}

/* SECTION D / FOIRE AUX QUESTIONS */


.contenu_faq{
	display:none;
}
.contenu_faq_mobile{
    position: relative;
    height: auto;
    width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.over_faq_mobile{
	position: relative;
	height: auto;
    width: 100%;
	background-image: url(../images/FAQ-1600x1066-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-size: auto 4100px ;
    background-position: top;
	padding-bottom: 200px;
	margin-top: 100px;
}
.faq_mobile{
    padding-top: 50px;
    padding-bottom: 80px;
}
.titre_faq{
    position: relative;
    text-align: center;
    font-family: 'StRyde-Regular';
    font-size: 60px;
    color: #FCFCFC;
    font-weight: 500;
    margin-top: 100px;
}
.ligne_faq{
    position: relative;
    height: 1px;
    width: 30px;
	border: solid 1.5px #FCFCFC;
    background-color: #FCFCFC; 
    margin: auto;
    margin-top: -25px;
}
.carre_q{
    position:relative;
    display: block;
    height: auto;
    width: 85%;
    background-color: #FCFCFC;
    border: solid 1.2px rgba(0,51,102,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    z-index:2;
    margin: auto;
    margin-top: 50px;
}
.questions{
    position: relative;
    display: block;
    font-family: 'StRyde-Regular';
    font-size: 35px;
    color: #003366;
    font-weight: 500;
    margin: 0 auto;
    margin: 20px;
    text-align: left;
}
.rect_transparence{
    display: none;
    position:relative;
    height: auto;
    width: 90%;
    background-color: rgba(252,252,252,0.3);
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: auto;
}
.reponses{
    position: relative;
    font-family: 'StRyde-Regular';
    text-align: left;
    color: #FCFCFC;
    font-size: 30px;
}
.rep_c, .rep_d, .rep_h, .rep_e{
	text-align:justify;
}
.souligner{
    text-decoration: underline;
}
.decalage_liste{
    margin-left: 10px;
}

/* Animation reponses des questions */
.question_apparait{
    display: block;
	-webkit-animation: tarifs 1s ease-out forwards;
	animation: tarifs 1s ease-out forwards;
    z-index: 10;
}


/* SECTION E / TÉMOIGNAGES */


.contenu_temoignage{
	display: none;
}
.contenu_temoignage_mobile{
	display: block;
	position:relative;
    height: 720px;
    width: 100%;
}
.troisdiv_temoignage{
	position: absolute;
	display: block;
	height:720px;
	width: 100%;
	background-image: url(../images/thinkstockphotosa_compress-min.png); 
    background-repeat: repeat;
    background-size: contain;
}
.trois_boites_tem{
    position: relative;
	display: block;
    height: auto;
	width: 100%;
}
.apostrophe_left{
	position: relative;
	display: block;
    height: 100px;
    width:100px;
	background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	opacity: 0.6;
	float: left;
	margin-left: 50px;
	margin-top: 50px;
}
.trois_temoignages{
	position: relative;
	display: inline-block;
    height: auto;
    width: 100%;
	overflow: hidden;
	margin: auto;
}
.fig_temoignages{
	position: relative;
	display: inline-block;
	height: auto;
	width: 300%;
	-webkit-animation: 44s slider_temoignages infinite;
	animation: 44s slider_temoignages infinite;
}
.contenu_temoignage_a{
	position: relative;
	display: inline-block;
	height: auto;
	width: 33.2%;
	vertical-align: middle;
}
.contenu_temoignage_b{
	position: relative;
	display: inline-block;
	height: auto;
	width: 33.2%;
	vertical-align: middle;
}
.contenu_temoignage_c{
	position: relative;
	display: inline-block;
	height: auto;
	width: 33.2%;
	vertical-align: middle;
}
.client{
	position: relative;
    font-family: 'StRyde-Regular';
    text-align: center;
    color: #003366;
    font-size: 50px;
	font-weight: 500;
	line-height: 55px;
}
.clientspan{
	position: relative;
	color: #336633;
	font-size: 40px;
	opacity: 0.6;
}
.temoignage{
	position: relative;
	height: auto;
	width: 95%;
    font-family: 'StRyde-Regular';
    text-align: center;
    color: #003366;
    font-size: 30px;
	font-weight: 500;
	margin: auto;
}
.apostrophe_right{
	position: relative;
	display: block;
    height: 100px;
    width: 100px;
	background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	opacity: 0.6;
	float: right;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
    margin: auto;
    margin-right: 50px;
    margin-bottom: 50px;
    margin-top: 50px;
}



/* SECTION F / À PROPROS */


.section_propos{
	display: none;
}



/* SECTION G / CONTACTS */

.section_contact{
	position: relative;
	display: block;
    height: auto;
    width: 100%;
}
.img_g_contact{
	display:none;
}
.titre_contact{
	position: relative;
	font-family: 'StRyde-Regular';
    font-size: 40px;
    color: #FCFCFC;
    text-align: center;
    margin-top: 20px;
    font-weight:lighter;
}
.section_d_contact{
	position: relative;
	display: block;
    height:auto;
    width: 100%;
	background-color: #5E7391;
	padding-top: 80px;
	padding-bottom: 150px;
}
.formulaire_contact{
	position:relative;
    height:auto;
    width: 95%;
	margin: auto;
}
#nomcomplet{
	position: relative;
	height: 90px;
    width: 97%;
	font-family: 'StRyde-Regular';
    font-size: 30px;
	color: #5E7391;
	margin: auto;
	padding-left: 15px;
}
#courriel{
	position: relative;
	font-family: 'StRyde-Regular';
    font-size: 30px;
	color: #5E7391;
	height: 90px;
    width: 97%;
	margin: auto;
	margin-top: 25px;
	padding-left: 15px;
}
#message{
	position: relative;
	font-family: 'StRyde-Regular';
    font-size: 30px;
	color: #5E7391;
	height: 300px;
    width: 97%;
	margin: auto;
	margin-top: 25px;
	padding-left: 15px;
	padding-top: 15px;
}
.case_cocher{
	position:relative;
	display: inline-block;
	height: auto;
    width: 97%;
    margin: auto;
    padding-left:2.5%;
    padding-right:2.5%;
	margin-top: 50px;
}
.paperplane{
    position: relative;
    left: -9999px;
    width: 50px;
    height: 50px;
}
#plane{
	position:relative;
	display: inline-block;
	height:100px;
    width: 100px;
	background-image: url(../images/telegram-logo_blanc.svg);
    background-repeat: no-repeat;
    background-size: contain;
	float:left;
	margin: auto;
}
.avion_disparait{
    display:none !important;
}
.avion_apparait{
    position:relative;
	display: inline-block;
	height: 100px;
    width: 100px;
	background-image: url(../images/telegram-logo_fonce.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
	float:left;
	margin: auto;
}
.souscrire{
	position: absolute;
	display: inline-block;
	height: auto;
    width: auto;
    float: right;
	font-family: 'StRyde-Regular';
	font-size: 30px;
	color: #FCFCFC;
	margin-top: 35px;
	margin-left:-10px;
}
.bouton_send{
    position:relative;
	height: 90px;
    width:80%;
	background-color: #5E7391;
	border: solid 3px #FCFCFC;
	margin: auto;
	margin-top: 50px;
	text-align: center;
}
.bouton_envoyer{
	position: relative;
	height: 90px;
    width:80%;
	font-family: 'StRyde-Regular';
	font-size: 40px;
	color: #FCFCFC;
	border:none;
	background-color: transparent;
	margin: auto;
}



/* SECTION H / SECTION FINALE */



.section_finale{
    display: none;
}
.section_finale_mobile{
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
    height: 180px;
    width: 100%;
    padding-top: 75px;
}
.reseaux_sociaux{
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
    height: auto;
    width: 100%;
    margin: 0 auto;
    margin-top: -100px;
}
.reseauxa, .reseauxc, .reseauxd, .reseauxe{
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-item-align: center;
	align-self: center;
	height: auto;
	width: 25%;
}
.tela{
	position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	height: 80px;
	width: 80px;
	background-image: url(../images/smartphone_pale.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.mapa{
	position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	height: 80px;
	width: 80px;
	background-image: url(../images/placelocater_pale.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.falink{
	position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	height: 80px;
	width: 80px;
	background-image: url(../images/facebook_carre_pale.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.linkedin_mobile{
    position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	height: 83px;
	width: 83px;
	background-image: url(../images/linkedin_carre_pale.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#only-mobile{
    display:none !important;
}

/* SECTION I / FOOTER */

.footer{
	position: relative;
	height: 60px;
	width: 100%;
	background-color: #003366;
	text-align: center;
	padding-top: 35px;
}
.textfooter{
	position: relative;
	height: 60px;
	width: 100%;
	font-family: 'StRyde-Regular';
	font-size: 20px;
	color: #FCFCFC;
}

.contenu_retour_mail{
    position: absolute;
    height: 100%;
	width: 100%;
	background-color: #FCFCFC;
}
.text_retour_mail{
    position: relative;
    height: 100%;
	width: 80%;
	margin: auto;
}
.logo_massojd{
    position: relative;
    display: block;
    width: 250px;
    height: 200px;
    background-image: url(../images/Logo_MassoJennDubois.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto;
}
.par_retour_mail{
	position: relative;
	font-family: 'StRyde-Regular';
	font-size: 25px;
	color: #5E7391;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
}
.bouton_retour{
    position: relative;
    display: block;
	height: 40px;
    width:200px;
	background-color: #FCFCFC;
	border: solid 2px #5E7391;
	font-family: 'StRyde-Regular';
	font-size: 25px;
	color: #5E7391;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	margin: auto;
	-webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	padding-top: 10px;
}
.bouton_retour:hover{
    background-color: #5E7391;
    color: #FCFCFC;
}
}





















/* CSS pour ecrans min: 1281px) - VERSION DESKTOP */


@media only screen and (min-device-width : 1281px){
	
    body{
        width: 100%;
        top:0px;
        left:0px;
        margin: 0;
    }	

/* HEADER */

.contenu_entete{
    position: relative;
    width: 100%;
    height: 1200px;
}
.menu_burger_list_mobile{
    display:none;
}
#nav-icon1{
    display:none;
}
.entete{
    position: fixed;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    height: 150px;
    z-index: 200;
    top:0;
    left: 0;
    background-color: #FCFCFC;
}
.entete:after{
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #78949B;
    -webkit-box-shadow: 0px -2px 7px #78949B;
    box-shadow: 0px -2px 7px #78949B;
	margin-top: 150px;
	z-index: 200;
}
.logojenn{
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
    width: 20%;
    height: 120px;
    background-image: url(../images/Logo_MassoJennDubois.svg);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
	margin-top: 15px;
}
.massokineortho{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
	height: 100px;
	width: 20%;
    font-family: 'StRyde-Regular';
	text-align: left;
    font-size: 20px;
    font-weight: 500;
    color:#78949B;
    margin-top: 50px;
}
.menu_burger_list{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
    width: 60%;
    height: 150px;
}
.liste_debut{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
    width: 100%;
    height: 120px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.liste_debut li{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
    position: relative;
    list-style: none;
    padding-right: 30px !important;
}
.liste_debut li a{
    position: relative;
    font-family: 'StRyde-Regular';
    font-size: 20px;
    text-decoration: none;
    color:#78949B;
    margin-right: 20px;
}
.accueil_ligne{
	position: absolute;
	height: 2px;
	width: 0px;
	background-color: #6DC936;
	margin-top: 25px;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.liste_debut li:hover .accueil_ligne{
	height: 2px;
	width: 30px;
}
.sertarifs_ligne{
	position: absolute;
	height: 2px;
	width: 0px;
	background-color: #6DC936;
	margin-top: 25px;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.liste_debut li:hover .sertarifs_ligne{
	height: 2px;
	width: 50px;
}
.foire_ligne{
	position: absolute;
	height: 2px;
	width: 0px;
	background-color: #6DC936;
	margin-top: 25px;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.liste_debut li:hover .foire_ligne{
	height: 2px;
	width: 20px;
}
.propos_ligne{
	position: absolute;
	height: 2px;
	width: 0px;
	background-color: #6DC936;
	margin-top: 25px;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.liste_debut li:hover .propos_ligne{
	height: 2px;
	width: 30px;
}
.contacts_top_ligne{
	position: absolute;
	height: 2px;
	width: 0px;
	background-color: #6DC936;
	margin-top: 25px;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.liste_debut li:hover .contacts_top_ligne{
	height: 2px;
	width: 30px;
}
.facebook_home{
    position: relative;
    height: 20px;
	width: 20px;
    background-image: url(../images/f_pale.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.linkedin_home{
    position: relative;
    height: 20px;
	width: 20px;
    background-image: url(../images/linkedin_pale.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.mail_home{
    position: relative;
    height: 26px;
	width: 26px;
    background-image: url(../images/envelope_bleu_pale.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -9px;
}
.ligne_grise_header{
    position: relative;
    height: 3px;
    width: 100%;
    background-color: #78949B;
    -webkit-box-shadow: 0px -2px 7px #78949B;
    box-shadow: 0px -2px 7px #78949B;
	z-index: 90;
	margin-top: 150px;
}

/* SLIDERS - HEADER */


.sectionslider{
	position: relative;
    height: 1000px;
    width: 100%;
	overflow: hidden;
    z-index: 3;
}
.sliderfig{
	position: relative;
    display: inline-block;
	height: 1000px;
	width: 200%;
	-webkit-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
	z-index: 3;
}
.contenu_img_slider_a{
	position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	height: 1000px;
    width: 50%;
}
.contenu_img_slider_b{
	position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	height: 1000px;
    width: 50%;
}
.img_slider_a{
	position: absolute;
    height: 1000px;
    width: 100%;
    background-image: url(../images/IMG_8486_1600x1066.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.img_slider_b{
    position: absolute;
    height: 1000px;
    width: 100%;
    background-image: url(../images/IMG_8695_1600x1066.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-left: -100%;	
}
.contenu_flechesetpar_a{
    position:relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 1000px;
    width: 80%;
    padding-left: 10%;
    padding-right: 10%; 
}
.contenu_flechesetpar_b{
    position:relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 1000px;
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    margin-left: -100%;
    /*margin-top: -100px;*/  
}
.navg_slidera{
	position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    float: left;
    width: 75px;
    height: 75px;
    border: solid 1.5px transparent;
    border-radius: 100px 100px 100px 100px;
    z-index: 5;
}
.navg_sliderb{
	position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    float: left;
    width: auto;
    height: auto;
    cursor: pointer;
    z-index: 5;
	/*margin-top: 175px;*/
}
.trianglenavg_slidera{
    position: relative;
    width: 75px;
    height: 75px;
    font-size: 75px;
    text-align: center;
    color: transparent;
    margin: 0 auto;
    margin-left: -5px;  
}
.trianglenavg_sliderb{
    position: relative;
    width: 75px;
    height: 75px;
    background-image: url(../images/button_right_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    opacity: .3;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  
}
.contenu_slider_a{
	position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    width: 800px;
    height: auto;
    margin: 0 auto;
}
.contenu_slider_b{
	position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    width: 800px;
    height: auto;
    margin: 0 auto;
}
.titre_slider{
    position: relative;
    font-family: 'StRyde-Regular';
    font-size: 60px;
    text-align: center;
    color: #FCFCFC;
    font-weight: 500;
}
.par_slider{
    position: relative;
    font-family: 'StRyde-Regular';
    font-size: 22px;
    text-align: center;
    color: #FCFCFC;   
}
.text_bouton_slider_mobile{
    display:none;
}
.text_bouton_slider{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    font-family: 'StRyde-Regular';
    font-size: 22px;
    color: #FCFCFC;
	text-decoration: none;
    width: 300px;
    height: 50px;
    border: solid 2.5px #62BF5E;
	background-color: transparent;
	cursor: pointer;
	margin: auto;
    margin-top: 50px;
	-webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
    z-index: 5;
}
.text_bouton_slider:hover{
	background-color: #62BF5E;
}
.navd_sliderb_mobile{
    display: none;
}
.navd_slidera{
	position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    float: right;
    width: auto;
    height: auto;
    cursor: pointer;
    z-index: 5;
	/*margin-top:50px;*/
}
.navd_sliderb{
	position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    float: right;
    width: 75px;
    height: 75px;
    border: solid 1.5px transparent;
    border-radius: 100px 100px 100px 100px;
    z-index: 5;
}
.trianglenavd_slidera{
    position:relative;
    width: 75px;
    height: 75px;
    background-image: url(../images/button_right_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    opacity: .3;
}
.trianglenavd_sliderb{
    position:relative;
    width: 75px;
    height: 75px;
    text-align: center;
    color: transparent;
    margin: 0 auto;
    margin-left: 5px;
}

/* Animation: slider - Aller/retour */

.animslideraller{
	margin-left: 100%; 
}
.animsliderretour{
	margin-left: 0%; 
}






/* SECTION A / HEURES D_OUVERTURE */

.contenu_section_a{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    width: 100%;
    height: 850px;
	margin-top: -50px;
}
.titres{
    position: relative;
	text-align: center;
    width: 100%;
    height: 150px;
    margin-top:80px;
    z-index: 2;
}
.titreheure{
	margin-top: 50px;
}
.ligne_ouverture{
    position: relative;
    height: 0px;
    width: 0px;
    border: solid 0px #6DC936;
    background-color: #6DC936;
    margin: auto;
    margin-top: -25px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.contenu_section_a:hover .ligne_ouverture{
	height: 1px;
    width: 50px;
	border: solid 1.5px #6DC936;
}
.titre_section{
    text-align: center;
    font-family: 'StRyde-Regular';
    font-size: 40px;
    color: #003366;
    font-weight: 500;
}
.deux_sections_heures{
    position:relative;
    display: inline-block;
	width: 100%;
	height: 500px;
	margin-top: 40px;
    margin-bottom: 40px;
}
.sectiongauchea{
    position:relative;
    display: inline-block;
    float: left;
    height: 600px;
    width: 50%;
}
.sectiondroiteb{
	position:relative;
	display: inline-block;
    float: right;
    height: 600px;
    width: 50%;
}

/* HORLOGE CODE PEN */

.horloge_vraie{
	position:absolute;
    width:1000px;
    height: 1000px;
	background-image: url(../images/rond_horloge.svg);
    margin-left: -270px;
    margin-top: -450px;
	opacity: 0.22;
}
#watch{ 
	position:relative;
	width:1000px;
    height: 1000px;
	font-size:1em;
}
#watch:after{
	content:"";
	position:absolute;
	width: 100px;
	height: 100px;
}
.minute-marks, .digits{
	list-style: none;
	margin: 0;
	padding: 0;
}
.marques{
  position: absolute;
  width:1000px;
  height: 1000px;
  -webkit-transform: scale(1.9);
  transform: scale(1.9);
}
#watch .minute-marks li {
  display:block;
  width:.2em;
  height:.6em;
  background:#78949B;
  position:absolute;
  top:50%; left:50%;
  margin:-.4em 0 0 -.1em;
}
#watch .minute-marks li:first-child {-webkit-transform:rotate(6deg) translateY(-12.7em);transform:rotate(6deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(2) {-webkit-transform:rotate(12deg) translateY(-12.7em);transform:rotate(12deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(3) {-webkit-transform:rotate(18deg) translateY(-12.7em);transform:rotate(18deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(4) {-webkit-transform:rotate(24deg) translateY(-12.7em);transform:rotate(24deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(5) {-webkit-transform:rotate(36deg) translateY(-12.7em);transform:rotate(36deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(6) {-webkit-transform:rotate(42deg) translateY(-12.7em);transform:rotate(42deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(7) {-webkit-transform:rotate(48deg) translateY(-12.7em);transform:rotate(48deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(8) {-webkit-transform:rotate(54deg) translateY(-12.7em);transform:rotate(54deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(9) {-webkit-transform:rotate(66deg) translateY(-12.7em);transform:rotate(66deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(10) {-webkit-transform:rotate(72deg) translateY(-12.7em);transform:rotate(72deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(11) {-webkit-transform:rotate(78deg) translateY(-12.7em);transform:rotate(78deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(12) {-webkit-transform:rotate(84deg) translateY(-12.7em);transform:rotate(84deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(13) {-webkit-transform:rotate(96deg) translateY(-12.7em);transform:rotate(96deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(14) {-webkit-transform:rotate(102deg) translateY(-12.7em);transform:rotate(102deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(15) {-webkit-transform:rotate(108deg) translateY(-12.7em);transform:rotate(108deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(16) {-webkit-transform:rotate(114deg) translateY(-12.7em);transform:rotate(114deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(17) {-webkit-transform:rotate(126deg) translateY(-12.7em);transform:rotate(126deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(18) {-webkit-transform:rotate(132deg) translateY(-12.7em);transform:rotate(132deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(19) {-webkit-transform:rotate(138deg) translateY(-12.7em);transform:rotate(138deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(20) {-webkit-transform:rotate(144deg) translateY(-12.7em);transform:rotate(144deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(21) {-webkit-transform:rotate(156deg) translateY(-12.7em);transform:rotate(156deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(22) {-webkit-transform:rotate(162deg) translateY(-12.7em);transform:rotate(162deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(23) {-webkit-transform:rotate(168deg) translateY(-12.7em);transform:rotate(168deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(24) {-webkit-transform:rotate(174deg) translateY(-12.7em);transform:rotate(174deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(25) {-webkit-transform:rotate(186deg) translateY(-12.7em);transform:rotate(186deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(26) {-webkit-transform:rotate(192deg) translateY(-12.7em);transform:rotate(192deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(27) {-webkit-transform:rotate(198deg) translateY(-12.7em);transform:rotate(198deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(28) {-webkit-transform:rotate(204deg) translateY(-12.7em);transform:rotate(204deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(29) {-webkit-transform:rotate(216deg) translateY(-12.7em);transform:rotate(216deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(30) {-webkit-transform:rotate(222deg) translateY(-12.7em);transform:rotate(222deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(31) {-webkit-transform:rotate(228deg) translateY(-12.7em);transform:rotate(228deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(32) {-webkit-transform:rotate(234deg) translateY(-12.7em);transform:rotate(234deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(33) {-webkit-transform:rotate(246deg) translateY(-12.7em);transform:rotate(246deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(34) {-webkit-transform:rotate(252deg) translateY(-12.7em);transform:rotate(252deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(35) {-webkit-transform:rotate(258deg) translateY(-12.7em);transform:rotate(258deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(36) {-webkit-transform:rotate(264deg) translateY(-12.7em);transform:rotate(264deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(37) {-webkit-transform:rotate(276deg) translateY(-12.7em);transform:rotate(276deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(38) {-webkit-transform:rotate(282deg) translateY(-12.7em);transform:rotate(282deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(39) {-webkit-transform:rotate(288deg) translateY(-12.7em);transform:rotate(288deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(40) {-webkit-transform:rotate(294deg) translateY(-12.7em);transform:rotate(294deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(41) {-webkit-transform:rotate(306deg) translateY(-12.7em);transform:rotate(306deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(42) {-webkit-transform:rotate(312deg) translateY(-12.7em);transform:rotate(312deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(43) {-webkit-transform:rotate(318deg) translateY(-12.7em);transform:rotate(318deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(44) {-webkit-transform:rotate(324deg) translateY(-12.7em);transform:rotate(324deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(45) {-webkit-transform:rotate(336deg) translateY(-12.7em);transform:rotate(336deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(46) {-webkit-transform:rotate(342deg) translateY(-12.7em);transform:rotate(342deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(47) {-webkit-transform:rotate(348deg) translateY(-12.7em);transform:rotate(348deg) translateY(-12.7em)}
#watch .minute-marks li:nth-child(48) {-webkit-transform:rotate(354deg) translateY(-12.7em);transform:rotate(354deg) translateY(-12.7em)}
#watch .digits {
  position:absolute;
  width:1000px;
  height:1000px;
  border-radius:15em;
  top:0; left:50%;
  margin-left:-15em;
}
#watch .digits li {
  font-size:1.6em;
  display:block;
  width:100px;
  height:100px;
  position:absolute;
  top:50%; left:50%;
  line-height:1.6em;
  text-align:center;
  margin:-.8em 0 0 -.8em;
  font-weight:bold;
}
#watch .digits li:nth-child(1) { -webkit-transform:translate(3.9em, -6.9em); transform:translate(3.9em, -6.9em) }
#watch .digits li:nth-child(2) { -webkit-transform:translate(6.9em, -4em); transform:translate(6.9em, -4em) }
#watch .digits li:nth-child(3) { -webkit-transform:translate(8em, 0); transform:translate(8em, 0) }
#watch .digits li:nth-child(4) { -webkit-transform:translate(6.8em, 4em); transform:translate(6.8em, 4em) }
#watch .digits li:nth-child(5) { -webkit-transform:translate(3.9em, 6.9em); transform:translate(3.9em, 6.9em) }
#watch .digits li:nth-child(6) { -webkit-transform:translate(0, 8em); transform:translate(0, 8em) }
#watch .digits li:nth-child(7) { -webkit-transform:translate(-3.9em, 6.9em); transform:translate(-3.9em, 6.9em) }
#watch .digits li:nth-child(8) { -webkit-transform:translate(-6.8em, 4em); transform:translate(-6.8em, 4em) }
#watch .digits li:nth-child(9) { -webkit-transform:translate(-8em, 0); transform:translate(-8em, 0) }
#watch .digits li:nth-child(10) { -webkit-transform:translate(-6.9em, -4em); transform:translate(-6.9em, -4em) }
#watch .digits li:nth-child(11) { -webkit-transform:translate(-3.9em, -6.9em); transform:translate(-3.9em, -6.9em) }
#watch .digits li:nth-child(12) { -webkit-transform:translate(0, -8em); transform:translate(0, -8em) }
#watch .digits:before {
  content:'';
  width:1.6em;
  height:1.6em;
  border-radius:.8em;
  position:absolute;
  top:50%; left:50%;
  margin:-.8em 0 0 -.8em;
  background:#121314;
}
#watch .digits:after {
  content:'';
  width:4em;
  height:4em;
  border-radius:2.2em;
  position:absolute;
  top:50%; left:50%;
  margin:-2.1em 0 0 -2.1em;
  border:.1em solid #c6c6c6;
  background:radial-gradient(ellipse at center, rgba(200,200,200,0), rgba(190,190,190,1) 90%, rgba(130,130,130,1) 100%);
}
@-webkit-keyframes hours { to {-webkit-transform:rotate(335deg);transform:rotate(335deg)} }
@keyframes hours { to {-webkit-transform:rotate(335deg);transform:rotate(335deg)} }

.aiguilles{
	position: absolute;
	width:1000px;
  	height: 1000px;
	-webkit-transform: scale(1.9);
	transform: scale(1.9);
	z-index: 10;
}
#watch .hours-hand {
  width:.8em;
  height:7em;
  border-radius:.5em;
  background:#78949B;
  position:absolute;
  bottom:50%; left:50%;
  margin:0 0 -.8em -.4em;
  -webkit-box-shadow:#78949B 0 0 1px;
  box-shadow:#78949B 0 0 1px;
  -webkit-transform-origin:0.4em 6.2em;
  transform-origin:0.4em 6.2em;
  -webkit-transform:rotate(-25deg);
  transform:rotate(-25deg);
  -webkit-animation:hours 43200s linear 0s infinite;
  animation:hours 43200s linear 0s infinite;
}
@-webkit-keyframes minutes { to {-webkit-transform:rotate(422deg);transform:rotate(422deg)} }
@keyframes minutes { to {-webkit-transform:rotate(422deg);transform:rotate(422deg)} }
#watch .minutes-hand {
  width:.8em;
  height:12.5em;
  border-radius:.5em;
  background:#78949B;
  position:absolute;
  bottom:50%; left:50%;
  margin:0 0 -1.5em -.4em;
  -webkit-box-shadow:#78949B 0 0 1px;
  box-shadow:#78949B 0 0 1px;
  -webkit-transform-origin:0.4em 11em;
  transform-origin:0.4em 11em;
  -webkit-transform:rotate(62deg);
  transform:rotate(62deg);
  -webkit-animation:minutes 3600s linear 0s infinite;
  animation:minutes 3600s linear 0s infinite;
}
@-webkit-keyframes seconds { to {-webkit-transform:rotate(480deg);transform:rotate(480deg)} }
@keyframes seconds { to {-webkit-transform:rotate(480deg);transform:rotate(480deg)} }
#watch .seconds-hand {
  width:.2em;
  height:14em;
  border-radius:.1em .1em 0 0/10em 10em 0 0;
  background: #003366;
  position:absolute;
  bottom:50%; left:50%;
  margin:0 0 -2em -.1em;
  -webkit-box-shadow:rgba(0,0,0,.8) 0 0 .2em;
  box-shadow:rgba(0,0,0,.8) 0 0 .2em;
  -webkit-transform-origin:0.1em 12em;
  transform-origin:0.1em 12em;
  -webkit-transform:rotate(120deg);
  transform:rotate(120deg);
  -webkit-animation:seconds 60s steps(60, end) 0s infinite;
  animation:seconds 60s steps(60, end) 0s infinite;
}
#watch .seconds-hand:after {
  content:'';
  width:1.4em;
  height:1.4em;
  border-radius:.7em;
  background:inherit;
  position:absolute;
  left:-.65em; bottom:1.35em;
}
#watch .seconds-hand:before {
  content:'';
  width:.8em;
  height:3em;
  border-radius:.1em .1em .1em .1em .1em .1em 1em 1em;
  -webkit-box-shadow:rgba(0,0,0,.8) 0 0 .2em;
  box-shadow:rgba(0,0,0,.8) 0 0 .2em;
  background:inherit;
  position:absolute;
  left:-.35em; bottom:-3em;
}





/* TABLEAU HEURES D_OUVERTURES */
.tableau_mobile{
    display:none;
}

.tableau{
    position: relative;
    display: table;
    height: 300px;
    width: auto;
    margin: auto;
	z-index: 6;
}
.corp{
    display: table-row-group;
}
.cellule{
    display: table-cell;
    height: auto;
    width: auto;
    padding: 0.5rem;
    text-align: left;
    font-family: 'StRyde-Regular';
    font-size: 25px;
    color: #003366;
}
.cellulejour{
    display: table-cell;
    height: 25px;
    width: auto;
    padding: 0.5rem;
    text-align: left;
    font-family: 'StRyde-Regular'; 
    font-size: 25px;
    color: #003366;
}
.cellulea{
    display: table-cell;
    line-height: normal;
    width: 450px;
	height: 25px;
    padding: 0.5rem;
}
.celluleb{
    display: table-cell;
    line-height: normal;
    width: 610px;
	height: 25px;
    padding: 0.5rem;
}
.ligne{
    display: table-row;
}
.debut{
    float: left;
	font-family: 'StRyde-Regular';
    font-size: 25px;
    color: #003366;
    margin-left: 20px;
}
.debut_b{
    float: left;
	font-family: 'StRyde-Regular';
    font-size: 25px;
    color: #003366;
    margin-left: 55px; 
}
.debut_c{
    float: left;
	font-family: 'StRyde-Regular';
    font-size: 25px;
    color: #003366;
    margin-left: 0px; 
}
.fina{
    padding-left: 345px;
	font-family: 'StRyde-Regular';
    font-size: 25px;
    color: #003366;
}
.finb{
	font-family: 'StRyde-Regular';
    font-size: 25px;
    color: #003366;
    padding-left: 300px;
}
.finc{
	font-family: 'StRyde-Regular';
    font-size: 25px;
    color: #003366;
    padding-left: 300px;
}
.lignevertea{
	position: relative;
    height: 3px;
    width: 385px;
    background-color: #66CC33;
    color: #003366;
    margin-left: 35px;
}
.ligneverteb{
	position:relative;
    height: 3px;
    width: 380px;
    background-color: #66CC33;
    margin-left: 20px;
    color: #003366;
}
.lignevertec{
	position:relative;
    height: 3px;
    width: 350px;
    background-color: #66CC33;
    color: #003366;
    margin-left: 70px;
}
.animac{
	-webkit-animation: animlignevertec 1s ease-in-out both;
	animation: animlignevertec 1s ease-in-out both;
}
.anima{
	-webkit-animation: animlignevertea 1s ease-in-out both;
	animation: animlignevertea 1s ease-in-out both;
}
.animab{
	-webkit-animation: animligneverteb 1s ease-in-out both;
	animation: animligneverteb 1s ease-in-out both;
}

.pied{
    position: absolute;
	font-family: 'StRyde-Regular';
    font-size: 16px;
    color: #003366;
    margin-left: 10px;
    margin-top: 20px;
}
.tel_rv{
    position: relative;
	display: inline-block;
    height: 400px;
    width: 40%;
	float: left;
	margin-left: 12%;
}
.tel_rv_img{
	position: relative;
    height: 400px;
    width: 200px;
    background-image: url(../images/Cellulaire.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.7;
	margin: 0 auto;
}
.rendezvous{
	position: relative;
	display: inline-block;
	float: right;
	height: auto;
	width: 50%;
	margin-top: -260px;
	margin-right: 5px;
	
}
.text_rv{
    position: relative;
    height: auto;
    width: auto;
	font-family: 'StRyde-Regular';
    font-size: 25px;
    color: #003366;
}
.text_numero{
    position: relative;
    height: auto;
    width: auto;
	font-family: 'StRyde-Regular';
    font-size: 51px;
    color: #003366;
    text-decoration: none;
}





/* SECTION B - TARIFS ET SERVICES */


.contenu_section_b_mobile{
    display:none;
}
.contenu_section_b{
    position: relative;
	display: block;
    width: 100%;
    height: auto;
}
.s_et_t{
    margin: 0 auto;
}
.ligne_services{
    position: relative;
    height: 0px;
    width: 0px;
    border: solid 0px #6DC936;
    background-color: #6DC936;
    margin: auto;
    margin-top: -25px;
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.contenu_section_b:hover .ligne_services{
	height: 1px;
    width: 50px;
	border: solid 1.5px #6DC936;
}
.bandebleue{
    position: absolute;
    height: 800px;
    width: 100%;
    background-color: #003366;
    margin-top: 350px;
}
.services_toutes_lignes{
    position:relative;
    width: 1260px;
    height: auto;
    margin: auto;
}
.serviceslignea, .servicesligneb, .serviceslignec{
    position: relative;
	display: block;
    height: auto;
    width: 100%;
	margin: 0 auto;
    z-index: 10;
}
.contenu_therapeutique, .contenu_sportif, .contenu_onco, .contenu_detente, .contenu_reflex, .contenu_lomi, .contenu_enceinte, .contenu_lymphatique, .contenu_coquillage, .contenu_orthotherapie, .contenu_enfant, .contenu_cellulite{
    position: relative;
	display: inline-block;
    height: auto;
    width: 298px;
    border: solid 1.2px rgba(0,51,102,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
	box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
	margin-top: 20px;
}
.contenu_detente, .contenu_reflex, .contenu_lomi, .contenu_enceinte, .contenu_lymphatique, .contenu_coquillage, .contenu_orthotherapie, .contenu_enfant, .contenu_cellulite{
    margin-left: 13px;
}
.haut_therapeutique{
    position: relative;
    height: 220px;
    width: 100%;
    background-image: url(../images/IMG_8640_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
    z-index: 10;
}
.bande_services{
    position: absolute;
    height: 50px;
    width: 100%;
    background-color: rgba(0,51,102,0.7);
    margin-top:90px;
}
.soustitre_services{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 20px;
    color: #FCFCFC;
    font-weight:lighter;
    text-align: center;
	margin-top: 12px; 
}
.bas_therapeutique, .bas_sportif, .bas_onco, .bas_detente, .bas_reflex, .bas_lomi, .bas_enceinte, .bas_lymphatique, .bas_coquillage, .bas_orthotherapie, .bas_enfant, .bas_cellulite{
    position: relative;
    height: 175px;
    width: 100%;
    background-color: #FCFCFC;
}
.min_text{
    height: 100px;
    width: auto;
    margin-top: 10px;
    margin-left:20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.desc{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 16px;
    color: #78949B;
    float:left;
    text-align: left;
    margin-top: 10px;
    margin-left:20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.max_cellulite{
	margin-right: 20px;
}
.lireplusa, .lireplusb, .lireplusc, .lireplusd, .lirepluse, .lireplusf, .lireplusg, .lireplush, .lireplusi, .lireplusj, .lireplusj, .lireplusk, .lireplusl{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 16px;
    color: #78949B;
    text-align: left;
    margin-left: 20px;
	cursor: pointer;
	z-index: 10;
}
.tarifs_therapeutique{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
 	float: left;
    background-color: #FCFCFC;
	z-index: 5;
    margin-top: -175px;
    -webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_sportif{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
 	float: left;
    background-color: #FCFCFC;
	z-index: 5;
    margin-top: -175px;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_onco{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
 	float: left;
    background-color: #FCFCFC;
	z-index: 5;
    margin-top: -175px;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_detente{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
 	float: left;
    background-color: #FCFCFC;
	z-index: 5;
    margin-top: -175px;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_reflex{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
 	float: left;
    background-color: #FCFCFC;
	z-index: 5;
    margin-top: -175px;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_lomi{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
 	float: left;
    background-color: #FCFCFC;
	z-index: 5;
    margin-top: -175px;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_enceinte{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
 	float: left;
    background-color: #FCFCFC;
	z-index: 5;
    margin-top: -175px;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_lymphatique{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
 	float: left;
    background-color: #FCFCFC;
	z-index: 5;
    margin-top: -175px;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_coquillage{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
 	float: left;
    background-color: #FCFCFC;
	z-index: 5;
    margin-top: -175px;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_ortho{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
 	float: left;
    background-color: #FCFCFC;
	z-index: 5;
    margin-top: -175px;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_enfant{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
 	float: left;
    background-color: #FCFCFC;
	z-index: 5;
    margin-top: -175px;
	-webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs_cellulite{
    display:none;
    position: relative;
	height: auto;
	width: 100%;
 	float: left;
    background-color: #FCFCFC;
	z-index: 5;
    margin-top: -175px;
    -webkit-transition: 1s ease-in-out forwards;
	transition: 1s ease-in-out forwards;
}
.tarifs{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 22px;
    color: #78949B;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight:lighter;
}
.prix_un_deux{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    height: auto;
}
.troistarifs{
	margin-left: 4px;
}
.tempsprixa{
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}
.tempsprixb{
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}
.tempsprixd{
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    margin-left: -10px;
}
.tempsprixc{
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    margin-left: -10px;
}
.tempsprixe{
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    margin-left: -8px;
}
.duree{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 20px;
    color: #003366;
    text-align: center;
    margin-bottom: 10px;
    font-weight:lighter;
}
.duree_b{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 20px;
    color: #003366;
    text-align: center;
    margin-bottom: 10px;
    font-weight:lighter;
}
.duree_x{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 18px;
    color: #003366;
    text-align: center;
    margin-bottom: 10px;
    font-weight:lighter;
}
.cercle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 110px;
    width: 110px;
    background-image: url(../images/rond_prix.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 30px;
}
.cercle_b{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 110px;
    width: 110px;
    background-image: url(../images/rond_prix.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 30px;
}
.rond_a_desktop{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 90px;
    width: 90px;
    background-image: url(../images/rond_prix.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 30px;
}
.prix{
    -ms-flex-item-align: center;
    align-self: center;
	font-family: 'StRyde-Regular';
    font-size: 35px;
    color: #003366;
    font-weight:lighter;
}
.prix_b{
    -ms-flex-item-align: center;
    align-self: center;
	font-family: 'StRyde-Regular';
    font-size: 35px;
    color: #003366;
    font-weight:lighter;
}
.prixtrois{
    -ms-flex-item-align: center;
    align-self: center;
	font-family: 'StRyde-Regular';
    font-size: 32px;
    color: #003366;
    font-weight:lighter;
}
.fleche_services{
	position: relative;
	display: block;
	height: 60px;
	width: 100%;
	margin: auto;
	z-index: 20;
	margin-top: -25px;
}
.fleche_therapeutique, .fleche_detente, .fleche_enceinte, .fleche_ortho, .fleche_sportif, .fleche_reflex, .fleche_lymphatique, .fleche_enfant, .fleche_onco, .fleche_lomi, .fleche_coquillage, .fleche_cellulite{
    position: relative;
	height: 35px;
	width: 35px;
	background-image: url(../images/Fleches_services.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    margin: 0 auto;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.fleche_therapeutique:hover{
    background-image: url(../images/Fleches_services_hover.svg);
}
.fleche_detente:hover{
    background-image: url(../images/Fleches_services_hover.svg);
}
.fleche_enceinte:hover{
    background-image: url(../images/Fleches_services_hover.svg);
}
.fleche_ortho:hover{
    background-image: url(../images/Fleches_services_hover.svg);
}
.fleche_sportif:hover{
    background-image: url(../images/Fleches_services_hover.svg);
}
.fleche_reflex:hover{
    background-image: url(../images/Fleches_services_hover.svg);
}
.fleche_lymphatique:hover{
    background-image: url(../images/Fleches_services_hover.svg);
}
.fleche_enfant:hover{
    background-image: url(../images/Fleches_services_hover.svg);
}
.fleche_onco:hover{
    background-image: url(../images/Fleches_services_hover.svg);
}
.fleche_lomi:hover{
    background-image: url(../images/Fleches_services_hover.svg);
}
.fleche_coquillage:hover{
    background-image: url(../images/Fleches_services_hover.svg);
}
.fleche_cellulite:hover{
    background-image: url(../images/Fleches_services_hover.svg);
}
.haut_sportif{
    position: relative;
    height: 220px;
    width: 100%;
    background-image: url(../images/IMG_8714_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
    z-index: 10;
}
.haut_onco{
    position: relative;
    height: 220px;
    width: 100%;
    background-image: url(../images/IMG_8682_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
    z-index: 10;
}
.haut_detente{
    position: relative;
    height: 220px;
    width: 100%;
    background-image: url(../images/IMG_8621_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
    z-index: 10;
}
.haut_reflex{
    position: relative;
    height: 220px;
    width: 100%;
    background-image: url(../images/Ventouses_JD.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
    z-index: 10;
}
.haut_lomi{
    position: relative;
    height: 220px;
    width: 100%;
    background-image: url(../images/IMG_8660_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
    z-index: 10;
}
.haut_enceinte{
    position: relative;
    height: 220px;
    width: 100%;
    background-image: url(../images/IMG_8516_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
    z-index: 10;
}
.haut_lymphatique{
    position: relative;
    height: 220px;
    width: 100%;
    background-image: url(../images/IMG_8614_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: bottom;
    z-index: 10;
}
.haut_coquillage{
    position: relative;
    height: 220px;
    width: 100%;
    background-image: url(../images/IMG_8529_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: bottom;
    z-index: 10;
}
.haut_orthotherapie{
    position: relative;
    height: 220px;
    width: 100%;
    background-image: url(../images/IMG_8737_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
    z-index: 10;
}
.haut_enfant{
    position: relative;
    height: 220px;
    width: 100%;
    background-image: url(../images/IMG_8575_230-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: bottom;
    z-index: 10;
}
.haut_cellulite{
    position: relative;
    height: 220px;
    width: 100%;
    background-image: url(../images/taping-JD.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: bottom;
    z-index: 10;
}
.paiements{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: baseline;
    width: 100%;
    margin-top: 30px;
}
.recuass{
    -ms-flex-item-align: end;
    align-self: flex-end;
	font-family: 'StRyde-Regular';
    font-size: 20px;
    color: #6DC936;
    font-weight:lighter;
	padding-right: 100px;
    text-align: right;
}
.recuass a{
    color: #003366;
}
    .descrip_paiements{
    -ms-flex-item-align: end;
    align-self: flex-end;
	font-family: 'StRyde-Regular';
    font-size: 15px;
    color: #003366;
    font-weight:lighter;
	padding-right: 100px;
}
.logos_credits{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
	margin-left: -85px;
}
.logomastercard{
    -ms-flex-item-align: center;
    align-self: center;
    height: 80px;
    width: 80px;
    background-image: url(../images/logo-mastercard-new.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.logovisa{
    -ms-flex-item-align: center;
    align-self: center;
    height: 80px;
    width: 80px;
    background-image: url(../images/VISA.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
    margin-left: 14px;
}
.logoamerican{
    -ms-flex-item-align: center;
    align-self: center;
    height: 80px;
    width: 80px;
    background-image: url(../images/American-Express-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.logogooglepay{
    -ms-flex-item-align: center;
    align-self: center;
    height: 80px;
    width: 80px;
    background-image: url(../images/gpay_VF.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.logoapplepay{
    -ms-flex-item-align: center;
    align-self: center;
    height: 80px;
    width: 80px;
    background-image: url(../images/apay_VF.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.logointerac{
    -ms-flex-item-align: center;
    align-self: center;
    height: 80px;
    width: 80px;
    background-image: url(../images/interac.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.bande_therapeutique, .bande_sportif, .bande_onco, .bande_detente, .bande_reflex, .bande_lomi, .bande_enceinte, .bande_lymphatique, .bande_coquillage, .bande_ortho, .bande_enfant, .bande_cellulite{
    -webkit-transition: .8s ease-in-out;
	transition: .8s ease-in-out;
}
/* Animation des services*/

.tarifs_apparait{
    display: block;
	-webkit-animation: tarifs 0.3s ease-in-out forwards;
	animation: tarifs 0.3s ease-in-out forwards;
    z-index: 11;
}
.animbande{
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}
.animbande_b{
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
}


/* SECTION C / MASSAGE EN ENTREPRISE ET ÉVÉNEMENT */


.contenu_section_c{
    position: relative;
    height: auto;
    width: 100%;
    margin-bottom:70px;
}
.entreprise{
    margin-top: 120px;
}
.ligne_entreprise{
    position: relative;
    height: 0px;
    width: 0px;
    border: solid 0px #6DC936;
    background-color: #6DC936;
    margin: auto;
    margin-top: -25px;
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.contenu_section_c:hover .ligne_entreprise{
	height: 1px;
    width: 50px;
	border: solid 1.5px #6DC936;
}
.trois_img{
    position: relative;
    display: inline-block;
    width: 70%;
    height: 300px;
    margin-left: 15%;
}
.img_entrepa{
    position: relative;
    display: inline-block;
    height: 320px;
    width: 31%;
    background-image: url(../images/IMG_8798_1600x1066-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: bottom;
    border: solid 1.2px rgba(0,51,102,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    margin-right: 2.5%;
}
.img_entrepb{
    position: relative;
    display: inline-block;
    height: 320px;
    width: 31%;
    background-image: url(../images/IMG_9276_1600x1066-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
    border: solid 1.2px rgba(0,51,102,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    margin-right: 2.5%;
}
.img_entrepc{
    position: relative;
    display: inline-block;
    height: 320px;
    width: 31%;
    background-image: url(../images/IMG_8807_1600x1066-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: bottom;
    border: solid 1.2px rgba(0,51,102,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
}
.contenu_bienfaits{
    position: relative;
    display: block;
    height: auto;
    width: 70%;
    margin: auto;
    margin-top: 30px;
}
.titre_bienfaits{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 25px;
    color: #003366;
    text-align: center;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight:lighter;
}
.par_bienfaits{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 18px;
    color: #78949B;
    text-align: justify;
    margin-top: 50px;
    margin-top: 25px;
    font-weight:lighter;
    margin: auto;
}
.fonctionnement{
    color: #6DC936;
}
.contenu_prixentrep{
    position: relative;
    width: 80%;
    height: auto;
    padding-left:10%;
    padding-right:10%;
    margin: auto;
    text-align: center;
}
.cercleprixentrep{ 
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 175px;
    width: 175px;
    background-image: url(../images/rond_prix.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    margin-top: 50px;
    text-align:center;
}
.prixentrep{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size:35px;
    color: #003366;
    font-weight:lighter;
    line-height: 25px;
    text-align: center;
    margin: auto;
}
.min{
    font-size: 20px;
}
.soumissiona{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 15px;
    color: #003366;
    font-weight:lighter;
    text-align: center;
    margin-top: 10px;
}
.soumissionb{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 20px;
    color: #003366;
    font-weight:lighter;
    text-align: center;
}
.contact_entrep{
	position:relative;
	display: block;
    width: 300px;
    height: 40px;
    background-color: transparent;
    border: solid 2.5px #62BF5E;
    font-family: 'StRyde-Regular';
    font-size: 22px;
    color: #003366;
	text-decoration: none;
	text-align: center;
	margin: auto;
    margin-top: 30px;
    padding-top: 12px;
	cursor: pointer;
	-webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.contact_entrep:hover{
	background-color: #62BF5E;
	color: #FCFCFC;
}


/* SECTION D / FOIRE AUX QUESTIONS */

.contenu_faq_mobile{
	display:none;	
}
.contenu_faq{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    width: 100%;
	overflow: hidden;
}
.over_faq{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
	height: auto;
    width: 100%;
	background-image: url(../images/FAQ-1600x1066-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-size: auto 2000px ;
    background-position: top;
	padding-bottom: 200px;
}
.faq{
    position: absolute;
    margin-top: 50px;
    text-align: center;
    width: 80%;
    height: 150px;
    z-index: 2;
}
.titre_faq{
    position: relative;
    text-align: center;
    font-family: 'StRyde-Regular';
    font-size: 40px;
    color: #FCFCFC;
    font-weight: 500;
}
.ligne_faq{
    position: relative;
    height: 0px;
    width: 0px;
    border: solid 0px #FCFCFC;
    background-color: #FCFCFC; 
    margin: auto;
    margin-top: -25px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.contenu_faq:hover .ligne_faq{
	height: 1px;
    width: 30px;
	border: solid 1.5px #FCFCFC;
}
.deuxcolonnes{
    -ms-flex-item-align: auto;
    align-self: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    height: auto;
    width: auto;
    margin: auto;
    margin-top: 200px;
}
.colonnea_faq{
    -ms-flex-item-align: auto;
    align-self: auto;
    position: relative;
    height: auto;
    width: 575px;
    padding-right: 50px;
}
.colonneb_faq{
    -ms-flex-item-align: auto;
    align-self: auto;
    position: relative;
    height: auto;
    width: 575px;
    padding-left: 50px;
}
.carre_q{
    position:relative;
    display: inline-block;
    height: 80px;
    width: 575px;
    background-color: #FCFCFC;
    border: solid 1.2px rgba(0,51,102,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    box-shadow: 1px 1px 5px rgba(0,51,102,0.6);
    z-index:2;
    margin-top: 20px;
}
.questions{
    position: relative;
    display: inline-block;
    float:left;
    font-family: 'StRyde-Regular';
    font-size: 25px;
    color: #003366;
    font-weight: 500;
    margin-left: 20px;
    margin-top: 25px; 
}
.longue{
    margin-top: 10px;
}
.bouton_q{
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    float: right;
    background-image: url(../images/Fleches_services_hover.svg); 
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    margin-top: 25px;
}
.flechefaq_a, .flechefaq_b, .flechefaq_c, .flechefaq_d, .flechefaq_e, .flechefaq_f, .flechefaq_g, .flechefaq_h{
    position: relative;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.rect_transparence{
    display: none;
    position:relative;
    height: auto;
    width: 540px;
    background-color: rgba(252,252,252,0.3);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: 7.5px;
}
.reponses{
    position: relative;
    font-family: 'StRyde-Regular';
    text-align: left;
    color: #FCFCFC;
    font-size: 16px;
}
.souligner{
    text-decoration: underline;
}
.decalage_liste{
    margin-left: 10px;
}

/* Animation reponses des questions */
.question_apparait{
    display: block;
	-webkit-animation: tarifs 1s ease-out forwards;
	animation: tarifs 1s ease-out forwards;
    z-index: 10;
}
.rotation_fleche{
    -webkit-transform: rotate(90deg) translateX(8px) translateY(8px);
    transform: rotate(90deg) translateX(8px) translateY(8px);
}


/* SECTION E / TÉMOIGNAGES */



.contenu_temoignage_mobile{
    display:none;
}   
.contenu_temoignage{
	display: block;
	position:relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 550px;
    width: 100%;
}
.troisdiv_temoignage{
	position: absolute;
	display: inline-block;
	height:550px;
	width: 100%;
	background-image: url(../images/thinkstockphotosa_compress-min.png); 
    background-repeat: repeat;
    background-size: contain;
}
.trois_boites_tem{
    position: relative;
	display: inline-block;
    height:550px;
	width: 100%;
	margin-top: 150px;
	padding-left: 10px;
}
.apostrophe_left{
	position: relative;
	display: inline-block;
  	float: left;
    height: 150px;
    width:10%;
	background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	opacity: 0.6;
	margin-left: 10%; 
    margin-top: 50px;
}
.trois_temoignages{
	position: relative;
	display: inline-block;
    height: 250px;
    width: 60%;
	overflow: hidden;
	margin: auto;
}
.fig_temoignages{
	position: relative;
	display: inline-block;
	height: 250px;
	width: 300%;
	-webkit-animation: 44s slider_temoignages infinite;
	animation: 44s slider_temoignages infinite;
}
.contenu_temoignage_a{
	position: relative;
	display: inline-block;
	height: 250px;
	width: 33%;
    vertical-align: middle;
}
.contenu_temoignage_b{
	position: relative;
	display: inline-block;
	height: 250px;
	width: 33%;
    vertical-align: middle;
}
.contenu_temoignage_c{
	position: relative;
	display: inline-block;
	height: 250px;
	width: 33%;
    vertical-align: middle;
}
.client{
	position: relative;
    font-family: 'StRyde-Regular';
    text-align: center;
    color: #003366;
    font-size: 35px;
	font-weight: 500;
	line-height: 30px;
}
.clientspan{
	position: relative;
	color: #336633;
	font-size: 20px;
	opacity: 0.6;
}
.temoignage{
	position: relative;
	height: auto;
	width: 700px;
    font-family: 'StRyde-Regular';
    text-align: center;
    color: #003366;
    font-size: 20px;
	font-weight: 500;
	margin: auto;
}
.apostrophe_right{
	position: relative;
	display: inline-block;
  	float: right;
    height: 150px;
    width:10%;
	background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	opacity: 0.6;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
    margin-right: 10%;
    margin-top: 50px;
}



/* SECTION F / À PROPROS */

.section_propos_mobile{
	display:none;
}
.section_propos{
	position: relative;
	height: 950px;
    width:100%;
    background-image: url(../images/_76A1699_rogner-min.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    
}
.propos{
	margin-top: 100px;
}
.ligne_soustitre_propos{
    position: relative;
    height: 0px;
    width: 0px;
    border: solid 0px #6DC936;
    background-color: #6DC936;
    margin: auto;
    margin-top: -25px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.section_propos:hover .ligne_soustitre_propos{
	height: 1px;
    width: 45px;
	border: solid 1.5px #6DC936;
}
.troisdiv_propos{
	position:relative;
	display: inline-block;
	height: 500px;
    width:100%;
}
.img_squelette{
	position: relative;
	display: inline-block;
	float: left;
    height:850px;
    width:200px;
	background-image: url(../images/Logo_colonne.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
	margin-top: -200px;
	margin-left: 100px;
	opacity: 0.7;
}
.contenu_propos{
	position: relative;
    height: auto;
    width: 60%;
	margin: auto;
	margin-top: -50px;
	padding-left: 2%;
	padding-right: 5%;
	
}
.titre_propos{
	position: relative;
	font-family: 'StRyde-Regular';
    font-size: 20px;
    color: #6DC936;
    text-align: left;
    margin-top: 50px;
    font-weight:lighter;
}
.par_propos{
    position: relative;
	font-family: 'StRyde-Regular';
    font-size: 18px;
    color: #78949B;
    text-align: justify;
    font-weight:lighter;
}


/* SECTION G / CONTACTS */


.section_contact{
	position: relative;
	display: inline-block;
    height: 600px;
    width: 100%;
}
.img_g_contact{
	position:relative;
	display: inline-block;
	float: left;
    height:600px;
    width: 50%;
	background-image: url(../images/IMG_8635_1600x1066-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.titre_contact{
	position: relative;
	font-family: 'StRyde-Regular';
    font-size: 20px;
    color: #FCFCFC;
    text-align: center;
    margin-top: 50px;
    font-weight:lighter;
}
.section_d_contact{
	position: relative;
	display: inline-block;
	float: right;
    height:600px;
    width: 50%;
	background-color: #5E7391;
}
.formulaire_contact{
	position:relative;
    height:500px;
    width: 70%;
	margin: auto;
}
#nomcomplet{
	position: relative;
	height: 40px;
    width: 100%;
	font-family: 'StRyde-Regular';
    font-size: 15px;
	color: #5E7391;
	margin: auto;
	padding-left: 15px;
}
#courriel{
	position: relative;
	font-family: 'StRyde-Regular';
    font-size: 15px;
	color: #5E7391;
	height: 40px;
    width: 100%;
	margin: auto;
	margin-top: 25px;
	padding-left: 15px;
}
#message{
	position: relative;
	font-family: 'StRyde-Regular';
    font-size: 15px;
	color: #5E7391;
	height: 180px;
    width: 100%;
	margin: auto;
	margin-top: 25px;
	padding-left: 15px;
	padding-top: 15px;
}
.case_cocher{
	position:relative;
	display: inline-block;
	height: 60px;
    width: 100%;
	margin-top: 20px;
}
.paperplane{
    position: relative;
    left: -9999px;
    width: 50px;
    height: 50px;
}
#plane{
	position:relative;
	display: inline-block;
	height: 50px;
    width: 50px;
	background-image: url(../images/telegram-logo_blanc.svg);
    background-repeat: no-repeat;
    background-size: contain;
	float:left;
	cursor: pointer;
	margin: auto;
}
.avion_disparait{
    display:none !important;
}
.avion_apparait{
    position:relative;
	display: inline-block;
	height: 50px;
    width: 50px;
	background-image: url(../images/telegram-logo_fonce.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
	float:left;
	cursor: pointer;
	margin: auto;
}
.souscrire{
	position: absolute;
	display: inline-block;
	height: auto;
    width: auto;
	font-family: 'StRyde-Regular';
	font-size: 18px;
	color: #FCFCFC;
	margin-top: 15px;
	margin-left:-35px;
}
.bouton_send{
	margin-top: 10px;	
}
.bouton_envoyer{
	position: relative;
	height: 40px;
    width:150px;
	background-color: #5E7391;
	border: solid 2px #FCFCFC;
	font-family: 'StRyde-Regular';
	font-size: 18px;
	color: #FCFCFC;
	cursor: pointer;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.bouton_envoyer:hover{
    background-color: #FCFCFC;
    color: #5E7391;
}

/* SECTION H / SECTION FINALE */

.section_finale_mobile{
	display:none;
}

.section_finale{
	position: relative;
	display: inline-block;
    height: 250px;
    width: 100%;
	padding-top: 50px;
}
.heuresdouverture{
	position: relative;
	display: inline-block;
	float: left;
    height: 200px;
    width: 18%;
    padding-left: 2%;
}
.reseaux_sociaux{
	position: relative;
	display: inline-block;
    height: auto;
    width: 30%;
    margin-top: 10px;
}
.logo_associations{
	position: relative;
	display: inline-block;
	height: 180px;
    width: 50%;
	float: right;
	margin-top: 45px;
}
.logo_reseauplus{
	position: relative;
	display: inline-block;
	float:left;
	height: 150px;
	width: 45%;
	background-image: url(../images/rdm_Logotype_rgb.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 2.5%;
    margin-top: -15px;
	cursor: pointer;
}
.logo_massoquebec{
	position: relative;
	display: inline-block;
	float: right;
	height: 100px;
	width: 45%;
	background-image: url(../images/Masso_quebec.png);
    background-repeat: no-repeat;
    background-size: contain;
	cursor: pointer;
	margin-right: 2.5%;
}
.titre_ouverture{
	position: relative;
	font-family: 'StRyde-Regular';
	font-size: 18px;
	color: #6DC936;
}
.lignea_finale{
    position: absolute;
    height: 0px;
    width: 0px;
    border: solid 0px #6DC936;
    background-color: #6DC936;
	margin-left: -0px;
	margin-top: -15px;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.section_finale:hover .lignea_finale{
	height: 1px;
    width: 205px;
	border: solid 1px #6DC936;
}
.jours_heures{
	position: absolute;
	display: inline-block;
}
.jours{
	position: relative;
	display: inline-block;
	float: left;
	text-align: left;	
}
.heures{
	position: relative;
	display: inline-block;
	float: right;
	margin-left: 30px;
	text-align: right;
}
.jours_finaux{
	position: relative;
	font-family: 'StRyde-Regular';
	font-size: 18px;
	color: #003366;
}
.heures_finales{
	position: relative;
	font-family: 'StRyde-Regular';
	font-size: 18px;
	color: #003366;
}
.reseauxa, .reseauxb, .reseauxc, .reseauxd, .reseauxe{
	position: relative;
	height:auto;
	width: 100%;
	margin-left: 5px;
	margin-top: 15px;
}
.reseauxb{
    margin-top: 30px;
}
.tela{
	position: relative;
	display: inline-block;
	float:left;
	height: 30px;
	width: 30px;
	background-image: url(../images/smartphone_fonce.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 4px;
}
.numero{
	position: relative;
	display: inline-block;
	font-family: 'StRyde-Regular';
	font-size: 18px;
	color: #003366;
	font-weight: 500;
	margin-left: -4px;
}
.courriela{
	position: relative;
	display: inline-block;
	float:left;
	height: 25px;
	width: 25px;
	background-image: url(../images/envelope_bleu_fonce.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.mail{
	position: relative;
	display: inline-block;
	font-family: 'StRyde-Regular';
	font-size: 18px;
	color: #003366;
	font-weight: 500;
	text-decoration: none;
	margin-left: 4px;
	margin-top: -10px;
}
.mapa{
	position: relative;
	display: inline-block;
	float:left;
	height: 25px;
	width: 25px;
	background-image: url(../images/placelocater_fonce.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 4px;
}
.region{
	position: relative;
	display: inline-block;
	font-family: 'StRyde-Regular';
	font-size: 18px;
	color: #003366;
	font-weight: 500;
	text-decoration: none;
	margin-top: 2px;
}
.f_fonce{
	position: relative;
	display: block;
	height: 22px;
	width: 22px;
	background-image: url(../images/f_fonce.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 4px;
}
.linkedin_footer{
    position: relative;
	display: block;
	height: 18px;
	width: 18px;
	background-image: url(../images/linkedin_bleu_fonce.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 4px;
}
#only-mobile{
    display:none !important;
}

/* SECTION I / FOOTER */

.footer{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	width: 100%;
	background-color: #003366;
}
.textfooter{
	-ms-flex-item-align: center;
	align-self: center;
	font-family: 'StRyde-Regular';
	font-size: 14px;
	color: #FCFCFC;
	margin: 0 auto;
}
.contenu_retour_mail{
    position: absolute;
    height: 100%;
	width: 100%;
	background-color: #FCFCFC;
}
.text_retour_mail{
    position: relative;
    height: 100%;
	width: 80%;
	margin: auto;
}
.logo_massojd{
    position: relative;
    display: block;
    width: 250px;
    height: 200px;
    background-image: url(../images/Logo_MassoJennDubois.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto;
}
.par_retour_mail{
	position: relative;
	font-family: 'StRyde-Regular';
	font-size: 25px;
	color: #5E7391;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
}
.bouton_retour{
    position: relative;
    display: block;
	height: 40px;
    width:200px;
	background-color: #FCFCFC;
	border: solid 2px #5E7391;
	font-family: 'StRyde-Regular';
	font-size: 25px;
	color: #5E7391;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	margin: auto;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	padding-top: 10px;
}
.bouton_retour:hover{
    background-color: #5E7391;
    color: #FCFCFC;
}


}