<style type="text/css">
    .reset {}

    /*-------------------------------------------------------------------------- Structure ---------------------------------------------------------------------------*/
    body {
        background-color: #00a193;
    }

    /* ----------------- Header --------------*/
    .drapeau {
        width: 30px;
        height: 20px;
        position: absolute;
        top: 10px;
        right: 10px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .drapeau_open {
        height: 60px;
    }

    .drapeau a {
        background-repeat: no-repeat;
        background-position: center center;
        width: 30px;
        height: 0px;
        visibility: hidden;
        clear: both;
        height: 0px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .drapeau a.select,
    .drapeau a.affiche {
        display: block;
        height: 20px;
        visibility: visible;
    }



    .drapeau a:hover {
        opacity: 0.7;
    }


    .drapeau a.fr {
        background-image: url(../images/interface/lang_fr.png);
    }

    .drapeau a.en {
        background-image: url(../images/interface/lang_en.png);
    }

    .drapeau a.es {
        background-image: url(../images/interface/lang_es.png);
    }

    .remonter {
        position: fixed;
        bottom: 180px;
        right: 50px;
        background-color: #e83f2f;
        color: #FFFFFF;
        z-index: 999999999;
        visibility: visible;
        opacity: 0.5;
        -webkit-transition: all 0.9s ease;
        -moz-transition: all 0.9s ease;
        -o-transition: all 0.9s ease;
        border-radius: 7px;
        font-family: 'icone';
        font-size: 2.5rem;
        padding: 7px 10px;
        text-decoration: none;
    }

    .remonter:hover {
        opacity: 1;
    }

    .invisible_scroll {
        right: -100px;
        visibility: hidden;
    }



    .logo {
        display: block;
        margin: 0px auto;
        width: 127px;
        height: 152px;
        font-size: 0px;
        letter-spacing: -100px;
        text-indent: -9999px;
        position: relative;
        background: url(../images/interface/logo.png) no-repeat left top;
        background-size: contain;
    }

    .logo:hover {
        opacity: 0.7;
    }



    header,
    .contenu,
    footer {
        width: 100%;
        clear: both;
        padding: 0 20px;
    }

    header {
        background: #FFFFFF;
        position: relative;
    }

    header section {
        height: auto;
        padding: 20px;
    }

    .logo_reseaux {
        position: absolute;
        display: block;
        margin: auto;
        width: 40px;
        height: 40px;
        z-index: 99;
    }

    .logo_facebook {
        right: 80px;
        top: 10px;
    }

    .logo_instagram {
        right: 30px;
        top: 10px;
    }

    /*-------------------------- Navigation de base --------------------------*/
    nav {
        width: 100%;
        ;
        position: relative;
        clear: both;
        background-color: #00a193;
        height: 60px;
    }

    nav ul {
        max-width: 1180px;
        display: table;
        margin: auto;
        position: relative;
    }

    nav span {
        float: left;
        color: #FFFFFF;
        margin: 0 3px;
        height: 60px;
        line-height: 57px;
        font-size: 1.2em;
    }

    nav li {
        float: left;
        list-style: none;
        text-align: center;
        text-decoration: none;
        color: #FFFFFF;
        position: relative;
    }

    nav li a {
        text-decoration: none;
        color: #FFFFFF;
        display: block;
        line-height: 57px;
        padding: 0 2px;
        font-size: 1.2em;
        text-transform: uppercase;
        border-bottom: 3px solid #00a193;
    }

    nav li a:hover,
    .nav_select {
        color: #f2ecb9;
        border-bottom: 3px solid #f2ecb9;
    }

    .bt_nav {
        display: none;
    }


    #sub_nav1 {
        left: 0px;
        width: 120px;
    }

    #sub_nav2 {
        left: -20px;
        width: 300px;
    }

    .subnav {
        visibility: hidden;
        opacity: 0;
        width: auto;
        height: auto;
        position: absolute;
        top: 40px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        height: 0px;
        z-index: 1000000;
        overflow: hidden;
    }

    nav ul li:hover .subnav {
        visibility: visible;
        opacity: 1;
        height: auto;
    }

    .subnav li {
        width: 100%;
        margin: 0;
        background: #FFFFFF;
    }

    ul.subnav li a {
        font-size: 1rem;
        color: #00a193;
    }

    ul.subnav li a:hover {
        background: #e83f2f;
        border: none;
    }

    a.picto {
        color: #00a193;
        text-decoration: none;
        font-size: 3rem;
        font-family: 'icone';
        display: block;
        width: auto;
        float: left;
        margin-right: 15px;
    }

    a.picto:hover {
        color: #FFFFFF;
    }






    /* ----------------- Footer --------------*/
    footer {
        background: #00a193;
    }

    footer section {
        height: 100px;
        text-align: center;
    }

    footer section li {
        display: inline-block;
        color: #FFFFFF;
        line-height: 80px;
        font-size: 1.2rem;
    }

    footer section li a {
        color: #FFFFFF;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 1.2rem;
    }


    footer section li:nth-of-type(9) a,
    footer section li:nth-of-type(10) a {
        text-transform: inherit;
        font-size: 0.9rem;
        line-height: 50px;
    }





    footer section ul span {
        color: #FFFFFF;
        font-size: 1.1rem;
    }

    footer section li a span {
        font-size: 1.1rem;
        text-transform: lowercase;
    }

    #map {
        height: 100%;
        display: block;
    }






    /*-------------------------- BLOC SLIDE ACTU --------------------------*/
    .colonne2 .bloc_article {
        background: #333333;
        position: relative;
        z-index: 99999;
        width: 300px;
        height: 500px;
    }


    .bloc_article a.bt_actu {
        width: 50px;
        height: 50px;
        line-height: 50px;
        color: #FFFFFF;
        background-color: #00a193;
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: 230px;
        text-decoration: none;
        font-size: 2.2rem;
    }

    .bloc_article .bt_actu:hover {
        background-color: #e83f2f;
    }



    .bloc_article a.fleche_actu {
        width: 40px;
        height: 30px;
        line-height: 30px;
        color: #FFFFFF;
        background-color: #00a193;
        text-align: center;
        text-decoration: none;
        font-size: 1.7rem;
        margin-right: 5px;
        position: absolute;
        left: 70px;
        bottom: 20px;
    }

    .bloc_article a.fleche_actu_gauche {
        left: 20px;
    }


    .bloc_article a.fleche_actu:hover {
        background-color: #e83f2f;
    }


    .bloc_slide {
        overflow: hidden;
        padding: 0;
    }


    .bloc_slide ul {
        height: 450px;
        position: relative;
    }

    .bloc_slide ul li {
        float: left;
        padding: 20px;
        height: 500px;
        position: relative;
    }

    .bloc_article .bloc_image {
        height: 200px;
        width: calc(100% - 30px);
    }


    .bloc_article h2 {
        color: #00a193;
        text-transform: uppercase;
        margin: 0 0 20px 0;
        font-size: 1.3rem;
    }

    .bloc_article p {
        color: #e83f2f;
        text-align: justify;
    }

    /*-------------------------- FIN BLOC SLIDE ACTU --------------------------*/

    /*-------------------------- BANDE SPECIALE --------------------------*/
    .bande {
        float: left;
        width: 50%;
    }

    .bande_gauche {
        background-color: #00a193;
    }

    .bande_droite {
        background-color: #e83f2f;
    }

    .bande .bloc {
        background-color: #FFFFFF;
        width: 550px;
        min-height: 100px;
    }

    .bande_gauche .bloc {
        float: right;
    }


    /*-------------------------- Bloc SLIDE HOME --------------------------*/
    .slide_home {
        background-color: #333333;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .slide_home section {
        background-color: none;
        min-height: 100px;
        background-color: #333333;
    }

    .slide_home .colonne1 {
        padding: 0;
    }

    .slide_home .colonne1 .bloc_slide {
        margin: 0;
        width: 100%;
    }

    .slide_home .colonne1 .bloc_slide ul {
        height: 650px;
    }

    .slide_home .colonne1 .bloc_slide ul li {}



    .slide_home .bloc_slide ul li h2 {
        color: #00a193;
        padding: 20px 0;
        font-size: 2.7rem;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .slide_home .colonne1 p {
        color: #FFFFFF;
    }


    .slide_home a.fleche_slide {
        font-size: 7rem;
        color: #f2ecb9;
        position: absolute;
        top: 0%;
        text-decoration: none;
        height: 100%;
        line-height: 650px;
        padding: 0 10px;
        left: 0%;
    }

    .slide_home a.fleche_slide_droite {
        right: 0;
        left: inherit;
    }

    .slide_home a.fleche_slide:hover {
        background-color: #FFFFFF;
        opacity: 0.7;
        color: #000;
    }





    .bande {
        height: 20px;
        clear: both;
        width: 100%;
        position: relative;
    }

    .bande_rouge {
        background-color: #e83f2f;
    }

    .bande_verte {
        background-color: #00a193;
    }




    /*-------------------------- Bloc Contenu par defaut --------------------------*/
    .contenu {
        background-color: #f2ecb9;
        padding-top: 30px;
    }

    .contenu h2 {
        padding-top: 20px;
        text-align: center;
        margin-bottom: 30px;
    }

    .contenu .bloc h2 {
        padding-top: 20px;
        text-align: center;
        margin-bottom: 20px;
    }



    /*-------------------------- Home --------------------------*/
    .contenu_home .bloc:nth-of-type(1) {
        width: calc(40% - 30px);
    }

    .contenu_home .bloc:nth-of-type(2) {
        width: calc(60% - 30px);
    }

    .contenu_home .bloc p:last-child {
        text-align: right;
    }

    .contenu_home .bloc:nth-of-type(1) img {
        display: table;
        margin: auto;
        width: 100%;
    }





    /*-------------------------- CENTRE --------------------------*/
    /*--- Contenu 1 ---*/
    .centre1 .bloc {
        height: 380px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 0;
    }

    /*--- Contenu 2 ---*/
    .centre2 {
        background-color: #FFFFFF;
    }

    .centre2 .colonne4 .bloc {
        height: 180px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 0;
    }

    .centre2 .colonne2 .bloc {
        padding: 0;
        margin: 0;
        width: 50%;
    }

    .centre2 .colonne2 .bloc h2 {
        color: #00a193;
        margin: 0;
        padding: 0;
    }
    #text-centre {
        background-color: #e8e3b1;
        /* border-radius: 20px; */
        padding: 5%;
    }




    /*------------------------------------ PLANING -------------------------------------*/
    .planning {
        overflow: hidden;
        text-align: center;
        padding-bottom: 40px;
    }

    .planning h3:nth-of-type(2) {
        margin-bottom: 40px;
    }



    .planning .jour {
        display: table-cell;
        width: 12%;
        margin: 0;
        border-right: 1px solid #FFFFFF;

    }

    .planning .jour_1 {
        border-left: 1px solid #FFFFFF;
        
    }

    .planning .jour h2 {
        padding: 0 5px;
        font-size: 0.9rem;
        text-transform: inherit;
        color: #333333;
        background-color: #f2ecb9;
        height: 100px;
        border-bottom: 1px solid #FFFFFF;
        display: flex;
        /* contexte sur le parent */
        flex-direction: column;
        /* direction d'affichage verticale */
        justify-content: center;
        /* alignement vertical */
        margin: 0;
        line-height: 17px;
    }

    .planning .jour h3 {
        padding: 5px;
        font-size: 1.2rem;
        text-transform: inherit;
        color: #00a193;
        display: flex;
        /* contexte sur le parent */
        flex-direction: column;
        /* direction d'affichage verticale */
        justify-content: center;
        /* alignement vertical */
    }


    .planning .jour h2.jour_vert {
        color: #FFFFFF;
        background-color: #00a193;
    }

    .planning .jour h2.jour_vert_clair {
        color: #FFFFFF;
        background-color: #12cdbd;
    }

    .planning .jour h2.jour_violet_clair {
        color: #FFFFFF;
        background-color: #d4bce7;
    }

    .planning .jour h2.jour_violet {
        color: #FFFFFF;
        background-color: #be7af2;
    }

    .planning .jour h2.jour_rouge {
        color: #FFFFFF;
        background-color: #e83f2f;
    }

    .planning .jour h2.jour_bleu {
        color: #FFFFFF;
        background-color: #377ca8;
    }

    .planning .jour h2.jour_marron {
        color: #FFFFFF;
        background-color: #a87737;
    }

    .planning .jour h2.jour_orange {
        color: #FFFFFF;
        background-color: #f4a532;
    }

    .planning .jour h2.jour_bleu_clair {
        color: #FFFFFF;
        background-color: #48ccdf;
    }

    .planning .jour h2.jour_rose {
        color: #FFFFFF;
        background-color: #F4B084;
    }
    .planning .jour h2.jour_gris {
        color: #FFFFFF;
        background-color: #bdc3c7;
    }
	.planning .jour h2.jour_gris_fonce {
        color: #FFFFFF;
        background-color: #acb9ca;
    }

     .planning .jour h2.jour_marron_clair {
        color: #FFFFFF;
        background-color: #707b7c;
    }





    /*-------------------------- Tarif --------------------------*/
    .tarif {
        padding-top: 10px;
    }

    .tarif h2 {
        margin-bottom: 20px;
    }

    .tarif h3 {
        margin-bottom: 20px;
    }

    .tarif h3:nth-of-type(2) {
        font-size: 1.6rem;
    }

    .tarif section .colonne4 {
        text-align: center;
    }

    .tarif section .colonne4 .bloc {
        display: block;
        background-color: #FFFFFF;
        color: #FFFFFF;
        float: left;
        margin: 0 10px 30px 10px;
        padding: 10px;
        height: 370px;
    }

    /* New Style  */

    .tarif section .colonne4 .new_green {
        /* GREEN */
        background-color: #00a193;
    }

    .tarif section .colonne4 .new_red {
        /* RED */
        background-color: #e83f2f;
    }

    .tarif section .colonne4 .new_light_purple {
        /* LIGHT PURPLE */
        background-color: #d4bce7;
    }

    .tarif section .colonne4 .new_purple {
        /* PURPLE */
        background-color: #be7af2;
    }

    .tarif section .colonne4 .new_blue {
        /* BLUE */
        background-color: #377ca8;
    }

    .tarif section .colonne4 .new_brown {
        /* BROWN */
        background-color: #a87737;
    }

  

    /* TITLE */


    .tarif section .colonne4 .new_green h2 {
        /* GREEN */
        color: #FFFFFF;
    }

    .tarif section .colonne4 .new_red h2 {
        /* RED */
        color: #FFFFFF;
    }

    .tarif section .colonne4 .new_light_purple h2 {
        /* LIGHT PURPLE */
        color: #FFFFFF;
    }

    .tarif section .colonne4 .new_purple h2 {
        /* PURPLE */
        color: #FFFFFF;
    }

    .tarif section .colonne4 .new_blue h2 {
        /* BLUE */
        color: #FFFFFF;
    }

    .tarif section .colonne4 .new_brown h2 {
        /* BROWN */
        color: #FFFFFF;
    }
    .tarif section .colonne4 .new_light_brown h2 {
        /* BROWN */
        color: #FFFFFF;
    }

    /* SUB-TITLE */


    .tarif section .colonne4 .new_green h3 {
        /* GREEN */
        color: #FFFFFF;
    }

    .tarif section .colonne4 .new_red h3 {
        /* RED */
        color: #FFFFFF;
    }

    .tarif section .colonne4 .new_light_purple h3 {
        /* LIGHT PURPLE */
        color: #FFFFFF;
    }

    .tarif section .colonne4 .new_purple h3 {
        /* PURPLE */
        color: #FFFFFF;
    }

    .tarif section .colonne4 .new_blue h3 {
        /* BLUE */
        color: #FFFFFF;
    }

    .tarif section .colonne4 .new_brown h3 {
        /* BROWN */
        color: #FFFFFF;
    }


    /* END */

    .tarif section .colonne4 .bloc div {
        border: 1px solid #FFFFFF;
        min-height: 100%;
        padding: 10px;
    }

    .tarif section .colonne4 .bloc div h2 {
        font-family: 'light', arial;
        padding-top: 0;
    }

    .tarif section .colonne4 .bloc div h3 {
        font-family: 'bold', arial;
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

    .tarif section .colonne4 .bloc div h4 {
        font-family: 'light', arial;
        font-weight: inherit;
    }


    /*-------------------------- Prix --------------------------*/
    .prix .colonne1 .bloc {
        margin-left: 20%;
        width: 60%;
    }

    .prix .colonne1 .bloc p.titre_p {
        font-size: 1.3rem;
        margin-top: 25px;
        font-family: 'bold', arial;
    }

    .prix .colonne1 .bloc p span {
        font-family: 'bold', arial;
    }




    /*-------------------------- Activités --------------------------*/


    .activite .colonne4 .bloc {
        height: 235px;
        margin-bottom: 30px;
        background-color: #e8e3b1;
        cursor: pointer;
    }

    .activite .colonne4 .bloc_2 {
        height: 435px;
        margin-bottom: 30px;
        background-color: #e8e3b1;
        cursor: pointer;
    }


    .activite .colonne4 .bloc:hover {
        opacity: 0.7;
    }

    .activite .bloc p,
    .activite .bloc a {
        text-transform: uppercase;
        color: #333333;
        margin: 0;
        line-height: 20px;
        display: block;
        text-align: center;
        text-decoration: none;
    }


    .activite .bloc p {
        line-height: 40px;
    }

    .activite .colonne4 h2 {
        font-size: 1.4rem;
        color: #00a193;
        margin-bottom: 20px;
    }



    .activite .colonne4 .bloc .bloc_image {
        height: 150px;
        width: 100%;
        background-position: center bottom;
        margin-bottom: 10px;
    }


    .activite .colonne4 .bloc:last-child {
        margin: 0 0 10px 0;
        width: 100%;
        text-align: center;
        background-image: url(../images/interface/om.png);
        background-position: top 30px center;
        background-repeat: no-repeat;
        cursor: default;
    }


    span.relax {
        font-size: 11px;
    }

    .title_bien_etre {
        font-weight: bold;
    }

    .line {
        border-top: 1px solid #8c8b8b;
        width: 100px;
        margin: auto;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    /*-------------------------- YOGA --------------------------*/
    img.yoga_img {
        display: block;
        clear: both;
        margin: 0 auto 30px auto;
    }

    .yoga_blanc {
        background-color: #FFFFFF;
    }

    .yoga .bloc {
        width: 65%;
        float: inherit;
        display: block;
        margin: auto;
    }

    .yoga .bloc h2 {
        padding-top: 0;
    }

    .yoga .bloc:nth-of-type(2) p {
        text-align: center;
        font-family: 'bold', arial;
    }

    .yoga .bloc .bloc_vert div {
        border-left: 1px solid #00a193;
        padding-left: 10px;
    }

    .yoga .bloc .bloc_vert div h3 {
        color: #00a193;
        text-align: left;
        font-size: 1.3rem;
        font-family: 'bold', arial;
        margin-bottom: 10px;
        padding-top: 30px;
    }

    .yoga .bloc .bloc_vert div h3:first-child {
        padding-top: 0px;
    }

    .yoga .bloc .bloc_vert div p,
    .yoga .bloc .bloc_vert h2 {
        color: #00a193;
    }

    .yoga .bloc .bloc_vert div p {
        margin-bottom: 5px;
        padding-left: 10px;
    }


    .yoga .perso {
        width: calc(33.33% - 30px);
        margin: 0 15px 30px 15px;
        float: left;
    }

    .yoga .perso .photo_perso {
        height: 200px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 15px;
    }

    /*-------------------------- Soins.php --------------------------*/


    .soins .bloc {
        width: 65%;
        float: inherit;
        display: block;
        margin: auto;
    }

    .soins .bloc h2 {
        padding-top: 0;
    }

    .soins .bloc .bloc_vert div {
        border-left: 1px solid #00a193;
        padding-left: 10px;
    }

    .soins .bloc .bloc_vert div p,
    .soins .bloc .bloc_vert h2 {
        color: #00a193;
    }

    .soins .bloc .bloc_vert div p {
        margin-bottom: 5px;
        padding-left: 10px;
    }

    .soins h4 {
        margin-bottom: 10px;
    }

    /*-------------------------- Contact --------------------------*/

    .contact .colonne1 .formulaire {
        width: 35%;
        margin: 0 auto 0 auto;
        float: none;
    }

    .contact .bloc_form {
        width: 100%;
        padding: 0;
        margin: 0;
        line-height: 0;
    }

    .contact .bloc_form label {
        text-align: center;
        display: block;
        position: inherit;
        left: 0;
        margin: 40px 0 20px 0;
        font-size: 1.3rem;
        font-family: 'light', Arial;
        color: #e83f2f;
    }

    .contact .bloc_form input,
    .contact .bloc_form textarea {
        height: 60px;
        color: #00a193;
        font-size: 1.3rem;
        font-family: 'light', Arial;
        border: 0;
    }

    .contact .bloc_form select {
        height: 60px;
        color: #00a193;
        font-size: 1.3rem;
        font-family: 'light', Arial;
        border: none;
        background-color: #ffffff;
        text-transform: inherit;
    }

    .contact .bloc_form textarea {
        height: 280px;
        padding: 10px;
        text-indent: 0;
    }

    .contact .send {
        width: 100%;
        height: 60px;
        color: #FFFFFF;
        font-size: 1.5rem;
        background-color: #e83f2f;
        cursor: pointer;
    }

    .contact .send:hover {
        background-color: #00a193;
    }

    .contact .colonne1 .bloc div:last-child p {
        text-align: center;
        color: #e83f2f;
        font-size: 1.2rem;
        font-family: 'light', Arial;
        line-height: 30px;
    }

    .contact_blanc {
        background-color: #FFFFFF;
    }

    .contact_blanc p {
        text-align: center;
    }

    .contact_blanc span {
        font-family: 'bold', Arial;
    }


    /*-------------------------- FELDENKRAIS --------------------------*/
    article.feldenkrais .feldenkrais_img {
        float: left;
        display: inline-block;
        margin-right: 10px;
    }

    article.feldenkrais {
        height: 240px;
        margin: auto;
        margin-bottom: 50px;
    }



    .jour_de_plus {
        padding: 5px;
        font-size: 1.2rem;
        text-transform: inherit;
        color: #00a193;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
</style>