html, body {
    height: 100%;
}

body{
    width: 100%;
    background-color: #E0B1CB;
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

main {
    flex: 1;
}

.content-wrapper {
    padding-top: 150px;
    flex: 1;
}

div{
    text-align: center;
}

h2{
    padding: 4%;
    padding-top: 5%;
}

a {
    color: black;
    text-decoration: none;
}

.panel {
    border: 1px solid black;
    background-color: #7F7F7F;
    border-radius: 12px;
    box-shadow: 2.5px 2.5px 5px #000000;
    width: 100%;
    margin: 10px auto;
    position: relative;
}
.panel2 {
    border: 1px solid black;
    background-color: #C0C0C0;
    border-radius: 12px;
    box-shadow: 2.5px 2.5px 5px #000000;
    width: 90%;
    margin: 2% auto;
    position: relative;
}

.image-container {
    position: relative;
    text-align: center;
    margin-top: 2.5%;
}
  
.text-over {
    position: absolute;
    left: 50%;
    top: 40%;
    width: 80%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 1;
    text-shadow: 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000;
}

.text-normal{
    font-size: 20px;
}

.table{
    border: 1px solid black;
}

.texteP{
    font-size: xx-large;
}

/*---Page Prestation---*/
.panel-prestation {
    border: 1px solid black;
    background-color: #7F7F7F;
    border-radius: 12px;
    box-shadow: 2.5px 2.5px 5px #000000;
    width: 90%;
    margin: 2% auto;
    position: relative;
}
.panel-prestation2 {
    border: 1px solid black;
    background-color: #C0C0C0;
    border-radius: 12px;
    box-shadow: 2.5px 2.5px 5px #000000;
    width: 100%;
    margin: 10px auto;
    position: relative;
}
.table-presta {
    border-collapse: collapse;
    margin: 0;
    width: 90%;
}
.table-presta td {
    border: 1px solid black;
    padding: 8px;
    width: 60%;
}

.h4-presta{
    font-size: 175%;
}
/*---Fin Page Prestation---*/

/*---Bouton---*/
.btn{
    background-color: #C0C0C0;
    border-radius: 5px;
    border: 1px solid black;
    cursor: pointer;
    padding: 5  px;
    font-size: x-large;
    color: #000000;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}
.btn:hover{
    color: white;
    background-color: #AAAAAA;
}
.btn a {
    text-decoration: none;
    color: inherit;
}
/*---Fin Bouton---*/

/*---Page Contact---*/
.contact{
    font-size: 20px;
}
.img-contact{
    width:1.5em;
    margin-right: 5px;
}
/*---Fin Page Contact---*/

/*---Header---*/
header {
    padding: 15;
    height: 140px;
    background-color: #BE95C4;
    box-shadow: 0px 2.5px 5px #000000;
    font-family: 'Times New Roman', Times, serif;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}
.img-logo{
    border: 1px solid black; 
    width:15em;
    margin-top: 5px; 
    height: auto; 
    box-shadow: 2.5px 2.5px 5px #000000;
}
.Titre {
    border: 1px solid black;
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
    background-color: #7F7F7F;
    white-space: nowrap;
    box-shadow: 2.5px 2.5px 5px #000000;
    font-size:250%; 
    margin: 0;
}

ul {
    list-style:none;
    margin-left:0;
    padding-left:0;
}

li {
    border-top: 1px solid black;
}

ul li:first-child {
    border-top: none;
}
/*---Fin Header---*/

/*---Footer---*/
footer {
    padding: 0.5em 0;
    margin-top: 15px;
    height: 80px;
    width: 100%;
    background-color: #BE95C4;
    box-shadow: 0px -2.5px 5px #000000;
    font-family: 'Times New Roman', Times, serif;
}

.img-footer{
    width:2em;
    margin-right: 5px;
}

.img-footer-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.img-footer-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/*---Fin Footer---*/

/*---Menu---*/
.mainmenubtn {
    border: 1px solid black;
    background-color: #7F7F7F;
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding:5px;
    border-radius: 10px;
    font-size: 200%;

    box-shadow: 2.5px 2.5px 5px #000000;
}

.mainmenubtn:hover {
    background-color: #6E6E6E;
    color: white;
}

.dropdown {
    position: absolute;
    right: 2.5%;
    display: inline-block;
}

.dropdown-child {
    border: 1px solid black;
    display: none;
    background-color:#7F7F7F;
    min-width: 200px;
    position: absolute;
    right: 0.1%;
    border-radius: 3%;
    font-size: x-large;
    box-shadow: 2.5px 2.5px 5px #000000;
    animation: dropdown-animation 0.3s ease-in-out;
}

@keyframes dropdown-animation {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.dropdown-child a {
    color: rgb(0, 0, 0);
    padding: 20px;
    text-decoration: none;
    display: block;
}

.dropdown-child a:hover{
    background-color: #6E6E6E;
    color: white;
}

.dropdown:hover .dropdown-child {
    display: block;
}
/*---Fin Menu---*/

@media (max-width: 767px) {
    /*---Header + menu + logo + titre---*/
    header {
        height: auto;
        background-color: #BE95C4;
        box-shadow: 0px 2.5px 5px #000000;
        font-family: 'Times New Roman', Times, serif;
        position: fixed;
        padding-bottom : 3%;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
    }
    .Titre {
        font-size: 150%;
    }
    .dropdown {
        right: 0;
    }
    .img-logo{
        border: 1px solid black; 
        width:9em;
        margin-top: 5px; 
        height: auto; 
        box-shadow: 2.5px 2.5px 5px #000000;
    }
    .header-row {
        flex-direction: column;
    }
    .header-row img {
        margin-bottom: 10px;
    }
    .header-row .Titre {
        font-size: 1.5rem;
    }
    .header-row .mainmenubtn {
        font-size: 1.5rem;
    }
    .header-row .dropdown {
        position: absolute;
        right: 15px;
        top: 20px;
    }
    /*---Fin Header---*/

    .h1-tel{
        font-size: x-large;
    }

    .text-tel{
        font-size: 15px;
    }

    .btn{
        background-color: #C0C0C0;
        border-radius: 5px;
        border: 1px solid black;
        cursor: pointer;
        padding: 5px;
        font-size: large;
        color: #000000;
        text-decoration: none;
        text-align: center;
        transition: background-color 0.3s, color 0.3s;
    }
    .btn:hover{
        color: white;
        background-color: #AAAAAA;
    }
    .btn a {
        text-decoration: none;
        color: inherit;
    }

    .texteP{
        font-size: x-large;
    }

    /*---Pour éviter que le texte soit sous le header---*/
    .content-wrapper {
        padding-top: 165px;
        flex: 1;
    }

    /*---Footer---*/
    .text-footer{
        font-size: 10px;
    }
    .img-footer{
        width:1.75em;
        margin-right: 5px;
    }
    .img-footer-right {
        display: none;
    }
    .d-md-none {
        display: flex;
        justify-content: center;
    }
    /*---Fin Footer---*/
}

.contact-form {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 5px;
  margin-top: 5px;
  border-radius: 8px;
  border: 1px solid #000;
}

.contact-form button {
  background-color: #7F7F7F;
  color: white;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 10px 20px;
  cursor: pointer;
  margin-bottom: 20px;
}

.contact-form button:hover {
  background-color: #6E6E6E;
}

.modal-gray .modal-content {
  background-color: #AAAAAA;
}