/********* HEADER *********/
/*** e e e e e e ***/
#picto_e-convocations {
    background: url(../img/picto_ecv.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    border: none;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
}
#picto_e-convocations:hover {
    background-position: 0 -12px;
}
#picto_e-legalite {
    background: url(../img/picto_elg.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    border: none;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
}
#picto_e-legalite:hover {
    background-position: 0 -12px;
}
#picto_e-archiveslegales {
    background: url(../img/picto_eal.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    border: none;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
}
#picto_e-archiveslegales:hover {
    background-position: 0 -12px;
}
#picto_e-parapheurs {
    background: url(../img/picto_eph.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    border: none;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
}
#picto_e-parapheurs:hover {
    background-position: 0 -12px;
}
#picto_e-marchespublics {
    background: url(../img/picto_emp.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    border: none;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
}
#picto_e-marchespublics:hover {
    background-position: 0 -12px;
}
#picto_e-signaturesecurisee {
    background: url(../img/picto_ess.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    border: none;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
}
#picto_e-signaturesecurisee:hover {
    background-position: 0 -12px;
}
#picto_certidemat {
    background: url(../img/picto_cdt.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    border: none;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
}
#picto_certidemat:hover {
    background-position: 0 -12px;
}
#picto_e-facteur {
    background: url(../img/picto_efc.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    border: none;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
}
#picto_e-facteur:hover {
    background-position: 0 -12px;
}
#picto_e-assemblees {
    background: url(../img/picto_eas.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    border: none;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
}
#picto_e-assemblees:hover {
    background-position: 0 -12px;
}
#detailPicto {
    background: white;
    color: #868688;
    margin-left: 5px;
    margin-top: 4px;
    border: none;
    border-radius: 2px;
    height: 12px;
    float: right;
    font-size: 9px !important;
}
#detailPicto > strong {
    font-size: 9px !important;
    position: relative;
    top: 0px;
}

/*** navbar ***/
.img-brand {
    height: 40px;
}

header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
}
header .dropdown-toggle::after {
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    transition: 120ms;
}

.navbar-light .nav-item.active .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #43a234 !important;
    transition: 120ms;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.animate-fixed {
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 1px 1px 7px 1px #3d3e412b;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@media screen and (max-width: 990px) {
    .margin-responsive {
        margin-top: 17rem;
    }
}

@media screen and (max-width: 659px) {
    #linkSolutions {
        display: none;
    }

    .margin-responsive {
        margin-top: -5rem;
    }
}

/********* END HEADER *********/


/********* MAIN *********/
/**** Home ****/
.btn-action {
    background: #6bae60;
    color: #ffffff;
    border-color: #6bae60;
}

.btn-action:hover {
    background: #499e3c !important;
    color: #ffffff !important;
    border-color: #499e3c !important;
    transition: 150ms;
}

.btn-action2 {
    background: #f35a30;
    color: #ffffff;
    border-color: #f35a30;
}

.btn-action2:hover {
    background: #e2451a !important;
    color: #ffffff !important;
    border-color: #e2451a !important;
    transition: 150ms;
}

.bg-color {
    background: #E9EEF3;
}

.top-bg {
    height: 30rem;
    background: url(../img/top-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top-bg2 {
    height: 30rem;
    background: url(../img/top-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top-bg3 {
    height: 30rem;
    background: url(../img/top-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-title {
    background: #0000008f;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 300;
    border: 1px solid #000000;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: .6rem;
    padding-left: 20%;
}

.top-margin {
    margin-top: 8rem;
}

.tampon {
    position: absolute;
    right: 18%;
}

.box1 {
    text-align: center;
}

.box1 .box-icon {
    color: #6bae60;
    font-size: 1.5rem;
    margin-bottom: 1.3rem;
}

.box1 .box-title {
    color: #000000;
    font-weight: 500;
    margin-bottom: .5rem;
}

.box1 .box-text {
    color: #545454;
    font-weight: 300;
}

.section-height {
    height: 15rem;
}

.box-index {
    z-index: 1;
    position: relative;
    top: -5rem;
}

.box2 {
    min-height: 100%;
    background: #ffffff;
    text-align: center;
    padding: 2rem;
    box-shadow: 1px 1px 7px 1px #e6e4e4;
    border-radius: 3px;
    border-bottom: 4px solid #6bae60;
    margin: 0 .7rem;
}

.box2 .box-title {
    color: #6bae60;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.box2 .box-text {
    color: #545454;
    font-weight: 200;
    margin-bottom: 1.4rem;
}

.box-link {
    color: #6bae60;
    font-weight: 300;
    text-decoration: none;
    transition: 120ms;
}

.box-link:hover {
    color: #43a234;
    text-decoration: underline;
    transition: 120ms;
}

.box3 {
    min-height: 100%;
    background: #ffffff;
    text-align: center;
    padding: 2rem;
    border-radius: 3px;
}

.box3 .box-title {
    color: #6bae60;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.box3 .box-text {
    color: #545454;
    font-weight: 200;
    margin-bottom: 1.4rem;
}

.box4 {
    display: flex;
    min-height: 10.6rem;
    background: #ffffff;
    text-align: left;
    border-radius: 3px;
    border: 1px solid #a9d4a2;
}

.box4 .box-body-left {
    width: 7rem;
    min-height: 100%;
    display: flex;
    padding: 1rem;
}

.box4 .box-body-right {
    display: flex;
    width: 100%;
    min-height: 100%;
    padding: 1rem;
}

.box4 .box-icon {
    margin: auto;
    font-size: 2rem;
    color: #6bae60;
}

.box4 .box-title {
    min-height: 2rem;
    color: #6bae60;
    font-size: .9rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.box4 .box-text {
    color: #545454;
    font-size: .9rem;
    font-weight: 200;
    margin-bottom: 0px !important;
}

.box5 {
    display: flex;
    min-height: 10.6rem;
    background: #ffffff;
    text-align: left;
    border-radius: 3px;
    border: 1px solid #a5c5de;
}

.box5 .box-body-left {
    width: 7rem;
    min-height: 100%;
    display: flex;
    padding: 1rem;
}

.box5 .box-body-right {
    display: flex;
    width: 100%;
    min-height: 100%;
    padding: 1rem;
}

.box5 .box-icon {
    margin: auto;
    font-size: 2rem;
    color: #3e90ce;
}

.box5 .box-title {
    min-height: 2rem;
    color: #4F6B7F;
    font-size: .9rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.box5 .box-text {
    color: #545454;
    font-size: .9rem;
    font-weight: 200;
    margin-bottom: 0px !important;
}

.last-box-text {
    min-height: 14rem;
    font-size: .9rem;
    font-weight: 300;
    text-align: justify;
    padding-left: 8rem;
    padding-right: 2rem;
}

.last-box-img {
    background: url(../img/mairie.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 659px) {
    .top-margin {
        margin-top: 16rem;
    }

    .tampon {
        right: 0rem;
    }

    .bg-title {
        font-size: 1.6rem;
    }

    .section-height {
        height: auto;
    }

    .box-index {
        position: relative;
        padding-bottom: 0px !important;
    }

    .last-box-text {
        padding-left: 2rem;
    }

    .last-box-img {
        height: 16rem;
    }
}

/**** faq ****/
#faq .link-collapse {
    color: #333333;
}

#faq .link-collapse:hover {
    color: #6bae60 !important;
    transition: 150ms;
}

#faq .faq-body {
    font-size: .9rem;
    color: #525151;
    border-color: #6bae60;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}

#faq .collapse.show {
    margin-bottom: 20px;
}

#contact .form-control {
    background: #e9eef2;
    border: none;
}

/********* END MAIN *********/


/********* FOOTER *********/
.prefooter-bg {
    text-align: center;
    background: #6CAF60;
    color: #ffffff;
    font-size: 15px;
    border-bottom: 1px solid #eeeeee;
}

footer h6,
footer h6 a {
    font-weight: 500;
    text-decoration: none;
    font-size: 0.8rem;
    color: #8f959b;
}

footer .footer-description,
footer .footer-description a,
footer .footer-description div {
    text-decoration: none;
    font-size: 0.8rem;
    color: #8f959b;
}

footer .footer-description i {
    position: relative;
    top: 3px;
}

img.solutions-img {
    height: 28px;
    max-width: 100%;
}

footer h6 a:hover,
footer .footer-description:hover a,
footer .footer-description:hover,
footer .footer-description:hover i {
    text-decoration: none;
    color: #8f959b !important;
}

.reforest-a {
    text-decoration: none;
}

.reforest,
.reforest a {
    font-size: 14px !important;
    color: #006148 !important;
    font-weight: 400 !important;
    text-align: right;
    transition: 150ms;
}

.reforest a:hover {
    text-decoration: none;
}

.reforest a:hover {
    color: #015741 !important;
    text-decoration: underline;
    transition: 150ms;
}

.reforest a:first-child:hover {
    text-decoration: none;
}

.reforest .reforest-img {
    max-width: 114px;
    max-height: 40px;
    position: relative;
    top: -8px;
    left: 12px;
}

.social-i {
    position: relative;
    top: -4px;
}

.copyrights,
.copyrights a {
    color: #8f959b;
    font-size: 13px;
}

@media screen and (max-width: 659px) {
    footer div {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }

    footer .solutions-sat {
        display: none;
    }

    footer .reforest {
        margin-top: 10px;
    }

    footer .reforest .reforest-img {
        max-width: 100px;
    }
}

/********* END FOOTER *********/

span.errors {
    color: red;
}