/*
Theme Name: Romeo & Julia
Description: Charity
Version: 1.1.18
Theme URI: codecreativity.fr
Author: harsmix
Author URI: codecreativity.fr
License: GNU General Public License version 3.0
Text Domain: Romeo & Julia
*/

/*------------------------------------------------------
          Fonts
--------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');

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

@font-face {
    font-family: 'noteworthylight';
    src: url('fonts/noteworthy-light-webfont.woff2') format('woff2'),
         url('fonts/noteworthy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-next:before {content: "\e907"; }

/*------------------------------------------------------
          General style
--------------------------------------------------------*/
body {background: #fff none repeat scroll 0 0; font-family: 'Roboto Condensed', sans-serif; font-size: 13px;font-weight: 500; text-rendering: optimizelegibility; }
p, li {color: #786556; font-size: 1.2rem; line-height: 1.6rem; font-weight: 500; font-family: 'Roboto Condensed', sans-serif; }
ul, li, ol{list-style: none; margin: 0;padding: 0;}

li {color: #786556; list-style: none; }
.inline li{display: inline-block; vertical-align: top ;}
a, a:hover, a:focus, a:active {display: inline-block; vertical-align: top; color: #786556; text-decoration: none; font-size: 1rem; font-weight: 400; }
img{display: inline-block; max-width: 100%;}

h1, h2, h3, h4, h5, h6 {color: #786556; font-family: 'noteworthy'; font-style: normal; font-weight: normal; line-height: 3rem; text-rendering: optimizelegibility; -webkit-font-feature-settings: "kern" 1; }
h1, h3 {font-size: 4rem; font-weight: 600; line-height: 4.5rem; color: #786556; margin: 0; }
h1 strong, h3 strong { color: #91bb1e; }
h2 {font-size: 1.1rem; font-weight: 600; margin: 0 0 .5rem; line-height: 1.35rem; position: relative; color: #786556; }
h4 {font-size: 1.4rem; font-weight: 600; margin: 4rem 0 2.5rem; color: #786556; line-height: 1.4rem; }
h5 {font-size: 0.95rem; font-weight: 600; }
.h5 {color: #786556; margin: 0; text-transform: uppercase; font-size: 1.5rem; line-height: 1.8rem; padding: 19px 0px; font-weight: 100; }
.h6 {text-transform: uppercase; display: inline-block; vertical-align: top; margin: 0; font-weight: 700; font-size: 1rem; }
*:focus{ outline: none !important; }

form {position: relative; }
html{overflow-x: hidden; margin-top: 0!important;}
.radius{
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      -ms-border-radius: 50%;
          border-radius: 50%;
}

.inline li {display: inline-block; position: relative; vertical-align: top; }

.align_left{text-align: left;}
.align_right{text-align: right;}
.center{text-align: center;}

.wght_light{font-weight: 100;}
.wght_bold{font-weight: 600;}

.noleft{padding-left: 0;}
.noright{padding-right: 0;}
.nopadding{padding-left: 0; padding-right: 0;}

.full-width{width: 100%!important; max-width: inherit;}
.radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

input, textarea {
    border: none;
    width: 100%;
    background: #ece8e5;
    border-radius: 0;
    padding: 0.5rem 1rem;
    margin: 0 0 2rem;
    font-size: 1.5rem;
    line-height: 1.2rem;
    width: 100%;
    -webkit-transition: .5s ease 0s;
    -moz-transition: .5s ease 0s;
    -ms-transition: .5s ease 0s;
    transition: .5s ease 0s;
}
textarea{height: 12rem; padding: 1rem!important; }
input:focus, input:active, textarea:focus, textarea:active{
    background: #e1d9d4;
}
.vc_row.container {margin: 0 auto; }
.newsletter ::-moz-placeholder {color: #afafaf; }
.newsletter ::-webkit-input-placeholder {color: #afafaf; }
.newsletter :-ms-input-placeholder {color: #afafaf; }
.newsletter :-moz-placeholder {color: #afafaf; }


/*------------------------------------------------------
          HEADER
--------------------------------------------------------*/
header {
    padding: .75rem 0;
    background: transparent;
    position: fixed; z-index: 10; width: 100%; top: 0;
}
.fixed{background: #786556; padding:0;}

header .row {align-items: center; }
.menu {width: 100%; text-align: right; }
.menu ul {display: flex; flex: 1 1 auto; justify-content: flex-end; }
.menu li {margin: 0 1rem; }
.menu-menu-principal-container {width: 100%; }
.menu li.menu-item {display: inline-block; vertical-align: top; margin: .5rem; }
.menu .wpml-ls-item:last-child{position: relative;}
.menu .wpml-ls-item:last-child:before {
    content: "-";
    display: block;
    position: absolute;
    left: -.75rem; top: .85rem;
    color: #fff;
}
.menu li.menu-item.wpml-ls-item {
    margin: .5rem;
}


nav li:not(.wpml-ls-item) a {
    text-transform: uppercase; color: #fff; font-weight: 300; font-style: italic;
    padding: 1rem; background: transparent;
    border-radius: 5px;
    -webkit-transition: .5s ease 0s;
    -moz-transition: .5s ease 0s;
    -ms-transition: .5s ease 0s;
    transition: .5s ease 0s;
}
nav li:not(.wpml-ls-item) a:hover {
    background: #96c11f;
}
nav li.current a, nav li.current a:hover, nav li:not(.wpml-ls-item) a:focus, nav li:not(.wpml-ls-item) a:active {
    background: #96c11f;
    color: #000; font-weight: bold;
}
nav .wpml-ls-item a {
    text-transform: uppercase; color: #fff; font-weight: 300; font-style: italic;
    padding: 1rem 0;
    -webkit-transition: .5s ease 0s;
    -moz-transition: .5s ease 0s;
    -ms-transition: .5s ease 0s;
    transition: .5s ease 0s;
}
.navbar-collapse {justify-content: flex-end; }
.navbar-toggler{border: none;}
.navbar-expand-lg > .container {justify-content: flex-end; }
.show #navbar {display: block; }
.navbar-toggler {position: absolute; top: -3rem; z-index: 2; }

nav .wpml-ls-item.wpml-ls-current-language a, nav .wpml-ls-item a:hover, nav .wpml-ls-item a:active {font-weight: bold; }
.menu li.menu-item.wpml-ls-item.wpml-ls-first-item {margin-left: 2rem; }


/*------------------------------------------------------
          CONTENT
--------------------------------------------------------*/
.img-intro img {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    transition: .5s ease 0s;
}
.img-intro:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.intro .small p {color: #b8b8b8; }
.bg-pink p {color: #fff; font-size: 1.3rem; line-height: 1.7rem; }
.bg-pink ul {margin: 4rem 0;}
.bg-pink li {
   font-family: 'noteworthy'; color: #fff; font-size: 1.3rem; line-height: 1.7rem; 
   margin: 0 0 1.5rem; padding-left: 1.5rem;
   position: relative;
}
.bg-pink li:before {
   content: "-";
   display: block; position: absolute; left: 0; top: 2px;
}
.owl-nav div {
    position: absolute;
    top: calc(50% - 104px);
    left: -30px;
    height: 208px;
    width: 60px;
    background:  url(images/arrow.png) no-repeat scroll 50% #96c11f;
    border-radius: 5px;
    text-indent: 9999rem; color: transparent;
}
.owl-nav .owl-next {
    left: inherit; right: -30px;
    transform: rotate(180deg);
}
.wpb_single_image .vc_figure, .wpb_single_image .vc_figure div {width: 100%; }
.wpb_single_image.full img {width: 100%; }
body .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    font-weight: bold;
    font-size: 24px;
    color: #786556333;
    width: 14.5rem;
    max-width: 90%;
    transition: .5s ease 0s;
}
body .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover, body .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:active {
    color: #786556;
}
.btn-container > div > div{display: flex; justify-content: space-around; align-items: center;}
.push .vc_row-fluid.container{display: flex; align-items: center;}
body .vc_btn3-container.vc_btn3-center{margin: 0;}
body .vc_row-has-fill>.vc_column_container>.vc_column-inner{padding: 0;}
.wpcf7 li {display: flex; align-items: center; }
.wpcf7 li span {display: block; width: 100%; border-left: 1rem solid #fff; border-right: 1rem solid #fff;}
.wpcf7 li div {display: flex; flex: 1 1 auto; }
.wpcf7 p {
    padding: 0 0 0 1rem;
    margin: 0 0 3rem;
    font-weight: 100;
}
.wpcf7 .wpcf7-acceptance span {
    font-weight: 300;
}
.wpcf7 p a {color: #e2007a; font-size: 1.2rem; }
input.wpcf7-submit.send, input.wpcf7-submit.send:active {
    background: #e2007a;
    color: #fff;
    border-radius: 5px;
    margin: 0 0 0 1rem;
    padding: 1.25rem 1rem;
}
input.acceptance {width: auto; margin: 0; }
.wpcf7-list-item label {
    display: flex;
    align-items: center;
}
.wpcf7-not-valid-tip {
    font-size: .9rem;
    position: relative;
    top: -1.5rem;
}
.mc4wp-form-fields {
    text-align: center;
}
.newsletter p > strong {
    font-weight: 500;
    font-size: 2rem;
    margin: 1.5rem auto;
    display: block;
}
.newsletter input[type="submit"] {
    color: #fff;
    font-weight: 800;
    padding: 1rem;
    width: 15rem;
    max-width: 90%;
    background: #96c11f;
    border-radius: 5px;
    -webkit-transition: .5s ease 0s;
    -moz-transition: .5s ease 0s;
    -ms-transition: .5s ease 0s;
    transition: .5s ease 0s;
}
.mc4wp-form-fields input[type="email"] {
    margin: 0 0 .5rem ;
}
.mc4wp-form-fields label {
    width: 20rem;
    padding: 0;
    max-width: 90%;
}
.grecaptcha-badge {
    visibility: hidden;
}
.box img {
    position: absolute;
    left: calc(50% - 555px);
    bottom: 0;
}
.box.small img {
    display: none;
}
.container-box .vc_col-sm-12 {
    height: 19.71rem;
}
.newsletter .container {
    padding: 0;
}
.newsletter .vc_column-inner {
    padding: 0;
}
#gallerie {
    overflow-x: hidden;
}
.newsletter.vc_row {
    margin: 0 auto;
}


/*------------------------------------------------------
          FOOTER
--------------------------------------------------------*/
footer{background: #786556; padding: 4rem 0 0; }
h6.widgettitle {
    color: #96c11f;
    font-size: 1.2rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
footer .row{flex-direction: row; justify-content: center; align-items: center;}
footer a, footer p {
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin: 0;
    -webkit-transition: .5s ease 0s;
    -moz-transition: .5s ease 0s;
    -ms-transition: .5s ease 0s;
    transition: .5s ease 0s;
}
footer li {margin: 0 0 .8rem; }
footer li.social {margin: 3rem 0 .8rem; }
.col-md-4:nth-child(3) p {
    font-size: 1rem;
    margin: 0;
}
.col-md-4:nth-child(3) p:nth-child(3) {
    margin: 0 0 2rem;
}
.col-md-4:nth-child(3) a {
    display: block;
}
footer a:hover, footer a:focus,footer a:active {
   color: #fff; ;
}
.subfooter {
    background: #000000;
    padding: 2rem 1rem;
    margin: 3rem auto 0;
}
.subfooter p {
    color: #6b6b6b;
    font-size: .9rem;
    text-align: left;
}
.subfooter .col-md-4 {
    display: flex;
    justify-content: space-around;
}


a.scrollToTop {
    position: fixed; display: none; z-index: 100; right: 2rem; bottom: 2rem; width: 2.5rem; height: 2.5rem;
    text-align: center; border: 2px solid #96c11f;
    background: transparent;
    border-radius: 5px; font-size: 1.5rem; padding: .3rem; opacity: .7;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .5s ease 0s;
    -moz-transition: .5s ease 0s;
    -ms-transition: .5s ease 0s;
    transition: .5s ease 0s;
}
a.scrollToTop:hover, a.scrollToTop:focus, a.scrollToTop:active {
    font-size: 1.5rem;
    padding: .3rem;
    color: #fff;
    text-align: center;
    opacity: 1;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .5s ease 0s;
    -moz-transition: .5s ease 0s;
    -ms-transition: .5s ease 0s;
    transition: .5s ease 0s;
}
.scrollToTop i {position: relative; top: -3px; color: #96c11f; }


@media (max-width: 1200px) {
    header .container{max-width: 100%;}
    .menu li.menu-item.wpml-ls-item.wpml-ls-first-item {
        margin-left: 3rem;
    }

}

@media (max-width: 1140px) {
    .box.large img{display: none;}
    .box.small img {
        display: block;
        position: relative;
        left: inherit;
        bottom: initial;
    }
    .section-box .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    body .vc_custom_1576053832689 {
        margin-top: 130px !important;
        background-color: #fff !important;
    }

    .push .vc_col-sm-6 {
        width: 100%;
        justify-content: center;
    }

    .push h5 {
        text-align: center!important;
        margin: 0 auto 2rem;
    }

    .push h5 + div p {
        text-align: center!important;
        margin: 0 auto 2rem;
    }

}

@media (max-width: 990px) {

    .menu {
        text-align: center;
        margin-top: 1rem;
        border-top: 1px solid #fff;
        padding-top: .5rem;
    }
    .push .vc_col-sm-8, .push .vc_col-sm-4{width: 100%; text-align: center;}  
    .push .vc_btn3-container.vc_btn3-right {text-align: center; margin: 2rem auto 0; }
    .push .vc_row-fluid.container {
        flex-direction: column;
    }
    footer .row {
        flex-direction: column;
    }    
    .section-box .vc_column_container>.vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
    nav li:not(.wpml-ls-item) a {padding: .25rem 1rem; }
    nav .wpml-ls-item a {padding: .25rem 0; }
    .menu .wpml-ls-item:last-child:before {top: 0.2rem; }
    body .navbar-dark .navbar-toggler-icon {
        background-image: url(images/menu-burger.png);
    }
}

@media (max-width: 770px) {

    .menu {
        text-align: left;
        background: #786556;
    }
    .menu li.menu-item {display: block; }
    .intro h2 {line-height: 3rem!important; margin: 1rem auto; max-width: 90%; }
    .process span {left: 1rem; font-size: 4rem;}
    .logo {margin: .5rem 0 0 1rem; }
    .projet h3 {; max-width: 85%; line-height: 2.5rem; padding: 1.5rem 1rem; }
    .intro h1 {max-width: 90%; line-height: 4rem; }
    .process h3 {max-width: 90%; }
    .process h4 {line-height: 2rem!important; }
    .text-js {text-align: center!important; }
    .cursor {display: none;}
    .slide-testi .owl-item > div {padding: 1.5rem; }
    .author {font-size: 1.3rem; line-height: 1.7rem; }
    .author span {font-size: 1.6rem; }
    .descr {font-size: 1.1rem; line-height: 1.8rem; margin: 0; text-align: justify; }
    .intro h1 {line-height: 3rem; font-size: 2.5rem!important; text-align: center; margin: auto;}
    /*.owl-controls {display: none; opacity: 0; visibility: hidden; }*/
    .menu li.menu-item.wpml-ls-item {display: inline-block; }
    .menu li.menu-item.wpml-ls-item.wpml-ls-first-item {
        margin-left: 1.5rem;
    }
    body .vc_custom_1575435548672, body .vc_custom_1575512271051, body .vc_custom_1575435581183 {
        padding-left: 0 !important;
    }
    h2 {
        font-size: 2.5rem!important;
    }
    h3 {
        font-size: 2.5rem!important;
        text-align: center!important;
        margin-top: 2rem;
        line-height: 2.75rem;
    }
    .wpcf7 li {
        flex-direction: column;
    }
    .wpcf7 li:last-child {
        flex-direction: column-reverse;
    }
    footer > .container .col-md-4:nth-child(2) {
        margin: 4rem auto;
    }
    .subfooter .col-md-4 {
        margin: 2rem auto 0;
    }
    .subfooter p {
        text-align: center;
    }
    .wpcf7 li span > span{border: none; margin : 0;}
    input.wpcf7-submit.send, input.wpcf7-submit.send:active {
        padding: 1.25rem 1rem;
    }
    h4 {
        line-height: 2.4rem;
    }
    #projet, .img-intro, #bioovo + div, #magasin {margin: 0!important;}
    .owl-nav div {
        top: calc(50% - 57px);
        left: -15px;
        height: 70px;
        width: 30px;
    }
    .owl-nav .owl-next {
        left: inherit;
        right: -15px;
    }
    
}

@media (max-width: 600px) {

    .bg-pink {
        padding: 0 2rem;
    }
    .btn-container > div > div {
        flex-direction: column;
    }
    body .vc_btn3-container.vc_btn3-center {
        margin: 1rem auto;
    }
    body .vc_custom_1575635615108 {
        padding-top: 50px !important;
    }
    .container-box .vc_col-sm-12 {
        height: 9rem;
    }
    .scrollToTop{display: none; opacity: 0; visibility: hidden;}

}

@media (max-width: 340px) {

    .intro h1 {line-height: 2rem; font-size: 2rem!important; }
    .intro {margin-top: 1rem; }

}