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


a.mar-cta {
    font-family: 'Karla';
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #707070;
    padding: 6px 0px;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 0.75em;
    width: 150px;
    transition-duration: 500ms;
}

a.mar-cta:hover {
    background-color: #000;
    color: #fff;
}

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

.nav-menu .mega-menu-item .item-title {
    font-size: 15px!important;
    font-style: normal!important;
    font-family: "Oswald"!important;
    font-weight: 300!important;
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
    height: 30px!important;
    line-height: 30px!important;
}

.nav-menu .mega-menu-item .item-title {
    padding: 0 7px!important;

}



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

.mar-title-wrap span {
    font-family: 'Karla';
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.4em;
    letter-spacing: 0px;
    color: #BFBFBF;
}


.mar-title-wrap h2 {
    letter-spacing: 0;
    font-size: 4em;
}


h2.mar-h2 {
    letter-spacing: 0;
    font-size: 2.5em;
}



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


.mar-footer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.mar-footer-item h5 {
    text-transform: initial;
    letter-spacing: 0;
    font-size: 1.68em;
}

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


.mar-home-about p {
    font-family: 'Karla';
    font-size: 1.07em;
    font-weight: 100!important;
}





/*********************************************
    HOME
**********************************************/


.mar-home-about {
    text-align: center;
}

.mar-home-about img {
    margin: 50px auto 50px auto;
    width: 600px;
}

/*** FOCUS ACTUS HOME **************************/

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

a.div-actu-item {
    width: 30%;
    margin-bottom: 43px;
}


.mar-actu-item-cartouche {
    background-color: #fff;
    margin-top: -60px;
    width: 80%;
    display: inline-block;
    padding-left: 23px;
    padding-top: 15px;
}

.mar-actu-item-cartouche strong, .mar-actu-item-cartouche span, .mar-actu-item-cartouche button {
    display: block;
}

.mar-actu-item-cartouche button {
    background-color: transparent!important;
    color: #BFBFBF!important;
    text-transform: uppercase;
    font-family: 'Karla';
    /* padding: 0!important; */
    border: none;
    text-align: left!important;
    margin: 0!important;
    padding: 0!important;
    line-height: 2.9em!important;
    height: auto;
}

.mar-actu-item-cartouche strong {
    text-transform: uppercase;
    font-family: 'Karla';
    color: #272727;
}

.mar-actu-item-cartouche span {
    font-family: 'oswald';
    font-size: 1.5em;
}


.mar-actu-item-cartouche.mar-kit-cartouche span {
    font-family: 'oswald';
    font-size: 1.1em;
}

.mar-actu-item-cartouche.mar-kit-cartouche a {
    transition-duration: 500ms;
    display: inline-block;
    margin-top: 10px;
    padding: 5px 15px;
}

.mar-actu-item-cartouche.mar-kit-cartouche a:hover {
    
    background-color: #000;
    color: #fff;
    
    
    text-decoration: auto;
    font-weight: 700;
}



.mar-actu-item-cartouche {
    background-color: #fff;
    margin-top: -60px;
    width: 80%;
    display: inline-block;
    padding-left: 23px;
    padding-top: 15px;
    position: relative;
    overflow: hidden;
}

.mar-actu-item-cartouche:before {
    content: '';
    border-left: 1px solid #000;
    height: 100%;
    position: absolute;
    left: 9px;
    bottom: 0;
    top: 20px;
}

a.div-actu-item img {
    transition-duration: 500ms;
    object-fit: cover;
    height: 350px;
    width: 100%;
}


a.div-actu-item img:hover {
    transform: scale(1.02);
}



/*********************************************
    AGENCE
**********************************************/

.mar-agence-sec-2 {
    display: flex;
    justify-content: space-between;
}

.mar-agence-sec-2 img {
    width: 30%;
    object-fit: contain;
}

.mar-agence-sec-2-p2-wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.mar-agence-sec-2-p2 {
    width: 59%;
}

.mar-agence-sec-2-p2-item p:before {
    content: '';
    border: 1px solid #707070;
    position: absolute;
    top: 0;
    left: -9%;
    bottom: 0;
    opacity: 0.5;
}

.mar-agence-sec-2-p2-item {
    position: relative;
}

.mar-agenc-sec-3-item p {
    text-align: justify;
}

.mar-agence-sec-3-wrap {
    display: flex;
    justify-content: space-between;
}
.mar-agenc-sec-3-item {
    width: 45%;
}


.mar-partenaires-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

a.mar-partenaire-item {
    width: 30%;
}

a.mar-partenaire-item img {
    transition-duration: 500ms;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

a.mar-partenaire-item img:hover {
    transform: scale(1.02);
}

a.mar-partenaire-item strong {
    font-family: 'Oswald';
    font-size: 1.4em;
    letter-spacing: 0;
    font-weight: 400;
    display: block;
}

a.mar-partenaire-item span {
    font-family: 'Karla';
    text-transform: uppercase;
    letter-spacing: 0!important;
    font-size: 1em;
}

a.mar-partenaire-item:hover{
    color: #272727!important;
}


/*********************************************
    ACTUALITÉ
**********************************************/
.mar-actu-detail-wrap p:before {
    content: '';
    position: absolute;
    border-left: 1px solid #707070;
    top: 0;
    bottom: 0;
    left: -15px;
}

.mar-actu-detail-wrap {
    position: relative;
    width: 80%;
    text-align: justify;
}

.mar-actu-detail-wrap p {
    margin-top: 50px;
}

h2.mar-h2 strong {
    font-weight: 300;
    margin: 0;
}

.mar-agence-wrap span {
    font-size: 1.45em;
    margin-bottom: 40px;
    display: block;
    font-family: 'Karla';
    text-transform: uppercase;
}

a.mar-cta.cta-left {
    margin: 0!important;
}


a.mar-single-actu-item {
    width: 30%;
}

a.mar-single-actu-item img {
    transition-duration: 500ms;
    object-fit: cover;
    height: 350px;
    width: 100%;

}

a.mar-single-actu-item img:hover {
    transform: scale(1.02);
}

.fancybox__caption {
    color: #fff;
    text-align: center;
}


/*********************************************
    PRESS ROOM
**********************************************/

.mar-ref-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.div-ref-item {
    width: 21%;
    margin-bottom: 37px;
}

.div-ref-item img {
    width: 100%;
    display: block;
    border: 1px solid #000;
    margin-bottom: 16px;
    transition-duration: 500ms;
}

.div-ref-item img:hover {
    transform: scale(1.05);
}

.div-ref-item p:before {
    content: '';
    position: absolute;
    border-left: 1px solid #707070;
    top: 0;
    bottom: 0;
    left: -15px;
}

.mar-ref-item-cartouche {
    position: relative;
    margin-left: 17px;
    margin-top: 10px;
}

.div-ref-item strong {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.2em;
}


/*********************************************
    PRESS ROOM
**********************************************/

.div-actu-item {
    width: 30%;
    margin-bottom: 40px;
}

.div-actu-item img {
    width: 100%;
    object-fit: cover;
    /* height: 100%; */
    height: 300px;
    transition-duration: 500ms;
}

.div-actu-item img:hover {
    transform: scale(1.02);
}

.div-actu-item a {
    /* border: 1px solid #000; */
    /* padding: 5px 10px; */
    text-transform: uppercase;
    text-decoration: underline;
}

form.post-password-form {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
}

.mar-pasw {
    width: 70%;
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
}

.mar-pasw p {
    display: flex;
    justify-content: space-between;
}

.mar-psw-inp{
    width: 70%!important;
}
.mar-psw-sub{ 
    width: 27%!important;
}

input.button.mar-psw-sub {
    background-color: #D1D1D1;
    color: #fff!important;
    padding: 0;
    transition-duration: 500ms;
}

input.button.mar-psw-sub:hover {
    background-color: #000;
}

.vc_custom_1652790160290 {
    background-color: #f8f8f8 !important;
}

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




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

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

a.div-actu-item {
    width: 100%;
    margin-bottom: 43px;
}

.mar-footer-item {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}


.mar-footer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
}

.mar-agence-sec-2 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.mar-agence-sec-2 img {
    width: 100%;
    object-fit: contain;
}

.mar-agence-sec-2-p2 {
    width: 100%;
}


.mar-agence-sec-3-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.mar-agenc-sec-3-item {
    width: 100%;
}

a.mar-partenaire-item {
    width: 100%;
    margin-bottom: 35px;
}
.mar-actu-detail-wrap {
    position: relative;
    width: 100%;
    text-align: justify;
}

a.mar-single-actu-item {
    width: 100%;
    margin-bottom: 35px;
}

.div-actu-item {
    width: 100%;
    margin-bottom: 40px;
}

.div-ref-item {
    width: 98%;
    margin-bottom: 37px;
}



.sidr .sidr-inner > ul > li > a {
    font-family: "Oswald";
    font-size: 18px;
}






}
