/*
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 **************************/

h1, h2, h3, h4, h5, h6{
    font-family: 'barlow'!important;
}

p {
    font-size: 0.7em;
    line-height: 1.5em!important;
}


h3.bea-mid-titre {
    font-family: 'barlow';
    font-weight: 100;
    text-transform: uppercase;
    font-size: 3.4em;
    letter-spacing: 0px;
}

h5.bea-mid-ss-titre {
    font-weight: bolder;
    text-transform: inherit;
    letter-spacing: 0;
    color: #FFC000;
    font-size: 1.2em;
}

.bea-title-line:after {
    content: '';
    border-bottom: 3px solid #FFC000;
    width: 100%;
    position: absolute;
    height: 1em;
    margin-left: 15px;
}

h3.bea-title-line {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 2em;
}

h1.bea-titre {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 2.3em;
    margin: 0 auto;
}

h5.bea-ss-titre {
    color: #FFC000;
    margin-bottom: 50px;
    font-size: 1.25em;
    text-transform: none;
}

.bea-intro-parag-wrap p {
    text-align: justify;
    font-size: 0.75em;
    line-height: 1.5em;
}

.bea-col-filters-wrap {
    margin-bottom: 50px;
    display: flex;
    margin-top: 50px;
}

a.bea-filter-item {
    margin-right: 20px;
    border: 2px solid #FFC000;
    padding: 4px 15px;
    transition-duration: 400ms;
}

.bea-collab-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.collab-item {
    width: 19%;
    transition-duration: 400ms;
}

.collab-item:hover {
    transform: scale(1.05);
}

.bea-team-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

h5.bea-team-title {
    color: #272727;
    font-size: 0.9em;
    margin: 0;
    line-height: 1.2em;
}

span.bea-team-poste {
    color: #FFC000;
    font-weight: 600;
    font-size: 0.7em;
}

h6 {
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 24px;
}


/*********************************************
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 *******************************/




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


/*** TEXTES **************************/



.bea-title-line-wrap {
    margin: 100px 0;
}


.bea-home-actu-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

a.bea-actu-wrap-item {
    width: 32%;
    transition-duration: 400ms;
}

h5.bea-actu-titre {
    font-size: 1em;
    letter-spacing: 0;
    color: #272727;
    margin: 0;
    line-height: 1em;
}


span.bea-actu-categorie {
    font-family: 'barlow';
    font-weight: 700;
    color: #FFC000;
}

a.bea-actu-wrap-item:hover {
    transform: scale(1.05);
}


.aec-item {
    width: 24%;
    transition-duration: 400ms;
}

.about-author, section#respond, .breadcrumbs.simple {
    display: none!important;
}

h1.page-title {
    font-family: 'Barlow';
    color: #fff!important;
}


.bea-link-footer {
    color: #ffc000!important;
    transition-duration: 400ms;
}

.bea-link-footer:hover {
    color: #fff!important;
}

a.bea-actu-wrap-item img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

/*********************************************
CONTACT
**********************************************/



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

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

.dfd-heading-module-wrap * {
    max-width: 100%;
    font-size: 0.8em;
    line-height: 0em;
}

a.bea-actu-wrap-item {
    width: 100%;
    transition-duration: 400ms;
    margin-bottom: 30px;
}

h1.bea-titre {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 2.3em;
    margin: 0 auto;
    line-height: 1em;
    margin-bottom: 23px;
}

.collab-item {
    width: 100%;
    margin-bottom: 30px;
    transition-duration: 400ms;
}

.mon-shop-filtre.gdj21-filters-wrap {
    display: flex;
    flex-direction: column;
}

a.bea-filter-item {
    margin-right: 20px;
    border: 2px solid #FFC000;
    padding: 4px 15px;
    transition-duration: 400ms;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}


.aec-item {
    width: 100%;
    transition-duration: 400ms;
}

a.aec-item img {
    width: 100%;
}
















}
