html{
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    width: 100vw;
    min-height: 100vh;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: none;
    overflow-x: hidden;
}

.maxLogo{
    max-width: 95vw;
}

.img-massage{
    max-height: 500px;
    max-width: 250;
    object-fit: cover;
    object-position: center;
    border-radius: 10%;
}

.arrow {
    border: solid #C5D3D3;
    border-width: 0 8px 8px 0;
    display: inline-block;
    padding: 10px;
    animation-name: clignote;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

@keyframes clignote {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#popup{
    width: 100vw;
    height: 100vh;
    padding: 25px;
    position: absolute;
    top: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #C5D4D3;
    color: #404040;
}

.msgEmail{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.retourSite{
    margin-top: 25px;
    width: 125px;
    height: 50px;
    background: #404040;
    color: #C5D4D3;
    border: none;
}

#container{
    width: 100%;
    width: 100%;
    min-height: 100%;
}

#intro{
    width: 98%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

#menu{
    display: flex;
    width: 100%;
    height: 100px;
    position: sticky;
    top: 0px;
    z-index: 99;
    background: white;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 20px 0px #ACBEBD;
    -webkit-box-shadow: 0px 10px 20px 0px #ACBEBD;
    -moz-box-shadow: 0px 10px 20px 0px #ACBEBD;
}

.logoFB{
    width: 50px;
}

.hrMenu{
    position: absolute;
    bottom: 2px;
    margin-top: -6px;
    width: 100%;
    height: 5px;
    background: #6F8787;
}

#menu ul li{
    display: inline;
    padding: 40px 0;
}

#menu ul li a{
    text-decoration: none;
    color: #404040;
    font-size: 0.9em;
    text-transform: uppercase;
    padding: 40px 10px;
}

#menu ul li:not(:last-child):hover{
    background: #C5D4D3;
    cursor: pointer;
}

#menu ul li:hover > a{
    color: white;
}

#presentation{
    width: 100%;
    padding-top: 125px;
    padding-bottom: 125px;
    min-height: 100%;
    background: #C5D4D3;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#bloc-presentation-1{
    max-width: 1920px;
    width: 100%;
    margin: 0 50px;
    background: white;
}

#presentation-titre{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 25px;
}

.presentation-titre{
    color: #404040;
    text-transform: uppercase;
    font-size: 1.5em;
}

.presentation-titre-espace{
    font-size: 1em;
    color: #5D9E86;
}

#presentation-texte{
    padding: 25px;
    width: 100%;
    color: #404040;
    font-size: 1em;
    text-align: justify;
}

.mef-presentation{
    font-weight: bold;
    font-style: italic;
}

#carouselPresentation{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#carousel-item{
    width: 100%;
}

#presentation-espace-photos{
    width: 100%;
    padding: 0 -25px;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #E5E9E9;
}

#carouselExampleSlidesOnly{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carousel-inner{
    max-width: 500px;
    max-height: 300px;
    border-radius: 5px;
    box-shadow: 0px 10px 20px 0px #7A908E;
    -webkit-box-shadow: 0px 10px 20px 0px #7A908E;
    -moz-box-shadow: 0px 10px 20px 0px #7A908E;
    margin-bottom: 50px;
}

.en-images{
    margin: 25px;
    font-size: 1.25em;
}

#coaching{
    width: 100%;
    min-height: 100vh;
    padding-bottom: 125px;
    background: #9EBCBC;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#banniere{
    width: 100%;
    max-width: 1920px;
    height: 350px;
    background: linear-gradient(to top, transparent, #9EBCBC),
    url("img/coaching.jpg");
    background-size: cover;
    background-position: 15% 35%;
}

#texte-banniere{
    max-width: 1920px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#coaching-titre{
    margin-top: 25px;
    font-size: 2em;
    text-transform: uppercase;
    color: #404040;
}

#coaching-citation{
    margin-top: 10px;
    font-size: 1.25em;
    color: #404040;
    font-weight: lighter;
}

#coaching-citation-auteur{
    margin-top: 10px;
    font-size: 1em;
    color: #404040;
}

#texte-coaching{
    margin-top: -25px;
    padding: 25px;
    max-width: 1920px;
    width: 80%;
    background: white;
    border-radius: 25px;
    font-size: 1em;
    text-align: center;
    color: #525252;
    box-shadow: 0px 10px 20px 0px #7A908E;
    -webkit-box-shadow: 0px 10px 20px 0px #7A908E;
    -moz-box-shadow: 0px 10px 20px 0px #7A908E;
}

#blocs-coaching, #blocs-massage{
    max-width: 1920px;
    width: 80%;
    margin: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#pour-qui, #massage{
    margin-bottom: 25px;
}

.accordion-item{
    background: #E7DED5;
    margin-bottom: 5px;
    border-top-left-radius: 10px;
    border: none;
}

.accordion-button{
    max-width: 1920px;
    background: #C5D3D3;
}

.accordion-button:not(.collapsed) {
    color: white;
    background: #6F8787;
    background-image: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
}

.accordion-button:focus{
    box-shadow: none;
}

.accordion-body{
    background: white;
    font-size: 1em;
}

.blocs-coaching-titre{
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    margin: 25px;
}

#pour-qui-citation{
    text-align: center;
    color: #404040;
    font-size: 1em;
    font-weight: bolder;
}

#pour-qui-auteur{
    text-align: right;
    font-size: 1em;
    color: #404040;
}

#reflexologie{
    width: 100%;
    padding-top: 75px;
    min-height: 100vh;
    background: #C5D4D3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#content-reflexologie{
    max-width: 1920px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.img-reflex{
    border-radius: 10px;
    box-shadow: 0px 10px 20px 0px #7A908E;
    -webkit-box-shadow: 0px 10px 20px 0px #7A908E;
    -moz-box-shadow: 0px 10px 20px 0px #7A908E;
}

.border-reflex{
    padding: 15px;
    border: 1px solid black;
}

#massage-ventre{
    width: 100%;
    padding-top: 75px;
    min-height: 100vh;
    background: #9EBCBC;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#content-massage-ventre{
    max-width: 1920px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#qui-suis-je{
    width: 100%;
    padding-top: 75px;
    min-height: 100vh;
    background: #C5D4D3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-qui-suis-je{
    background: white;
}

#tarifs{
    width: 100%;
    padding-top: 75px;
    min-height: 100vh;
    background: #9EBCBC;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#content-tarifs{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#contact{
    width: 100%;
    padding-top: 100px;
    min-height: 100vh;
    background: #C5D4D3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#content-contact{
    max-width: 1920px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.red{
    color: red;
    font-weight: bold;
}

.contact{
    margin: 25px;
    width: 90%;
}

.contact input{
    width: 100%;
}

#menuResponsive{
    display: none;
}

.display-5, .display-4{
    color: #404040;
}

@media all and (max-width: 992px) {
    #menu{
        display: none;
    }

    #menuResponsive{
        display: flex;
    }

    .flex-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    * {
        box-sizing: border-box;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
    }
    a,
    a:visited,
    a:hover,
    a:active {
        color: inherit;
        text-decoration: none;
    }

    .outer-menu {
        position: fixed;
        top: 125px;
        left: 25px;
        z-index: 5;
    }

    .outer-menu .checkbox-toggle {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        cursor: pointer;
        width: 60px;
        height: 60px;
        opacity: 0;
    }

    .outer-menu .checkbox-toggle:checked + .hamburger > div {
        transform: rotate(135deg);
    }
    
    .outer-menu .checkbox-toggle:checked + .hamburger > div:before,
    .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
        top: 0;
        transform: rotate(90deg);
    }
      
    .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
        opacity: 0;
    }
    
    .outer-menu .checkbox-toggle:checked ~ .menu {
        pointer-events: auto;
        visibility: visible;
    }
    
    .outer-menu .checkbox-toggle:checked ~ .menu > div {
        transform: scale(1);
        transition-duration: 0.75s;
    }
    
    .outer-menu .checkbox-toggle:checked ~ .menu > div > div {
        opacity: 1;
        transition: opacity 0.4s ease 0.4s;
    }
    
    .outer-menu .checkbox-toggle:hover + .hamburger {
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    }
    
    .outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
        transform: rotate(225deg);
    }
      
    .outer-menu .hamburger {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 60px;
        height: 60px;
        padding: 0.5em 1em;
        background: #9EBCBC;
        cursor: pointer;
        transition: box-shadow 0.4s ease;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .outer-menu .hamburger > div {
        position: relative;
        flex: none;
        width: 100%;
        height: 2px;
        background: #fefefe;
        transition: all 0.4s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .outer-menu .hamburger > div:before,
    .outer-menu .hamburger > div:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: -10px;
        left: 0;
        width: 100%;
        height: 2px;
        background: inherit;
        transition: all 0.4s ease;
    }
    
    .outer-menu .hamburger > div:after {
        top: 10px;
    }
    
    .outer-menu .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        visibility: hidden;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        outline: 1px solid transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .outer-menu .menu > div {
        position: absolute;
        left: -50vw;
        top: -50vh;
        width: 200vw;
        height: 200vh;
        border-radius: 50%;
        color: #fefefe;
        background: #9EBCBC;
        transition: all 0.4s ease;
        flex: none;
        transform: scale(0);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .outer-menu .menu > div > div {
        text-align: center;
        max-width: 90vw;
        max-height: 100vh;
        opacity: 0;
        transition: opacity 0.4s ease;
        overflow-y: auto;
        flex: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .outer-menu .menu > div > div > ul {
        list-style: none;
        padding: 0 1em;
        margin: 0;
        display: block;
        max-height: 100vh;
    }
    
    .outer-menu .menu > div > div > ul > li {
        padding: 0;
        margin: 1em;
        font-size: 24px;
        display: block;
    }
    
    .outer-menu .menu > div > div > ul > li > a {
        position: relative;
        display: inline;
        cursor: pointer;
        transition: color 0.4s ease;
    }
    
    .outer-menu .menu > div > div > ul > li > a:hover {
        color: #e5e5e5;
    }
    
    .outer-menu .menu > div > div > ul > li > a:hover:after {
        width: 100%;
    }
    
    .outer-menu .menu > div > div > ul > li > a:after {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: -0.15em;
        left: 0;
        width: 0;
        height: 2px;
        background: #e5e5e5;
        transition: width 0.4s ease;
    }

    .carousel-inner{
        width: 80vw;
        max-height: 300px;
    }

    .contact{
        width: 100vw;
    }

    .contact label{
        width: 100vw;
    }

    #bloc-presentation-1{
        margin: 0;
    }

    #presentation-espace-photos{
        width: 100%;
        margin: 0;
    }

    #texte-banniere, #coaching-titre, #coaching-citation, #coaching-citation-auteur{
        text-align: center;
    }
}