body {
    background: url("../images/background.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    right: 0;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    &:after {
        content:"";
        position: absolute;
        top: 0;
        left: 0;
        width: 391px;
        height: 687px;
        background: url("../images/feuilles.png") no-repeat;
        background-size: 391px 687px;
        background-position: center center;
    }
}
@media (max-width: 1400px) {
    body {
        &:after {
            width: 195px;
            height: 343px;
            background-size: 195px 343px;
        }
    }
}

@media (max-width: 992px) {
    body {
        &:after {
            width: 97px;
            height: 171px;
            background-size: 97px 171px;
        }
    }
}

.container {
    width: 1200px;
}
@media (min-width: 100px) {
    .container {
        width: auto;
        margin-left: 25px;
        margin-right: 25px;
    }
}
@media (min-width: 768px) {
    .container {
        width: 576px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 992px) {
    .container {
        width: 768px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 922px;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1200px;
    }
}


.container-fluid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 100px) {
    .container-fluid  {
        width: auto;
    }
}
@media (min-width: 768px) {
    .container {
        margin-left: auto;
        margin-right: auto;
    }
}

.content-logo {
    margin-top: 160px;
    text-align: center;
    padding-bottom: 120px;
}

.content-logo img {
    width: 540px;
}


@media (max-width: 992px) {
    .content-logo {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .content-logo img{
        width: 270px;
    }
}

.content-border {
    border-top: 1px solid #3f5e52;
    border-bottom: 1px solid #3f5e52;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 100px) {
    .content-border {
        width: auto;
    }
}
@media (min-width: 768px) {
    .content-border {
        width: 576px;
    }
}
@media (min-width: 992px) {
    .content-border {
        width: 768px;
    }
}
@media (min-width: 1200px) {
    .content-border {
        width: 922px;
    }
}
@media (max-width: 1199px) {
    .content-border br {
        display:none;
    }
}


.content-border p {
    font-size: 30px;
    line-height: 38px;
    color: #3f5e52;
    text-align: center;
    margin-bottom: 30px;
    top: 30px;
}
@media (max-width: 992px) {
    .content-border p  {
        font-size: 20px;
        line-height: 28px;
    }
}

.content {
    padding-top: 20px;
    padding-bottom: 40px;
}
.content h1 {
    font-size: 40px;
    line-height: 48px;
    color: #3f5e52;
    font-weight: 800;
    margin-bottom: 0;
    text-align: center;
}
@media (max-width: 992px) {
    .content h1  {
        font-size: 30px;
        line-height: 38px;
    }
}
.content h2 {
        font-size: 35px;
        line-height: 43px;
        color: #3f5e52;
        font-weight: 100;
        margin-top: 0;
        text-align: center;
}
@media (max-width: 992px) {
    .content h2  {
        font-size: 16px;
        line-height: 26px;
    }
}
.content-bg-green {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2px;
    padding-bottom: 40px;
}
@media (min-width: 100px) {
    .content-bg-green {
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
    }
    .content-bg-green span {
        display: none;
    }
    .content-bg-green br {
        display: block;
    }
}
@media (min-width: 768px) {
    .content-bg-green {
        width: 576px;
    }
}
@media (min-width: 992px) {
    .content-bg-green {
        width: 768px;
    }
    .content-bg-green span {
        display: contents;
    }
    .content-bg-green br {
        display: none;
    }
}
@media (min-width: 1400px) {
    .content-bg-green {
        width: 1200px;
    }
}


.content-bg-green h2 {
    font-size: 35px;
    line-height: 43px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 0;
    text-align: center;
}
@media (max-width: 992px) {
    .content-bg-green h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
.content-bg-green h3 {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    font-weight: 100;
    text-align: center;
    top: 0;
    margin-bottom: 0;
    margin-top: 5px;
}
@media (max-width: 992px) {
    .content-bg-green h3 {
        font-size: 16px;
        line-height: 22px;
    }
}
.content-bg-green h3 strong {
    color: #3f5e52;
    font-weight: 100;
}
.content-bg-green h3 a {
    color: #3f5e52;
    font-weight: 100;
    text-decoration: none;
}
.content-bg-green h3 a:hover {
    color: #000;
}
.content-info {
    padding-top: 40px;
    padding-bottom: 35px;
}
.content-info p {
    font-size: 30px;
    line-height: 38px;
    color: #3f5e52;
    text-align: center;
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .content-info p {
        font-size: 20px;
        line-height: 28px;
        text-align: left;
    }
}
.content-info ul {
    list-style: none;
    width: 420px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2px;
}
@media (max-width: 992px) {
    .content-info ul {
        width: 100%;
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        color: #3f5e52;
    }
}
.content-info ul li {
    text-align: left;
    top: 0;
    margin-bottom: 0;
    margin-top: 28px;
}
.content-info ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 35px;
    line-height: 43px;
    font-weight: 500;
    color: #3f5e52;
}
.content-info ul li a:hover {
    color: #acc2b8;
}
@media (max-width: 992px) {
    .content-info ul li {
        margin-top: 18px;
    }
    .content-info ul li a {
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        color: #3f5e52;
    }
}
@media (max-width: 576px) {
    .content-info ul li a {
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        color: #3f5e52;
    }
}

.content-info ul li a img {
    margin-right: 20px;
}
@media (max-width: 992px) {
    .content-info ul li a img {
        width: 45px;
    }
}

.content-site-web {
    padding-top: 0;
    padding-bottom: 100px;
}
.content-site-web .round-btn {
    margin-left: auto;
    margin-right: auto;
    background-color: #acc2b8;
    font-size: 30px;
    line-height: 35px;
    font-weight: 100;
    text-align: center;
    color: #fff;
    border-radius: 150px;
    width:200px;
    height:200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}
.content-footer p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 100;
    color: #acc2b8;
    text-align: center;

}
.content-footer p a {
    text-decoration: none;
    color: #acc2b8;
}
.content-footer p a:hover {
    text-decoration: none;
    color: #3f5e52;
}