/*!
Theme Name: pitchounces
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pitchounces
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pitchounces is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


@media (min-width: 1366px){
    .container {
        max-width: 1300px;
    }
}


@media (min-width: 1440px){
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1600px){
    .container {
        max-width: 1500px;
    }
}

@media (min-width: 1900px){
    .container {
        max-width: 1600px;
    }
}


@font-face {
    font-family: 'Oliver';
    src: url('fonts/Oliver-Regular.eot');
    src: url('fonts/Oliver-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Oliver-Regular.woff2') format('woff2'),
        url('fonts/Oliver-Regular.woff') format('woff'),
        url('fonts/Oliver-Regular.ttf') format('truetype'),
        url('fonts/Oliver-Regular.svg#Oliver-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}



/**top_sec css starts**/
.top_sec{
    background-color: #e40a1d;
    padding-top: 18px;
    padding-bottom: 18px;
}
.top_sec .row{
    align-items: center;
}
.top_sec .left_sec{
    
}
.top_sec .left_sec ul{
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.top_sec .left_sec ul li a{
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    transition: .25s;
}
.top_sec .left_sec ul li.phn a:hover{
    color: #000;
}
.top_sec .left_sec ul li.button a{
    background-color: #ffe092;
    padding: 8px 18px;
    border-radius: 30px;
    transition: .25s;
}
.top_sec .left_sec ul li.button a:hover{
    background-color: #fff;
}
.top_sec .left_sec ul li:first-child a{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    margin-right: 18px;
}
.top_sec .left_sec ul li a img.icon{
    width: 18px;
    margin-right: 10px;
}
.top_sec .left_sec ul li a img.pdf_icon{
    width: 20px;
    margin-left: 10px;
}
.top_sec .socialmedia ul{
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top_sec .socialmedia ul li a{
    margin-right: 14px;
    margin-left: 14px;
    transition: .25s;
}
.top_sec .socialmedia ul li:nth-child(2) a{
    display: block;
    margin-right: 0px;
}
.top_sec .socialmedia ul li:first-child a{
    margin-left: 0px;
}
.top_sec .socialmedia ul li:last-child a{
    margin-right: 0px;
}
.top_sec .socialmedia ul li a:hover img.icon{
    filter: invert(1);
}
.top_sec .socialmedia ul li a img.icon {
    width: 20px;
}
.top_sec .socialmedia ul li a img.facebook{
    width: 16px;
}
.top_sec .socialmedia ul li a img.insta{
    width: 15px;
}

/**top_sec css ends**/




/**headerlogo_sec css starts**/
.headerlogo_sec{
    position: relative;
}
.headerlogo_sec a.logo{
    border-radius: 50%;
    background-color: #fff;
    width: 514px;
    height: 246px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -90px;
    z-index: 9999999;
    position: relative;
}
.headerlogo_sec a.logo img{
    width: 300px;
}

/**headerlogo_sec css ends**/



/**navbar css starts**/
.navbar {
    padding: 12px 0px;
    margin-bottom: -48px;
    z-index: 9;
    position: relative;
    background-color: rgba(255,255,255,0.92);
}
.navbar.innerpage{
    margin-bottom: 0px;
}
.navbar ul.menu_bar {
    display: flex;
    padding-left: 0px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    list-style-type: none;
}
.navbar .nav-link{
    padding: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-left: 29px;
    margin-right: 29px;
    position: relative;
    transition: .25s;
}
.navbar ul.menu_bar li a.nav-link:hover{
    color: #fff;
}
.navbar ul.menu_bar li a.nav-link::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 44px;
    background-position: center center;
    width: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: -1;
}
.navbar ul.menu_bar li.nav-green a.nav-link:hover::before{
    opacity: 1;
}
/*
.navbar ul.menu_bar li a.nav-link.active{
    color: #fff;
}
*/
/*
.navbar ul.menu_bar li a.nav-link.active::before{
    opacity: 0 !important;
}
*/
.navbar ul.menu_bar li.nav-green a.nav-link::before{
    background-image: url(images/green_menubg.png);
    opacity: 0;
    transition: .25s;
}
.navbar ul.menu_bar li.nav-red a.nav-link::before{
    width: 248px;
}
.navbar ul.menu_bar li.nav-red a.nav-link:hover::before{
    opacity: 1;
}
.navbar ul.menu_bar li.nav-red a.nav-link::before{
    background-image: url(images/red_menubg.png);
    opacity: 0;
    transition: .25s;
}
.navbar ul.menu_bar li.nav-maroon a.nav-link::before{
    width: 185px;
}
.navbar ul.menu_bar li.nav-maroon a.nav-link:hover::before{
    opacity: 1;
}
.navbar ul.menu_bar li.nav-maroon a.nav-link::before{
    background-image: url(images/maroon_menubg.png);
    opacity: 0;
    transition: .25s;
}
.navbar ul.menu_bar li.nav-purple a.nav-link::before{
    width: 125px;
}
.navbar ul.menu_bar li.nav-purple a.nav-link:hover::before{
    opacity: 1;
}
.navbar ul.menu_bar li.nav-purple a.nav-link::before{
    background-image: url(images/purple_menubg.png);
    opacity: 0;
    transition: .25s;
}
.navbar ul.menu_bar li.nav-yellow a.nav-link::before{
    width: 212px;
}
.navbar ul.menu_bar li.nav-yellow a.nav-link:hover::before{
    opacity: 1;
}
.navbar ul.menu_bar li.nav-yellow a.nav-link::before{
    background-image: url(images/yellow_menubg.png);
    opacity: 0;
    transition: .25s;
}
.navbar ul.menu_bar li.nav-blue a.nav-link::before{
    width: 205px;
}
.navbar ul.menu_bar li.nav-blue a.nav-link:hover::before{
    opacity: 1;
}
.navbar ul.menu_bar li.nav-blue a.nav-link::before{
    background-image: url(images/blue_menubg.png);
    opacity: 0;
    transition: .25s;
}
.navbar ul.menu_bar li.nav-black a.nav-link::before{
    width: 136px;
}
.navbar ul.menu_bar li.nav-black a.nav-link:hover::before{
    opacity: 1;
}
.navbar ul.menu_bar li.nav-black a.nav-link::before{
    background-image: url(images/black_menubg.png);
    opacity: 0;
    transition: .25s;
}


.navbar ul.menu_bar li.nav-article a.nav-link::before{
    width: 125px;
}
.navbar ul.menu_bar li.nav-article a.nav-link:hover::before{
    opacity: 1;
}
.navbar ul.menu_bar li.nav-article a.nav-link::before{
    background-image: url(images/articles_bg.png);
    opacity: 0;
    transition: .25s;
}





.navbar ul.menu_bar li:first-child a{
    margin-left: 0px;
}
.navbar ul.menu_bar li:last-child a{
    margin-right: 0px;
}

/**navbar css ends**/






/**banner_sec css starts**/
.banner_sec .Banner_pic{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 723px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
/*    overflow: hidden;*/
}
/*
.banner_sec .Banner_pic .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 48px;
    left: 0px;
    background-color: rgba(0,0,0,0.2);
}
*/
.banner_sec .Banner_pic .trash_bg{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    top: 48px;
    z-index: 4;
}
.banner_sec.innerpage .Banner_pic .trash_bg{
    top: 0px;
}
.banner_sec .Banner_pic .trash_bg img{
    width: 100%;
}
.owl-theme.bannersection .owl-dots{
    display: none;
}

/**banner_sec css ends**/


/**innerpage banner_sec css starts**/
.banner_sec.innerpage .Banner_pic{
    height: 600px;
    display: block;
}
.banner_sec.innerpage .Banner_pic .red_bg{
    background-image: url(images/banner_redshape.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 640px;
    background-size: contain;
    z-index: 3;
    position: absolute;
    top: 0;
    left: -100px;
    width: 730px;
}
.banner_sec.innerpage .Banner_pic .col-lg-12 .yellow_bg {
    background-image: url(images/banner_yellowshape_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 640px;
    background-size: contain;
    z-index: 3;
    position: absolute;
    top: 0;
    left: -100px;
    width: 730px;
}
.banner_sec.innerpage .Banner_pic .red_bg .col-lg-12{
    display: flex;
    align-items: center;
}
.banner_sec.innerpage .Banner_pic .col-lg-12{
    display: flex;
    padding-top: 90px;
    position: relative;
}
.banner_sec.innerpage .banner_txt {
    position: relative;
    z-index: 4;
}
.banner_sec.innerpage .banner_txt h2{
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    max-width: 320px;
    margin-bottom: 20px;
}
.banner_sec.innerpage .banner_txt p{
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    max-width: 500px;
}
.banner_sec.innerpage .banner_txt p.black{
    color: #000;
}
.banner_sec.innerpage .banner_txt a.banner_btn{
    font-size: 14px;
    color: #091c43;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fff;
    border-radius: 8px;
    width: 223px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}
.banner_sec.innerpage .banner_txt a.banner_btn img{
    width: 18px;
    margin-left: 15px;
}



/**prestation_sec css starts**/
.prestation_sec{
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative;
}
.prestation_sec{
    background-image: url(images/prestation_tashbg.png);
    background-size: cover;
    width: 100%;
    height: 100%;
}
.prestation_sec .text{
    padding-bottom: 40px;
    text-align: center;
}
.prestation_sec .text p{
    font-size: 16px;
    font-weight: 400;
    color: #091c43;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.prestation_sec .heading{
    text-align: center;
}
.prestation_sec .heading h2{
    font-size: 32px;
    font-weight: 700;
    color: #091c43;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.prestation_sec a.box{
    margin-bottom: 40px;
    text-decoration: none;
    display: block;
}
.prestation_sec a.box .ellipse{
    width: 372px;
    height: 391px;
    border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
}
.prestation_sec a.box .ellipse img{
    height: 100%;
}
.prestation_sec a.box .cont{
    text-align: center;
}
.prestation_sec a.box .cont h5{
    position: relative;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    z-index: 3;
    padding-top: 2px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 44px;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
}
.prestation_sec a.box.green .cont h5{
    background-image: url(images/green_box_titlebg.png);    
}
.prestation_sec a.box.red .cont h5{
    background-image: url(images/red_box_titlebg.png);   
}
.prestation_sec a.box.maroon .cont h5{
    background-image: url(images/maroon_box_titlebg.png);   
}
.prestation_sec a.box.purple .cont h5{
    background-image: url(images/purple_box_titlebg.png);  
}
.prestation_sec a.box.yellow .cont h5{
    background-image: url(images/yellow_box_titlebg.png);  
}
.prestation_sec a.box.blue .cont h5{
    background-image: url(images/blue_box_titlebg.png);  
}
.prestation_sec a.box .cont p{
    font-size: 14px;
    color: #091c43;
    font-weight: 400;
    line-height: 20px;
    max-width: 435px;
    margin-left: auto;
    margin-right: auto;
}

/**prestation_sec css ends**/



/**vos_avois_sec css starts**/
.vos_avois_sec{
    background-image: url(images/avois_banner_pic.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 626px;
    background-position: center center;
    position: relative;
}
.vos_avois_sec img.wave_bg{
    position: absolute;
    width: 100%;
    top: -1px;
    left: 0px;
}
.vos_avois_sec .testimonial_sec{
    width: 550px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -65px;
    background-image: url(images/testimonial_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 490px;
    padding: 85px 20px 20px 20px
}
.vos_avois_sec .testimonial_sec .heading{
    text-align: center;
    padding-bottom: 15px;
}
.vos_avois_sec .testimonial_sec .heading h2{
    font-size: 32px;
    font-weight: 700;
    color: #091c43;
}
.vos_avois_sec .testimonial_sec .box{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 25px;
}
.vos_avois_sec .testimonial_sec .box h5{
    font-size: 17px;
    font-weight: 800;
    color: #091c43;
    margin-bottom: 25px;
}
.vos_avois_sec .testimonial_sec .box p{
    font-size: 13px;
    font-weight: 500;
    color: #091c43;
    line-height: 20px;
}
.owl-theme.testimonial_slider .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
}
.owl-theme.testimonial_slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background: #ced2d9;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-theme.testimonial_slider .owl-dots .owl-dot.active span {
    background: #091c43;
}
.owl-carousel.testimonial_slider .owl-nav.disabled {
    display: block;
}
.owl-carousel.testimonial_slider button.owl-next{
    width: 78px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 65px;
    right: -70px;
    border-radius: 0px;
    transition: .25s;
    background-image: url(images/next_btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.owl-carousel.testimonial_slider button.owl-prev{
    width: 78px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 65px;
    left: -70px;
    border-radius: 0px;
    transition: .25s;
    background-image: url(images/prev_btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.owl-carousel.testimonial_slider button.owl-next:hover{
    background-color: transparent!important;
    color: #000;
    background-image: url(images/next_btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.owl-carousel.testimonial_slider button.owl-prev:hover{
    background-color: transparent!important;
    color: #000;
    background-image: url(images/prev_btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.owl-carousel.testimonial_slider button.owl-next span{
    font-size: 40px;
    padding-bottom: 6px;
    filter: invert(1);
}
.owl-carousel.testimonial_slider button.owl-prev span{
    font-size: 40px;
    padding-bottom: 6px;
    filter: invert(1);
}
/**vos_avois_sec css ends**/




/**contact_sec css starts**/
.contact_sec{
    padding-top: 130px;
    padding-bottom: 180px;
}
.contact_sec .content{
    text-align: center;
}
.contact_sec .content h2{
    font-size: 33px;
    font-family: 'Oliver';
    font-weight: normal;
    color: #091c43;
}
.contact_sec .content h3{
    font-size: 23px;
    font-weight: 400;
    color: #091c43;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.contact_sec .button{
    padding-top: 20px;
}
.contact_sec .button a{
    text-decoration: none;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    background-image: url(images/btn_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

/**contact_sec css ends**/





/**footer_sec css starts**/
.footer_sec {
    background-color: #e40a1d;
    padding-top: 240px;
    padding-bottom: 115px;
    margin-bottom: -80px;
    position: relative;
}
.footer_sec a.footer_logo{
  background-color: rgb( 255, 255, 255 );
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 705px;
  height: 380px;
  border-radius: 50%;
  top: -185px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_sec a.footer_logo img{
    width: 375px;
}
.footer_sec .box{
    text-align: center;
}
.footer_sec .box .icon{
    margin-bottom: 6px;
}
.footer_sec .box .txt{
    text-align: center;
}
.footer_sec .box .txt h6{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.footer_sec .box .txt p{
    font-size: 13px;
    color: #fff;
    font-weight: 400;  
}
.footer_sec .box .txt p.address{
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}
.footer_sec .box .txt p a{
    text-decoration: none;
    color: #fff;
    transition: .25s;
    font-weight: 500;
}
.footer_sec .box .txt p a:hover{
    color: #000;
}
.footer_sec .box .txt p a.phn{
    font-size: 24px;
    font-weight: 600;
}
.footer_sec .box .txt ul{
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
}
.footer_sec .box .txt ul li:first-child a{
    margin-left: 0px;
}
.footer_sec .box .txt ul li:last-child a{
    margin-right: 0px;
}
.footer_sec .box .txt ul li a{
    margin-left: 15px;
    margin-right: 15px;
    transition: .25s;
}
.footer_sec .box .txt ul li a img.s_icon{
    width: 18px;
    transition: .25s;
}
.footer_sec .box .txt ul li a:hover img.s_icon{
    filter: invert(1);
}

/**footer_sec css ends**/




/*copyright_sec css starts*/
.copyright{
    text-align: center;
    padding-top: 19px;
    padding-bottom: 19px;
    color: #fff;
    font-size: 16px;
    background-image: url(images/copyright_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    background-position: center center;
    z-index: 9;
    position: relative;
}
.copyright .container {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright a{
    color: #fff;
    text-decoration: none;
}
.copyright a:hover{
/*    color: #008eab;*/
    text-decoration: underline;
}
.copyright .fa-heart{
    color: #ee2a22;
     -webkit-animation: breathing 3s ease-out infinite normal;
    animation: breathing 3s ease-out infinite normal;
}
.copyright p{
    margin-bottom: 0px !important;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 35px;
    
}


@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes breathing {
  0% {
   -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/*copyright_sec css ends*/


.yellow_bg .row {
    height: 640px;
    width: 100%;
    max-width: 100%;
}



.formules_sec{
    padding-top: 90px;
    background-image: url(images/prestation_tashbg.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    padding-bottom: 10px;
}
.formules_sec .row{
    justify-content: center;
}
.formules_sec ul#pills-tab {
    justify-content: center;
    box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.19);
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.19);
    padding: 12px 15px;
    border-radius: 16px;
    margin-bottom: 25px !important;
    background-color: #fff;
}
/*
.formules_sec .col-lg-12{
    max-width: 1400px;
}
*/
.formules_sec .heading{
    text-align: center;
    margin-bottom: 30px;
}
.formules_sec .heading h2{
    font-size: 32px;
    font-weight: 700;
    color: #091c43;
    text-transform: uppercase;
}
.formules_sec .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 16px;
    font-size: 20px;
    color: #091c43;
    width: 170px;
    height: 65px;
    line-height: 25px;
    transition: .25s;
    position: relative;
    margin-right: 12px;
    margin-left: 12px;
}
.formules_sec .nav-pills .nav-link::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 50px;
    background-color: #cf878d;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.formules_sec .nav-pills .nav-item .nav-link.active::before{
/*    display: none;*/
}
.formules_sec .nav-pills .nav-item:last-child .nav-link::before{
    display: none;
}
.formules_sec .nav-pills .nav-link span{
    font-weight: 800;
    text-transform: uppercase;
}
.formules_sec .nav-pills .nav-link.active{
    background-color: #e40a1d;
    color: #fff;
}


.formules_sec .tab-pane .box{
    border-radius: 30px;
    box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.05);
    padding: 30px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.formules_sec .tab-pane .box img.gift {
    position: absolute;
    right: 30px;
    top: -25px;
    width: 220px;
    display: none;
}
.formules_sec .tab-pane .box .right_side{
    width: 56%;
    max-width: 56%;
    flex: 0 0 56%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.formules_sec .tab-pane .box .left_side{
    width: 43%;
    max-width: 43%;
    flex: 0 0 43%;
    padding-left: 25px;
    padding-right: 20px;
}
.formules_sec .tab-pane .left_side h3{
    font-size: 32px;
    font-weight: 900;
    color: #091c43;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.formules_sec .tab-pane .left_side h4{
    font-size: 29px;
    font-weight: 400;
    color: #9a000d;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.formules_sec .tab-pane .left_side p {
    font-size: 13px;
    font-weight: 500;
    color: #091c43;
    max-width: 450px;
}
.formules_sec .tab-pane .right_side .circle{
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background-color: #9a000d;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}
.formules_sec .tab-pane .circle p{
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.06rem;
}
.formules_sec .tab-pane .circle h6{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.formules_sec .tab-pane .circle span.quantity{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}








.programme_sec{
    padding-top: 55px;
    background-color: rgba(154, 0, 13, 0.29);
    padding-bottom: 50px;
}
.programme_sec .heading{
    text-align: center;
}
.programme_sec .row{
    display: flex;
    justify-content: center;   
}
.programme_sec .row .program_box{
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
    border-radius: 50%;
    margin-bottom: 30px;
}
.programme_sec .program_box a.box{
    text-decoration: none;
}
.programme_sec .program_box .ellipse{
    width: 292px;
    height: 292px;
    border-radius: 50%;
    z-index: 2;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.programme_sec .program_box .ellipse img {
    height: 100%;
    border-radius: 50%;
    width: 100% !important;
    position: relative;
    top: 0px;
    right: 0 !important;
}
.heading.title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #091c43;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.heading.title p {
    font-size: 14px;
    font-weight: 400;
    color: #091c43;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.programme_sec .heading p {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}
.programme_sec .program_box .cont{
    text-align: center;
}
.programme_sec .program_box .cont h5{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    z-index: 3;
    padding-top: 2px;
    background-image: url(images/programme_box_heading_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 44px;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
    position: relative;
    margin-bottom: 12px;
}
.programme_sec .program_box .cont p{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 18px;
}






.options_sec{
    padding-top: 55px;
}
.options_sec .heading{
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.options_sec .row{
    max-width: 1280px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.options_sec .row .options_box{
    width: 33.33%;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    margin-bottom: 50px;
}
.options_sec .options_box a.box{
    text-decoration: none;
    cursor: default;
}
.options_sec .options_box a.box .ellipse{
    height: 135px;
    border-radius: 64px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.options_sec .options_box a.box .ellipse .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 64px;
}
.options_sec .options_box a.box .ellipse .overlay img{
    height: 100%;
    width: 100%;
}
.options_sec .options_box a.box .ellipse h5{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    width: 80%;
    text-align: center;
}
.contact_sec.abre_de_noel{
    padding-top: 50px;
}
.options_sec a.box .ellipse .price_sec.multiple .price:first-child{
    margin-right: 10px;
}
.options_sec a.box .ellipse .price_sec .price{
    width: 120px;
    height: 52px;
    border-radius: 24px;
    background-color: #9a000d;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -25px;
}
.options_sec a.box .ellipse .price_sec .price h6{
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
}
.options_sec a.box .ellipse .price_sec .price p{
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.options_sec a.box .ellipse .price_sec {
    display: flex;
    justify-content: center;
    align-items: center;
}


.contact_sec.abre_de_noel .content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #091c43;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
body.page-id-23 .contact_sec.abre_de_noel .content h2{
    font-size: 33px;
    font-family: 'Oliver' !important;
}





/**anniversaire page css starts**/
.formules_sec.anniversaire .col-lg-12{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
} 
.formules_sec.anniversaire .formules {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.19);
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.19);
    padding: 15px 25px;
    border-radius: 16px;
    margin-bottom: 40px !important;
    background-color: #fff;
}
.formules_sec.anniversaire .formules .box{
    display: flex;
    align-items: center;
}
.formules_sec.anniversaire .formules .box .icon{
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formules_sec.anniversaire .formules .box .icon.blue{
    background-color: #2a82ef;
}
.formules_sec.anniversaire .formules .box .icon.yellow{
    background-color: #ffae00;
}
.formules_sec.anniversaire .formules .box .icon.brown{
    background-color: #84440f;
}
.formules_sec.anniversaire .formules .box .icon.green{
    background-color: #1f8f10;
}
.formules_sec.anniversaire .formules .box .icon.orange{
    background-color: #ff7800;
}
.formules_sec.anniversaire .formules .box .icon img{
    width: 35px;
    height: auto;
}
.formules_sec.anniversaire .formules .box .txt p{
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 400;
    color: #091c43;
    text-align: left;
}
.formules_sec.anniversaire .formules .box .txt h6{
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 800;
    color: #091c43;
    text-transform: uppercase;
    text-align: left;
}
.formules_sec.anniversaire p {
    font-size: 21px;
    font-weight: 400;
    color: #091c43;
    max-width: 875px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.formules_sec.anniversaire ul#pills-tab .nav-item{
    padding: 7px 15px;
    border-radius: 15px;
    transition: .25s;
}

.formules_sec.anniversaire ul#pills-tab .nav-item.active{

}

.formules_sec.anniversaire ul#pills-tab .nav-item:hover .box .icon, .formules_sec.anniversaire ul#pills-tab .nav-item.active .box .icon{
    background-color: #FFF !important;
}

.formules_sec.anniversaire ul#pills-tab .nav-item:hover .txt h6, .formules_sec.anniversaire ul#pills-tab .nav-item.active .txt h6, .formules_sec.anniversaire ul#pills-tab .nav-item:hover .txt p, .formules_sec.anniversaire ul#pills-tab .nav-item.active .txt p{
    color: #FFF !important;
}

.formules_sec.anniversaire ul#pills-tab .nav-item.active .txt h6, .formules_sec.anniversaire ul#pills-tab .nav-item.active .txt p{
    color: #FFF !important;
}

.formules_sec.anniversaire .nav-item.catcacahuete .box .icon{
    background-color: #2a82ef;
}

.formules_sec.anniversaire .nav-item.catcacahuete:hover, .formules_sec.anniversaire .nav-item.catcacahuete.active{
    background-color: #2a82ef;    
}
.formules_sec.anniversaire .nav-item.catcacahuete:hover .box .icon img, .formules_sec.anniversaire .nav-item.catcacahuete.active .box .icon img{
    filter: invert(63%) sepia(51%) saturate(3428%) hue-rotate(202deg) brightness(105%) contrast(87%);
}



.formules_sec.anniversaire .nav-item.catpiou .box .icon{
    background-color: #ffae00;
}

.formules_sec.anniversaire .nav-item.catpiou:hover, .formules_sec.anniversaire .nav-item.catpiou.active{
    background-color: #ffae00;    
}
.formules_sec.anniversaire .nav-item.catpiou:hover .box .icon img, .formules_sec.anniversaire .nav-item.catpiou.active .box .icon img{
    filter: invert(33%) sepia(68%) saturate(2202%) hue-rotate(2deg) brightness(105%) contrast(107%);
}


.formules_sec.anniversaire .nav-item.catpanda .box .icon{
    background-color: #1f8f10;
}

.formules_sec.anniversaire .nav-item.catpanda:hover, .formules_sec.anniversaire .nav-item.catpanda.active{
    background-color: #1f8f10;    
}
.formules_sec.anniversaire .nav-item.catpanda:hover .box .icon img, .formules_sec.anniversaire .nav-item.catpanda.active .box .icon img{
    filter: invert(59%) sepia(60%) saturate(682%) hue-rotate(65deg) brightness(93%) contrast(98%);
}


.formules_sec.anniversaire .nav-item.catourson .box .icon{
    background-color: #84440f;
}

.formules_sec.anniversaire .nav-item.catourson:hover, .formules_sec.anniversaire .nav-item.catourson.active{
    background-color: #84440f;    
}
.formules_sec.anniversaire .nav-item.catourson:hover .box .icon img, .formules_sec.anniversaire .nav-item.catourson.active .box .icon img{
    filter: invert(73%) sepia(69%) saturate(794%) hue-rotate(351deg) brightness(93%) contrast(94%);
}



.formules_sec.anniversaire .nav-item.catjunior .box .icon{
    background-color: #ff7800;
}

.formules_sec.anniversaire .nav-item.catjunior:hover, .formules_sec.anniversaire .nav-item.catjunior.active{
    background-color: #ff7800;    
}
.formules_sec.anniversaire .nav-item.catjunior:hover .box .icon img, .formules_sec.anniversaire .nav-item.catjunior.active .box .icon img{
    filter: invert(54%) sepia(30%) saturate(5115%) hue-rotate(7deg) brightness(109%) contrast(106%);
}







.theme_sec{
    background-color: #f3f5c5;
    padding-top: 50px;
}
.theme_sec .heading{
    padding-bottom: 40px;
    text-align: center;
}
.theme_sec .heading.title p {
    max-width: 570px;
}
.theme_sec .row .theme_box {
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
    border-radius: 50%;
    margin-bottom: 30px;
}
.theme_sec .theme_box a.box{
    text-decoration: none;
    cursor: default;
}
.theme_sec .theme_box .ellipse{
    width: 292px;
    height: 292px;
    border-radius: 50%;
    z-index: 2;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.theme_sec .theme_box .ellipse img {
    height: 100%;
    border-radius: 50%;
    width: 100%;
}
.theme_sec .theme_box .cont{
    text-align: center;
}
.theme_sec .theme_box .cont h5{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    z-index: 3;
    padding-top: 2px;
    background-image: url(images/themebox_heading_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 44px;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
    position: relative;
    margin-bottom: 5px;
}
.theme_sec .theme_box .cont .formulas{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.theme_sec .theme_box .cont .formulas .icon{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3px;
    margin-right: 3px;
}
.theme_sec .theme_box .cont .formulas .icon:first-child{
    margin-left: 0px;
}
.theme_sec .theme_box .cont .formulas .icon:last-child{
    margin-right: 0px;
}
.theme_sec .theme_box .cont .formulas .icon.catcacahuete{
    background-color: #2a82ef;
}
.theme_sec .theme_box .cont .formulas .icon.catpiou{
    background-color: #ffae00;
}
.theme_sec .theme_box .cont .formulas .icon.catourson{
    background-color: #84440f;
}
.theme_sec .theme_box .cont .formulas .icon.catpanda{
    background-color: #1f8f10;
}
.theme_sec .theme_box .cont .formulas .icon.catjunior{
    background-color: #ff7800;
}



.theme_sec .theme_box .cont .formulas .icon img{
    width: 22px;
/*    width: 34px;*/
    height: auto;
}
.theme_sec .theme_box .cont p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 18px;
    margin-bottom: 0px;
}





.options_sec.anniversaire .row {
    max-width: 1600px;
}
.options_sec.anniversaire .row .options_box {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
    margin-bottom: 50px;
}
.options_sec.anniversaire a.box .ellipse .price_sec .price {
    background-color: #d7db37;
}



.vousavez_sec.anniversaire{
    background-color: #223d91;
    padding-top: 85px;
    padding-bottom: 55px;
}
.vousavez_sec.anniversaire .content{
    text-align: center;
}
.vousavez_sec.anniversaire .content h2{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.vousavez_sec.anniversaire .content h3{
    font-size: 23px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
.vousavez_sec.anniversaire .content .button{
    margin-top: 35px;
}
.vousavez_sec.anniversaire .content .button a {
    text-decoration: none;
    font-size: 21px;
    font-weight: 400;
    color: #223d91;
    text-transform: uppercase;
    position: relative;
    background-image: url(images/btn_bgwhite.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}




.banner_sec.innerpage.contactpage .Banner_pic {
    height: 170px;
    display: block;
}


.contactform_sec{
    padding-top: 45px;
    background-image: url(images/prestation_tashbg.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    padding-bottom: 30px;
}
.contactform_sec .row{
    display: flex;
    justify-content: space-between;
}
.contactform_sec .left_sec{
    width: 32%;
    max-width: 32%;
    flex: 0 0 32%;
    
}
.contactform_sec .left_sec .info_box {
    background-image: url(images/contact_secbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 470px;
    width: 94%;
    position: relative;
    z-index: 5;
    margin-top: -160px;
}
.contactform_sec .left_sec .info_box .txt{
    position: absolute;
    top: 55%;
    transform: translate(-50%, -50%);
    left: 50%;
    max-width: 85%;
    text-align: center;
    width: 85%;
}
.contactform_sec .left_sec .txt h4{
    font-size: 29px;
    font-weight: 700;
    color: #091c43;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.contactform_sec .left_sec .txt h6{
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #091c43;
    margin-bottom: 20px;
}
.contactform_sec .left_sec .txt ul{
    padding-left: 0px;
    list-style-type: none;
} 
.contactform_sec .left_sec .txt ul li{
    padding: 5px 0px;
}
.contactform_sec .left_sec .txt ul li a{
    font-size: 16px;
    font-weight: 700;
    color: #091c43;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactform_sec .left_sec .txt ul li a img.icon{
    width: 18px;
    margin-right: 7px;
    background-color: #091c43;
    padding: 4px;
    border-radius: 4px;
}


.contactform_sec .right_sec{
    width: 68%;
    max-width: 68%;
    flex: 0 0 68%;
}
 
.contactform_sec .right_sec .contactform .col-lg-4,.col-lg-2,.col-lg-8{
    padding-left: 7px;
    padding-right: 7px;
}
.contactform_sec .right_sec .formbold-form-label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #091c43;
    margin-bottom: 7px;
}
.contactform_sec .right_sec .formbold {
    margin-bottom: 16px;
}
.contactform_sec .right_sec .formbold input.formbold-form-input {
    width: 100%;
    height: 45px;
    border-radius: 14px;
    border: 1px solid #223d91;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
    color: #091c43;
}
.contactform_sec .right_sec .form-select {
    width: 100%;
    height: 45px;
    border-radius: 14px;
    border: 1px solid #223d91;
    font-size: 13px;
    color: #091c43;
}
.contactform_sec .right_sec .formbold textarea#message {
    width: 100%;
    height: 120px;
    border-radius: 14px;
    border: 1px solid #223d91;
}
.contactform_sec .right_sec .formbold.required{
    padding-top: 25px;
}
.contactform_sec .right_sec button.formbold-btn {
    background-color: #223d91;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    border: 0px;
    border-radius: 14px;
    height: 45px;
    line-height: 38px;
    transition: .25s;
}
.contactform_sec .right_sec .button{
    margin-top: 55px;
}
.contactform_sec .right_sec .formbold input.formbold-form-input:focus-visible{
    border: 1px solid #223d91 !important;
}
.contactform_sec .right_sec .formbold input.formbold-form-input:focus{
    border: 1px solid #223d91 !important;
}





/*sticky menu css*/
#navbar.sticky .navbar{
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 99999;
    left: 0px;
    background-color: #FFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    animation-name: stickytopani;
    animation-duration: .5s; 
    animation-timing-function: ease-out; 
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: once;
    animation-fill-mode: none;
    animation-play-state: running;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar.sticky::before{
    display: none;
}
.navbar.sticky .logo{
    width: 105px;
    padding-top: 0px;
    height: auto;
}
.navbar.sticky .nav_menu{
}

.header_nav.sticky .right_side{
    
}
.header_nav.sticky .smenu{
    top: 10px;
    height: 80px;
}
.header_nav.sticky .right_side ul{
    padding-top: 0px;
}

.header_nav.sticky .nav_menu ul li:last-child{
    
}

.header_nav.sticky .nav_menu ul li a.active::before{
    display: none;
}

@keyframes stickytopani {
  0% {
    top: -150px;
  }
  /*50% {
     top: 50px;
  }*/
  100% {
    top: 0px;
  }
}
    
    
    
    
/*Mobile Menu*/


/**respomsive_menu_starts**/
.smenu {
    position: absolute;
    top: -45px;
    right: 30px;
    height: 40px;
    width: 55px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    z-index: 9999;
    background-color: transparent;
    color: #000 !important;
    display: none;
}

#navbar.sticky .smenu{
    top: 5px;
}



.smenu span{
    position: absolute;
    height: 1px;
    width: 40px;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s;
    border-radius: 5px;
}
.smenu span:before {
    content: '';
    position: absolute;
    top: -8px;
    background-color: #000;
    height: 1px;
    width: 30px;
    transition: 0.3s;
    border-radius: 5px;
    left: 10px;
}
.smenu span:after {
    content: '';
    position: absolute;
    top: 8px;
    background-color: #000;
    height: 1px;
    width: 20px;
    transition: 0.3s;
    border-radius: 5px;
    left: 20px;
}

.smenu.active span { background-color: transparent; }
.smenu.active span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.smenu.active span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }


/*
.navbar-menu .smenu.active span { background-color: transparent; }
.navbar-menu .smenu span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.navbar-menu .smenu span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }
.navbar-menu .smenu span { background-color: transparent; }
.navbar-menu .smenu.active span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.navbar-menu .smenu.active span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }*/


/ End /
.navbar-menu .menu-listing{
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.navbar-menu .menu-listing ul{
    margin: 0px;
    padding: 0px;
}
.menu-listing li { 
/*    display: inline-block;*/
    display: block;
}
.menu-listing li a {
    background-color: #fff;
    color: #262626;
    display: block;
    font-size: 16px;
    padding: 12px 20px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.5s;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
/*.menu-listing li a:hover { background-color: #262626;color: #fff;transition: 0.5s; }*/

.navbar-menu .menu-listing ul li ul.sub-menu{
    background-color: #f0e9e9;
    border-top: 2px #1f265c solid;
    position: relative;
    display: none;
}

.navbar-menu .menu-listing ul li:hover ul{
    display: block;
}

.navbar-menu .menu-listing ul ul.sub-menu:before{
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: '';
  border-bottom: 10px solid black;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}


.navbar-menu .menu-listing ul ul.sub-menu a{
    background-color: #eceef9;
    font-size: 1rem;
    font-weight: 700;
    border-bottom: 1px #1f265c dashed;
}
.navbar-menu .menu-listing ul ul.sub-menu a:hover{
    color: #1f265c;
}
.navbar{
    z-index: 99999;
}


.navbar-menu {
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    transform: translateX(-100%);
    transition: 0.5s;
    bottom: 0px;
    z-index: 99;
    padding-top: 110px;
    height: 100vh;
    z-index: 9999;
}


.navbar-menu.active {
    transform: translateX(0);
    transition: 0.5s;
    z-index: 99;
}
.navbar-menu .menu-listing {
    padding: 0;
    position: relative; 
    text-align: center; 
    top: 50px;
    /*transform: translateY(-50%);*/
    z-index: 99;
}

.navbar-menu .smenu{
 background-image: none !important;
}


/**menu ends**/



.formules_sec.anniversaire .nav-link{
    background-color: transparent;
    padding: 0px;
    border: 0px;
}

.formules_sec.anniversaire .tab-pane .box{
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
}
.formules_sec.anniversaire ul#pills-tab{
    margin-bottom: 40px !important;
    padding: 15px 25px;
}





/**new css**/
.formules_sec.abre .tab-pane .box{
    margin-bottom: 45px;
}
.programme_sec .heading {
    padding-bottom: 1px;
}
.programme_sec .program_box a.box{
    display: block;
    background-color: transparent;
    box-shadow: none;
    padding: 0px !important;
    margin-bottom: 0px !important;
    cursor: default;
}

.options_sec.abre .options_box a.box{
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
    display: block;
    overflow: visible;
    margin-bottom: 0px;
    cursor: default;
}


.formules_sec.abre .tab-pane .right_side .circle:last-child{
    margin-right: 0px;
}
.formules_sec.anniversaire{
    padding-bottom: 12px;
}



.page-pere-noel-a-domicile{

}



.page-pere-noel-a-domicile .banner_sec.innerpage .Banner_pic .yellow_bg{
    background-image: url(images/banner_redshape_pnd.png);
}

.page-pere-noel-a-domicile .theme_sec{
    background-color: #FBD9D3;
}



.page-mariage-bapteme-fetes-de-famille .banner_sec.innerpage .Banner_pic .yellow_bg{
     background-image: url(images/banner_purple_shape_bg.png);
}


.page-mariage-bapteme-fetes-de-famille .theme_sec{
    background-color: #F4E3FF;
}




.page-autres-evenements .banner_sec.innerpage .Banner_pic .yellow_bg{
     background-image: url(images/banner_orange_shape_bg.png);
}

.page-autres-evenements .theme_sec{
    background-color: #fff1b5;
}



.page-artistes-a-la-carte .banner_sec.innerpage .Banner_pic .yellow_bg{
     background-image: url(images/banner_blue_shape_bg.png);
}

.page-artistes-a-la-carte .theme_sec{
    background-color: #d0d8f0;
}


.innerpage_container {
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.innerpage_container::after {
    position: absolute;
    content: '';
    background-image: url(images/banner_trashbg.png);
    background-size: contain;
    height: 40px;
    top: 48px;
    left: 0;
    width: 100%;
    background-repeat: repeat-x;
}


#SiteMap{
  margin: 0px;
  padding: 10px 20px;
  list-style: none !important;
  line-height: normal;
}

#SiteMap li{
  margin-left: 0px;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  list-style: none;
  line-height: normal;
}
#SiteMap li a{
  font-weight: 600;
  padding:12px 5px;
  color: #000;
  position: relative;
  line-height: normal;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}

#SiteMap li a:hover{
  color: #666;
}
#SiteMap li:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 10px;
    content: "\f105";
    line-height: normal;
    background-color: transparent;
}
#SiteMap li a:hover{
    text-decoration: none;
    color: #ef7e00;
}


/**piou_container css starts**/
.piou_container {
    width: 100%;
    max-width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
}
.piou_container a.piou_box{
    width: 320px;
    height: 335px;
    border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
    margin-left: auto;
    margin-right: auto;
    /* justify-content: center;
    display: flex;
    align-items: center; */
    z-index: 2;
    position: relative;
    border-width: 1px;
    border-color: rgb( 215, 219, 55 );
   border-style: solid;
   background-color: rgb( 255, 255, 255 );
   text-align: center;
   display: block;
   text-decoration: none;
}
.piou_box .num{
    width: 90px;
    height: 90px;
    background-color: #d7db37;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
}
.piou_box .num h2{
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0px;
}
.piou_box .cont {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}
.piou_box .cont h6{
    font-size: 19px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.piou_box .cont p{
    font-size: 13px;
    font-weight: 500;
    color: #000;
}
.piou_box .price_box {
    background-color: #b0b40f;
    border-radius: 26px;
    display: inline-block;
    width: 175px;
    height: 55px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}
.piou_box .t_sec span {
    font-size: 25px;
    color: #fff;
    font-weight: 900;
    padding-right: 10px;
    padding-left: 10px;
}
.piou_box .t_sec span.price {
    position: relative;
    text-transform: uppercase;
}
.piou_box .t_sec span.price::before {
    position: absolute;
    content: '';
    width: 2px;
    background-color: #fff;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    left: -3px;
}
.piou_box .price_box h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin-top: -4px;
}
.formules_sec.anniversaire .row{
    padding-bottom: 10px;
}

.piou_box_popup{
    background: rgba(176, 180, 15, 0.41);
}

.piou_box_popup .modal-dialog-scrollable{
    max-width: 1180px;
}

.popup_container {
   /* max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f4f4f4;
    border-radius: 34px;*/
}

.piou_box_popup .modal-content{
    background-color: #f4f4f4;
    border-radius: 34px;
     padding: 35px;
     border: 0px;
}


.popup_container .row.popup_box{   
    display: flex;
    justify-content: space-between;
}
.popup_container .left_side{
    width: 54%;
    max-width: 54%;
    flex: 0 0 54%;
    padding-left: 22px;
}
.popup_container .right_side {
    width: 45%;
    max-width: 45%;
    flex: 0 0 45%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 35px;
}
.popup_container .right_side .box {
    width: 48%;
    max-width: 48%;
    flex: 0 0 48%;
    background-color: #d7db37;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 105px;
}
.popup_container .right_side .box p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.popup_container .left_side .heading_part{
    margin-bottom: 25px;
}
.popup_container .left_side .num {
    width: 90px;
    height: 90px;
    background-color: #d7db37;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 25px;
}
.popup_container .left_side .num h2 {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0px;
}
.popup_container .left_side .title{
    margin-left: 115px;
}
.popup_container .left_side .title h4{
    font-size: 22px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.popup_container .left_side .title .price_box {
    background-color: #b0b40f;
    border-radius: 26px;
    display: inline-block;
    width: 175px;
    height: 55px;
    text-align: center;
}
.popup_container .left_side .title .t_sec span {
    font-size: 25px;
    color: #fff;
    font-weight: 900;
    padding-right: 10px;
    padding-left: 10px;
}
.popup_container .left_side .title .t_sec span.time {
    position: relative;
    text-transform: uppercase;
}
.popup_container .left_side .title .t_sec span.time::before {
    position: absolute;
    content: '';
    width: 2px;
    background-color: #fff;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    right: -3px;
}
.popup_container .left_side .title .price_box h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin-top: -4px;
}
.popup_container .left_side .txt p {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    line-height: 19px;
}



.formules-items{
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.formules-item{
    margin-bottom: 30px;
}

.formules-item-left{
    width: 420px;
    max-width: 420px;
}

.formules-item-left h3{
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.formules-time-price{
    background-color: #c60415;
    color: #FFF;
    font-size: 27px;
    font-weight: 900;
    text-align: center;
    border-radius: 26px;
    line-height: 25px;
    padding-top: 5px;
     padding-bottom: 5px;
}

.formules-time-price span{
    display: block;
}
.formules-time-price small{
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.formules_sec.anniversaire .formules-item-left{
   /* padding-top: 25px;
    padding-bottom: 25px;*/
}
.formules_sec.anniversaire .formules-item-left p.formules-item-left-para{
    font-size: 14px;
    text-align: left;
    color: #000;
    padding-top: 30px;
}

.formules-item-right{
    padding-left: 50px;
}
.formules-item-right{
    flex-wrap: wrap;
    padding-top: 40px;
    display: flex;
}

.formules-item-box {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.formules-item-box-cont{
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e40a1d;
    text-align: center;
    color: #FFF;
    padding: 20px;
    border-radius: 25px;
}











.page-artistes-a-la-carte .formules_sec.anniversaire ul#pills-tab{
    display: none;
}
.page-autres-evenements .formules_sec.anniversaire ul#pills-tab{
    display: none;
}
.page-mariage-bapteme-fetes-de-famille .formules_sec.anniversaire ul#pills-tab{
    display: none;
}
.formules_sec.abre {
    background-image: none !important;
}
p.options_box_btmpara {
    text-align: center;
    padding-top: 8px;
    font-size: 15px;
    font-weight: 500;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.popup_container .right_side .box {
    margin-bottom: 20px;
}

.page-artistes-a-la-carte .formules_sec.anniversaire{
    display: none;
}







.formules_sec.anniversaire .newformules_sec{
    text-align: center;
}
.formules_sec.anniversaire .newformules_sec h2{
    font-size: 25px;
    font-weight: 700;
    color: #091c43;
    text-transform: uppercase;
}
.formules_sec.anniversaire .newformules_sec h6{
    font-size: 18px;
}
.formules_sec.anniversaire .newformules_sec .col-lg-12{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.formules_sec.anniversaire .newformules_sec .col-lg-12 .f_box{
    width: 250px;
    max-width: 250px;
    flex: 0 0 250px;
    background-color: #794796;
    border-radius: 20px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 12px 10px;
}
.formules_sec.anniversaire .newformules_sec .col-lg-12 .f_box h5{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.formules_sec.anniversaire .newformules_sec .col-lg-12 .f_box h5 span{
    font-weight: 700;
}
.formules_sec.anniversaire .newformules_sec .col-lg-12 .f_box p.price{
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.06rem;
    line-height: 35px;
}
.formules_sec.anniversaire .newformules_sec .col-lg-12 .f_box span.duration{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
}
.formules_sec.anniversaire .newformules_sec .col-lg-12 .f_box:first-child{
    margin-left: 0px;
}
.formules_sec.anniversaire .newformules_sec .col-lg-12 .f_box:last-child{
    margin-right: 0px;
}



.video-wrapper {
  border: 0px solid #000;
  width: 100%;
  height: 660px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-wrapper video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

}



.page-autres-evenements .newformules_sec .col-lg-12 .f_box{
    background-color: #FFCF02 !important;
}


.page-autres-evenements .newformules_sec{
    padding-bottom: 60px;
}







nav.navbar.navbar-expand-lg .container {
    justify-content: center;
}
.contactform_sec .right_sec h4 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: center;
}
.contactform_sec .right_sec h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.contactform_sec .right_sec h6{
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}




.page-artistes-a-la-carte .contact_sec.abre_de_noel .content h2{
    font-family: 'Oliver' !important;
    font-size: 33px !important;
}



.mlogo{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 200px;
    height: auto;
    padding: 20px 40px 25px 20px;
    background: #FFF;
    border-radius: 0 0 100px 0;
    display: none;
}
.mlogo img{
    width: 100%;
    height: auto;
}
#navbar.sticky .mlogo{
    display: block;
}





/*actus inner page css starts*/

.bottom-sec {
    padding-top: 135px;
    padding-bottom: 70px;
    position: relative;
}
.bottom-sec::after {
    position: absolute;
    content: '';
    background-image: url(images/banner_trashbg.png);
    background-size: contain;
    height: 40px;
    top: 48px;
    left: 0;
    width: 100%;
    background-repeat: repeat-x;
}



.bottom-sec .left-sec{
   padding-right: 40px; 
}
.bottom-sec .left-pic{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 460px;
    border-radius: 40px;
}

.bottom-sec .right-sec .heading h4{
    font-size: 36px;
    font-weight: 700;
    color: #18397c;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.bottom-sec p{
    font-size: 13px;
    font-weight: 500;
    color: #000;
}


/*articles inner page css starts*/

.articles-bottom{
    margin-top: 135px; 
    position: relative;
}
.articles-bottom::after {
    position: absolute;
    content: '';
    background-image: url(images/banner_trashbg.png);
    background-size: contain;
    height: 34px;
    top: -88px;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
}
.articles-bottom .container{
    position: relative;
}
.articles-bottom .container::before {
    position: absolute;
    content: '';
    background-image: url(images/articles_banner_bg.png);
    background-size: 730px;
    height: 640px;
    background-position: top left;
    top: -92px;
    left: -100px;
    width: 730px;
    z-index: -1;
    background-repeat: no-repeat;
}
.articles-bottom .heading {
    margin-bottom: 40px;
}
.articles-bottom .heading h4 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.articles-bottom .col-lg-4{
    margin-bottom: 30px;
}

.articles-bottom a.box{
    border-radius: 40px;
    height: auto;
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.13);
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    background-color: #fff;
}

.articles-bottom .pic{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    border-top-left-radius: 40px; 
    border-bottom-left-radius: 40px;
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
    margin-right: 35px;
}

.articles-bottom .box .text .heading h6{
   font-size: 17px;
    font-weight: 700;
    color: #18397c;
    text-transform: uppercase;
    
}
.articles-bottom .box .text{
    width: 50%;
    max-width: 50%;
    padding: 20px  20px 30px 0px;
}
.articles-bottom .box .text .heading{
    margin-bottom: 25px;
}
.articles-bottom .box .text p{
    font-size: 13px;
    font-weight: 500;
    color: #000;
    max-width: 95%;
    width: 95%;
}
.articles-bottom .box .text .button {
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: #18397c;
    display: flex;
    align-items: center;
    margin-top: 10px;
    border: 0;
    background-color: transparent;
    padding-left: 0px;
}
.articles-bottom .box .text .button img{
    width: 18px;
    height: auto;
    margin-left: 12px;
    margin-top: 1px;
    
}

.pagination {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pagination a.page-numbers {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #18397c;
    color: #fff;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
}
.pagination span.page-numbers.current {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    color: #18397c;
    border: 2px solid #18397c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-left: 5px;
    margin-right: 5px;
}
.pagination a.next.page-numbers {
    width: 85px;
    height: 36px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.pagination a.prev.page-numbers {
    width: 120px;
    height: 36px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}





.page-id-593 .pagetitle{
    display: none;
}

.page-id-593 .site-main{
    min-height: 300px;
}






