/*------------------------------------------------------------------
[Master Stylesheet]

Project:        Picbooth - THEME FESTIF
Version:        2.5 (Menu Capsule Centré & Couleurs Originales)
Primary use:    Photography
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1.  Prefix Styles
2.  Header
3.  Services
4.  About us
5.  Gallery 1
6.  Blog 1
7.  Testimonial
8.  Search
9.  Footer
10. inner page
11. Gallery2
12. Blog 2
13. Packages
14. Contact
15. Our Booths
16. 404
17. Landing
18. Extra
19. Responsive
-------------------------------------------------------------------*/

/*--------------------------------------------------*/
/*1 Prefix Styles*/
/*--------------------------------------------------*/
html,
body {
    background-color: #faf9f8;
    background-image: url('../fete.png');
    background-repeat: repeat;
    background-size: 20%;
    background-position: top left;
    color: #4a4a4a;
}
.p-transtion,
h1,
h2,
h3,
h4,
h5,
h6,
a,
i,
.p-nav_icon span,
.p-gallery_list > div .p-gallery_info,
.p-blog_list_single .p-blog_detail,
.p-landing_single_outer {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
.p-transtion_fast {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
ul {
    list-style: disc;
}
p {
    line-height: 24px;
    margin: 0px 0 20px 0;
    font-size: 14px;
    color: #616161;
}
.fa-twitter { color: #55acee; }
.fa-google-plus { color: #dc4e41; }
.fa-facebook { color: #3b5998; }
.fa-pinterest { color: #e58076; }
.fa-instagram { color: #4b7699; }

.p-section_title h3 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2c2c2c;
}
.p-button {
    background: #49c5b6;
    color: #ffffff;
    display: inline-block;
    padding: 12px 25px;
    font-family: "Montserrat", "sans-serif";
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
}
.p-section_head h2 {
    color: #2c2c2c;
    font-size: 38px;
    letter-spacing: 2px;
    line-height: 57px;
    margin-bottom: 40px;
    padding-top: 14px;
    text-align: center;
    font-family: 'Lobster', cursive;
}
/*--------------------------------------------------*/
/*1 Prefix Styles End*/
/*--------------------------------------------------*/

/*--------------------------------------------------*/
/*2 Header*/
/*--------------------------------------------------*/
.p-header_top {
    border-bottom: 1px solid #eeeeee;
    padding: 18px 0;
}
.p-header_top .p-header_info span,
.p-header_top .p-header_info a {
    font-family: "Montserrat", "sans-serif";
    color: #1a1a1a;
}
.p-header_top .p-header_info a:hover {
    color: #49c5b6;
}
.p-header_top .p-header_social {
    padding-left: 0;
    text-align: right;
}
.p-header_top .p-header_social > li {
    display: inline-block;
    margin-left: 15px;
}
.p-header_nav {
    padding: 30px 0;
}
.p-header_nav nav {
    padding-top: 15px;
}
.p-header_nav nav > ul {
    padding-left: 0;
    float: right;
}
.p-header_nav nav > ul > li {
    display: inline-block;
    margin-left: 30px;
    padding-bottom: 8px;
}
.p-header_nav nav > ul > li > a {
    font-family: "Montserrat", "sans-serif";
    display: inline-block;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.p-header_nav nav > ul > li > a:hover {
    color: #49c5b6;
}
.p-header_nav nav > ul > li ul {
    display: none;
    padding-left: 0;
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    max-width: 150px;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 99999;
}
.p-header_nav nav > ul > li ul li {
    padding: 10px 15px;
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
}
.p-header_nav nav > ul > li ul li a {
    display: block;
    color: #666;
}
.p-header_nav nav > ul > li ul li:hover {
    background: #faf9f8;
}
.p-header_nav nav > ul > li ul li:hover a {
    color: #49c5b6;
}
.p-header_nav nav > ul > li ul li:last-child {
    border-bottom: none;
}
.p-header_nav nav > ul > li:hover ul {
    display: block;
}
.p-header_nav nav > ul li.p-active a {
    color: #49c5b6;
}
.p-header_nav nav:after {
    clear: both;
    display: block;
    content: "";
}
.p-slider_content {
    position: absolute;
    bottom: 95px;
    width: 100%;
    left: 0;
}
.p-slider_content .p-slider_text {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-bottom: 4px solid #49c5b6;
}
.p-slider_content .p-slider_text h2 {
    font-size: 27px;
    text-transform: uppercase;
    color: #2c2c2c;
    font-weight: 400;
    margin: auto;
    line-height: 30px;
}
.p-slider_content .p-slider_text span {
    color: #49c5b6;
    display: block;
}
.bx-controls.bx-has-pager {
    margin: auto;
    max-width: 1170px;
    position: relative;
}
.bx-controls.bx-has-pager .bx-pager {
    text-align: left;
}
.bx-controls.bx-has-pager .bx-pager.bx-default-pager a {
    background: #000000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 7px;
    width: 40px;
}
.bx-controls.bx-has-pager .bx-pager.bx-default-pager a:hover,
.bx-controls.bx-has-pager .bx-pager.bx-default-pager a.active,
.bx-controls.bx-has-pager .bx-pager.bx-default-pager a:focus {
    background: #49c5b6;
}
.p-nav_icon {
    display: none;
}
/*--------------------------------------------------*/
/*2 Header End*/
/*--------------------------------------------------*/

/*--------------------------------------------------*/
/*3 Services*/
/*--------------------------------------------------*/
.p-services {
    margin-top: 50px;
    margin-bottom: 50px;
}
.p-services > div {
    border: 1px solid #f5f5f5;
    float: left;
    height: 290px;
    padding: 50px;
    width: 33%;
}
.p-services > div .p-service_img {
    line-height: 150px;
    min-height: 150px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.p-services > div .p-service_img img {
    display: inline-block;
}
.p-services > div .p-service_text {
    color: #1a1a1a;
    line-height: 22px;
    margin: auto;
    max-width: 205px;
    text-align: center;
}
.p-services > div:nth-child(2n+1) {
    background: #fafafa none repeat scroll 0 0;
}
/*--------------------------------------------------*/
/*3 Services End*/
/*--------------------------------------------------*/

/*--------------------------------------------------*/
/*4 About us*/
/*--------------------------------------------------*/
.p-about_points > span {
    font-size: 15px;
    font-family: "Montserrat", "sans-serif";
    color: #000;
    margin-bottom: 15px;
    display: inline-block;
}
.p-about_points ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 30px;
}
.p-about_points ul li {
    position: relative;
    color: #4a4a4a;
    margin-bottom: 10px;
    padding-left: 18px;
}
.p-about_points ul li:before {
    content: "";
    display: inline-block;
    width: 8px;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 6px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #49c5b6;
}
.p-about_intro {
    margin-bottom: 120px;
}
.p-about_intro > div:first-child {
    padding-top: 60px;
}
.p-box_fun,
.p-why_choose {
    margin-bottom: 90px;
}
.p-box_fun {
    position: relative;
}
.p-box_fun .p-fun_text {
    max-width: 750px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 170px;
    margin: auto;
    background: rgba(255, 255, 255, 0.85);
    padding: 30px 0;
    border-radius: 8px;
}
.p-box_fun .p-fun_text span {
    font-size: 36px;
    text-transform: uppercase;
    color: #2c2c2c;
    font-family: 'Lobster', cursive;
    letter-spacing: 2px;
}
.p-our_booth {
    position: relative;
    padding-top: 75px;
    margin-bottom: 85px;
}
.p-our_booth > .container {
    position: relative;
    z-index: 999;
}
.p-our_booth > .container p {
    color: #fff;
}
.p-our_booth > .container .p-why_choose > div:first-child h3 {
    color: #fff;
}
.p-our_booth > .container .p-why_choose .p-about_img {
    padding-left: 80px;
}
.p-our_booth > .container .p-pera_text {
    padding-right: 80px;
}
.p-our_booth:after {
    background: url("../images/booth_bg.jpg");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    width: 50%;
    height: 100%;
    content: "";
}
.p-our_booth::before {
    background: rgba(30, 30, 30, 0.85) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 999;
}
/*--------------------------------------------------*/
/*4 About Us End*/
/*--------------------------------------------------*/

/*--------------------------------------------------*/
/*5 Gallery 1*/
/*--------------------------------------------------*/
.p-gallery_list {
    margin-bottom: 105px;
}
.p-gallery_list > div {
    width: 25%;
    float: left;
    position: relative;
}
.p-gallery_list > div .p-gallery_info {
    text-align: center;
    line-height: 250px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(73, 197, 182, 0.85);
    opacity: 0;
}
.p-gallery_list > div .p-gallery_info > a {
    color: #fff;
    font-size: 20px;
    display: inline-block;
}
.p-gallery_list > div .p-gallery_info > a.p-gallery_heading {
    font-family: "Montserrat", "sans-serif";
    letter-spacing: 1px;
}
.p-gallery_list > div .p-gallery_info > a.p-gallery_heading:before {
    content: "/";
    margin: 0 10px;
}
.p-gallery_list > div:hover .p-gallery_info {
    opacity: 1;
}
/*--------------------------------------------------*/
/*5 Gallery 1 End*/
/*--------------------------------------------------*/

/*--------------------------------------------------*/
/*6 Blog 1*/
/*--------------------------------------------------*/
.p-blog_list_single .p-blog_list_in {
    position: relative;
}
.p-blog_list_single .p-blog_list_in .p-blog_info {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    padding: 18px;
    width: 100%;
}
.p-blog_list_single .p-blog_list_in .p-blog_info a {
    font-size: 16px;
    color: #2c2c2c;
    font-family: "Montserrat", "sans-serif";
    text-transform: uppercase;
    font-weight: 600;
}
.p-blog_list_single .p-blog_list_in .p-blog_info a:hover {
    color: #49c5b6;
}
.p-blog_list_single .p-blog_list_in .p-blog_info a:before {
    content: "";
    width: 4px;
    height: 15px;
    background: #49c5b6;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.p-blog_list_single .p-blog_list_in .p-blog_info p {
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 5px;
    color: #666;
}
.p-blog_list_single .p-blog_detail {
    background: #ffffff;
    padding: 12px 15px;
    border-top: 1px solid #f0f0f0;
}
.p-blog_list_single .p-blog_detail span {
    font-size: 11px;
    color: #888;
}
.p-blog_list_single .p-blog_detail i.fa {
    color: #49c5b6;
    font-size: 13px;
    margin-right: 5px;
}
.p-blog_list_single .p-blog_detail .p-date_blog {
    float: right;
}
.p-blog_list {
    margin-bottom: 110px;
}
.p-blog_list_single:hover .p-blog_detail {
    background: #fbf9f6;
}
/*--------------------------------------------------*/
/*6 Blog 1 End*/
/*--------------------------------------------------*/

/*--------------------------------------------------*/
/*7 Testimonial*/
/*--------------------------------------------------*/
.p-testimonial_list {
    padding: 50px 50px 50px 80px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    background: #ffffff none repeat scroll 0 0;
    margin: auto;
    border-radius: 8px;
}
.p-testimonial_list .owl-dot {
    background: #e0e0e0 none repeat scroll 0 0;
    display: inline-block;
    height: 4px;
    margin: 0 5px;
    position: relative;
    top: 25px;
    width: 25px;
    border-radius: 2px;
}
.p-testimonial_list .owl-dot:hover,
.p-testimonial_list .owl-dot.active {
    background: #49c5b6;
}
.p-testimonial_single .p-testimonial_text {
    padding-left: 100px;
    position: relative;
}
.p-testimonial_single .p-testimonial_text img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}
.p-testimonial_single .p-testimonial_text p {
    max-width: 665px;
    color: #4a4a4a;
    font-style: italic;
    font-size: 16px;
}
.p-testimonial_single .p-testimonial_text h5 {
    font-size: 16px;
    display: inline-block;
    color: #2c2c2c;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #49c5b6;
    padding-right: 50px;
    font-family: 'Lobster', cursive;
}
.p-testimonial_single .p-testimonial_text span {
    display: block;
    color: #989898;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.p-testimonial {
    background: transparent;
    position: relative;
    z-index: 9999;
}
/*--------------------------------------------------*/
/*7 Testimonial End*/
/*--------------------------------------------------*/

/*--------------------------------------------------*/
/*8 Search*/
/*--------------------------------------------------*/
.p-search {
    background: url("../images/search_bg.jpg") no-repeat;
    margin-top: -135px;
    padding-top: 200px;
    padding-bottom: 40px;
    position: relative;
}
.p-search form {
    position: relative;
    z-index: 99;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 4px;
    overflow: hidden;
}
.p-search form input[type="text"] {
    width: calc(100% - 130px);
    display: block;
    float: left;
    background: #fff;
    height: 50px;
    padding: 10px 20px;
    border: none;
}
.p-search form input[type="submit"] {
    background: #49c5b6;
    height: 50px;
    padding: 10px 15px;
    border: none;
    color: #fff;
    width: 130px;
    font-family: "Montserrat", "sans-serif";
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.p-search:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(250, 249, 248, 0.9);
    background-size: cover;
}
/*--------------------------------------------------*/
/*8 Search End*/
/*--------------------------------------------------*/

/*--------------------------------------------------*/
/*9 Footer*/
/*--------------------------------------------------*/
.p-footer {
    background: #1a1a1a;
    padding-top: 60px;
}
.p-footer h4 {
    color: #ffffff;
    font-size: 16px;
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.p-footer h4:after {
    content: "";
    display: block;
    position: absolute;
    background: #49c5b6;
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 0;
}
.p-footer ul {
    padding-left: 0;
    list-style: none;
}
.p-footer ul a {
    color: #a0a0a0;
    transition: color 0.3s;
}
.p-footer ul a:hover {
    color: #49c5b6;
}
.p-footer ul.p-footer_info li {
    line-height: 24px;
    color: #a0a0a0;
    margin-bottom: 10px;
}
.p-footer ul.p-footer_info li a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
}
.p-footer ul.p-footer_info li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #49c5b6;
}
.p-footer .p-footer_social li {
    margin-bottom: 8px;
    display: inline-block;
}
.p-footer .p-footer_social li a {
    display: inline-block;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    text-align: center;
    border: 1px solid #333;
    line-height: 34px;
    border-radius: 50%;
    color: #fff;
}
.p-footer .p-footer_social li a:hover {
    background: #49c5b6;
    border-color: #49c5b6;
    color: #fff;
}
.p-footer .p-links li {
    line-height: 28px;
    display: inline-block;
    width: 45%;
}
.p-footer .p-copyright {
    background: #111111;
    margin-top: 40px;
    padding: 20px 0;
    text-align: center;
}
.p-footer .p-copyright p {
    margin-bottom: 0;
    color: #777;
    font-size: 13px;
    letter-spacing: 1px;
}
/*--------------------------------------------------*/
/*9 Footer End*/
/*--------------------------------------------------*/

/*--------------------------------------------------*/
/*10 inner page*/
/*--------------------------------------------------*/
.p-inner_head {
    background-size: cover;
    padding-top: 100px;
    position: relative;
}
.p-inner_head .p-page_title {
    padding: 30px 0;
    position: relative;
    z-index: 9;
}
.p-page_title .container::after {
    clear: both;
    content: "";
    display: block;
}
.p-inner_head .p-page_title h1 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: auto;
    float: left;
    display: block;
}
.p-inner_head:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}
.p-breadcrumb {
    float: right;
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-top: 10px;
}
.p-breadcrumb li {
    display: inline-block;
    font-size: 13px;
}
.p-breadcrumb li a,
.p-breadcrumb li span {
    color: #fff;
    font-family: "Montserrat", "sans-serif";
    font-weight: 400;
}
.p-breadcrumb li span:before {
    content: "/";
    margin: 0 10px;
    color: #aaa;
}
.p-breadcrumb li a {
    color: #49c5b6;
}
.p-page_inner {
    padding-top: 85px;
}
/*--------------------------------------------------*/
/*10 Inner Page End*/
/*--------------------------------------------------*/

/*--------------------------------------------------*/
/*11 Gallery 2*/
/*--------------------------------------------------*/
.p-portfolio_typs {
    padding: 0;
    text-align: center;
    margin-bottom: 60px;
}
.p-portfolio_typs li {
    display: inline-block;
    list-style: none;
}
.p-portfolio_typs li span {
    font-family: "Montserrat", "sans-serif";
    color: #666;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0 15px;
    position: relative;
    padding-bottom: 5px;
}
.p-portfolio_typs li span:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #49c5b6;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}
.p-portfolio_typs li.p-selected span,
.p-portfolio_typs li:hover span {
    color: #2c2c2c;
}
.p-portfolio_typs li.p-selected span:after,
.p-portfolio_typs li:hover span:after {
    width: 100%;
}
.p-masonry_outer {
    margin-bottom: 90px;
}
.p-masonry_outer > div {
    width: calc(25% - 15px);
    margin-right: 15px;
    float: left;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}
.p-masonry_outer .p-on_hover {
    background: rgba(73, 197, 182, 0.85);
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: opacity 0.3s;
}
.p-masonry_outer > div:hover .p-on_hover {
    display: block;
    opacity: 1;
}
.p-masonry_outer .p-hover_in > a {
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*--------------------------------------------------*/
/*11 Gallery 2 End*/
/*--------------------------------------------------*/

/*--------------------------------------------------*/
/*13 Packages*/
/*--------------------------------------------------*/
.p-packages .p-single_package {
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    margin-left: auto;
    margin-right: auto;
    max-width: 495px;
    position: relative;
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s;
}
.p-packages .p-single_package:hover {
    transform: translateY(-10px);
}
.p-packages .p-package_head {
    position: relative;
    height: 200px;
    background-size: cover;
    background-position: center;
}
.p-packages .p-package_head .p-pack_head_text {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.p-packages .p-package_title {
    text-align: center;
    z-index: 1;
}
.p-packages .p-package_title span {
    color: #fff;
    font-family: 'Lobster', cursive;
    font-size: 32px;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.p-packages .p-package_head .p-pack_head_text .p-title_strip {
    background: #fff;
    border-radius: 30px;
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px;
    position: absolute;
    bottom: -18px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.p-packages .p-package_head .p-pack_head_text .p-package_money {
    color: #49c5b6;
    margin-left: 10px;
}
.p-packages .p-package_content {
    background: #fff;
    padding: 40px 30px 30px;
    position: relative;
    text-align: center;
}
.p-packages .p-package_content ul {
    list-style: none;
    padding-left: 0;
}
.p-packages .p-package_content ul li {
    color: #666;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
}
.p-packages .p-package_content .p-scrapbook {
    display: inline-block;
    font-size: 14px;
    margin-top: 20px;
    color: #49c5b6;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*--------------------------------------------------*/
/*13 Packages End*/
/*--------------------------------------------------*/

/*--------------------------------------------------*/
/*14 Contact*/
/*--------------------------------------------------*/
.p-contact_form > form {
    max-width: 100%;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.p-contact_form > form input,
.p-contact_form > form textarea {
    width: 100%;
    border: 1px solid #eee;
    background: #faf9f8;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}
.p-contact_form > form input:focus,
.p-contact_form > form textarea:focus {
    border-color: #49c5b6;
    background: #fff;
}
.p-contact_form > form input.p-button {
    background: #49c5b6;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    transition: background 0.3s;
}
.p-contact_form > form input.p-button:hover {
    background: #3aa093;
}
.p-info_single h5 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #2c2c2c;
    font-weight: 600;
}
.p-info_single h5 i {
    color: #49c5b6;
    margin-right: 8px;
}
.p-info_single p, .p-info_single a {
    color: #666;
    font-size: 15px;
}
/*--------------------------------------------------*/
/*14 Contact End*/
/*--------------------------------------------------*/

/* ==========================================================================
   PATCH MODERNISATION ELEGANCE / FESTIF
   ========================================================================== */

/* 2. Titres & En-têtes de section */
.p-section_head h2 {
    background: none !important; 
    color: #2c2c2c !important;
    font-family: 'Lobster', cursive !important;
    font-weight: 500 !important;
    text-transform: none !important; 
    letter-spacing: 1px !important;
    height: auto !important;
    margin-bottom: 20px !important;
    padding-top: 0 !important;
}

/* Ligne décorative sous les titres */
.sec_heading_box::before {
    background-color: #49c5b6 !important;
    width: 60px !important;
    height: 2px !important;
    margin-bottom: 25px !important;
}

/* 3. Modernisation des Boutons */
.p-button, input[type="submit"], .custom_btn, .btn {
    border-radius: 4px !important;
    box-shadow: 0 4px 15px rgba(73, 197, 182, 0.2) !important;
    padding: 12px 30px !important;
    border: none !important;
    transition: all 0.3s ease !important;
    background-color: #49c5b6 !important;
    color: #fff !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
}

.p-button:hover, input[type="submit"]:hover, .custom_btn:hover, .btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(73, 197, 182, 0.4) !important;
    background-color: #3aa093 !important;
    color: #fff !important;
}

.custom_btn::after, .form_submit_btn::after {
    display: none !important;
}

/* 4. Section Services (Style "Cartes") */
.p-services > div {
    background: #ffffff !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03) !important;
    margin: 15px !important;
    width: calc(33.333% - 30px) !important; 
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.p-services > div:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08) !important;
}

/* 5. Images & Galerie */
img {
    border-radius: 6px !important; 
}

.p-gallery_list > div .p-gallery_info {
    background: rgba(250, 249, 248, 0.9) !important; 
    border-radius: 6px !important;
}
.p-gallery_list > div .p-gallery_info > a { color: #2c2c2c !important; }

.photo_frame_box img {
    border: none !important;
    padding: 0 !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}
.photo_frame_box::after, .photo_frame_box::before {
    display: none !important;
}

/* 6. Section Blog & Packages */
.p-blog_list_single, .p-single_package {
    background: #fff !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 25px rgba(0,0,0,0.04) !important;
    border: none !important;
}

.p-blog_list_single::before, .p-blog_list_single::after,
.p-blog_list_detail::after {
    display: none !important;
}

/* 7. Formulaires */
input[type="text"], input[type="email"], textarea, select {
    background-color: #faf9f8 !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 4px !important;
    padding: 15px !important;
    color: #4a4a4a !important;
}

input:focus, textarea:focus {
    background-color: #fff !important;
    border-color: #49c5b6 !important;
    box-shadow: 0 0 0 2px rgba(73, 197, 182, 0.1) !important;
}

/* 8. Nettoyage divers */
.p-sidebar::after { display: none !important; } 
.our_booth_box::before, .our_booth_box::after { display: none !important; } 

/* ==========================================================================
   NAVIGATION, LOGO & FOOTER
   ========================================================================== */

/* 1. LOGO */
.logo-adapt {
    height: 60px !important;    
    width: auto !important;     
    object-fit: contain !important;
    max-width: 200px !important; 
    display: block !important;
}

/* 2. NAVIGATION (Style "Capsule" Élégante, Flottante et Centrée) */
#mainNav {
    position: fixed !important;
    top: 20px !important;            
    left: 50% !important;
    transform: translateX(-50%) !important; 
    width: 95% !important;
    max-width: 1170px !important;    
    border-radius: 50px !important;  
    
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 999999 !important;

    background-color: rgba(255, 255, 255, 0.94) !important; 
    backdrop-filter: blur(15px) !important; 
    -webkit-backdrop-filter: blur(15px) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
    padding: 10px 25px !important;
    transition: all 0.3s ease !important;
}

/* Désactivation des bugs AOS sur l'en-tête */
.header_cover {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999 !important;
}

#mainNav .nav-link {
    color: #4a4a4a !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    font-size: 0.8rem !important;
    letter-spacing: 1.5px !important;
    padding: 10px 15px !important;
    transition: color 0.3s ease !important;
}

#mainNav .nav-link:hover, 
#mainNav .nav-item.active .nav-link {
    color: #49c5b6 !important; 
    background: transparent !important;
}

/* Menu Mobile */
.navbar-toggler {
    border: none !important;
    outline: none !important;
}
.navbar-toggler .fa-bars {
    color: #2c2c2c !important;
    font-size: 1.5rem !important;
}

@media (max-width: 991px) {
    #mainNav {
        top: 10px !important;
        border-radius: 8px !important; 
    }
    .navbar-collapse {
        background: #fff !important;
        padding: 20px !important;
        border-radius: 8px !important;
        box-shadow: 0 10px 20px rgba(0,0,0,0.05) !important;
        margin-top: 10px !important;
    }
}

/* 3. FOOTER */
.footer {
    background-color: #2c2c2c !important;
    color: #e0e0e0 !important;
    padding: 70px 0 30px 0 !important;
    font-size: 0.95rem !important;
}

.footer_contact_box a {
    color: #e0e0e0 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}
.footer_contact_box a:hover {
    color: #49c5b6 !important;
}
.footer_contact_box i {
    color: #49c5b6 !important; 
    margin-right: 10px !important;
}

.footer_social_box a {
    display: flex !important;
    width: 42px !important;
    height: 42px !important;
    background: rgba(255,255,255,0.05) !important;
    color: #fff !important;
    border-radius: 50% !important; 
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
}

.footer_social_box a:hover {
    background: #49c5b6 !important;
    border-color: #49c5b6 !important;
    color: #fff !important;
    transform: translateY(-3px) !important;
}

.footer-copyright p {
    font-size: 0.8rem !important;
    opacity: 0.5 !important;
    border-top: 1px solid rgba(255,255,255,0.05) !important;
    padding-top: 20px !important;
    margin-top: 40px !important;
}

/* Bannière principale */
.banner_item img {
    height: 80vh !important; 
    object-fit: cover !important;
}

.banner_content h3 {
    font-size: 1.2rem !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
    font-weight: 400 !important;
}
.banner_content h2 {
    font-size: 3.5rem !important;
    font-family: 'Lobster', cursive !important;
    color: #fff !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    text-transform: none !important;
}

/* Review Widgets */
.review_widget {
    background: #fff !important;
    border-radius: 8px !important;
    padding: 45px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03) !important;
    height: 100% !important;
    border: 1px solid #f9f9f9 !important;
}

/* Grille Galerie Modernisée */
.gallery-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.04);
    transition: all 0.4s ease;
    height: 100%;
    border: none;
    position: relative;
}

.gallery-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.gallery-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 280px; 
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-card:hover img {
    transform: scale(1.04);
}

/* Overlay Sécurisé (Cadenas) */
.lock-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(250, 249, 248, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background 0.3s;
}

.gallery-card:hover .lock-overlay {
    background: rgba(250, 249, 248, 0.85);
}

.lock-icon-circle {
    background: #49c5b6;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(73, 197, 182, 0.3);
}

.card-body {
    padding: 25px;
    text-align: center;
}

.card-body h5 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    color: #2c2c2c;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Pagination douce */
.pagination-container {
    margin-top: 60px;
    text-align: center;
}

.pagination-link {
    display: inline-block;
    width: 42px; height: 42px;
    line-height: 42px;
    border-radius: 4px;
    background: #fff;
    color: #4a4a4a;
    margin: 0 5px;
    font-weight: 500;
    border: 1px solid #eee;
    transition: all 0.3s;
}

.pagination-link:hover, .pagination-link.active {
    background: #49c5b6;
    border-color: #49c5b6;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(73, 197, 182, 0.2);
}

/* Loader Minimaliste */
#loadingModal {
    display: none;
    position: fixed; z-index: 9999;
    left: 0; top: 0; width: 100%; height: 100%;
    background-color: #faf9f8;
    display: flex; align-items: center; justify-content: center;
    flex-direction: column;
}
.progress-container { width: 300px; text-align: center; }
.progress-bar-wrap {
    height: 4px;
    background: #eee;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 25px;
}
.progress-bar-fill {
    height: 100%;
    background: #49c5b6;
    width: 0%;
    transition: width 0.4s ease;
}
.loader-text {
    font-family: 'Montserrat', sans-serif;
    color: #888;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
}

/* Fix Owl Carousel */
.owl-carousel {
    display: block !important;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel:not(.owl-loaded) {
    opacity: 0; 
    transition: opacity 0.3s ease;
    min-height: 300px; 
}
.owl-carousel.owl-loaded { opacity: 1; }
.owl-carousel .item img { display: block; width: 100%; height: auto; }
.owl-stage-outer { height: auto !important; min-height: 1px; }

/* ==========================================================================
   STYLE DÉDIÉ : BANNIÈRE D'ACCUEIL (SLIDER)
   ========================================================================== */
.banner_cover {
    position: relative;
    width: 100%;
    height: 75vh; 
    min-height: 500px; 
    overflow: hidden;
    background-color: #111; 
}

#main_banner, 
#main_banner .owl-stage-outer, 
#main_banner .owl-stage, 
.banner_item {
    height: 100% !important;
}

.banner_item img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    filter: brightness(0.5); 
}

.banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 90%;
    max-width: 800px; 
    z-index: 10; 
    color: #ffffff;
    text-align: center;
    background-color: transparent; /* Reset old background */
    padding: 0;
}

.banner_content h3 {
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); 
}

.banner_content h2 {
    font-size: 3.5rem;
    font-family: 'Lobster', cursive; 
    font-weight: 600;
    margin-bottom: 35px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    line-height: 1.2;
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 15px; 
    flex-wrap: wrap; 
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.hero-btn i {
    margin-right: 8px; 
    font-size: 1rem;
}

.hero-btn-primary {
    background-color: #49c5b6;
    color: #ffffff;
    border: 2px solid #49c5b6;
}

.hero-btn-primary:hover {
    background-color: transparent;
    color: #49c5b6;
    transform: translateY(-2px);
}

.hero-btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.hero-btn-secondary:hover {
    background-color: #ffffff;
    color: #2c2c2c;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .banner_cover {
        height: 65vh; 
        min-height: 400px;
    }
    .banner_content h2 {
        font-size: 2.2rem;
    }
    .banner_content h3 {
        font-size: 0.9rem;
        letter-spacing: 1px;
    }
    .hero-actions {
        flex-direction: column; 
        gap: 12px;
    }
    .hero-btn {
        width: 100%; 
    }
}

/* ==========================================================================
   FIX COMPLET : MODALE MOT DE PASSE CENTRÉE SUR L'ÉCRAN (VIEWPORT)
   ========================================================================== */

.modal-password {
    display: none; 
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important; 
    background-color: rgba(250, 249, 248, 0.85) !important;
    z-index: 999999 !important; 
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}

.modal-password.is-open {
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
}

.modal-password-content {
    background-color: #fff !important;
    padding: 40px !important;
    border-radius: 12px !important;
    width: 90% !important;
    max-width: 400px !important;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15) !important;
    text-align: center !important;
    
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    margin: 0 !important;
    
    animation: modalPopUp 0.3s ease-out forwards;
}

.modal-password-content h3 {
    margin-bottom: 20px !important;
    color: #2c2c2c !important;
    font-family: 'Lobster', cursive !important;
    font-size: 26px !important;
}

.modal-password-content input {
    width: 100% !important;
    padding: 12px 15px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    margin-bottom: 20px !important;
    background: #faf9f8 !important;
    text-align: center !important;
    font-size: 16px !important;
    letter-spacing: 2px !important;
}

.modal-password-content .btn {
    width: 100% !important;
}

@keyframes modalPopUp {
    0% { opacity: 0; transform: scale(0.95); }
    100% { opacity: 1; transform: scale(1); }
}