body {
    font-family: 'Lora';
    background-image: linear-gradient(rgba(200, 200, 200, 0.65), rgba(200, 200, 200, 0.65)), url("../img/background_home.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway';
}

p {
    line-height: 1.75;
}

.text-faded {
    color: rgba(255, 255, 255, 0.3);
}

.site-heading {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Raleway';
}

.site-social{
    text-align: center;
    height: 40px;
}

.site-heading .site-heading-upper {
    display: block;
    font-size: 2rem;
    font-weight: 800;
}

.site-heading .site-heading-lower {
    font-size: 5rem;
    font-weight: 100;
    line-height: 4rem;
}

.page-section {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.section-heading {
    text-transform: uppercase;
}

.section-heading .section-heading-upper {
    display: block;
    font-size: 1rem;
    font-weight: 800;
}

.section-heading .section-heading-lower {
    display: block;
    font-size: 3rem;
    font-weight: 100;
}

.section-forfaits {
    text-transform: uppercase;
}

.section-forfaits .section-forfaits-upper {
    display: block;
}

.section-forfaits .section-forfaits-lower {
    display: block;
}

.adress-text{
    display: block;
    font-size: 2,5rem;
    font-weight: 100;
}
.type-presta{
    display: block;
    font-size: 2,5rem;
    font-weight: 100;
}
.type-QSJ{
    display: block;
    font-size: 1,2rem;
    font-weight: 100;
}

.type-phraseAcroche{
    display: block;
    font-size: 30px;
    font-weight: 100;
    
}

.section-heading-social{
    font-size: 1rem;
}

.bg-faded {
    background-color: rgba(255, 255, 255, 0.85);
}

#mainNav {
    background-color: rgba(47, 23, 15, 0.9);
    background-image: linear-gradient(rgba(200, 200, 200, 0.1), rgba(200, 200, 200, 0.1)), url("../img/wood_texture.png");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-family: 'Raleway';
}

#mainNav .navbar-brand {
    color: #000000 ;
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 800;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
    color: /*#31A213*/ #4C8D2B;
}

@media (min-width: 992px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 1.5rem;
    }
    #mainNav .navbar-nav .nav-item .nav-link:hover {
        color: rgba(212, 236, 142, 0.9);
    }
    #mainNav .navbar-nav .nav-item.active .nav-link:hover {
        color: /*#31A213*/ #4C8D2B;;
    }
}

.btn-xl {
    font-weight: 700;
    font-size: 0.8rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn-xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.intro {
    position: relative;
}

@media (min-width: 992px) {
    .intro .intro-img {
        width: 75%;
        float: right;
    }
    .intro .intro-text {
        left: 0;
        width: 60%;
        margin-top: 4rem;
        position: absolute;
    }
    .intro .intro-text .intro-button {
        width: 100%;
        left: 0;
        position: absolute;
        bottom: -2rem;
    }
}

@media (min-width: 1200px) {
    .intro .intro-text {
        width: 45%;
    }
}

@media (min-width: 992px) {
    .intro-img2 {
        width: 75%;
        float: left;
    }
    .intro-text2 {
        right: 0;
        width: 60%;
        margin-top: 5rem;
        position: absolute;
    }
    .intro-text2 .intro-button2 {
        width: 100%;
        right: 0;
        position: absolute;
        bottom: -2rem;
    }
}

@media (min-width: 1200px) {
    .intro-text2 {
        width: 45%;
    }
}

.cta {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: /*rgba(197, 255, 219,0.9)*/ rgba(212, 236, 142, 0.9);
}

.cta .cta-inner {
    position: relative;
    padding: 3rem;
    margin: 0.5rem;
    background-color: rgba(255, 255, 255, 0.85);
}

.cta .cta-inner:before {
    border-radius: 0.5rem;
    content: '';
    position: absolute;
    top: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    border: 0.25rem solid rgba(255, 255, 255, 0.85);
}

@media (min-width: 992px) {
    .about-heading .about-heading-img {
        position: relative;
        z-index: 0;
    }
    .about-heading .about-heading-content {
        margin-top: -5rem;
        position: relative;
        z-index: 1;
    }
}

@media (min-width: 992px) {
    .product-item .product-item-title {
        position: relative;
        z-index: 1;
        margin-bottom: -3rem;
    }
    .product-item .product-item-img {
        position: relative;
        z-index: 0;
        max-width: 60vw;
    }
    .product-item .product-item-description {
        position: relative;
        z-index: 1;
        margin-top: -3rem;
        max-width: 50vw;
    }
}

.list-hours {
    font-size: 0.9rem;
}

.list-hours .list-hours-item {
    border-bottom: 1px solid /*rgba(197, 255, 219,0.5)*/ rgba(212, 236, 142, 0.5);
    padding-bottom: .25rem;
    margin-bottom: 1rem;
    font-style: italic;
}

.list-hours .list-hours-item.today {
    font-weight: bold;
    color: /*#31A213*/ #4C8D2B;
}

@media (min-width: 992px) {
    .list-hours {
        width: 50%;
        font-size: 1.1rem;
    }
}

.address strong {
    font-size: 1.2rem;
}

.footer {
    background-color: rgba(47, 23, 15, 0.9);
    background-image: linear-gradient(rgba(200, 200, 200, 0.5), rgba(200, 200, 200, 0.5)), url("../img/wood_texture.png");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-family: 'Raleway';
}

.text-primary {
    color: /*#31A213*/ #4C8D2B !important;
}

.bg-primary {
    background-color: /*#31A213*/ #4C8D2B !important;
}

.btn {
    box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

.btn-primary {
    background-color: /*#31A213*/ #4C8D2B;
    border-color: /*#31A213*/ #4C8D2B;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: /*rgba(197, 255, 219,0.9)*/ rgba(212, 236, 142, 0.9);
    border-color: /*rgba(197, 255, 219,0.9)*/ rgba(212, 236, 142, 0.9);
}

.btn:hover {
    background-color: /*rgba(197, 255, 219,0.9)*/ rgba(212, 236, 142, 0.9);
    border-color: /*rgba(197, 255, 219,0.9)*/ rgba(212, 236, 142, 0.9);
}

.font-weight-light {
    font-weight: 100 !important;
}

/*Colonnes tarifs*/
.column1 {
    float: left;
    width: 70%;
    padding-left: 30px;
}
.column2 {
    float: left;
    width: 30%;
    padding-right: 30px;
}
.column3 {
    float: center;
    width: 100%;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table-column;
    clear: both;
}

.tarifs-div{
    width: 90%;
}

@media (min-width: 992px) {
    .tarifs-item .tarifs-item-title {
        position: relative;
        z-index: 1;
        margin-bottom: -3rem;
    }
    .tarifs-item .tarifs-item-img {
        position: relative;
        z-index: 0;
        max-width: 60vw;
    }
    .tarifs-item .tarifs-item-description {
        position: relative;
        z-index: 1;
        margin-top: -5rem;
        max-width: 80vw;
    }
}

.prix_prestation{
    font-weight: bold;
    color: /*#31A213*/ #4C8D2B;
    min-width: 30%;
}

.details_prestations{
    padding-left: 6px;
    font-weight: normal;
    font-size: 13px;
}
.titre_prestations{
    font-weight: bold;
}

.maps{
    width: 100%;
    height: 500px;
}

/* Icon 1 */
.animated-icon1 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: /*#31A213*/ #4C8D2B;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    color: /*#31A213*/ #4C8D2B;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.section-phone {
    text-transform: uppercase;
}

.section-phone .section-phone-upper {
    display: block;
    font-weight: 800;
}

.section-phone .section-phone-lower {
    display: block;
    font-weight: 100;
}

.section-phone-social{
    font-size: 1rem;
}


/*GRID HEXA*/

#hexGrid {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    list-style-type: none;
}

.hex {
    position: relative;
    visibility:hidden;
    outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hex::after{
    content:'';
    display:block;
    padding-bottom: 86.602%;  /* =  100 / tan(60) * 1.5 */
}
.hexIn{
    position: absolute;
    width:96%;
    padding-bottom: 110.851%; /* =  width / sin(60) */
    margin:0 2%;
    overflow: hidden;
    visibility: hidden;
    outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
    -webkit-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
    -ms-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
    transform: rotate3d(0,0,1,-60deg) skewY(30deg);
}
.hexIn * {
    position: absolute;
    visibility: visible;
    outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hexLink {
    display:block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
    -ms-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
    transform: skewY(-30deg) rotate3d(0,0,1,60deg);
}

/*** HEX CONTENT **********************************************************************/
.hex img {
    left: -100%;
    right: -100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
    -webkit-transform: rotate3d(0,0,0,0deg);
    -ms-transform: rotate3d(0,0,0,0deg);
    transform: rotate3d(0,0,0,0deg);
}

.hex h1, .hex p {
    width: 100%;
    padding: 5%;
    box-sizing:border-box;
    background-color: /*rgba(197, 255, 219,0.8)*/ rgba(212, 236, 142, 0.8);
    font-weight: 300;
    -webkit-transition:  -webkit-transform .2s ease-out, opacity .3s ease-out;
    transition:          transform .2s ease-out, opacity .3s ease-out;
}
.hex h1 {
    bottom: 50%;
    padding-top:50%;
    font-size: 1.5em;
    z-index: 1;
    -webkit-transform:translate3d(0,-100%,0);
    -ms-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0);
}
.hex h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 10%;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.hex p {
    top: 50%;
    padding-bottom:50%;
    -webkit-transform:translate3d(0,100%,0);
    -ms-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
}


/*** HOVER EFFECT  **********************************************************************/
.hexLink:hover h1, .hexLink:focus h1,
.hexLink:hover p, .hexLink:focus p{
    -webkit-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}

/*** HEXAGON SIZING AND EVENf ROW INDENTATION *****************************************************************/
@media (min-width:1201px) { /* <- 5-4  hexagons per row */
    #hexGrid{
        padding-bottom: 4.4%
    }
    .hex {
        width: 20%; /* = 100 / 5 */
    }
    .hex:nth-child(9n+6){ /* first hexagon of even rows */
        margin-left:10%;  /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 1200px) and (min-width:901px) { /* <- 4-3  hexagons per row */
    #hexGrid{
        padding-bottom: 5.5%
    }
    .hex {
        width: 25%; /* = 100 / 4 */
    }
    .hex:nth-child(7n+5){ /* first hexagon of even rows */
        margin-left:12.5%;  /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 900px) and (min-width:601px) { /* <- 3-2  hexagons per row */
    #hexGrid{
        padding-bottom: 7.4%
    }
    .hex {
        width: 33.333%; /* = 100 / 3 */
    }
    .hex:nth-child(5n+4){ /* first hexagon of even rows */
        margin-left:16.666%;  /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 600px) { /* <- 2-1  hexagons per row */
    #hexGrid{
        padding-bottom: 11.2%
    }
    .hex {
        width: 50%; /* = 100 / 3 */
    }
    .hex:nth-child(3n+3){ /* first hexagon of even rows */
        margin-left:25%;  /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 400px) {
    #hexGrid {
        font-size: 13px;
    }
}

/*------------------------------------------------------------------------------*/
/*---------------------------------MODAL IMAGES---------------------------------*/ 
/*------------------------------------------------------------------------------*/

.row-img > .column-img {
    padding: 0 8px;
}

.row-img:after {
    content: "";
    display: table;
    clear: both;
}

.column-img {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal-img {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(212, 236, 142, 0.8);
}

/* Modal Content */
.modal-img-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close-img {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close-img:hover,
.close-img:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides-img {
    display: none;
}

.cursor-img {
    cursor: pointer;
}

/* Next & previous buttons */
.prev-img,
.next-img {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(212, 236, 142, 0.8);
}

/* Position the "next button" to the right */
.next-img {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev-img:hover,
.next-img:hover {
    background-color: #4C8D2B;
}

/* Number text (1/3 etc) */
.numbertext-img {
    color: #4C8D2B;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container-img {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*Planity style*/
.planity_ui_appointment_background{
    font-family: 'Raleway';
}

