body, div {
    margin: 0;
    padding: 0;
}
body {
    background-color: rgb(9, 82, 102);
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: black;
}
p{
    margin: 0;
    padding: 0;
}
/* Entête de Page */
#entete {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 118px;
    z-index: 1000;
    background: rgb(7, 72, 88); 
    padding: 26px 0 15px 0;
}

/* Logo */
#logo {
    float: left;
    margin-top: -15px;
    margin-left: 25px;
}
.logo {
    max-width: 130px;
    height: 130px;
}

/* Menu */
.image-menu {
    display: none;
    list-style-type: none;
    justify-content: right;
    flex-shrink: 0;
    height: 40px;
    width: 100px;
    padding-top: 15px;
    margin-right: 15%;
}
.menu {
    display: flex;
    list-style: none;
    float: right;
}
.sous-menu {
    list-style-type: none;
    justify-content: center;
    flex-shrink: 0;
    display: flex;
}
.item {
    list-style-type: none;
    justify-content: center;
    flex-shrink: 0;
}
.sous-item {
    text-decoration: none;
}
.sous-item2 {
    text-decoration: none;
}
.boutton {
    height: 60px;
    width: 200px;
    padding: 20px;
    z-index: 1000;
    background: rgb(7, 72, 88); 
    margin-top: 0px;
    margin-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
    border: 0px solid black;
    border-radius: 15px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #A8DADC;
}
.boutton2 {
    height: 44px;
    width: 200px;
    padding: 10px;
    z-index: 1000;
    background: rgb(7, 72, 88);
    margin-top: 0px;
    margin-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #A8DADC;
    border-radius: 7px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #A8DADC;
}
.link {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #A8DADC;
}
.boutton:hover {
    cursor: pointer;
}
.boutton2:hover {
    cursor: pointer;
}
@media screen and (max-width: 1300px) {
    .container{
        flex-direction: column;
    }
    .division:first-child {
    order: 1; /* place la 1re division au milieu */
    }

    .division:nth-child(2) {
        order: 0; /* 2e division à gauche */
    }

    .division:nth-child(3) {
        order: 2; /* 3e division à droite */
    }
    #logo{
        margin-left: 5%;
    }
    .image-menu {
        display: flex;
    }
    .menu {
        justify-content: right;
        height: 75px;
        padding-left: 0px;
    }
    .item{
        margin-right: 25%;
    }
    .sous-menu {
        padding-left: 0px;
        margin-top: 3px;
        width: 200px;
        display: none;
    }
    .sous-item {
        z-index: 1000;
        background: rgb(7, 72, 88); 
        margin-top: 0px;
        margin-bottom: 2px;
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 15px;
        height: 60px;
    }
    .boutton {
        border: 1px solid #A8DADC;
        color: #A8DADC;
    }
    .item:hover > ul {
        display: block;
    }
    .item:hover{
        margin-right: 0%;
    }
    .item:hover > img{
        margin-left: 37.5%;
    }
    .sous-item:hover > ul {
        display: block;
    }
    .pied-presta-ph{
        max-width: 350px;
        margin: 20px;
        justify-content: center;
    }
    .pied-presta-ph .form{
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0px;
        margin-right: 0px;
        max-width: 230px;
    }
}

/* Contenu */
#contenu {
    margin-top: 170px;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* Espace entre les tableaux */
}
.saut{
    width: 100%;
}

/* Prestation */
#forfait .titre1 {
    text-align: center;
    font-size: 24px;
    color: black;
}
.prestation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    float: center;
    border-collapse: collapse;
}
.prestation table {
    transition: transform 0.3s ease-in-out;
    border-collapse: collapse;
    font-size: 14px;
    border: 0px solid rgb(7, 24, 90); 
    border-radius: 15px;
    background-color: rgb(233, 233, 233);
    margin-left: 10px; /* Centrer le tableau */
    margin-right: 10px; /* Centrer le tableau */
    margin-bottom: 5px;
    margin-top: 12px;
    width: 300px;
}
.prestation table:hover {
    transform: scale(1.05);
}
.prestation td {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}
.prestation tr {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}
.prestation tr:first-child th:first-child {
    background: rgb(7, 72, 88);
    font-weight: bold;
    font-size: 15px;
    padding: 12px 15px;
}
.detail .prestation table {
    width: auto;
}
.detail .prestation {
    display: flex;
    justify-content: center;
}
.plus {
    font-size: 25px;
}
.repa {
    font-style: italic;
}

/* Economique */
.titreteco {
    color: rgb(96, 218, 131);
    background: rgb(7, 72, 88);
    font-weight: bold;
    font-size: 15px;
    padding: 12px 15px;
}
.coloreco {
    background-color: #60da8317;
}

/* Premium Economique */
.titretpeco {
    color: rgb(36, 125, 181);
    background: rgb(7, 72, 88);
    font-weight: bold;
    font-size: 15px;
    padding: 12px 15px;
}
.grandeco {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: rgb(96, 218, 131);
}
.colorpeco {
    background-color: #247db517;
}

/* Buisness */
.titretbui {
    color: rgb(203, 131, 227);
    background: rgb(7, 72, 88);
    font-weight: bold;
    font-size: 15px;
    padding: 12px 15px;
}
.grandpeco {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: rgb(36, 125, 181);
}
.colorbui {
    background-color: #b946e01e;
}

/* First */
.titretfirst {
    color: #ff0000;
    background: rgb(7, 72, 88);
    font-weight: bold;
    font-size: 15px;
    padding: 12px 15px;
}
.grandbui {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: hsl(300, 82%, 51%);
}
.colorfirst {
    background-color: #ff00003e;
}
.titre1 {
    text-align: center;
    font-size: 24px;
}
/* LA CARTE */

.section-a-la-carte {
    margin-top: -15px; /* Ajouter un espace au-dessus pour séparer des autres sections */
}

.titre {
    background-color: rgb(7, 72, 88);
    color: #A8DADC;  
    font-size: 23px;
    text-align: left;
    padding: 10px;
}

.nom, .prix {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.color {
    background-color: rgba(163, 188, 200, 0.541);
}


.titre, .nom, .prix {
    text-align: center; /* Centrer le texte horizontalement */
    vertical-align: middle; /* Centrer le texte verticalement */
}

.prix{
    min-width : 47px;
}
/* Fin de la carte */

/* Login and Registration Forms */
.form .titre5 {
    color: #A8DADC;
}
.form {
    margin: 20px;
    background-color: rgb(7, 72, 88);
    padding: 40px 60px;
    border-radius: 10px;
    width: 300px; /* Ajout d'une largeur fixe */
}
input::placeholder {
    color: black;
    font-family: 'Arial, Helvetica', sans-serif;
}
textarea::placeholder{
    color: black;
    font-family: 'Arial, Helvetica', sans-serif;
}
textarea{
    font-family: 'Arial, Helvetica', sans-serif;
}
.inter {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #A8DADC;
    border: none;
    width: calc(100% - 30px);
    outline: none;
    text-align: center;
    color: black;
}
.date input,
.image input {
    border-radius: 5px;
    border: none;
    background-color: #A8DADC;
    outline: none;
    text-align: center;
    color: black;
}
.image input::-webkit-file-upload-button {
    background-color: rgb(206, 52, 52);
    color: black;
    border-radius: 5px;
    border: 0px;
}
.reponse {
    font-size: 14px;
    color: #A8DADC;
}
.inscription {
    font-size: 14px;
    margin-bottom: 20px;
    color: #A8DADC;
    text-decoration: none;
}
.inscription:hover{
    transform: scale(1.05);
}
.bouton {
    padding: 15px 25px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: black;
    background-color: #A8DADC;
    cursor: pointer;
}
.mdp_oublie{
    font-size: 14px;
    margin-bottom: 20px;
    color: #A8DADC;
    text-decoration: none;
    background-color: none;
    border: 0px;
    background: rgb(7, 72, 88); 
}
.mdp_oublie:hover{
    transform: scale(1.05);
}
#form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.invisible {
    display: none;
}
.mdp {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #A8DADC;
    border: none;
    width: calc(100% - 30px);
    outline: none;
    text-align: center;
    color: black;
}

.mdp input {
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #A8DADC;
    width: calc(100% - 30px);
    text-align: center;
    color: black;
}

.mdp img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}


/*Fin Form*/

/*Texte classique*/

.container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.division {
    margin: 20px;
    padding: 40px 20px 20px 20px; /* Ajout de padding en haut */
    color: #000;
    background-color: #A8DADC;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Pour un léger effet d'ombre */
    border-radius: 15px; /* Bords arrondis */
    border: 2px solid #000;
    max-width : 500px;
}

.insta {
    max-width: 100px;
    height: auto;
    cursor: pointer;
}

.img_accueil{
    width: 100%;
    border-radius: 12px;
}

.division .instagram-logo {
    margin: 10px;
}

.division .text-zone {
    margin-bottom: 20px;
}

.division p{
    font-size: 15px;
}

/*Fin texte classique*/


/* Centrage du texte dans les menus déroulants */
select.inter {
    text-align-last: center; /* Pour centrer le texte dans les menus déroulants */
}

/*tableau my space*/

.tableau{
    background-color: rgb(7, 72, 88);
    padding: 40px 60px;
    border-radius: 10px;
    max-width: 300px; /* Ajout d'une largeur fixe */
    margin: 20px; /* Marge entre les tableaux */
    flex: 1;
}
.lign{
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #A8DADC;
    border: none;
    width: calc(100% - 30px);
    outline: none;
    text-align: center;
    color: black;
}
.label{
    font-size: 16px;
    font-weight: 500;
}
.titre4{
    color: #A8DADC;
}

.case .allpresta{
    margin-right: -5px;
    border-radius: 5px;
    margin-bottom: 15px ;
    margin-top: 15px;
    outline: none;
    text-align: center;
    padding: 15px;
    width: calc(100% - 30px);
    color: black;
}

.case{
    background-color: #A8DADC;
    color: black;
}
.supr{
    border-radius: 5px;
    background-color: #A8DADC;
    color: black;
    border: 1px solid black ;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 2px;
    margin-left: 5px;
}
.allpresta {
    float: center;
    margin: auto; /* Ajout pour centrer le tableau */
}
@media screen and (max-width: 800px) {
    .prestation table {
        margin-left: auto;
        margin-right: auto;
    }
}

/*fin tableau my space*/


/* Pied de Page */

.pied {
    margin-top: 15px;
    padding: 50px;
    font-size: 14px;
    text-align: center;
}
.pied a {
    color: black;
    text-decoration: none;
}
.pied img {
    max-width: 150px;
}
.image_footer{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    gap: 10px;
}
.propos {
    text-align: center;
    font-size: 16px;
}