.btn-dropdown-menu {
    min-width: 20%;
    display: inline-block;
    border-radius: 1.2rem;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 1.4rem;
    background-color: var(--cs-color-bg-titre);

}

.dropdown-item {
    font-size: 1.2rem;
}

.cs-title {
    font-size: 1.6rem;
}

@media (min-width: 992px) {
    .dropdown-item {
        font-size: 1.4rem;
    }

    .cs-title {
        font-size: 2.6rem;
    }
}

/*#container-mes-pages {
    width: 100%;
    margin: 0px auto;
    word-break: normal;
}

#content-mes-pages {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    position: relative;
    
    padding: 0;
    clear: both;
    z-index: 8;
}

#contenu-mes-pages {
    overflow: hidden;
    width: 81%;
    flex: 5 auto;
    vertical-align: top;
    background-color: white;
    visibility: visible!important;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px;
}

div.block-mes-pages{
    padding:4.2rem;
}

div.item-mes-pages{
    width: 85%;
    margin-bottom: 4.2rem;
    padding: 4.7rem;
    background: white;
    box-shadow: 0px 0px 57px 12px rgb(0 0 0 / 17%);
}



#menu-mes-pages{
    width: 14%;
    flex: 1 auto;
    border-right: #ccc 0 solid;
    background: #666666;
    padding-bottom: 100px;
    z-index: 11;
    transition: all 1s;
    
    }
#menu-mes-pages ul{
    list-style: none;
    display: flex;
    gap: 6rem;
    flex-direction: column;
    color: white;
    margin: 0;
    padding: 8rem 1rem 3rem 1rem;
}

#menu-mes-pages ul li {
    color: white;
    font-family: Montserrat;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.8rem;
    text-align: center;
    position: relative;
}


#menu-mes-pages ul li.current-menu-item::before {
    background: white;
    content: '';
    display: block;
    width: 1.5rem;
    height: 0.7rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
}

#menu-mes-pages ul li.current::before {
    background: white;
    content: '';
    display: block;
    width: 1.5rem;
    height: 0.7rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
}


#menu-mes-pages ul li::after {
    content: '';
    display: block;
    position: absolute;
    border-left: 1px dashed white;
    height: 4rem;
    width: 1px;
    margin: 0 auto;
    top: calc(100% + 1rem);
    left: 0;
    right: 0;
    opacity: 0.4;
    transition: opacity 0.3s;
}

#menu-mes-pages ul li.lastitem::after {
    display: block;
    height: 0;
}

#menu-mes-pages ul li span {
    width: 90%;
    display: block;
    margin: auto;
}

#menu-mes-pages ul li a {
    color: white;
}

div.item-mes-pages h2:before {
    display: block;
    position: absolute;
    background: #E4EBE5;
    height: 2.2rem;
    width: 67rem;
    content: '';
    z-index: 2;
    bottom: 0;
    margin-left: -4.7rem;
}

div.item-mes-pages h2 {
    position: relative;
    float: none;
    display: block;
    font-style: normal;
    margin: 0 0 3.2rem 0;
}

div.item-mes-pages h2 span {
    font-family: Montserrat;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 4.4rem;
    color: var(--cs-color-titre);
    position: relative;
    z-index: 4;
}
*/
#social-links {
    display: block;
    width: 100%;
    text-align: center;
}

#social-links ul {
    display: block;
    padding: 0;
    list-style-type: none;
}

#social-links ul li {
    display: inline-block;
    padding: 1rem;
}

#social-links ul li a {
    color: var(--cs-color-header);
}

#qui-sommes-nous-pic {
    width: 60%;
    margin: auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}

#qui-sommes-nous-pic ul {
    display: block;
    padding: 0;
    list-style-type: none;
}

#qui-sommes-nous-pic ul li {
    display: inline-block;
    padding: 1rem;
}

#qui-sommes-nous-pic ul li a {
    color: var(--cs-color-header);
}

#menu-accueil-mes-pages ul {
    text-align: center;
}

#menu-accueil-mes-pages ul li {
    list-style: none;
    padding: 1rem;
}

#menu-accueil-mes-pages ul li a {
    font-weight: bold;
    color: var(--cs-color-header);
}

#menu-accueil-mes-pages ul li a:hover {
    font-weight: 900;
    color: var(--cs-color-header);
    text-decoration: underline;
}