/* Add here all your css styles (customizations) */

body {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
}

p {
    font-size: 14pt;
    color: #6A696E;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Nunito', sans-serif;
}

a {
    color: #2DB2B1;
}

.breadcrumbs {
    text-transform: uppercase;
    overflow: hidden;
    padding: 0pt 0pt 0pt 0pt;
    border-bottom: solid 0px #eee;
    background: none;
}

.breadcrumb a {
    color: #777;
    font-weight: 400;
}

.breadcrumb li.active,
.breadcrumb li a:hover {
    color: #2DB2B1;
    text-decoration: none;
    font-weight: 400;
}

.breadcrumbs h1 {
    font-size: 12pt;
}

.content {
    padding-top: 0pt;
}
/* A full width image header */

.visual-header img {
    width: 100%;
}
/* Block of editorial content */

.editorial-content {
    max-width: 700px;
    line-height: 1.3;
}

.editorial-content h2 {
    color: #41404B;
    position: relative;
    font-size: 26pt;
    margin-bottom: 60pt;
}

.editorial-content h2:after {
    left: 0;
    width: 70px;
    height: 2px;
    content: " ";
    bottom: -30pt;
    background: #41404B;
    position: absolute;
}

.editorial-content h3 {
    color: #2DB2B1;
    position: relative;
    text-transform: uppercase;
    font-size: 16pt;
}

.editorial-content section {
    margin-bottom: 30pt;
}

.editorial-content p strong {
    font-weight: 400;
}

.editorial-content p {
    font-size: 13pt;
}
/* A full width editorial quote */

.editorial-quote {
    background-color: #CBCBC9;
    text-align: center;
    padding: 10pt 0 10pt 0;
}

.editorial-quote p {
    font-style: italic;
    font-size: 22pt;
    font-weight: 400;
    color: #41404B;
}
/* Block of editorial content on the Home page */

.home-editorial-content {
    line-height: 1.3;
    text-align: center;
}

.home-editorial-content h2 {
    color: #6A696E;
    position: relative;
    font-size: 26pt;
    margin-bottom: 10pt;
}

.home-editorial-content h3 {
    color: #2DB2B1;
    position: relative;
    text-transform: uppercase;
    font-size: 16pt;
    margin-bottom: 0pt;
}

.home-editorial-content p {
    font-size: 14pt;
}

.home-editorial-content .overview p {
    font-size: 11pt;
}

.home-editorial-content a {
    text-transform: uppercase;
    color: #8F8E93;
    font-size: 10pt;
    border-bottom: solid 1pt #8F8E93;
    text-decoration: none !important;
}

.home-editorial-content a:hover {
    color: #2DB2B1;
    border-bottom: solid 1pt #2DB2B1;
}

.img-picto {
    display: block;
    max-width: 230px;
    max-height: 95px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 5pt 5pt;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 0px 2px #A8A8A6;
    -webkit-box-shadow: 0px 0px 2px #A8A8A6;
    box-shadow: 0px 0px 2px #A8A8A6;
    margin-bottom: 7pt;
}

.img-picto:after {}