#cms #content .CMSA-title {
    color: #93c01f;
}

#cms #content .CMSA-intro {
    font-style: italic;
}

#cms #content .CMSA-p strong {
    color: #F37E8F;
}

#cms #content .CMSA-p a {
    color: #f29100;
}

#cms #content ul li strong {
    color: #e62374;
}

#cms #content ul li a {
    color: #f29100;
}


#cms #content .CMSA-mise-en-avant-1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    line-height: 26px !important;
    font-size: 2.5rem;
    border-left: 5px solid #3C3C3B;
}

#cms #content .CMSA-mise-en-avant-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    line-height: 26px !important;
    font-size: 3.5rem;
    border-left: 5px solid #3C3C3B;
}

#cms #content .CMSA-mise-en-avant-bll {
    border-color: #F37E8F;
}

#cms #content .CMSA-mise-en-avant-bdp {
    border-color: #93c01f;
}

#cms #content .CMSA-titre-1 {
    font-size: 3rem;
    margin-bottom: 5px;
}

#cms #content .CMSA-titre-2 {
    font-size: 4rem;
    margin-bottom: 5px;
}

#cms #content .CMSA-sous-titre-1 {
    text-transform: uppercase;
    color: #a29f9f;
    font-weight: 900;
    display: block;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

#cms #content .CMSA-sous-titre-2 {
    text-transform: uppercase;
    color: #a29f9f;
    font-weight: 900;
    display: block;
    margin-bottom: 20px;
    font-size: 2rem;
}

#cms #content .CMSA-bll {
    color: #F37E8F;
}

#cms #content .CMSA-bdp {
    color: #93c01f;
}

#cms #content .CMSA-lien {
    color: #f29100;
}

#cms #content .CMSA-question {
    display: block;
    white-space: normal;
    text-align: justify;
    color: #ffffff;
    background-color: #3C3C3B;
    border-color: #363635;
    padding: 1rem;
    margin-bottom: 0;
    font-size: 1.6rem;
}

#cms #content .CMSA-reponse {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #3C3C3B;
    font-size: 1.3rem;
}

#cms #content .CMSA-reponse-bll {
    border-color: #F37E8F;
}

#cms #content .CMSA-reponse-bdp {
    border-color: #93c01f;
}

#cms #content .CMSA-question-bll {
    color: #ffffff;
    background-color: #F37E8F;
    border-color: #DA7180;
}

#cms #content .CMSA-question-bdp {
    color: #ffffff;
    background-color: #93c01f;
    border-color: #84AC1B;
}

#cms #content .CMSA-texte-centre {
    text-align: center;
}

#cms #content .CMSA-texte-gauche {
    text-align: left;
}

#cms #content .CMSA-texte-droite {
    text-align: right;
}

#cms #content .CMSA-texte-justifie {
    text-align: justify;
}

#cms #content .CMSA-h1-title {
    text-align: center;
    display: inline-block;
}

#cms #content .CMSA-h1-title h1 {
    color: #000000;
    margin-bottom: 0;
}

#cms #content .CMSA-h1-title span:first-of-type {
    font-size: 3.25rem;
    font-family: Montserrat, sans-serif !important;
    font-weight: 900;
}

#cms #content .flex {
    display: flex;
    align-items: center;
}

#cms #content .flex img {
    margin: 0;
}

#cms #content .flex p {
    font-weight: 400;
    font-size: 14px;
    padding-left: 0;
    padding-top: 0;
}

#cms #content .CMSA-h1-title span:last-of-type {
    font-size: 2.5rem;
    font-family: Montserrat, sans-serif !important;
    font-weight: 900;
}

.accordion-content {
    display: none;
}

.accordion-content.default {
    display: block;
}

.accordion-toggle {
    cursor: pointer;
}

#cms #content .client-quote blockquote {
    font-size: 2.5rem;
    line-height: 30px;
}

#cms #content .client-quote p {
    font-size: 1.5rem;
    text-align: right;
    font-weight: 200;
    font-style: italic;
}

a {
    color: unset;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}


#cms img {
    /* display: block; */
    max-width: 100%;
    height: auto;
}

/* pour compatibilité */
.pull-right {
    float: right
}

.pull-left {
    float: left
}

.icon.pull-left, .pull-left[class^="icon-"] {
    margin-right: .3em
}

.icon.pull-right, .pull-right[class^="icon-"] {
    margin-left: .3em
}

.media > .pull-left {
    margin-right: 10px
}

.media > .pull-right {
    margin-left: 10px
}
