@import url(tools.css);
.bgBody {
    background-color: var(--blanc);
}
.barNav {
    float: left;
    width: 100%;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: var(--blanc);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.187);
}
.barNav .group {
    float: left;
    width: 90%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.barNav .group .title{
    float: left;
    flex: 1;
}
.barNav h1 {
    color: #005450;
}
.barNav .group .link a {
    float: left;
    margin-right: 20px;
    color: #005450;
    font-weight: 600;
    text-decoration: none;
}
.barNav .group .link {
    flex: 2;
    margin-top: 10px;
}
.barNav .group button {
    float: right;
    height: 45px;
    padding-inline: 20px;
    border-radius: 30px;
    background-color: #005450;
    border: 2px solid var(--blanc);
    color: var(--blanc);
}
.barNav .group svg {
    width: 24px;
    height: 24px;
    float: right;
    margin-top: 10px;
    display: none;
    fill: #005450;
}
.bloc-1 {
    float: left;
    height: 450px;
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bloc-1 .group {
    width: 80%;
}
.bloc-1 h1 {
    font-size: 45px;
    text-align: center;
    float: left;
    width: 100%;
    color: #005450;
}
.bloc-1 p {
    float: left;
    width: 100%;
    text-align: center;
    color: rgb(87, 87, 87);
    font-size: 18px;
    margin-top: 20px;
}
.bloc-1 .un {
    width: 50%;
    float: left;
}
.bloc-1 .deux label {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
    color: #005450;
}
.bloc-1 .deux input {
    width: 80%;
    padding-inline: 10px;
    float: left;
    height: 35px;
    margin-bottom: 10px;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 4px;
}
.bloc-1 .deux p {
    float: left;
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}
.bloc-1 .deux button {
    display: block;
    padding-inline: 50px;
    height: 40px;
    border-radius: 30px;
    background-color: #005450;
    color: var(--blanc) !important;
    border: none;
    font-weight: 800;
    float: left;
    margin-top: 20px;
}
.bloc-1 .deux h2 {
    float: left;
    text-align: center;
    width: 100%;
    position: relative;
    color: #005450;
    margin-bottom: 10px;
}
.bloc-1 .deux .h2{
    float: left;
    text-align: center;
    width: 100%;
    position: relative;
    color: #005450;
    font-size: 18px;
    margin-bottom: 10px;
}
.bloc-1 .deux h2::after {
    content: "sdig-sante.com";
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: 25px;
    padding-left: 20px;
    font-size: 11px;
}
.bloc-1 .deux .h2::after {
    content: "";
    position: absolute;
    width: 20%;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: 25px;
    padding-left: 20px;
    font-size: 11px;
}
.bloc-1 .deux {
    float: left;
    width: 35%;
    margin-left: 5%;
}

.bloc-2 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bloc-2 .group {
    width: 80%;
    background-color: #005450;
    position: relative;
}
.bloc-2 .group img {
    width: 100%;
    float: left;
    background-color: red;
    height: 700px;
    object-fit: cover;
}
.bloc-2 .group .text {
    float: left;
    width: 100%;
    position: absolute;
    height: 700px;
    top: 0;
    background-color: #00545036;
    display: flex;
    justify-content: right;
    align-items: center;
}
.bloc-2 .group .text .bx {
    width: 70%;
    background-color: #005450;
    padding: 20px;
    margin-top: 200px;
}
.bloc-2 .group .text h1 {
    float: left;
    width: 100%;
    color: var(--blanc);
    font-size: 40px;
}
.bloc-2 .group .text p {
    font-size: 15px;
    color: var(--blanc);
    margin-top: 30px;
    float: left;
    width: 100%;
}

.about {
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    overflow: hidden;
}
.about .group {
    width: 80%;
}
.about .bx {
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.about .bx h1 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #005450;
}
.about .bx p {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #005450;
    font-size: 18px;
    line-height: 1.8;
}
.about .card {
    width: 100%;
    background-color: #F4F4F4;
    float: left;
    padding: 20px;
    overflow: hidden;

}
.about .card h1 {
    float: left;
    width: 100%;
    color: #005450;
    margin-bottom: 30px;
}
.about .card .box {
    width: 60%;
    float: left;
}
.about .card .box label {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 4px;
}
.about .card .box input {
    float: left;
    width: 100%;
    height: 40px;
    padding-inline: 10px;
    outline-color: var(--bleu2);
    border-radius: 4px;
    border: 1px solid rgb(211, 211, 211);
    margin-bottom: 10px;
}
.about .card .box textarea {
    width: 100%;
    height: 200px;
    float: left;
    margin-bottom: 20px;
    padding: 5px;
    padding-inline: 10px;
    outline-color: var(--bleu2);
    border-radius: 4px;
    resize: none;
    border: 1px solid rgb(211, 211, 211);
}
.about .card .box button {
    display: block;
    padding-inline: 50px;
    height: 40px;
    border-radius: 30px;
    background-color: #005450;
    color: var(--blanc);
    font-weight: 800;
    border: none;
}
.blog {
    float: left;
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #005450;
    height: 80vh;
    font-weight: 800;
}