
/**
 * Général
 */

body {
    font-family: "Rubik", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
}
.nav-bar .logo {
    max-height: 68px;
}
span a, p a {
    text-decoration: none;
}
span a:hover, p a:hover {
    text-decoration: none;
    opacity: .8;
}
.imagebg {
    max-height: 30vh;
}
@media (min-width: 768px) {
    .page-title h1 {
        margin-top: 1.5em;
    }
}
hr {
    border-color: transparent;
}
.full-content-wrapper .introduction {
    color: #0e6232;
    font-size: 1.25em;
    line-height: 1.6em;
    background: #FFF;
    padding: 1.7em 3em;
    text-align: center;
    margin-bottom: 2.5em;
}
.product-details img.icon, 
.full-content .content img.icon, 
h1 img.icon {
    float: left;
    margin: -8px 0px 20px 0px !important;
}
.product-details {
    text-align: left;
}
.product-details img {
    margin-bottom: 10px;
}
.full-content-wrapper[data-code="22204-section"],
.full-content-wrapper[data-code="22203-section"],
.full-content-wrapper[data-code="22205-section"] {
    text-align: center;
    margin: 0 auto;
    background: #0e6232;
    color: #fff;
    max-width: 650px;
    padding: 2em 3em;
}
.full-content-wrapper[data-code="22204-section"] h2,
.full-content-wrapper[data-code="22203-section"] h2,
.full-content-wrapper[data-code="22205-section"] h2 {
    font-size: 1.6em;
    color: #fff;
    margin-bottom: 1em;
}
.full-content-wrapper[data-code="22204-section"] a,
.full-content-wrapper[data-code="22203-section"] a,
.full-content-wrapper[data-code="22205-section"] a {
    color: #80a639 !important;
}
.full-content-wrapper[data-code="22204-section"] p,
.full-content-wrapper[data-code="22203-section"] p,
.full-content-wrapper[data-code="22205-section"] p {
    margin-bottom: 0;
}

.product-details strong,
.full-content .content strong {
    color: #0e6232;
}
[data-overlay].bg--primary:before {
    display: none;
}
.bg--primary {
    background-color: #0e6232;
}
label {
    font-family: "Pacifico", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    line-height: 1.2em;
    color: #0e6232;
    text-transform: lowercase; 
}
[data-overlay]:before {
    display: none;
}

/**
 * Display none
 */
.zone-push .zone-push-wrap .card.card-3 .card__date{
    display: none;
}

/**
 * Typography
 */

h1,.h1, 
h2,.h2, 
h3,.h3, 
h4,.h4, 
h5,.h5,
h6,.h6 {
    font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #0e6232;
}
.zone-push .zone-push-wrap .card.card-3 .card__title h5{
    font-size: 1.5em;
}

/**
 * Buttons
 */

.btn.btn--primary {
    background-color: #0e6232;
    border-color: #0e6232;
}
.btn.btn--primary:hover {
    background-color: #80a639;
    border-color: #80a639;
}

.zone-push .zone-push-wrap .card.card-3 .btn.btn--primary{
    margin-top: 1em;
}
/**
 * Footer
 */

.footer-3 {
    position: relative;
    height: 230px;
    background-color: #FFF !important;
    padding: 1em 0;
}
.footer-3 .logo {
    max-height: 120px;
}
.prefooter-1 {
    display: none;
    background-color: #0e6232;
    color: #FFF;
    padding: 2em 0 0 0;
}
.prefooter-1 h5 {
    color: #FFF;
    margin-top: 1em;
}
.prefooter-1 img {
    margin: 0 auto;
}
.prefooter-1 .feature-1 {
    margin: 3em 0;
}
.copyright a {
    color: #0e6232 !important;
}
.footer-3 .footer__navigation {
    margin-bottom: 1em;
}
.footer-3 .footer__navigation li a {
    font-family: "Pacifico", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: lowercase;
    font-size: 1.4em;
    color: #0e6232 !important;
}
.copyright {
    position: absolute;
    bottom: -45px;
    width: 100%;
    text-align: center;
    color: #999 !important;
    font-size: 0.8em;
    margin-bottom: 0;
}
.social-list li {
    opacity: 1 !important;
}
.social-list i {
    font-size: 1.3em;
    color: #0e6232 !important;
}


/**
 * Navigation
 */

.nav-bar {
    height: 85px;
    max-height: 85px;
    line-height: 85px;
    box-shadow: 0px 2px 15px rgba(0,0,0,.35);
}
.menu > li > a {
    font-family: "Pacifico", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: lowercase;
    padding: 0 .75em;
    font-size: 2.4em;
    color: #0e6232 !important;
}

.menu > li ul {
    background: #80a639;
    margin-top: 0;
    top: 85px;
    min-width: 300px;
    padding: 2em;
}
.menu > li > a {
    opacity: 1;
}
.menu > li:hover > a,
.menu > li.active a {
    color: #80a639 !important;
}
.menu > li > ul a {
    font-size: 1.4em;
    opacity: .8;
    text-transform: none;
}
.menu > li:last-child a{
    padding: 0 1.5em;
}
.menu > li:last-child a:before{
    font-family: "socicon" !important;
    display: inline-block;
    content: "\e041";
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}

/**
 * Homepage
 */
.homepage .presentation {
    background: #fff;
    padding: 85px 0 0 0;
}
.homepage .presentation .text-container {
    background-image: url(http://root.argweb.fr/documents/users/338/editor/pics/top.jpg), url(http://root.argweb.fr/documents/users/338/editor/pics/top.jpg);
    background-repeat: no-repeat;
    background-position: center top, center bottom;
}
.homepage .presentation .cta {
    padding: 2em 4em;
}
.homepage .presentation .cta h3 {
    display: none;
}
.vegas-slider {
    height: 70vh !important;
    min-height: 790px;
}
[data-code="PRESENTATION-IMAGE-1"],
[data-code="PRESENTATION-IMAGE-2"] {
    position: relative;
    max-width: 250px;
    margin: 20px auto;
}
[data-code="PRESENTATION-IMAGE-1"] .image {
    position: relative;
}
[data-code="PRESENTATION-IMAGE-1"] .image:after,
[data-code="PRESENTATION-IMAGE-2"] .image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}
[data-code="PRESENTATION-IMAGE-1"] .image img,
[data-code="PRESENTATION-IMAGE-2"] .image img {
    margin: 0;
}
[data-code="PRESENTATION-IMAGE-1"] .title,
[data-code="PRESENTATION-IMAGE-2"] .title {
    font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: 700;
    display: block !important;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    color: #FFF;
    z-index: 10;
    transform: translate(-50%, -50%);
}
[data-code="PRESENTATION-IMAGE-1"] a,
[data-code="PRESENTATION-IMAGE-2"] a {
    display: none;
}
.homepage .prefooter-1 {
    display: block;
}
.homepage .presentation .cta img {
    display: block;
    margin: 0 auto;
}
.homepage .presentation .cta p {
    font-family: "Pacifico", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    line-height: 1.65em;
    color: #0e6232;
    padding-right: 4em;
}
.homepage .presentation .cta .btn {
    background-color: #FFF;
}
.homepage .presentation .btn .btn__text {
    color: #0e6232 !important;
}
.homepage .space--even {
    background-color: #FFF;
    background-image: url(http://root.argweb.fr/documents/users/338/editor/pics/bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.homepage .cta-h1 {
    margin-top: 1em;
    margin-bottom: 2em;
}
.homepage .space--even .hover-element[data-title-position*="center"] .hover-element__reveal .boxed{
    height: 228px;
}
.homepage .prefooter-1 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.homepage .prefooter-1 ul > li {
    float: left;
    margin: 0;
    padding: 0;
    width: 20%;
    margin: 2em 0;
    vertical-align: top;
    text-align: center;
}

.product-details ul {
    list-style: disc;
}

.product-details ul > li {
    position: relative;
    margin: 0 0 10px 20px;
    line-height: 1.5;
    padding: 0 0 0 5px;
}

.product-details img[style*="float:left"]:not(.icon),
.product-details img[style*="float: left"]:not(.icon),
.product-details iframe{
    margin: 5px 3rem 1rem 0px;
}

.product-details img[style*="float:right"]:not(.icon),
.product-details img[style*="float: right"]:not(.icon) {
    margin: 5px 0px 1rem 3rem;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
    .product-details img[style*="float:left"]:not(.icon), 
    .product-details img[style*="float: left"]:not(.icon) {
        display: block;
        float: none !important;
        margin: 20px auto;
    }
    .product-details img[style*="float:right"]:not(.icon), 
    .product-details img[style*="float: right"]:not(.icon) {
        display: block;
        float: none !important;
        margin: 20px auto;
    }
}


/**
 * page-categorie-2
 */

.page-categorie-2 .card.card-4 .card__date {
    display: none;
}
.page-categorie-2 .block-content-wrapper {
    padding-bottom: 0;
    text-align: center;
}
.page-categorie-2 .card-4 .card__body .card__title {
    height: auto;
}

/**
 * fiche-produit-field
 */
.fiche-produit-field .page-title h3{
    padding-top: 2em;
    font-size: 3em;
}
.product{
    padding-bottom: 4em;
}

.product-details .product-image-container{
    position: relative;
    padding: 0;
    width: 100%;
}

.product-details .product .field{
    font-family: "Pacifico", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2em;
    line-height: 1.25;
    position: absolute;
    max-width: 300px;
    cursor: pointer;
}

.product-details .product .field img{
    margin-bottom: 1.2em;
    opacity: 0.9;
    transition: all 0.4s ease-out;
    transform: scale(0.8);
}

.product-details .product .field p.text {
    margin-bottom: 1.2em;
    color: #004023;
    transition: all 0.4s ease-out;
}



.product-details .product-image img {
    max-width: 600px;
    max-height: 700px;
    margin: 0 auto;
}

.product-details .product .field2:hover p.text,
.product-details .product .field3:hover p.text,
.products-list .product .field2:hover p.text,
.products-list .product .field3:hover p.text {
    transform: rotate(5deg);
}

.product-details .product .field1:hover p.text,
.product-details .product .field4:hover p.text,
.products-list .product .field1:hover p.text,
.products-list .product .field4:hover p.text {
    transform: rotate(-5deg);
}

.product-details .product .field:hover img,
.products-list .product .field:hover img {
    transform: scale(1);
}

.product-details .product .field1 {
    top: 0px;
    left: 200px;
    right: auto;
}

.product-details .product .field2 {
    top: 0px;
    left: auto;
    right: 150px;
}

.product-details .product .field3 {
    /*    top: 450px;*/
    bottom: 0px;
    left: auto;
    right: 150px;
}

.product-details .product .field4 {
    /*    top: 450px;*/
    left: 200px;
    bottom: 0px;
    right: auto;
}

@media (max-width: 992px) {
    .product-details .product-image img {
        margin-bottom: 2em;
    }
    .product-details .product .field img {
        display: none;
    }
    .product-details .product .field {
        position: relative;
        width: 100%;
        max-width: none;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        text-align: center;
    }
    .product-details .product .field .text {
        width: 100%;
    }
}

.footer-3 .block-content-wrapper[data-code="F1"] .content {
    text-align: center;
}
.footer-3 .block-content-wrapper[data-code="F1"] .content table {
    margin: 0 auto;
}
.footer-3 .block-content-wrapper[data-code="F1"] img {
    margin: 0;
}
.footer-3 .block-content-wrapper[data-code="F1"] .date,
.footer-3 .block-content-wrapper[data-code="F1"] .title {
    display: none;
}

@media all and (max-width: 1680px) {
    .vegas-slider {
        height: 70vh;
    }
}

@media all and (max-width: 1350px) {
    .homepage .presentation .text-container {
        background-position: center -80px;
    }
    .homepage .presentation .cta img {
        max-width: 250px;
    }
    .menu > li:last-child {
        width: 60px;
        height: 60px;
        overflow: hidden;
        text-indent: -9000px;
    }
}

@media all and (max-width: 1200px) {
    .vegas-slider {
        height: 90vh;
        min-height: 960px;
    }
    .homepage .presentation .cta p {
        padding-right: 0;
    }
    .nav-mobile-toggle i {
        margin-top: 28px;
    }
    .menu > li:last-child a {
        padding: 0;
    }
    .social-list {
        display: none;
    }
  .nav-bar {
    height: auto;
    overflow: hidden;
    min-height: 90px;
  }
  .nav-bar .nav-module.left,
  .nav-bar .nav-module.right {
    float: none;
    display: block;
  }
  .nav-bar .nav-module {
    padding: 0;
  }
  .nav-bar .nav-module:not(.logo-module) {
    height: auto;
    line-height: 2em;
  }
  .menu {
    height: auto;
    padding: 3em 0 0em 0;
  }
  .menu li {
    float: none;
    width: 100%;
  }
  .menu > li > a {
    padding: 0;
  }
  .menu > li ul {
    position: relative;
    float: none;
    display: none;
    width: 100%;
  }
  .menu > li ul ul {
    left: 0 !important;
    padding-left: 2em;
  }
  .menu > li > ul:not(.multi-column) ul {
    padding-top: 0;
    padding-bottom: 1.5em;
  }
  .menu li.active > ul,
  .menu li.active .multi-column ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .menu .multi-column {
    white-space: initial;
  }
  .menu .multi-column ul {
    padding-top: 0;
    padding-bottom: 0;
  }
  .menu .multi-column ul li a {
    padding-left: 0;
  }
  .menu .multi-column ul li:last-child a {
    padding-bottom: 1.625em;
  }
  .module-applet {
    padding: 0;
  }
  .module-applet .module-applet__body {
    position: relative;
    display: none;
    padding: 1em 0;
    opacity: 1;
    visibility: visible;
  }
  .module-applet.active .module-applet__body {
    display: block;
  }
}

@media all and (max-width: 992px) {
    .vegas-slider {
        height: 35vh !important;
        min-height: 380px;
        min-height: 0;
    }
    .homepage .presentation {
        padding-top: 0;
    }
}