body {
    height: calc(100vh - 10px);
    width: 100vw;
    display: flex;
    margin: 0px;
    padding-top: 10px;
    background-color: rgb(250, 250, 250);
    flex-direction: column;
    justify-content: start;
    align-items: center;
    color: rgb(139, 139, 139);
    font-family: sans-serif, 'Franklin Gothic Medium', 'Arial Narrow', Arial;
    overflow-x: hidden;
}
.titrePochette{
    text-align: center !important;
}
#participer:hover{
    text-shadow: 1px 1px 1px grey;
    text-decoration: underline;
}
#dimanche {
    justify-content: start;
}

header {
    width: 100vw;
}

#mainNav {
    max-width: 100vw;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pochettes{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /*align-items: center;*/
    align-content: center;
}
.pochette{
    width: 29%;
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 10px;
}
.pochette img:hover{
    box-shadow: 10px 10px 10px grey;
    transition: all 0.2s;
}
.presentation{
    width: 60%;
    line-height: 1.5;
    text-align: justify;
}
.textePochette{
    box-shadow: 10px 10px 10px grey;
}
.pochette p{
    padding: 0px 10px;
    font-size: small;
}
.pochette img{
    width: 100%;
    height: 100%;
}
#items {
    display: none;
}

#items #menuMaigre {
    display: none;
}

#navContent {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#headerLogo {
    height: 100%;
    display: flex;
}

#headerLogo>a>img {
    height: 100%;
}

#headerLogo>a {
    height: 100%;
    display: flex;
    align-items: end;
}

#headerTitle {
    margin-left: 10px;
}

#mainNav ul {
    display: flex;
    list-style-type: none;
    margin: 0px;
}

#mainNav ul li {
    padding: 0px 10px;
    cursor: pointer;
}

#mainNavItems {
    display: flex;
    align-items: end;
    height: 100%;
}

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

#mainContent {
    height: calc(100vh - 50px);
    max-width: 80%;
    align-items: center;
    display: flex;
}

#mainContentCD {
    max-width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#presentationForet{
    text-align: justify;
}

/* ========== page INDEX ========== */
#presentation #mainContent {
    justify-content: center;
}

#photoBox {
    max-height: 70%;
    max-width: 100%;
    padding-right: 20px;
    float: left;
}

#boxCont>img {
    float: left;
    shape-outside: margin-box;
    width: 400px;
    height: 400px;
    margin: 10px;
}

#boxCont p {
    text-align: justify;
    padding-left: 10px;
    line-height: 1.6;
    font-size: large;
}
#boxCont a{
    color: rgb(70, 120, 134);
    text-decoration: underline;
}
#texteCollecte{
    line-height: 1.6;
    width: 60%;
    text-align: justify;
}
#texteCollecte a{
    color: rgb(70, 120, 134);
    text-decoration: underline;
}
/* ========== page ========== */
#mainContent>div>a>img {
    max-width: 100%;
    max-height: 100%;
    box-shadow: 10px 10px 5px rgb(139, 139, 139);
}

#mainContent>div>a>img:hover {
    box-shadow: 15px 15px 5px rgb(139, 139, 139);
    transform: translate(-5px, -5px);
}

#discographie #mainContent {
    justify-content: space-between;
}

.titreChanson {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3px;
    border-radius: 4px;
}

.active,
.titreChanson:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.chanson:before {
    content: "\0025B6  ";
}

#videosTG {
    width: 80%;
    height: calc(100vh - 60px);
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
}
.video {
    width: 49%;
    padding-bottom: 15px;
    border-radius: 5px;
}

.kids {
    font-weight: 600;
    font-style: italic;
}
@media (max-width:800px) {
    #boxCont>img {
        float: left;
        width: 300px;
        height: 300px;
        margin: 10px 20px 10px 10px;
    }
    #items {
        display: flex !important;
    }
    .showItems{
        display: flex !important;
    }
    #menuLarge {
        display: none !important;
    }
    #items #menuMaigre {
        position: absolute;
        right: 10px;
        flex-direction: column;
        background: rgb(250, 250, 250);
        top: 70px;
        padding: 0px;
        box-shadow: -5px 5px 15px grey;
    }
    #items #menuMaigre li {
        margin: 5px 0px;
        border-bottom: 1px solid rgb(187, 185, 185);
    }
    #items #menuMaigre li:last-child {
        border-bottom: none;
    }
    #boxCont{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #mainContent{
        height: fit-content;
        align-items: baseline;
    }

    #boxCont p {
        text-align: justify;
        padding-left: 0px;
        line-height: 1.2;
        font-size: medium;
    }
    #pochettes{
        flex-direction: column;
    }
    .pochette{
        width: 80%;
    }
    #discographie>#mainContent{
        margin-top: 20px;
    }
    #presentationDimanche{
        width: 100%;
    }
    #chansons{
        max-width: 100%;
    }
    .titreChanson{
        flex-direction: column;
    }
    audio{
        display: block;
    }
    .chanson{
        padding-bottom: 5px;
    }
    iframe{
        padding-bottom: 10px;
    }
    #texteCollecte{
        width: 100%;
    }
    #videosTG{
        height: auto;
    }
    #contact>div, #contact{
        height: auto;
    }
    #contact>div{
        margin-top: 40px;
    }
    
}

@media (max-width:600px) {
    #boxCont{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #boxCont>img {
        float: none;
        width: 200px;
        height: 200px;
        margin: 10px 20px 10px 0px;
    }
    #mainContent{
        height: fit-content;
        align-items: baseline;
    }

    #boxCont p {
        text-align: justify;
        padding-left: 0px;
        line-height: 1.2;
        font-size: medium;
    }
    #pochettes{
        flex-direction: column;
    }
    .pochette{
        width: 80%;
    }
    #discographie>#mainContent{
        margin-top: 20px;
    }
    #presentationDimanche{
        width: 100%;
    }
    #chansons{
        max-width: 100%;
    }
    .titreChanson{
        flex-direction: column;
    }
    audio{
        display: block;
    }
    .chanson{
        padding-bottom: 5px;
    }
    iframe{
        padding-bottom: 10px;
    }
    #texteCollecte{
        width: 100%;
    }
    #videosTG{
        height: auto;
    }
    #contact>div, #contact{
        height: auto;
    }
    #contact>div{
        margin-top: 40px;
    }
}