/*
Theme Name:     DFD Ronneby Child Theme
Theme URI: 		http://rnbtheme.com/
Description:    ronneby - Highly Functional Multifaceted WP Theme
Author:         DFD
Author URI:		http://rnbtheme.com/
Template:       dfd-ronneby
Version:        1.0.0
*/


/*********************************************
GLOBAL
**********************************************/

.cachee{
	display: none;
}





/*** HEADER **************************/


/*** HEADING **************************/



/*********************************************
EFFETS
**********************************************/


/*APPARITION DEFILEMENT*/

.from-right,
.from-left {
    opacity: 0;
    transition: transform 1s ease-in-out, opacity 0.5s ease-in-out;
}
.from-right {
    transform: translate(0,-30px);
}
.from-left {
    transform: translate(0,-30px);
}


/*HOVER LINE*/

.c-btn {
  color: #000;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 40px;
  height: 100%;
}
.c-btn:after {
  content: '';
  display: block;
  position: absolute;
}
.c-btn:before {
  content: '';
  display: block;
  position: absolute;
}
.c-btn--line:after {
    transform-origin: right;
    transform: scaleX(0);
    bottom: 5px;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.c-btn--line:hover:after {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}


/*** FIN EFFETS *******************************/









/*********************************************
SECTIONS LANDING
**********************************************/



ul.bai-nav-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    font-family: 'Cormorant garamond';
    margin: 8px 0;
}

ul.bai-nav-list li a {
    font-family: 'Cormorant garamond' !important;
    font-size: 1.8em;
    font-weight: 600;
}

.bai-cartouche-wrap {
    /* margin-top: 25px; */
    margin: 30px auto;
    width: 50%;
    text-align: center;
}


.bai-cartouche-wrap h1 {
    margin: 0;
    font-size: 3em;
}

.bai-cartouche-wrap em {
    font-size: 1.6em;
    font-family: 'Cormorant garamond';
    font-weight: 400;
    color: #000;
    margin: 5px 0;
    display: block;
}

.bai-cartouche-wrap p {
    font-size: 1.2em;
    margin-top: 15px;
}


/*.wpb-content-wrapper {
    width: 100vh!important;
}*/


@media (min-width: 1200px) {
    .wpb-content--blank .wpb-content-wrapper {
         max-width: 100vh!important; 
    }
}

/*** FOOTER **************************/

.bai-title-wrap {
    margin: 20px 0;
}

/* Conteneur de la galerie */
.bai-photo-wrap {
    position: relative;
    margin: -5px;
}

/* Chaque vignette */
.bai-item {
    position: relative;
    width: 33.333%;
    padding: 5px;
    box-sizing: border-box;
}

/* Image responsive */
.bai-item img {
    display: block;
    width: 100%;
    height: auto;
}

/* Responsive tablette */
@media (max-width: 1024px) {
    .bai-item {
        width: 50%;
    }
}

/* Responsive mobile */
@media (max-width: 640px) {
    .bai-item {
        width: 100%;
    }
}


button:not([class^="tribe-events-calendar-"]) {
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    height: 45px;
    padding-left: 80px;
    padding-right: 40px;
    background: transparent !important;
    border: none;
}

/*********************************************
RESPONSIVE
**********************************************/

@media screen and (max-width: 1000px){

.bai-cartouche-wrap {
    width: 100%;
    text-align: center;
}


ul.bai-nav-list li {
        text-align: center !important;
        font-size: 1em !important;
        line-height: 2.5em !important;
    }

ul.bai-nav-list {
    display: flex!important;
    flex-direction: column!important;
    justify-content: center!important;
}


}



@media screen and (max-width: 576px){


ul.bai-nav-list li {
        text-align: center !important;
        font-size: 1em !important;
        line-height: 2.5em !important;
    }


ul.bai-nav-list {
    display: flex!important;
    flex-direction: column!important;
    justify-content: center!important;
}


}



























