.menu_chevron {
    top: -10px;
}

.containerArticle {
    float: left;
}
.containerTextev2 {
    float: left;
}
.container_background {
    min-height: 0;
}
.dropdown-menu {
    width: 1200px;
}

.container-menu-article {
    border-right: solid 1px #679966;
    min-height: 700px;
    top: -5px;

}

.container-title-menu {
    color: white;
    font-family: 'MyriadPro';
    background-color: #3A287F;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 65px 20px 20px;
}

.container-text-article{
    padding: 20px;
}

.titre-article {
    color: #EA671E;
    text-transform: uppercase;
    font-family: 'MyriadPro';
    font-size: 32px;
    font-weight: bold;
}

.ligne-dessus-article {
    border-top: solid 1px #679966;
    height: 15px;
    width: 1100px;
    margin: 0 auto;
}

.ligne-dessous-title-article {
    border-top: solid 1px #679966;
    top: 91px;
    position: relative;
    width: 96%;
    left: -3px;
}

.ligne-dessus-circle {
    border: solid 1px #679966;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    padding: 2px;
    position: relative;
    background-color: white;        
    left: 335px;
    z-index: 100;
}

.circle-1 {
    top: -15px;
}

.circle-2 {
    top: 60px;
}

.menu-sommaire {
    /*    background-color: #C5D000; */
    width: 320px;
    height: 40px;
    font-family: 'MyriadPro';
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 40px;
    margin-left: 40px;
    margin-bottom: 5px;
}

.menu-item  {
    /*background-color: #679966;*/
    background-color: white;
    color: grey;

    width: 320px;
    /*height: 30px;*/
    height: auto;
    line-height: 30px;
    font-family: 'MyriadPro';
    font-size: 16px;
    font-weight: bold;
    margin-left: 40px;
    margin-bottom: 5px;
    border-radius: 0;
    padding: 0 0 0 10px;
    text-align: left;
    overflow: hidden;
    white-space: unset;
}

.menu-item:active, .menu-item:hover, .menu-item:focus {
    box-shadow: none;
    text-decoration: none;
    color: inherit;
    outline: 0;
}

.menu-pages {
    /*background-color: #c5d000;*/
    height: auto;
    list-style: none;
    line-height: 20px;
    font-size: 14px;
    white-space: nowrap;
    /*
    width: fit-content;
    min-width: 320px;
    padding: 0px 6px;
    */
}

.menu-pages li  {
    padding-left: 10px;
}

.menu-pages li a {
    color: gray;
}

.dropdown-menu {
    position: absolute;
    top: 0;
    left: 10px;
    width: auto;
}

.containerTextev2, .containerEncartv2 {
    margin: 0;
}
.containerEncartv2 {
    padding: 20px 0;
}

.card-header {
    position: relative;
}

.myMenuContainer:after {
    position: absolute;
    right: 5px;
    top: 10px;
    content: '';
    border-top: 8px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transform: rotate(-180deg); 
    transition: all linear 0.5s;
}

[data-toggle="collapse"].collapsed:after {
    transform: rotate(0deg);
}