@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --main-color: rgb(25, 179, 211);
    --dark-color: #22242a;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    list-style: none;
    /* box-sizing: border-box; */
}


header {
    z-index: 1;
    position: fixed;
    background: var(--dark-color);
    padding: 20px;
    width: calc(100% - 0%);
    top: 0;
    height: 30px;
}

i {
    color: var(--main-color);
}

h1 {
    width: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 30px;
    padding: 20px;
    color: #fff;
    background: rgba(25, 179, 211, 0.8);
    border: 3px solid var(--main-color);
    text-align: center;
    background: skyblue;

}

h2 {
    width: auto;
    padding: 20px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.8);
    border: 3px solid var(--main-color);
    text-align: center;

}

h3 {
    width: auto;
    padding: 15px;
    color: var(--main-color);
}

.content_documents h2 {
    width: auto;
    padding: 20px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    text-align: center;

}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}
.align_left {
    text-align: left;
}

.left_area h3 {
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 900;
}

.left_area span {
    color: #1dc4e7;
}

.logout_btn {
    padding: 5px;
    background: var(--main-color);
    float: right;
    margin-top: -30px;
    margin-right: 40px;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    transition-property: background;

}

.logout_btn:hover {
    background: #fff;
    color: var(--main-color);
}

.sidebar {
    z-index: 1;
    top: 0;
    background: #2F323A;
    margin-top: 70px;
    padding-top: 30px;
    position: fixed;
    left: 0;
    width: 250px;
    height: calc(100% - 9%);
    transition: 0.5s;
    transition-property: left;
    overflow-y: auto;
}

.profile_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sidebar .profile_info .profile_image {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-bottom: 10px;
}

.sidebar .profile_info h4 {
    color: #ccc;
    margin-top: 0;
    margin-bottom: 20px;
}

.sidebar .item {
    width: 250px;
    overflow: hidden;
}

.sidebar .item .menu-btn {
    display: block;
    color: #fff;
    position: relative;
    padding: 25px 20px;
    transition: 0.3s;
    transition-property: color;
}

.sidebar .item2 .menu-btn {
    padding: 15px 20px;
    color: #8EECF5;
}

.sidebar .item .menu-btn:hover {
    color: var(--main-color);
}


.sidebar .item .menu-btn i {
    padding-right: 10px;
}

.sidebar .item .menu-btn .drop-down {
    float: right;
    font-size: 12px;
    margin-top: 3px;
}

.sidebar .item .sub-menu {
    background-color: var(--main-color);
    overflow: hidden;
    max-height: 0;
    transition: 0.3s;
    transition-property: background, max-height;
}

.sidebar .item .sub-menu a {
    display: block;
    position: relative;
    color: #fff;
    white-space: nowrap;
    font-size: 15px;
    padding: 20px;
    border-bottom: 1px solid #8FC5E9;
    transform: 0.3s;
    transition-property: background;
}

.sidebar .item .sub-menu a:hover {
    background: var(--dark-color);
}

.sidebar .item .sub-menu i {
    padding-right: 10px;
    font-size: 10px;
}

.sidebar .item:target .sub-menu {
    max-height: 500px;
}


label #sidebar_btn {
    z-index: 1;
    color: #fff;
    position: fixed;
    cursor: pointer;
    left: 300px;
    font-size: 20px;
    margin: 5px 0;
    transition: 0.5s;
    transition-property: color;
}

label #sidebar_btn:hover {
    color: var(--main-color);
}

#check:checked ~ .sidebar {
    left: -185px;
}

#check:checked ~ .sidebar a span {
    display: none;
}

#check:checked ~ .sidebar a {
    font-size: 20px;
    margin-left: 165px;
    width: 100%;
}

.content {

    /* width: (100% -250px); */
    margin-top: 60px;
    padding: 20px;
    margin-left: 250px;
    background: url(../images/fond.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    transition: 0.5s;
}

.content_standard {

    /* width: (100% -250px); */
    margin-top: 60px;
    padding: 20px;
    margin-left: 250px;
    background: skyblue;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    transition: 0.5s;
    font-size: 12px;
}

.numbers
{
    text-align: right !important;
    font-weight: 800;
}

.SectionCout
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 25px;
}
.SectionCout400
{
    width: 400px;
    margin-right: 20px;
}

.SectionCout500
{
    width: 600px;
    margin-right: 20px;

}

.activites
{
    background:#BAA5FF;
}

.activites h2
{
    border: 3px solid #25076B;  
    color: #25076B;
}

.activites .BtnStandard
{
    background-color: #25076B;
}

.activites .BtnStandard a
{
    color:#BAA5FF;
}

.activites .BtnStandard:hover
{
    background-color: #BAA5FF;
}

.activites .BtnStandard:hover a
{
    color:#25076B;
}

.activites .TotalActivites
{
    padding: 10px;
    margin-top: 10px;
    background-color: #25076B;
    color:#BAA5FF;
    text-align: right;
    font-size: 14px;
    font-weight: 800;
}
.activites .purple
{
    color:#25076B;
}

.BtnEditActivites
{
    border: none;
    background: transparent;
}

.options
{
    background: #87B6A7;
}

.options h2
{
    border: 3px solid #013D09;  
    color: #013D09;
}

.options .BtnStandard
{
    background-color: #013D09;
}

.options .BtnStandard a
{
    color:#87B6A7;
}

.options .BtnStandard:hover
{
    background-color: #87B6A7;
}

.options .BtnStandard:hover a
{
    color:#013D09;
}

.options .TotalOptions
{
    padding: 10px;
    margin-top: 10px;
    background-color: #013D09;
    color:#87B6A7;
    text-align: right;
    font-size: 14px;
    font-weight: 800;
}

.options .darkgreen
{
    color:#013D09 !important;
}

.Excedents
{
    color: red;
    background: white;
}

.Excedents h2
{
    border: 3px solid red;  
    color: red;
}

.GlobalExcedents
{
    background: red;
    color: white;
}

.GlobalExcedents h2
{
    border: 3px solid red;  
    color: red;
}

.GlobalExcedents .TotalExcedent
{
    padding: 10px;
    margin-top: 10px;
    background-color: red;
    color: white;
    text-align: right;
    font-size: 14px;
    font-weight: 800;
}   

.textRed
{
    color: red;
}

.bkwhite
{
    background: white;
}
.content_standard input
{
    width: 50px;
}

.content_standard input[type="text"]
{
    width: 200px;
    font-size: 11px;
    background-color: white;
    border: none;
}

.content_standard input[type="number"]
{
    width: 60px;
    text-align: right;
    border: none;
    background: transparent;
    font-size: 11px;
    font-weight: 800;
}

.content input[type="number"]
{
    width: 80px;
    text-align: right;
}

.content_standard input[type="submit"]
{
    border: none;
    width: 250px;
    background: transparent;
}

.content_standard td
{
    text-align: left;
}

.TotalHebergement
{
    padding: 10px;
    margin-top: 10px;
    background-color: darkblue;
    color:white;
    text-align: right;
    font-size: 14px;
    font-weight: 800;
}

.content_documents {

    width: (100% -250px);
    margin-top: 60px;
    padding: 20px;
    margin-left: 250px;
    background: #fff;
    background-attachment: fixed;
    min-height: 100vh;
    transition: 0.5s;
}


@media screen and (max-width: 700px) {
    .content_documents
    {
        margin-left:0;
    }
}

#check:checked ~ .content {
    margin-left: 60px
}

#check:checked ~ .content_documents {
    margin-left: 60px
}

#check:checked ~ .sidebar .profile_info {
    display: none;
}

#check {
    display: none;
}

.mobile_nav {
    display: none;
}

/* responsive CSS */
@media screen and (max-width: 780px) {
    .sidebar {
        display: none;
    }

    #sidebar_btn {
        display: none;
    }

    .content {
        margin-left: 0;
        margin-top: 0;
        padding: 10px 20px;
        transition: 0s;
    }

    #check:checked ~ .content {
        margin-left: 0;
    }

    .mobile_nav {
        display: block;
        width: calc(100% - 0%);
    }

    .nav_bar {
        background: #222;
        width: (100% -0px);
        margin-top: 70px;
        display: flex;
        justify-content: space-between;
        align-content: center;
        padding: 10px 20px;
    }

    .nav_bar .mobile_profile_image {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .nav_bar .nav_btn {
        color: #fff;
        font-size: 22px;
        cursor: pointer;
        transition: 0.5s;
        transition-property: color;
    }

    .nav_bar .nav_btn:hover {
        color: var(--main-color);
    }

    .mobile_nav_items {
        background: #2F323A;
        display: none;
    }

    .mobile_nav_items a {
        color: #fff;
        display: block;
        text-align: center;
        letter-spacing: 1px;
        line-height: 60px;
        box-sizing: border-box;
        transition: 0.5s;
        transition-property: background;
    }

    .mobile_nav_items a:hover {
        background: var(--main-color);
    }

    .mobile_nav_items i {
        padding-right: 10px;
    }

    .active {
        display: block;
    }


}

/* CSS FORMULAIRE */

.formulaire {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
}

.formulaire_horizon{
    width: 100%;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
}

.formBox, .formBox2, .formBox3 {
    margin: 20px;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}


.formBox label, .formBox2 label, .formBox3 label {
    display: block;
    width: 150px;
    font-size: 14px;
    margin: 0 20px;
    font-weight: 800;
}

.formBox input, .formBox select {
    display: block;
    width: 250px;
    font-size: 14px;
    font-family: inherit;
    color: inherit;
    padding: 1rem 2rem;
    border-radius: 2px;
    background: white;
    border: 3px solid var(--main-color);
    transition: all .3s;
}

.formBox2 input {
    display: block;
    width: 50px;
    font-size: 1rem;
    font-family: inherit;
    color: inherit;
    padding: 1rem 2rem;
    border-radius: 2px;
    background: white;
    border: 3px solid var(--main-color);
    transition: all .3s;
}
.formBox3 input {
    display: block;
    width: 50px;
    font-size: 1rem;
    font-family: inherit;
    color: inherit;
    /* padding: 1rem 2rem; */
    border-radius: 2px;
    background: white;
    border: 3px solid var(--main-color);
    transition: all .3s;
}

.formBox textarea {
    display: block;
    width: 600px;
    font-size: 1rem;
    font-family: inherit;
    color: inherit;
    padding: 1rem 2rem;
    border-radius: 2px;
    background: white;
    border: 3px solid var(--main-color);
    transition: all .3s;
}

.formBtn {
    float: right;
    min-width: 150px !important;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px solid #666;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    background: var(--main-color) !important;
    color: #fff !important;

}
.formBtnFiltre {
    float: right;
    min-width: 150px !important;
    height: 30px;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px solid #666;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
    background: var(--main-color) !important;
    color: #fff !important;

}

.formBtn:hover {

    color: var(--main-color) !important;
    background: #fff !important;
}

.table {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    width: 90% !important;
    margin-top: 20px;
    /* margin-left: 30px; */
    border: 3px solid var(--main-color);
    padding: 10px;
    font-size: 16px;
}

table {
    /* table-layout: fixed; */
    width: 100%;
    /* border-collapse: collapse;
    border: 3px solid purple; */
}

.Tbtandard table tbody tr:nth-child(odd) {
    background-color: #93e2f0;
}
.table_chalet table tbody tr:nth-child(odd) {
    background-color: #93e2f0;
}
.table_chalet tbody td{
    text-align: center;
}

tbody td {
    text-align: center;
}

tfoot th {
    text-align: left;
}

th {
    letter-spacing: 2px;
}

td {
    letter-spacing: 1px;
}

.titre2_sejour {
    width: 60%;
    margin: 20px 20px;
    margin: auto;
    background-color: var(--main-color);
    color: var(--dark-color);
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.Infos_Sejour {
    background: rgba(255, 255, 255, 0.8);
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
}

.InfosBox {
    margin: 20px;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;

}

.InfosBox p {
    width: 300px;
    padding: 20px 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color);
}
.InfosBox span{
    color: var(--dark-color);
}
.listeBtn
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.BtnStandard {
    width: 250px;
    height: 40px;
    line-height: 40px;
    margin: 20px 10px;
    padding: 10px 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
    background: #fff;
    color: var(--main-color);
    cursor: pointer;
    text-align: center;
}

.BtnStandard a {
    color: var(--main-color);
}

.BtnStandard:hover {
    background: var(--main-color);
    color: #fff;
}

.BtnStandard:hover a {
    color: #fff;
}

.BtnEmail {
    border: none;
    background-color: transparent;
}

.Message {
    margin: 30px auto;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    background: var(--main-color);
    width: 50%;
    text-align: center;
}
.Message_Avoir {
    margin: 30px auto;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    background: firebrick;
    width: 50%;
    text-align: center;
}

.Message_Alerte {
    margin: 30px auto;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    background: firebrick;
    width: 50%;
    text-align: center;
}



.FormAdd {
    width: 30%;
    height: auto;
    margin-top: 50px;
    background: rgba(255, 255, 255, 0.8);
    border: 3px solid var(--main-color);
    /* margin-left: 30px; */
}

.identification-users {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../images/fond.jpeg) no-repeat;
    background-position: center;
    background-size: cover;
}

.identification-users h1 {
    width: 600px;
}

.identite-form {
    z-index: 1;
    width: 320px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    border: 3px solid var(--main-color);
    padding: 20px;
}

.identite-form i {
    z-index: 1;
    color: var(--main-color);
    font-size: 65px;
    margin-bottom: 30px;
}

.identite-form .user-input {
    width: 320px;
    height: 55px;
    margin-bottom: 30px;
    outline: none;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: var(--main-color);
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    transition: 0.5s;
    transition-property: border-left, border-right, box-shadow;
}

.identite-form .user-input:hover, .identite-form .user-input:focus, .identite-form .user-input:active {
    border-left: solid 8px var(--main-color);
    border-right: solid 8px var(--main-color);
    box-shadow: 0 0 25px rgba(25, 179, 211, 0.8);
}

.identite-form .Btn {
    outline: none;
    border: none;
    width: 320px;
    height: 55px;
    background: rgba(25, 179, 211, 0.8);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.identite-form .Btn:hover {
    background: var(--main-color);
}

.identite-form .message {
    margin: 20px;
    text-align: center;
    color: #f15152;
}

/* Planning Activité */

.planning {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    /* margin-left: 30px;
    border: 3px solid var(--main-color); */
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 10px;
}

.planning_entete
{
    width: 100px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
}

.planning_journee
{
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    border: 1px solid;
}

.planning_jour
{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3a86ff;
    color: #8EECF5;
}

.planning_groupe_1
{
    width: auto;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #f9cd80;    
}
.planning_groupe_2
{
    width: auto;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #bdf598;    
}

.planning_repas
{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #77c9f5;   
}

.planning_viellees
{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #e060f7;   
}

.groupe {
    width: 50%;

}

.groupe td {
    text-align: center;
}

.Tb_action {
    text-align: left;
}

.horaire {
    width: 200px !important;
    font-size: 10px;
    font-weight: 600;
}

.planning tr {
    height: 80px;
}

.planning td {
    height: 50px;
}

.input-planning {
    height: 30px;
    width: 180px;
    font-size: 10px;
}
.planning textarea 
{
    font-size: 10px;
}
  

.cellule-planning {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


/*
 Planning séjours (timeline)
 */
.planning-sejours {
    --border-size: 2px;
    --height-header-line: 46px;
    font-size: 12px;
}

.planning-sejours {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    width: 100%; /*80%*/
    border: 3px solid var(--main-color);
    padding: 10px;
    display: flex;
}

/* Les chalets à gauche */
.planning-sejours > aside {
    width: 15%; /*20%*/
    padding: 0 !important;
    margin-top: calc(2 * var(--height-header-line) + 2 * var(--border-size) + 20px);
}

.planning-sejours .list-chalets {
    margin-right: var(--border-size);
}

.planning-sejours .list-chalets .item-chalet {
    margin-bottom: var(--border-size);
    background-color: #ffffff88;
    border-top: var(--border-size) solid #eeeeee;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* La timeline scrollable à droite */
.planning-sejours > section {
    width: 85%;
    padding: 0 !important;
    /*overflow-x: scroll;*/
}

.planning-sejours .timeline-header .timeline-header-months {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    white-space: nowrap;
    display: inline-block;
    font-size: 0;
    margin-bottom: var(--border-size);
}

.planning-sejours .timeline-header .timeline-header-days {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    white-space: nowrap;
    display: block;
    font-size: 0;
    margin-bottom: var(--border-size);
}


.planning-sejours .timeline-header .timeline-element {
    display: inline-block;
    font-size: 0.7rem;
    overflow: visible;
    text-align: center;
    line-height: var(--height-header-line);
    background-color: #ffffff88;
    margin-right: var(--border-size);
}

.planning-sejours .timeline-element.weekend {
    background-color: #dddddd88 !important;
}


.planning-sejours .timeline-content {
    white-space: nowrap;
    display: block;
    font-size: 0;
}

.planning-sejours .timeline-content .line-chalet {
    position: relative;
    margin-bottom: var(--border-size);
    border-top: var(--border-size) solid #eeeeee;
    box-sizing: border-box;
}

.planning-sejours .timeline-content .timeline-element {
    display: inline-block;
    font-size: 0.7rem;
    overflow: visible;
    text-align: center;
    background-color: #ffffff88;
    margin-right: var(--border-size);
}

.planning-sejours .timeline-content .item-sejour {
    position: absolute;
    font-size: 0.7rem;
    text-align: center;
    color: var(--dark-color);
    background-color: #ffaa55cc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.planning-sejours .timeline-content .item-sejour a{
  text-decoration: none;
  
}

.ellipsis-content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px;
    /* version validation séjour */
    display: flex;
    align-items: center;
}

.ellipsis-content-chalet {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px;
}

.planning-sejours .timeline-content .item-sejour:hover {
    opacity: 0.8;
}


.planning-sejours .timeline-content .item-sejour.truncate-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.planning-sejours .timeline-content .item-sejour.truncate-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/* FILTRES */
.filtres {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid var(--main-color);
    

}
.formfiltre
{
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    
}

.datefiltre
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.formfiltre .formBox label
{
    font-size: 12px !important;
    margin: 0;
}

.formfiltre .formBox, .formfiltre .legende
{
    width: auto;
    display: flex;
    align-items: start;
    justify-content:flex-start;
    flex-direction: column;
    margin: 20px;
    font-size: 12px;
}

.formfiltre .formBox select
{
    height: 200px;
    font-size: 12px;
}

.formfiltre .formBox input[type="date"]
{
    font-size : 12px;
    padding: 10px;
}



/* responsive filtre */
@media screen and (max-width: 1280px) {

    .formfiltre{
        flex-direction: column;
    }
}



/* SCROLLBAR HORIZONTAL */

.scroller {
    width: 1800px;
    height: auto;
    overflow-x: scroll;
    scrollbar-color: rebeccapurple green;
    scrollbar-width: thin;
    background: rgba(255, 255, 255, 0.8);
}

.repas {
    background: var(--main-color);
}

.FormPrestaInfos {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid var(--main-color);
}

.button {
    background-color: var(--main-color);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

/* Module recherche */

/* Module recherche */

.filtre-container{
    width: 20%;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    /* background-color: #f15152;
    border-radius: 30px; */
    position: relative;
}
.filtre-container-prestation{
  width: 70%;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  /* background-color: #f15152;
  border-radius: 30px; */
  position: relative;
}
.filtre-input{
    width: 100%;
    height: 30px;
    display: block;
    border-radius: 30px;
    padding: 20px;
    font-size: 1rem;
    border: none;
    outline: none;
}
.filtre-button{
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    border: none;
    outline: none;
    border-radius: 0 10px 10px 0;
    background: var(--main-color);
}

.filtre-icon{
    color: #fff;
}

/* Double scroll planning séjour */

.wrapper1, .wrapper2 {
    overflow-x: scroll;
    overflow-y: hidden;
}

.wrapper1 {
    height: 20px;
}

.wrapper2 {
    height: auto;
}

.div1 {
    height: 20px;
}
.entete_devis{

    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.8);
    border: 3px solid var(--main-color);
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.titre_devis {
    padding-left: 20px;
}

.menu_devis 
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_devis a
{
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px !important;
    height: 40px;
    line-height: 40px;
    background: var(--main-color);
    border-radius: 5px;
    
}

.menu_devis i
{
    color: white;
}
.infos{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.informations, .destinataire, .conditions {
    width: 350px;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--main-color);
    margin-top: 10px;
    padding: 2px 5px;
}

h4
{
    text-transform: uppercase;
    color: var(--main-color);
}

.informations p, .destinataire p, .conditions p
{
    color: #22242a;
}

.MontantGlobal, .tva
{
    width: 350px;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--main-color);
    padding: 2px 5px;
    margin-top: 20px;
    padding: 10px;
}

.observ_devis
{
    width: 500px;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--main-color);
    padding: 2px 5px;
    padding: 10px;
    margin-top: 10px;    
}

.modal-container {
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}
.modal-container.show {
    pointer-events: auto;
    opacity: 1;
}
.modal {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.2);
    padding: 30px 50px;
    width: 600px;
    max-width: 100%;
    text-align: center;
}

.Btn_MenuDevis{
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px !important;
    height: 40px;
    line-height: 40px;
    background: var(--main-color);
    border-radius: 5px;
    border: none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;

}

.Facture_totaux{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;


}

.documentsExternes{
    width: 90%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;

}
.fichierpdf{
    color:#2F323A;
}
.fichierpdf i{
    color:#2F323A;
}
.lesjours{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    
}
.card_jour
{
    width: 300px;
    margin: 10px;
}

.card_jour .sec{
    display: flex;
    justify-content: left;
    align-items:center;
    border: solid 1px #2F323A;
    padding: 0 10px;
    width: 100%;
}
.secrepas{
    width: 100%;
    display: flex;
    justify-content: left;
    align-items:center;
    border-left: solid 1px #2F323A;
    border-right: solid 1px #2F323A;
    padding: 0 10px;
}

.sectexte
{
    padding-left: 5px;
    width: 190px;
    height: 150px;
    display: flex;
    align-items: center;
    word-break: break-all;
    
}
.secentete
{
    min-width: 110px;
    width: 110px;
}

.sectexterepas
{
    padding-left: 5px;
    color: var(--main-color);
}

.sectexteveille
{
    padding-left: 5px;
    color: #f15152;
}

.card_jour h2
{
    font-size: 15px;
    line-height: 15px;
    background: var(--main-color);
}

.card_jour .repas
{
    color: var(--main-color);
    background: #fff;
}

.card_jour .veille
{
    color: #f15152;
    background: #fff;
}

.dejeuner, .diner
{
    width: auto;
}

.libelle
{
    padding: 2px 5px;
}

.libelle h2
{
 font-size: 25px;
 background: #90DBF4;
 color: #22242a;
 border: 2px solid #2F323A;
 border-radius: 20px 0px;
 padding: 2px;
 text-align: left;
 margin: 0;
 padding-left: 20px;
}

.entree
{
    background: #CFBAF0;
}

.plat
{
    background: #90DBF4;
}

.substitut
{
    background: #8EECF5;
}

.fromage
{
    background:#FDE4CF;
}

.dessert
{
    background: #FBF8CC;
}

.gouter
{
    background: #efd7b1;
}

.header_planning
{
    color:  #90DBF4;
    padding-left: 15px;
}

.newsejour__client
{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.recherche
{
    width: 600px;
}

.btn__newclient
{
    width: 100%;
    height: 30px;
    display: block;
    border-radius: 30px;
    padding: 0px 15px;
    line-height: 30px;
    font-size: 1rem;
    border: none;
    outline: none;
    text-align: center;
    color: aliceblue;
    background: var(--main-color);
}

.NombrePlaces
{
    text-align: center;
    color:  #1c1c1c;
    font-weight: 800;
}
.blue
{
    color: blue;
    font-size: 16px;
    padding: 5px;
}

.green
{
    color:green;
    font-size: 16px;
    padding: 5px;
}

.red
{
    color: red;
    font-size: 16px;
    padding: 5px;
}

.yellow
{
    color: yellow;
    font-size: 16px;
    padding: 5px;
}

.orange
{
    color: orange;
    font-size: 16px;
    padding: 5px;
}

/* CardBox Informations*/

.cardBox
{
    position: relative;
    
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;

}


.EtatSejour
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}


.cardBox .card
{
    width: 300px;  
    position: relative;
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    border: 4px solid var(--main-color);
    border-radius: 10px;
}

.cardBox .card .numbers
{
    position: relative;
    font-size:  2em;
    font-weight: 500;
}

.cardBox .card .cardName
{
    color: #999;
}

.cardBox .card .iconBox
{
    font-size: 2.5em;
}

.formCard{
    margin-bottom: 1rem;
}
        
@media screen and (max-width: 780px){
  .cardBox
  {
    grid-template-columns: repeat(1,1fr);
    padding: 10px;
  }
  .cardBox .card
  {
    width: auto;
    padding: 10px;
  }
}
.content_calendrier
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.calendrier__menu
{
  width: 250px;
  height: 60px;
  font-size: 15px;
  color: #fff;
  background: #3a86ff;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  text-align: center;
  padding: 5px;
}

.calendrier__menu i
{
    color: #fff;
}

.calendrier__menu_actuelle
{
    width: 250px;
    height: 60px;
    font-size: 15px;
    color: #fff;
    background: #d60230;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
}
.menu_annee a
{
    width: 250px;
    height: 60px;
    font-size: 15px;
    color: #fff;
    background: #f60535;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    padding: 5px; 
    font-size: 25px;
    font-weight: bold;
}

.menu_annee i
{
    font-size: 30px;
    color: #fff;
    padding-right: 30px;
}

/* affichage Menu */

.dejeuner .card_repas
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
}

.dejeuner .card_repas h3
{
    width: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0;
}

.dejeuner .card_repas .item_repas p
{
    width: 180px;
    margin-right: 10px;
    margin-bottom: 10px;
    min-height: 50px;
}

.dejeuner .card_repas .item_repas_libelle h3
{
    width: 100px;
}

.dejeuner .card_repas .item_repas_libelle p
{
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.DateMenu
{
    font-size: 14px;
    color: var(--main-color);
}

#tableHisto {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #tableHisto td, #tableHisto th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #tableHisto tr:nth-child(even){background-color: #f2f2f2;}
  
  #tableHisto tr:hover {background-color: #ddd;}
  
  #tableHisto th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
  }

  .Nuitees
  {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;  
  }

  .item_nuitees
  {
    position: relative;
    width: 200px;
    background: rgba(255, 255, 255, 0.8);
    min-height: 250px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 20px;
    
  }
  .lignes_nuitees
  {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .lignes_nuitees_total
  {
    position: absolute;
    padding:0 5px 0 5px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 10px;
    background-color: var(--main-color);
    color: white;
    /* border-radius: 0 0 20px 20px; */
  }
  .date_nuitees
  {
    text-align: center;
    background-color: var(--main-color);
    color: white;
    border-radius: 20px 20px 0 0;
  }

  .menu_btn
  {
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .m_prestations, .m_categories
  {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .fond_80
  {
    background: white;
    opacity: 80%;
    padding-bottom: 50px;
  }

  .content_planning
  {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .td_PU
  {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tabs {
    display: flex;
}

.tab {
    padding: 15px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #f1f1f1;
}

.tab:hover {
    background-color: #ddd;
}

.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
}

h2 {
    color: #333;
}