/* Pastille calendrier */

.pastille-event:after {
    content: attr(data-content);
    position: absolute;
    width: 30px !important;
    height: 30px;
    background: #FFC59E;
    border-radius: 50px;
    /*z-index: 10;*/
    display: block;
    margin-top: -50px;
    margin-left: 80px;
    color: white;
}

@media screen and (max-width:680px){
	.pastille-event:after {
    content: attr(data-content);
    position: absolute;
    width: 30px !important;
    height: 30px;
    background: #FFC59E;
    border-radius: 50px;
    /*z-index: 10;*/
    display: block;
    margin-top: -50px;
	margin-left: 0;
    color: white;
}
}

/* Grayscale Notif */
li.elt-tool-list:nth-child(6) {
    filter: grayscale(1);
}

/* Mes outils - Page recette */
.gdlr-core-item-list {
    position: relative;
}
.gdlr-core-item-list .ptlmo-favoris {
    position: absolute;
    top: -18px;
    right: -8px;
    z-index: 10;
}
.gdlr-core-item-list .ptlmo-favoris .five-pointed-star {
    --star-color:orange;
    margin:1em auto;
    font-size:22px;
    position: relative;
    display: block;
    width: 0px;
    height: 0px;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid var(--star-color);
    border-left: 1em solid transparent;
    transform: rotate(35deg);
    opacity: 0.25;
}
.gdlr-core-item-list .ptlmo-favoris .five-pointed-star.active {
    opacity: 1;
}
.gdlr-core-item-list .ptlmo-favoris .five-pointed-star:before {
    border-bottom: 0.8em solid var(--star-color);
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -0.45em;
    left: -0.65em;
    display: block;
    content:"";
    transform: rotate(-35deg);
}
.gdlr-core-item-list .ptlmo-favoris .five-pointed-star:after {
    position: absolute;
    display: block;
    top: 0.03em;
    left: -1.05em;
    width: 0;
    height: 0;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid var(--star-color);
    border-left: 1em solid transparent;
    transform: rotate(-70deg);
    content:"";
}

/* Mes outils - Navigation entre les pages */

header nav {
    padding-left: 10px;
    background: #f3af8442;
}

header nav ul {
    margin: 0 0 12px 0;
}

header nav ul li {
    display: inline;
    margin: 10px 5px;
    padding-bottom: 4px;
}

header nav ul li.active {
    border-bottom: 3px solid orange;
}

header nav ul li a {
    font-size: 12px;
}

/* Mes outils - Sommaire */

.tools-title, .tools-hello {
	text-align: center;
}

@media (orientation: landscape) {
   ul.tool-wrapper {
    grid-template-columns: 200px 200px 200px 200px;
    grid-template-rows: 150px 200px;
	}
}

@media (orientation: portrait) {
   ul.tool-wrapper {
    grid-template-rows: 200px 200px 200px 200px;
    grid-template-columns: 150px 150px;
	}
}

ul.tool-wrapper {
    display: grid;
    list-style: none;
	grid-gap: 30px;
    margin-left: 0;
	justify-content: center;
}

li.elt-tool-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
	text-align: center;
	cursor: pointer;
}

.elt-tool-square {
    border-radius: 15px;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 25%);
    padding: 15px;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

li.elt-tool-list > a {
    position: relative;
    top: 10px;
}

/* Mes Outils - mes enfants */
button.btnMesOutils {
    width: auto;
}

@media screen and (min-width: 680px){
    .child-card {
        width: 20vw!important;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        margin-bottom: 60px;
        align-items: center;
        box-shadow: 0px 0px 24px rgb(0 0 0 / 25%);
        border-radius: 10px;
        padding: 30px 0px;
    }

    .cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        grid-auto-rows: minmax(100px, auto);
    	margin-top: 60px;

    }
}

input#newEnfantPrenom, input#uptEnfantPrenom {
    border-radius: 5px;
    border: 1px solid #ffc5b7;
    text-align: center;
}

input#newEnfantNom, input#uptEnfantNom, input#newEnfantAge {
    border-radius: 5px;
    border: 1px solid #ffc5b7;
    text-align: center;
}

.cards {
	margin-top:60px;
}

.button-new-child {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*margin-bottom: 30px;*/
}

button.new-child {
    background: #ffc5b7;
    border: none;
    padding: 10px;
    border-radius: 5px;
    color: white;
    font-size:18px;
	width: auto;
}

.new-child-form {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 25%);
    border-radius: 10px;
    width: 30%;
    margin-left: 2%;
    padding: 30px;
    margin: 0 auto;
}

.creation-child{
    height:150px;
    width: 150px;
    border-radius: 50%;
    object-fit: cover;
    background: #dfdfdf;
}

.children-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    width: 100%;
    height: 100%;
}

img.children-img {
    transform: scale(1.5);
    padding-top: 30px;
    padding-bottom: 20px;
}

.children-txt{
    font-size:26px;
}


.cards-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.child-card {
    width: 80vw;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-bottom: 60px;
    align-items: center;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 30px 0px;
}

.child-infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;

}

img.child-avatar {
    width: 200px;
    border-radius: 50%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}

.action-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    border-top: 2px solid #ffc7b5 !important;
}

.delete-child, .edit-child {
    margin-top: 20px;
    text-decoration: none;
    background-color: #ffc5b7;
    border-radius: 5px;
    padding: 10px;
    color: white !important;
}

button#uptSubmit {
    margin-top: 20px;
    text-decoration: none;
    background-color: #ffc5b7;
    border-radius: 5px;
    padding: 10px;
    color: white !important;
    width: auto;
    border: none;
    font-size: 16px;
}

.child-name {
    font-size: 1.5em;
    color:#5A5A5A;
}

p.child-name {
    margin: 0;
}

img.creation-child {
    margin-bottom: 20px;
}

input#newEnfantPrenom {
    margin-bottom: 20px;
}

input#newEnfantPhoto {
    margin-bottom: 20px;
}

.align-sexe {
    margin-bottom: 20px;
}

input#newEnfantAge {
    margin-bottom: 20px;
}

@media screen and (max-width:680px){
	.new-child-form{
		width:100%;
	}
}

/* Page perso enfant */

ul.tool-wrapper-child {
    display: grid;
    list-style: none;
    grid-gap: 30px;
    margin-left: 0;
    justify-content: center;
}

@media (orientation: landscape) {
   ul.tool-wrapper-child {
    grid-template-columns: 200px 200px 200px 200px;
    grid-template-rows: 200px 150px;
	}
}

@media (orientation: portrait) {
   ul.tool-wrapper-child {
    grid-template-rows: 200px 200px 200px 200px;
    grid-template-columns: 150px 150px;
	}
}

/* Mes outils - Fiche enfant */
.ptlmo-multiselect button {
    background: #ffc5b7;
    border: none;
    padding: 10px;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    width: auto;
    margin: 10px 0;
}

/* Mes Outils - Mon caddie */

.shopping-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
	width: 100%;
    height: 100%;
}

img.shopping-card {
    transform: scale(1.5);
    padding-top: 30px;
	padding-bottom: 10px;
}

.shopping-txt {
    font-size: 26px;
}


div#printableArea > ul > li {
    list-style: none;
}

div#printableArea > ul > li > label > .shopping-list-checkbox:checked + .list-shopping {
    text-decoration: line-through;
}

input.shopping-list-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border-radius: 4px;
    height: 15px;
    width: 15px;
    background: #fff;
    border: 1px solid #FFAEA1;
}

input[type="checkbox"]:checked:before {
    font-family: FontAwesome !important;
    content: '\f00c'!important;
    display: block!important;
    color: #FFAEA1!important;
    font-size: 13px!important;
    position: absolute!important;
	top:0 !important;
}

input.shopping-list-checkbox:checked:before {
    font-family: FontAwesome;
    content: '\f00c';
    display: block !important;
    color: #FFAEA1 !important;
    font-size: 13px !important;
    position: absolute !important;
	top:0 !important;
}

/* BELOW : CSS Calendrier - Couches */
td.table-date.nil {
    visibility: hidden !important;
}

.name-image.faq-title {
    display: flex;
    align-items: center;
	justify-content: space-around;
}

.faq-text {
    text-align:center;
}

button.edit-button {
    margin-top: 20px;
    text-decoration: none;
    background-color: #ffc5b7;
    border-radius: 5px;
    padding: 10px;
    color: white;
    width: 40%;
    border: none;
    margin-right: 10px;
    font-weight:bold;
}

button.delete-button {
    margin-top: 20px;
    text-decoration: none;
    background-color: #ffc5b7;
    border-radius: 5px;
    padding: 10px;
    color: white;
    width: 40%;
    border: none;
    margin-left: 10px;
    font-weight:bold;
}

@media screen and (min-width:680px){
	.event-card{
    border-left:10px solid #FFC7B4 !important;
}

/* Desktop */

.table-date {
    cursor: default !important;
    color: #2b2b2b !important;
    height: 26px !important;
    width: 26px !important;
    font-size: 16px !important;
    padding: 10px !important;
    line-height: 26px !important;
    text-align: center !important;
    transition: all 250ms !important;
	border-radius: 0% !important;
}

.day {
    height: 26px !important;
    width: 26px !important;
    padding: 0 !important;
    line-height: 26px !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    color: #666666 !important;
    background: white !important;
}

div#dialog:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.2) !important;
    width: 1000vw !important;
    height: 200vh !important;
    position: absolute !important;
    top: -20rem !important;
    left: -500px !important;
    z-index: -1 !important;
}

input#mixte:before {
    content: "";
    position: absolute;
    top: 16rem;
    margin-top: 14px;
    background-image: url(https://diversibaby.fr/wp-content/uploads/2023/04/Couche-Mixte.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    border: 1px solid #FFAEA1;
    border-radius: 50px;
    background-position: 12px 22px;
    margin-left: -1.7rem;
}

input#souille:before {
    content: "";
    position: absolute;
    top: 16rem;
    margin-top: 14px;
    background-image: url(https://diversibaby.fr/wp-content/uploads/2023/04/Couche-Souille.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    border: 1px solid #FFAEA1;
    border-radius: 50px;
    background-position: 12px 22px;
    margin-left: -1.8rem;
}

input#urine:before {
    content: "";
    position: absolute;
    top: 16rem;
    margin-top: 14px;
    background-image: url(https://diversibaby.fr/wp-content/uploads/2023/04/Couche-Urine.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    border: 1px solid #FFAEA1;
    border-radius: 50px;
    background-position: 12px 22px;
    margin-left: -1.7rem;
}


input#mixte:checked:before {
    content: "";
    position: absolute;
    top: 16rem;
    margin-top: 14px;
    background-image: url(https://diversibaby.fr/wp-content/uploads/2023/02/couche-mixte-blanc.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    background-color: #FFAEA1;
    transition: 200ms;
    margin-left: -1.7rem;
}

input#urine:checked:before {
    content: "";
    position: absolute;
    top: 16rem;
    margin-top: 14px;
    background-image: url(https://diversibaby.fr/wp-content/uploads/2023/02/couche-urine-blanc.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    background-color: #FFAEA1;
    transition: 200ms;
    margin-left: -1.7rem;
}

input#souille:checked:before {
    content: "";
    position: absolute;
    top: 16rem;
    margin-top: 14px;
    background-image: url(https://diversibaby.fr/wp-content/uploads/2023/02/couche-souillee-blanc.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    background-color: #FFAEA1;
    transition: 200ms;
    margin-left: -1.8rem;
}
}

    /* Container Calendar Mobile */

    .content {
        overflow: visible;
        position: relative;
        max-width: 100%;
        height: 100%;
        display: inline-flex;
        flex-direction: column;
		width:100%;
    }

    .calendar-container {
        float: none;
        padding: 0;
        margin: 0 auto;
        margin-right: 0;
        display: block;
        left: 0;
        border-radius: 3px;
        box-shadow: 3px 8px 16px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
        -moz-box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        -webkit-box-shadow: 3px 8px 16px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
        position: relative;
        height: 100%;
        background: #fff;
        width: 100%;
    }

    .calendar {
        width: 100%;
        display: table;
        height: 80vh;
    }

    /* Year and Button */
    .year-header {
        background: linear-gradient(90deg, #FF9A91 0%, #F2B083 100%);
        text-align: center;
        position: relative;
        color: #fff;
        border-top-left-radius: 3px;
    }

    .year-header span {
        display: inline-block;
        font-size: 22px;
        line-height: 40px;
        padding: 15px;
    }

    .left-button {
        left: 0;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
    }

    .right-button {
        right: 0;
        top: 0;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
    }

    .left-button,
    .right-button {
        cursor: pointer;
        width: 28px;
        text-align: center;
        position: absolute;
    }

    /* Table */

    table.months-table {
        background-color: #f3f3f3;
        padding: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    .days-table,
    .dates-table,
    .months-table {
        border-collapse: separate;
        text-align: center;
        width: 100%;
    }

    table {
        margin-bottom: 20px;
        border-spacing: 2px;
    }

    tbody {
        width: 100%;
    }

    table tr:nth-child(odd) {
        color: #949494;
    }

    table tr:nth-child(odd) {
        background-color: #f9f9f9;
    }

    tr.months-row {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .table-date:not(.nil):hover {
        border-color: rgba(242, 176, 131, 1);
    }


    /* Month */

    .month {
        cursor: pointer;
        font-size: 14px;
        color: #9e9e9e;
        transition: all 250ms;
        display: inline-flex;
        justify-content: space-between !important;
        padding: 10px 10px;
    }

    table th,
    table td {
        text-align: center;
    }

    .active-month {
        font-weight: bold;
        font-size: 28px;
        color: black;
    }

    .month:hover {
        color: #FF1744;
        text-shadow: 0 1px 4px RGBA(255, 50, 120, .8);
    }

    /* Day Table */

    table.days-table {
        padding: 10px 0px;
        margin: 10px 0px;
    }

    .day {
        height: 26px;
        width: 26px;
        padding: 0 10px;
        line-height: 26px;
        text-transform: uppercase;
        font-size: 18px;
        color: #666666;
        background: white;
    }

    .active-date {
        background: rgba(242, 176, 131, 1);
        /* box-shadow: 0 2px 8px RGBA(255, 50, 120, .9); */
        color: white;
    }

    /* Day Calendar */

    table.dates-table {
        padding: 10px;
    }

    tbody.tbody {
        height: 100%;
    }

    table tr:nth-child(even) {
        color: #949494;
        background-color: #f3f3f3;
    }

    .table-date {
        cursor: default;
        color: #2b2b2b;
        height: 26px;
        width: 26px;
        font-size: 16px;
        padding: 10px;
        line-height: 26px;
        text-align: center;
        border-radius: 50%;
        transition: all 250ms;
    }

    td.table-date.event-date.active-date {
        color: black;
        background-color: #FFAEA1;
    }

    td.table-date.event-date {
        border: 1px solid #FFAEA1 !important;
        background-color: white;
    }

    .event-date.active-date {
        background: rgba(242, 176, 131, 1);
    }

    #add-button {
        display: block;
        margin: 0 auto;
        width: 45vw;
        font-size: 14px;
    }

    .button-add {
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        font-size: 1rem;
        border-radius: 60px;
        padding: 0.65rem 1.9rem;
        transition: .2s ease all;
        color: white;
        border: none;
        background: #FF9A91;
        background: linear-gradient(90deg, #FF9A91 0%, #F2B083 100%);
    }

    button {
        text-align: center;
    }

    /* Event Card */

    .events-container.gdlr-core-accordion-item.gdlr-core-item-pdlr.gdlr-core-item-pdb.gdlr-core-accordion-style-box-icon.gdlr-core-allow-close-all {
        margin: unset;
        display: flex;
        flex-direction: column;
    }

    .events-container {
        float: none;
        overflow: visible;
        padding: 0;
        left: 0;
        border-radius: 3px;
        position: relative;
        top: 0;
        height: 100%;
    }

    .event-card.gdlr-core-accordion-item-tab.clearfix {
        display: inline-flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .event-card {
        padding: 20px 0;
        margin: 20px auto;
        background: #fff;
        border-left: 10px solid #52A0FD;
        border-radius: 3px;
        box-shadow: 3px 8px 16px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
        -moz-box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        -webkit-box-shadow: 3px 8px 16px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    }

    .gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon,
    .gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-icon {
        background: linear-gradient(180deg, #FFC59E 0%, #FFC7B5 100%);
        color: #fff;
        border-radius: 10px;
        border-color: #fff;
    }

    .event-content-wrapper.gdlr-core-accordion-item-content-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .name-image.gdlr-core-accordion-item-title.gdlr-core-js {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    /* Add Event */

    div#dialog {
        width: 100%;
        height: 100%;
    }

    .dialog {
        height: 450px;
        border-radius: 3px;
        top: 0;
        left: 0;
        background: #fff;
        position: absolute;
        display: none;
        border-left: 1px #aaa solid;
    }

    h2.dialog-header {
        width: 100%;
        margin-left: 0;
        background: linear-gradient(180deg, #FFAEA1 0%, #FFC6B5 100%, #FFC6B5 100%);
        color: white !important;
		padding: 10px;
    }

    .dialog-header {
        margin: 20px;
        text-align: center;
    }

    .align-radio {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 65px;
        justify-content: center;
        margin-bottom: 50px;
        margin-top: 11rem;
    }

    div#mixte-dropd,
    div#urine-dropd {
        margin-bottom: 20px;
        transition: 200ms;
    }

    .frame {
        height: 40vh;
    }

    input#notes {
        margin-bottom: 25px;
    }

    #add-button {
        display: block;
        position: relative;
        top: 0px;
        /* bottom: -150px; */
        margin: 0 auto;
        width: 45vw;
        font-size: 14px;
    }

input#mixte:before {
    content: "";
    position: absolute;
    top: 10rem;
    margin-top: 14px;
    background-image: url(https://diversibaby.fr/wp-content/uploads/2023/02/couche-mixte.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    border: 1px solid #FFAEA1;
    border-radius: 50px;
    background-position: 12px 22px;
    margin-left: -1.7rem;
}

input#mixte:checked:before {
    content: "";
    position: absolute;
    top: 10rem;
    margin-top: 14px;
    background-image: url(https://diversibaby.fr/wp-content/uploads/2023/02/couche-mixte-blanc.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    background-color: #FFAEA1;
    transition: 200ms;
    margin-left: -1.7rem;
}

input#urine:before {
    content: "";
    position: absolute;
    top: 10rem;
    margin-top: 14px;
    background-image: url(https://diversibaby.fr/wp-content/uploads/2023/02/Couche-Urine.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    border: 1px solid #FFAEA1;
    border-radius: 50px;
    background-position: 12px 22px;
    margin-left: -1.7rem;
}

input#urine:checked:before {
    content: "";
    position: absolute;
    top: 10rem;
    margin-top: 14px;
    background-image: url(https://diversibaby.fr/wp-content/uploads/2023/02/couche-urine-blanc.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    background-color: #FFAEA1;
    transition: 200ms;
    margin-left: -1.7rem;
}

input#souille:before {
    content: "";
    position: absolute;
    top: 10rem;
    /* left: 16.3rem; */
    margin-top: 14px;
    background-image: url(https://diversibaby.fr/wp-content/uploads/2023/02/couche-souille.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    border: 1px solid #FFAEA1;
    border-radius: 50px;
    background-position: 12px 22px;
    margin-left: -1.8rem;
}

input#souille:checked:before {
    content: "";
    position: absolute;
    top: 10rem;
    margin-top: 14px;
    background-image: url(https://diversibaby.fr/wp-content/uploads/2023/02/couche-souillee-blanc.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    background-color: #FFAEA1;
    transition: 200ms;
    margin-left: -1.8rem;
}

	div#dialog:after {
    	content: "";
    	background-color: rgba(0, 0, 0, 0.2);
    	width: 200vw;
    	height: 200vh;
    	position: absolute;
    	top: -20rem;
    	left: -200px;
    	z-index: -1;
	}

    div#dialog {
        width: 100%;
        height: 100%;
    }


    .radio-souille,
    .radio-urine,
    .radio-mixte {
        display: flex;
        flex-direction: column;
    }

    select#urine-details,
    select#more-details,
    select#more-recettes {
        width: 80%;
        height: 50px;
        position: relative;
        right: 0px;
        border: 1px solid #adadad;
        border-radius: 3px;
        padding-left: 10px;
    }

    .month {
        display: inline-block;
        padding: 10px 10px;
        font-size: 14px !important;
    }

    tbody {
        width: 100%;
    }

    td.table-date.event-date {
        border: 1px solid #FFAEA1 !important;
        background-color: white;
    }

    td.table-date.event-date.active-date {
        color: black;
        background-color: #FFAEA1;
    }

    .time-setting {
        margin-bottom: 20px;
    }

    #cancel-button {
        /*box-shadow: -1px 10px 20px #ff7dae;
        background: #FF1744;
        background: -moz-linear-gradient(left, #FF1744 0%, #FF5D95 80%, #FF5D95 100%);
        background: -webkit-linear-gradient(left, #FF1744 0%, #FF5D95 80%, #FF5D95 100%);
        background: linear-gradient(to right, #FF1744 0%, #FF5D95 80%, #FF5D95 100%);*/
		
		/*box-shadow: -1px 10px 20px #ff7dae;*/
        background: #FFF;
        border: 1px solid #FFC7B4;
		color: #FFC7B4;
    }

    /* Event */

    .event-count,
    .event-name,
    .event-cancelled {
        display: inline;
        padding: 0 10px;
        font-size: 1rem;
    }

    .event-count {
        color: #52A0FD;
        text-align: right;
    }

    .event-name {
        padding-right: 0;
        text-align: left;
    }

    .event-cancelled {
        color: #FF1744;
        text-align: right;
    }

    .events-container:after {
        clear: both;
    }

    /* Button */

    #add-button:hover,
    #ok-button:hover,
    #cancel-button:hover {
        transform: scale(1.03);
    }

    #add-button:active,
    #ok-button:active,
    #cancel-button:active {
        transform: translateY(3px) scale(.97);
    }

    /* Form */

    .form-container {
        margin-top: 25%;
    }

    .form-label {
        color: #333;
    }

    .input {
        border: none;
        background: none;
        border-bottom: 1px #aaa solid;
        display: block;
        margin-bottom: 50px;
        width: 200px;
        height: 20px;
        text-align: center;
        transition: border-color 250ms;
    }

    .input:focus {
        outline: none;
        border-color: #00C9FB;
    }

    .error-input {
        border-color: #FF1744;
    }

    /* Dropdown */

    li.center-wrapper-mixte,
    li.center-wrapper-urine {
        list-style: none;
    }

    select#urine-details,
    select#more-details {
        width: 80%;
        height: 50px;
        position: relative;
        right: 0px;
        border: 1px solid #adadad;
        border-radius: 3px;
        padding-left: 10px;
    }

/* Accordion */

.faq-container {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.faq {
  box-sizing: border-box;
  background: transparent;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.faq:not(:first-child) {
  border-top: 1px solid #e6e6e6;
}

.faq-title {
  margin: 0 35px 0 0;
}

.faq-text {
  margin: 30px 0 0;
  display: none;
  line-height: 1.5rem;
}

.faq.active {
  background-color: #f8f8f8;
  box-shadow: inset 4px 0px 0px 0px var(--accent-color);
}

.faq.active .faq-title {
  color: var(--accent-color);
}

.faq.active .faq-text {
  display: block;
}

.faq-toggle {
  background-color: transparent;
  border: 1px solid #e6e6e6;
  color: inherit;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding-top: 3px;
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: 30px;
  transition: 0.3s ease;
}

.faq-toggle:focus {
  outline: none;
}

.faq.active .faq-toggle {
  transform: rotate(180deg);
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #0A0A0A;
}

/* Avatar */

.align-avatar {
    display: grid;
    list-style: none;
    grid-gap: 30px;
    margin-left: 0;
    justify-content: center;
    grid-template-rows: 140px 140px;
    grid-template-columns: 100px 100px;
	margin-top:20px;
	margin-bottom:20px;
}

label.avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.avatar > img {
    border-radius: 50%;
    margin-bottom: 10px;
}

/* Caddie */
/* @media screen and (max-width:680px){ */
	.cart-actions {
		width: 100%;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: space-around;
		align-items: center;
		height: 200px;
	}
/* } */

.cart-actions > input {
    width: 330px;
    text-align: center;
    padding: 15px !important;
    border-radius: 5px;
}

a.empty-cart {
    width: 330px;
    text-align: center;
    color: #ffc5b7 !important;
    background: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ffc5b7;
}
	
/* validation form depuis une recette */

/* Formulaire /ajout-calendrier */
/* Enlever le titre et sortir la div Wrapper */

#formNewRepas {
    width: 90%;
    /* margin-left: 25vw; */
    display: block;
    margin: 0 auto;
    background: white;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
    /* padding: 0px 0px; */
    height: 500px;
    /* position: relative; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#formNewRepas:before {
    content: '';
    background: #FFC7B4;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: -1;
}

#formNewRepas > div {
    margin-top: 0px;
    list-style: none;
}

select#id-enfant, input#date-calendar {
    width: 80%;
    height: 50px;
    border: 1px #B5B5B5 solid;
    border-radius: 3px;
    padding: 0px 10px;
}

/* Page de confirmation */

/*
* Wording : 
*
* Repas ajoutée au calendrier !

Le repas a bien été ajouté au calendrier ! Souhaitez-vous continuer à voir nos recettes ou accéder à votre calendrier ?

*/

h1.successfully-added {
    background: white;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #EBEBEB;
    border-left: 15px solid #00cb00;
    width: 100%;
    display: block;
    font-size: 30px !important;
    margin: 0 auto;
}

h1.successfully-added:before {
    content: "";
    width: 30px !important;
    height: 30px !important;
    background-image: url(https://diversibaby.fr/wp-content/uploads/2023/04/validation.svg);
    position: absolute;
    background-size: 100%;
    margin-left: -40px;
    margin-top: 3px;
}

/* Ajouter "choice-confirm" comme class aux boutons de validation */
a.choice-confirm {
    width: 200px;
    display: block;
    text-align: center;
    margin: 0 auto;
    background: #FFC7B4;
    color: white !important;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}

div#recettes-dropd > div > span > span > span {
    width: 250px;
}

/* Summary children list */

ul.children-list-summary {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

ul.children-list-summary > li {
    list-style: none;
    margin-top: 10px;
    /*width: 250px;*/
    text-align: center;
	background: #FFC7B4;
	border-radius: 5px;
}

ul.children-list-summary > li > a {
	color: white;
	width: 250px;
	display: block;
}

/* page recette*/

.add-calendar{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

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

/*.align-fav-calendrier {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}*/

.align-fav-calendrier {
    display: grid;
    list-style: none;
    grid-gap: 30px;
    margin-left: 0;
    grid-template-columns: 400px 400px;
    grid-template-rows: 110px 0px;
    justify-content: center;
    margin-top: 20px;
}

a.add-calendar {
    margin-left: 20px;
}

a.add-favori {
    margin-right: 20px;
}

img.add-calendrier, img.add-fav, img.ok-fav {
    padding-bottom: 24px;
}


.caddie-form {
    margin-top: 20px;
}

p.reset-margin {
    margin: 0;
}

form.form-caddie {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.ptlmo-favoris-recette {
    background: white !important;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 25%);
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 40px;
    padding: 30px 0px;
}

input.btn-input {
    border-radius: 5px;
}

@media screen and (max-width:680px){
	
	a.add-calendar, a.add-favori{
		margin:0;
	}
	
	.align-fav-calendrier {
	    display: flex;
 	   flex-direction: column;
	}
	
	.ptlmo-favoris-recette{
		width:90%;
	}
	
	/* Chart Mobile */
	
	.pan-action {
    width: 100vw;
    overflow-x: scroll;
}
	
	.responsive-mobile {
    width: 1000px;
    overflow: scroll;
}
}

/* Switch */

.switch-checkbox {
	 padding: 0;
}
 .switch-checkbox * {
	 vertical-align: middle;
}
 .switch-checkbox input + .switch-structure {
	 position: relative;
	 display: inline-block;
	 margin: 0 10px 0 0 !important;
	 box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
	 width: 40px;
	 height: 22px;
	 background: #f2f2f2;
	 border: 1px solid #eee;
	 border-radius: 50px;
	 transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
 .switch-checkbox input + .switch-structure .circle {
	 position: absolute;
	 display: block;
	 width: 50%;
	 height: 100%;
	 background: #fff;
	 border-radius: 50%;
	 border: 1px solid #eee;
	 transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	 left: 0;
}
 .switch-checkbox input:checked + .switch-structure {
	 background: #FF8E69;
	 border-color: #FFC7B5;
}
 .switch-checkbox input:checked + .switch-structure .circle {
	 left: 50%;
}
 