* {
    outline: none;
}
a:focus {
    outline: none;
}
.nav.menu {
    display: inline-block;
    position: relative;
}
.nav.menu>li {
    float: left;
    position: static;
    font-size: 21px;
    font-weight: 700;
}
#navbar {
    margin-top: 10px;
    text-align: center;
}
.nav.menu>li> a {
    display: block;
    padding: 15px 22px;
    cursor: pointer;
    text-align: center;
    position: relative;
    color: #000;
}
.nav.menu>li> a:hover, .nav.menu>li> a:focus {
    background-color: transparent;
}
.nav.menu>li> a:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #6fb17e;
    border-radius: 3px 0 3px 0;
    -webkit-border-radius: 3px 0 3px 0;
    -moz-border-radius: 3px 0 3px 0;
    position: absolute;
    left: 3px;
    opacity: 0;
    top: 22px;
    transition: all .7s;
}
.nav.menu> li> a:hover:before, .nav.menu> li.active> a:before {
    opacity: 1;
}
header {
    position: absolute;
    z-index: 2;
    width: 100%;

}
header .header-inner {
    background:rgba(255, 255, 255, 0.8);
    padding: 10px 0;

}
[data-uk-sticky].uk-active {
    background:rgba(255, 255, 255, 0.8);

}
header.interne-header, header.interne-header [data-uk-sticky].uk-active {
    border-bottom: 1px solid #6fb17e;
    opacity: 1;
}
body {
    line-height: 1.3;
}
.bg-green {
    background-color: #6fb17e;
}
.bg-bottle-green {
    background-color: #b1d18a;
}
.bg-grey-green {
    background-color: #dae0c8;
}
.bg-white {
    background-color: #fff;
}
.bg-grey {
    background-color: #e6e7e8;
}
.bg-motif-home {
    background-image: url(../img/bg-motif-home.png);
    background-repeat: no-repeat;
}
.bg-motif-prestations {
    background-image: url(../img/bg-motif-prestations.png);
    background-repeat: no-repeat;
}
.clr-white {
    color: #fff;
}
.clr-bottle-green {
    color: #b1d18a;
}
.font-reg {
    font-weight: 400;
}
.font-semi {
    font-weight: 600;
}
.font-bold {
    font-weight: 700!important;
}
h1 {
    font-family: 'Crimson Text';
    font-weight: 700;
    font-size: 55px;
    color: #fff;
}
h2 {
    font-family: 'Crimson Text';
    font-weight: 400;
    font-size: 52px;
    position: relative;
    padding-bottom: 20px;
    color: #000000;
}
h2:after {
    content: "";
    background-color: #b1d18a;
    width: 100px;
    height: 2px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
h3 {
    font-family: 'Crimson Text';
    font-weight: 400;
    font-size: 30px;
    color: #000000;
}
.txt-big {
    font-size: 24px;
    font-weight: 400;
}
.txt-desc {
    font-weight: 400;
    font-size: 21px;
}
.txt-light {
    font-weight: 700;
    font-size: 21px;
}
.txt-legend {
    font-weight: 400;
    font-size: 17px;
}
.txt-title {
    font-weight: 400;
    font-size: 52px;
    position: relative;
    padding-bottom: 15px;
}
.margin-top-Xlarge {
    margin-top: 100px!important;
}
.margin-bottom-Xlarge {
    margin-bottom: 100px!important;
}
.margin-top-large {
    margin-top: 50px!important;
}
.margin-bottom-large {
    margin-bottom: 50px!important;
}
.btn {
    border: 1px solid #b1d18a;
    padding: 14px 30px;
    -webkit-border-radius: 50px 0 50px 0;
    -moz-border-radius: 50px 0 50px 0;
    border-radius: 50px 0 50px 0;
    color: #FFFFFF;
    background-color: #b1d18a;
    transition: all.7s;
    font-size: 24px;
    font-weight: 700;
}
.btn:hover {
    color: #6fb17e;
    background-color: #fff;
}
.blck-contact {
    border: 3px solid #b1d18a;
    margin-top: 40px;
    -webkit-border-radius: 0 70px 0 70px;
    -moz-border-radius: 0 70px 0 70px;
    border-radius: 0 70px 0 70px;
    background-color: #fff;
    padding: 20px;
}
@media (max-width: 767px) {
    .blck-contact {
        width: 500px;
        margin: auto;
    }
    .uk-panel-teaser {
        text-align: center;
    }
}
@media (max-width: 550px) {
    .blck-contact {
        padding: 14px 8px;
        width: 300px;
        margin: auto;
    }
}
.box-logo {
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 35%;
}

/*entreprise*/

.blck-entreprise .txt-desc:before {
    content: "";
    width: 250px;
    height: 250px;
    border-left: 1px solid #6fb17e;
    border-top: 1px solid #6fb17e;
    border-top-left-radius: 25%;
    display: block;
    position: absolute;
    left: -15px;
    top: -15px;
}
.blck-entreprise .txt-desc {
    position: relative;
    padding: 25px;
}
.blck-entreprise .txt-desc:after {
    content: "";
    width: 250px;
    height: 250px;
    border-right: 1px solid #6fb17e;
    border-bottom: 1px solid #6fb17e;
    display: block;
    position: absolute;
    right: -15px;
    bottom: -15px;
}
.blck-entreprise img {
    margin-top: -13%;
}
@media (max-width: 991px) {
    .blck-entreprise img {
        margin-top: 0;
    }
    .blck-entreprise .txt-desc {
        font-size: 17px;
    }
}
@media (max-width:767px) {
    .blck-entreprise .txt-desc {
        padding: 0;
        font-size: 15px;
    }
    .blck-entreprise .txt-desc:before, .blck-entreprise .txt-desc:after {
        width: 100px;
        height: 100px;
    }
}
#k2Container {
    padding: 0;
    padding-top: 100px;
}
div.itemView {
    padding: 0;
    margin: 0;
}
div.itemBody {
    padding: 8px 0 0;
}
.inscrit p {
    margin-top: 20px;
}
.blck-realisation .uk-overlay-icon:before, .blck-galerie .uk-overlay-icon:before {
    content: "";
    top: calc(50% - 53px);
    left: calc(50% - 53px);
    width: 106px;
    height: 106px;
    margin-top: 0;
    margin-left: 0;
    font-size: 50px;
    background-image: url(../img/picto-plus.png);
}
.blck-realisation .uk-overlay-background, .blck-creation .uk-overlay-background, .blck-entretien .uk-overlay-background {
    background-color: rgba(111, 177, 126, .55);
}
.blck-galerie .uk-overlay-background {
    background-color: rgba(111, 177, 126, .75);
}
.blck-creation .uk-overlay-panel, .blck-entretien .uk-overlay-panel {
    padding: 0;
}
.description {
    border: 3px solid #b1d18a;
    margin-top: 40px;
    -webkit-border-radius: 0 70px 0 70px;
    -moz-border-radius: 0 70px 0 70px;
    border-radius: 0 70px 0 70px;
    background-color: #fff;
    padding: 20px
}
.uk-close-alt {
    background: transparent!important;
    box-shadow: none!important;
}
.uk-modal-dialog-lightbox>.uk-close:first-child {
    top: -22px!important;
    right: 22px!important;
}
.uk-close-alt:after {
    opacity: 1!important;
}
.uk-close:after {
    display: block;
    content: ""!important;
    background-image: url(../img/picto-fermer.png);
    background-repeat: no-repeat;
    width: 78px;
    height: 78px;
}
@media (max-width:767px) {
    .uk-modal-dialog-lightbox>.uk-close:first-child {
        top: -4px!important;
        right: 46px!important;
    }
}
.blck-creation ul,
.blck-entretien ul {
    text-align: left!important;
    padding-left: 50px;
}
.blck-creation .uk-panel-teaser .uk-overlay-panel h3 ,
.blck-entretien .uk-panel-teaser .uk-overlay-panel h3 {
    padding-left: 30px !important;
    text-align: left;
}
.blck-creation .uk-panel-title,
.blck-entretien .uk-panel-title {
    position: absolute;
    top: 150px;
    color: #fff;
    font-size: 49px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 700;
    text-align: center;
}
.blck-galerie .uk-panel .content {
    display: none;
}
.uk-lightbox-my-content {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: #fff;
    border-radius: 0 50px 0 50px;
    border: 1px solid #b1d18a;
    padding: 20px;
    line-height: 1.1
}
@media (max-width: 550px) {
    .uk-lightbox-my-content {
        padding: 10px;
        bottom: 25px;
    }
    .uk-lightbox-my-content .txt-legend {
        font-size: 15px;
    }
}
.blck-creation .uk-panel, .blck-entretien .uk-panel {
    position: relative;
    width: 270px;
}
.blck-creation .uk-panel:hover> .uk-panel-title, .blck-entretien .uk-panel:hover> .uk-panel-title {
    display: none;
}
.blck-realisation> div:nth-child(odd) figure.uk-overlay.uk-overlay-hover,
.blck-creation> div:nth-child(odd) figure.uk-overlay.uk-overlay-hover,
.blck-entretien> div:nth-child(even) figure.uk-overlay.uk-overlay-hover {
    border-radius: 100px 0 100px 0;
    -webkit-border-radius: 100px 0 100px 0;
    -moz-border-radius: 100px 0 100px 0;
}
.blck-realisation> div:nth-child(even) figure.uk-overlay.uk-overlay-hover,
.blck-creation> div:nth-child(even) figure.uk-overlay.uk-overlay-hover,
.blck-entretien> div:nth-child(odd) figure.uk-overlay.uk-overlay-hover {
    border-radius: 0 100px 0 100px;
    -webkit-border-radius: 0 100px 0 100px;
    -moz-border-radius: 0 100px 0 100px;
}
@media (max-width: 767px) {
    .uk-grid.blck-creation, .uk-grid.blck-entretien {
        margin-left: 0!important;
    }
    .blck-creation .uk-panel, .blck-entretien .uk-panel {
        width: 100%;
    }
    .blck-creation .uk-panel-title, .blck-entretien .uk-panel-title {
        display: none;
    }
    .blck-creation .uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore),
    .blck-entretien .uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
        opacity: 1;
    }
}

/*contact*/

.form-contact .bfElemWrap .ff_elem {
    border: 1px solid #b1d18a;
    font-size: 21px;
    font-weight: 400;
    width: 100%;
    padding: 10px 30px;
    text-align: center;
    margin-top: 20px;
    max-width: 100%;
    background-color: #fff;
    -webkit-border-radius: 30px 0 30px 0;
    -moz-border-radius: 30px 0 30px 0;
    border-radius: 30px 0 30px 0;
}
.form-contact section#leftsection {
    display: inline-block;
    width: 45%;
    margin-right: 29px;
}
.form-contact section#rightsection {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.bfQuickMode textarea {
    height: 180px!important;
}
.form-contact .bfQuickMode .pull-right {
    float: none!important;
}
.form-contact .btn {
    left: 0;
    right: 0;
    padding: 14px 60px;
    margin: 30px auto;
    display: block;
}
.form-contact .bfElemWrap .ff_elem::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b1d18a;
}
.form-contact .bfElemWrap .ff_elem::-moz-placeholder {
    /* Firefox 19+ */
    color: #b1d18a;
}
.form-contact .bfElemWrap .ff_elem:-ms-input-placeholder {
    /* IE 10+ */
    color: #b1d18a;
}
@media (max-width: 767px) {
    .form-contact section#rightsection, .form-contact section#leftsection {
        width: 80%;
        text-align: center;
    }
    .form-contact section#leftsection {
        margin-right: 0;
    }
    .bfPage {
        text-align: center;
    }
}
.paysage {
    border-radius: 110px 0 110px 0;
    -webkit-border-radius: 110px 0 110px 0;
    -moz-border-radius: 110px 0 110px 0;
    padding: 60px 40px;
}
.paysage a {
    color: #000;
    text-decoration: none;
}
@media (max-width:991px) {
    .paysage {
        width: 300px;
        margin: auto;
        text-align: center;
    }
}
@media (max-width:550px) {
    .paysage {
        width: 265px;
        padding: 35px 25px;
    }
}
.bg-grey-green .uk-grid {
    margin-left: 0;
}
.blck-point-fort {
    padding-top: 30px!important;
}
.blck-point-fort p {
    margin-top: 20px!important;
}
@media (max-width: 991px) {
    .txt-title, h2 {
        font-size: 42px;
    }
    h2:after {
        top: 50px;
    }
    .txt-big {
        font-size: 18px;
    }
    .logo {
        display: block;
        text-align: center;
    }
    .logo img {
        margin-right: auto;
        margin-left: auto;
        position: relative;
        right: 30px;
    }
}
@media (max-width: 767px) {
    .navbar-toggle {
        background-color: #6fb17e;
        position: absolute;
        top: 8px;
        right: 15px;
        margin: 0;
    }
    .navbar-toggle span {
        background-color: #fff;
    }
    .main-menu {
        position: static;
    }
    .nav.menu>li {
        width: 100%;
    }
    .nav.menu>li> a:before {
        left: 31%;
    }
    .txt-title, h2 {
        font-size: 35px;
    }
    h2:after {
        top: 45px;
    }
    .txt-big {
        font-size: 15px;
    }
    .btn {
        padding: 12px 20px;
        font-size: 16px;
    }
    .margin-bottom-large {
        margin-bottom: 20px!important;
    }
    .margin-top-Xlarge {
        margin-top: 40px;
    }
    .uk-grid>* {
        padding-left: 0 !important;
    }
}
@media (max-width: 550px) {
    .nav.menu>li> a:before {
        left: 15%;
    }
}

/*footer*/

footer .back-top {
    background-image: url(../img/bouton-remonter.png);
    background-color: rgba(235, 235, 235, 0.8);
    display: none;
    width: 41px;
    height: 41px;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-right: 15px;
    padding: 1em;
    position: fixed;
    right: 0;
    bottom: 2em;
    text-decoration: none;
    text-indent: -9999px;
}
footer .digital-link {
    color: #008ed5;
    font-size: 10px;
}
footer .copyright {
    padding-top: 10px;
    padding-bottom: 10px;
}
footer .opointzero {
    color: #000;
    font-size: 17px;
    font-weight: 400;
}
.img-footer {
    padding-top: 40px;
    padding-bottom: 20px;
}
footer ul {
    display: inline-block;
    list-style: none;
}
footer li {
    float: left;
    padding-right: 38px;
    position: relative;
}
footer ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 3px 0 3px 0;
    -webkit-border-radius: 3px 0 3px 0;
    -moz-border-radius: 3px 0 3px 0;
    position: absolute;
    left: -23px;
    top: 11px;
    transition: all .7s;
}
footer ul li:first-child:before {
    display: none;
}
footer a {
    color: #fff;
}
footer a:hover {
    text-decoration: none;
}
@media (max-width:1199px) {
    .txt-desc {
        font-size: 18px;
    }
    footer li {
        padding-right: 28px;
    }
}
@media (max-width:767px) {
    footer li {
        width: 100%;
    }
    footer li:before {
        display: none;
    }
    footer .txt-desc {
        font-size: 21px;
    }
}
