body {
    font-family: 'Open Sans', sans-serif;
    color: #141414;
    font-size: 1.5rem;
    line-height: 3rem;
}

.style-h1,
h1 {
    color: #26282d;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 34px;
    /*text-transform: uppercase;*/
    padding: 30px 0;
}

.style-h2,
h2 {
    color: #1a1a1a;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    padding: 0 0 20px 0;
}


blockquote {
    padding: 40px 0;
    color: #1a1a1a;
}
blockquote p {
    display: inline;
    font-style: italic;
}
blockquote:before,
blockquote:after {
    font-family: FontAwesome;
    font-size: 22px;
    color: #1b9584;
}
blockquote:before {
    content: '\f10d';
    margin:0 15px 0 0;
}
blockquote:after {
    content: '\f10e';
    margin:0 0 0 15px;
}

.titre-2-style-h1 h2 {
    color: #26282d;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 34px;
    text-transform: uppercase;
    padding: 30px 0;
}

.sommaire-simple .titre-2-style-h1 h2 {
  padding: 0;
}

p.gtm-liste-i,
h3 {
    color: #1a1a1a;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
p {
    color: #1a1a1a;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}
p b,
p strong{
    font-weight: 500;
}
a {
    color: #209685;
    text-decoration: none;
    font-weight: 400;
}

.style-legende-brochure {
    color: #1a1a1a;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 20px 0;
}
.style-legende-it-brochure {
    color: #1a1a1a;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    margin: 0 0 10px 0;
}
.style-lien-brochure {
    display: inline-block;
    padding: 10px 20px;
    margin:0 0 5px 0;
    border:solid 1px #219686;
    line-height: 22px;
}
.style-lien-brochure:hover {
    background: #219686;
    color: #FFF;
}
.style-lien-brochure:after {
    content:'+';
    padding: 0 0px 0 20px;
    font-weight: 300;
}

.style-lien-icone {
    font-style: italic;
}

.style-lien-icone:before {
    font-family: FontAwesome;
    content: "\f0c1";
    padding-right: 10px;
}

button {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    padding: 0;
}

.ft-10 {
    font-size: 1rem;
}
.ft-15 {
    font-size: 1.5rem;
}
.ft-20 {
    font-size: 2rem;
}
.ft-25 {
    font-size: 2.5rem;
}
.ft-30 {
    font-size: 3rem;
}
.ft-35 {
    font-size: 3.5rem;
}
.ft-40 {
    font-size: 4rem;
}
.ft-45 {
    font-size: 4.5rem;
}
.ft-50 {
    font-size: 5rem;
}
.ft-55 {
    font-size: 5.5rem;
}

.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

@media (max-width: 479px) {
    h1,
    .titre-2-style-h1 h2 {
        font-size: 28px;
    }
}
