nav .end {
    width: 85%;
}

/* ## FIN BANNIERE ACCUEIL SEULEMENT ## */


h2 {
    font-size: 1.7em;
    margin: 8vh 0;
}

article p b,
article h2 {
    font-family: 'bold';
}

article p {
    text-align: justify;
}

/* #############
    NOS POINTS FORTS
############### */
.points-forts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 10vh;
}

.points-forts > div {
    width: 28%;
    text-align: center;
}

.points-forts div div {
    background-color: #42563d;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 1em;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'light';
}

.points-forts div div img {
    width: 80%;
}


.points-forts > div strong {
    display: block;
    margin: 1em;
    font-size: 1.2em;
}

/* #############
    NOS SECTEURS D'ACTIVITES
############### */

.secteurs {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.secteurs .secteur {
    width: 21%;
    text-align: center;
    position: relative;
}

.secteurs .secteur a {
    position: absolute;
    bottom: 0;
    text-decoration: none;
    color: white;
    background-color: #42563d;
    border-radius: 2em;
    padding: 0.7em;
    margin: auto;
    left: 10%;
    width: 80%;
    box-sizing: border-box;
}

.secteurs .secteur p {
    padding: 0 0.3em;
    box-sizing: border-box;
    margin-bottom: 8vh;
}

.secteurs .secteur strong {
    margin: 1vh 0;
    display: block;
    font-size: 1.3em;
}

.secteurs .secteur img {
    width: 100%;
}


/* #############
    NOS SERVICES HOTELS ET SPA
############### */


.services {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.services > div {
    width: 30%;
    height: auto;
    background-image: url('/IMG/business/services/consulting.jpg') !important;
    background-color: #929292 !important;
    background-blend-mode: multiply;
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 5em 1em;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 5vh;
    position: relative;
}

.services.col-1 > div {
    width: 100%;
    padding: 6em 15%;
}

.services.col-2 > div {
    width: 49%;
    padding: 2em 2em;
    height: auto !important;
}

.services div div {
    height: auto;
    padding-bottom: 8vh;
}

.services div div p {
    font-size: 0.9em;
    font-family: 'bold';
}

.services div div h3 {
    font-size: 1.5em;
    margin-bottom: 1vh;
}

.services div div h3,
.services div div p,
.services div div a {
    color: white;
    line-height: 1.7em;
}

.services div a {
    position: absolute;
    bottom: 10%;
    width: 60%;
    left: 20%;
    display: inline-block;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    padding: 1vh;
    border-radius: 2em;
    border: 1px solid white;
    margin-top: 5vh;
    box-sizing: border-box;
}

.services.col-1 > div a {
    width: 30%;
    left: 35%;
    bottom: 10%;
}

.services > div:nth-child(2) {
    background-image: url('/IMG/business/services/sous-traitance.jpg') !important;
}

.services > div:nth-child(3) {
    background-image: url('/IMG/business/services/service-en-chambre.jpg') !important;
}

.services.col-1 > div {
    background-image: url('/IMG/business/services/management.jpg') !important;
}


/* #### EVENEMENTS #### */
article {
    margin: 10vh 0;
}

article h2 {
    font-size: 1.2em;
    margin: 1em 0;
}

article ul li {
    list-style: none;
    margin-bottom: 3vh;
}

article#prestations ul li {
    list-style: outside;
    margin-bottom: 3vh;
}

article ul li img {
    width: 1em;
    margin-right: 1em;
}


.buttons a,
article a {
    text-transform: uppercase;
    color: white;
    background-color: #42563d;
    border-radius: 2em;
    padding: 0.4em;
    text-decoration: none;
    display: block;
    width: 30%;
    margin: 5vh auto;
    text-align: center;
}

.buttons {
    display: flex;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-around;
}

.buttons a {
    width: 40%;
    padding: 1em 0;
}

/* #### EVENEMENTS #### */
article#prestations h2 {
    text-align: center;
}

article#prestations p {
    text-align: justify;
    margin-top: 5vh;
}

article#prestations section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 10vh;
}

article#prestations section ul {
    width: 50%;
    text-align: justify;
}

article#prestations section ul li {
    margin-bottom: 3vh;
}

article#prestations section div {
    width: 40%;
}

article#prestations section div img {
    width: 100%;
}

article#prestations section#system div {
    text-align: center;
}

article#prestations section#system div img {
    width: 20%;
}

article#prestations section#system div h3 {
    margin: 3vh 0;
}

article#prestations section#system div p {
    text-align: center;
}

/* #### CONTACT #### */

main#contact {
    background-image: url('/IMG/business/contact/background.jpg'), linear-gradient(180deg, #42563d 0%, #ffffff 100%) !important;
    background-blend-mode: overlay;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: inherit;
    min-height: auto;
    background-size: 100% 50%;
}

main#contact h1 {
    font-size: 2.5em;
    text-align: center;
    margin-top: 30vh;
    color: white;
}

.form {
    width: 80%;
    margin: 15vh auto;
    display: flex;
    flex-wrap: wrap;
    background: white;
    box-shadow: 0px 10px 60px 0px rgba(71, 74, 182, 0.12);
}

.form h2 {
    font-size: 2em;
}

.form form {
    width: 65%;
}

.form form textarea {
    width: 100%;
    box-sizing: border-box;
}

.form form,
.form .informations {
    padding: 1em 2em;
    box-sizing: border-box;
}

.form form > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    width: 90%;
    flex-wrap: wrap;
}

.form form > div:nth-child(2) div {
    width: 65%;
}

.form form > div:nth-child(2) div:nth-child(2) {
    width: 30%;
}

.form-group {
    margin-bottom: 1vh;
    width: 90%;
}

.form-group select,
.form-group input {
    width: 100%;
    box-sizing: border-box;
}

label {
    display: inline-block;
    margin-bottom: 0.5vh;
    text-transform: uppercase;
    font-size: 0.8em;
}

.form-control {
    display: block;
    width: 100%;
    padding: .300rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 1em;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-check {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 3vh auto;
}

.form-check input {
    width: 1em;
    margin-right: 0.5em;
}

.form-check label {
    line-height: 1em;
    font-weight: bold;
    font-size: 0.8em;
    width: 90%;
}

.form-check a {
    color: #2ea3f2;
    text-decoration: none;
}

form input[type="submit"] {
    background-color: #42563d;
    color: white;
    border: none;
    border-radius: 3em;
    padding: 1em;
    margin-top: 2vh;
    font-size: 0.8em;
}

.form .invalid-feedback {
    width: 100% !important;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

form label span {
    color: red;
    margin-left: 0.5em;
}


.informations {
    background: #42563d;
    width: 35%;
    color: white;
}

.informations div {
    display: flex;
    margin-top: 5vh;
}

.informations div p {
    line-height: 2em;
}

.informations div img {
    height: 3em;
    margin-right: 1em;
}

.informations div:nth-child(5) {
    margin-top: 50%;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.informations div:nth-child(5) a {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.informations div:nth-child(5) a img {
    height: 1em;
}

main#contact > h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 3vh;
}

hr {
    width: 5%;
    margin: auto;
    background-color: #42563d;
    height: 0.4vh;
    border: none;
    margin-bottom: 10vh;
}

nav hr {
    width: 100% !important;
    background-color: #848484;
    height: 1px;
}

.questions {
    width: 80%;
    margin: auto;
    background-color: white;
    text-align: justify;
}

.questions section {
    margin-bottom: 10vh;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.questions section div {
    width: 45%;
}

.questions section div h3 {
    margin-bottom: 1vh;
    display: flex;
}

.questions section div h3 img {
    height: 1.5em;
    margin-left: -2.5em;
    margin-right: 1em;
}


/* #### MANAGEMENT SPA #### */

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10vh;
    align-items: center;
}

.flex-center {
    text-align: center;
    margin-bottom: 5vh;
}

.flex section {
    width: 45%;
}

.flex section > img {
    width: 100%;
}

.flex section h2 {
    font-weight: bold;
    margin-top: 5vh;
}

.flex section h4 {
    margin-top: 3vh;
    font-family: 'bold';
}

.flex section ul {
    margin-top: 5vh;
}

.flex section ul li {
    display: flex;
    text-align: justify;
}

.flex section ul li img {
    height: 1.5em;
}

.flex section p {
    text-align: justify;
}


/* MODALE : CLIC SUR CONCIERGERIE D'HOTEL */


footer {
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10vh 0;
}

footer > div {
    width: 20%;
    display: flex;
    align-items: center;
}

footer div div {
    width: 70%;
    text-align: center;
    font-size: 0.9em;
}

footer div div h4 {
    font-size: 1.3em;
    margin-bottom: 1em;
}

footer div div a {
    display: block;
    text-decoration: none;
    color: inherit;
    line-height: 2em;
}

footer div div img {
    width: 80%;
}

footer p#copyright {
    text-align: center;
    background-color: black;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: white;
    padding: 1em;
    font-size: 0.8em;
    box-sizing: border-box
}