@import "slick.css";

/* normalize
=====================*/

*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    color: #66806C;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bold;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 0.1rem dotted buttontext;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}

/* basic
=====================*/

html,
body {
    height: 100%;
}

html {
    font-size: 0.521vw;
}

body {
    background: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.25;
    font-family: "Roboto", Tahoma, sans-serif;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.is-hidden {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

input,
button,
select,
textarea,
.btn {
    font-weight: normal;
    font-family: "Roboto", Tahoma, sans-serif;
}

input,
button {
    margin: 0;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

::-webkit-input-placeholder {
    color: #bfbfbf;
}

:-moz-placeholder {
    color: #bfbfbf;
}

::-moz-placeholder {
    color: #bfbfbf;
}

:-ms-input-placeholder {
    color: #bfbfbf;
}

::-ms-input-placeholder {
    color: #bfbfbf;
}

::-webkit-input-placeholder {
    color: #bfbfbf;
}

::-moz-placeholder {
    color: #bfbfbf;
}

:-ms-input-placeholder {
    color: #bfbfbf;
}

::placeholder {
    color: #bfbfbf;
}

picture {
    display: block;
}

/* typography
=====================*/

h1,
h2,
h3,
h4,
h5,
h6,
.title {
    margin: 0;
    font-weight: bold;
    font-family: "Roboto", Tahoma, sans-serif;
}

h1,
.title-size-1 {
    font-size: 5.4rem;
}

h2,
.title-size-2 {
    font-size: 4rem;
}

h3,
.title-size-3 {
    font-size: 2.6rem;
}

h4,
.title-size-4 {
    font-size: 2rem;
}

h5,
.title-size-5 {
    font-size: 1.8rem;
}

h6,
.title-size-6 {
    font-size: 1.8rem;
}

/* components
=====================*/

#site {
    position: relative;
    overflow: hidden;
}

.container {
    width: 100%;
    padding: 0 11.5rem;
}

.row {
    margin: 0 -2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col,
[class^="col-"] {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.col-2 {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
}

.col-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.col-4 {
    max-width: 33.3333333%;
    -ms-flex-preferred-size: 33.3333333%;
    flex-basis: 33.3333333%;
}

.col-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.col-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

svg {
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
}

time {
    display: block;
}

.nav__list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
}

.nav__item {
    margin: 0 3.6rem;
    padding: 0;
}

.nav__link {
    display: block;
    font-weight: bold;
    font-size: 2rem;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav__link:hover {
    text-decoration: none;
}

.nav__link:before {
    content: "";
    position: absolute;
    top: -1.6rem;
    right: -1.6rem;
    bottom: -1.6rem;
    left: -1.6rem;
}

.img-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.input-form {
    background: #fff;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0.6rem 1.2rem;
    display: block;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.4;
    font-family: "Roboto", Tahoma, sans-serif;
    border: 0.1rem solid #a9a9a9;
    border-radius: 0;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-property: border-color, box-shadow;
    transition-property: border-color, box-shadow;
}

.input-form:hover {
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.35);
}

.input-form:focus {
    border-color: #000;
    box-shadow: 0 0 0 0.2rem #000;
}

.input-form--textarea {
    min-height: 19rem;
    resize: vertical;
}

.btn {
    background: transparent;
    padding: 2.2rem 3.4rem;
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    font-family: "Roboto", Tahoma, sans-serif;
    color: #fff;
    text-align: center;
    border: 0.1rem solid currentColor;
    border-radius: 0.5rem;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.btn:hover {
    text-decoration: none;
}

.btn--theme-style-1 {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.btn--theme-style-1:hover {
    color: #cdb9a8;
    border-color: #cdb9a8;
}

.btn--theme-style-2 {
    background: transparent;
    color: #3c3c3c;
    border-color: #cdb9a8;
}

.article-card:hover .btn--theme-style-2,
.btn--theme-style-2:hover {
    color: #cdb9a8;
}

.btn--theme-style-3 {
    background: #fff;
    color: #3c3c3c;
    border-color: #fff;
}

.btn--theme-style-3:hover {
    color: #cdb9a8;
}

.btn-primary {
    background: #cdb9a8;
    padding: 1.4rem 3.4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-primary:hover,
.news-card:hover .btn-primary {
    background: #3c3c3c;
    text-decoration: none;
}

.btn-primary svg {
    width: 1.8rem;
    height: 1.1rem;
    margin-left: 2rem;
    fill: currentColor;
    color: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.news-card:hover .btn-primary svg,
.btn-primary:hover svg {
    left: 0.4rem;
    opacity: 0.6;
}

.social {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social__item {
    margin: 0;
    padding: 0;
}

.social__item:not(:last-child) {
    margin-right: 3rem;
}

.social__link {
    width: 3.3rem;
    height: 3.3rem;
    font-size: 0;
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.social__link:hover {
    text-decoration: none;
    opacity: 0.5;
}

.social__link img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.slick-slide {
    outline: none;
    vertical-align: top;
}

.slider-btn-nav {
    background: #fff;
    width: 6.6rem;
    height: 4.8rem;
    display: block;
    font-size: 0;
    color: #cdb9a8;
    text-align: center;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

.slider-btn-nav:hover {
    background: #3c3c3c;
    color: #fff;
}

.slider-btn-nav:after {
    width: 0;
    height: 100%;
    content: "";
    display: inline-block;
    vertical-align: middle;
}

.slider-btn-nav svg {
    width: 3.5rem;
    height: 2rem;
    display: inline-block;
    fill: currentColor;
    color: inherit;
    vertical-align: middle;
}

.slider-btn-nav--next svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.slider-btn-nav--theme-accent {
    background: #cdb9a8;
    color: #fff;
}

.toggle {
    background: transparent;
    width: 1.8rem;
    height: 1.8rem;
    padding: 0;
    display: block;
    font-size: 0;
    text-align: center;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.toggle:hover {
    text-decoration: none;
}

.toggle:before {
    content: "";
    position: absolute;
    top: -0.6rem;
    right: -0.6rem;
    bottom: -0.6rem;
    left: -0.6rem;
}

.toggle__line {
    background: #3c3c3c;
    width: 100%;
    height: 0.2rem;
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 0.2rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.toggle__line:nth-child(1) {
    width: 100%;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.toggle__line:nth-child(2) {
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.toggle__line:nth-child(3) {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}

.toggle.is-active .toggle__line:nth-child(1) {
    width: 100%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.toggle.is-active .toggle__line:nth-child(2) {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden;
}

.toggle.is-active .toggle__line:nth-child(3) {
    width: 100%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.logo {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.logo:hover {
    text-decoration: none;
    opacity: 0.6;
}

.logo__img {
    width: 21rem;
    height: auto;
    display: block;
}

.link-moore {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}

.link-moore:hover {
    text-decoration: none;
    opacity: 0.6;
}

.link-moore:before {
    content: "";
    position: absolute;
    top: -0.6rem;
    right: -0.6rem;
    bottom: -0.6rem;
    left: -0.6rem;
}

.link-moore__arrow {
    width: 1.8rem;
    height: 1.1rem;
    margin: 0.2rem 0 0 2.1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.8rem;
    flex: 0 0 1.8rem;
    fill: currentColor;
    color: inherit;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: relative;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.link-moore:hover .link-moore__arrow,
.news-section-card:hover .link-moore .link-moore__arrow {
    left: 0.4rem;
    opacity: 0.6;
}

.content p {
    margin: 0 0 1.6em;
}

.content > :first-child,
.content blockquote > :first-child {
    margin-top: 0;
}

.content > :last-child,
.content blockquote > :last-child {
    margin-bottom: 0;
}

.content a {
    box-shadow: 0 0.1rem 0 currentColor;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.content a:hover {
    text-decoration: none;
    box-shadow: 0 0.1rem 0 transparent;
}

.content h2 {
    margin-bottom: 3rem;
    font-size: 4.2rem;
}

.content h3 {
    margin-bottom: 3rem;
    font-size: 3rem;
}

.content h4 {
    margin-bottom: 3rem;
    font-size: 2.4rem;
}

.content h5 {
    margin-bottom: 3rem;
    font-size: 2rem;
}

.content figure {
    margin: 0;
    padding: 0;
    display: block;
}

.content blockquote {
    margin: 8rem 0;
    padding: 0;
    display: block;
    font-size: 4rem;
    line-height: 1.25;
    position: relative;
}

.content blockquote:before,
.content blockquote:after {
    background: #cdb9a8;
    width: 17rem;
    height: 0.3rem;
    margin: 0;
    content: "";
    display: block;
}

.content blockquote:before {
    margin-bottom: 4.8rem;
}

.content blockquote:after {
    margin-top: 4.8rem;
    margin-left: auto;
}

.font-weight-normal {
    font-weight: normal;
}

.article-card {
    display: block;
    position: relative;
}

.article-card__picture {
    margin: 0 0 4.2rem;
    padding-bottom: 63.5561160151%;
    position: relative;
}

.article-card__tag {
    margin: 0 0 1.1rem;
    display: inline-block;
    font-weight: bold;
    color: #cdb9a8;
    box-shadow: 0 0.1rem 0 transparent;
    vertical-align: top;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
}

.article-card__tag:hover {
    text-decoration: none;
    box-shadow: 0 0.1rem 0 currentColor;
}

.article-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.article-card__title {
    max-width: 40rem;
    margin: 0;
    font-weight: 500;
    line-height: 1.5;
}

.article-card__link {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.article-card__link:hover {
    color: #cdb9a8;
    text-decoration: none;
}

.article-card__link:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.article-card__btn {
    margin: 0.6rem 0 0 6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.services-list__item {
    border-bottom: 0.1rem solid currentColor;
}

.media-item {
    padding: 1.9rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 0;
}

.media-item__link {
    box-shadow: 0 0.1rem 0 transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.media-item__link strong {
    font-weight: 500;
}

.media-item__link:hover {
    text-decoration: none;
    opacity: 0.4;
}

.media-item__link:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.media-item__arrow {
    width: 1.8rem;
    height: 1.1rem;
    margin: 0.55em 0 0 3rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.8rem;
    flex: 0 0 1.8rem;
    fill: currentColor;
    color: inherit;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    left: 0;
    z-index: -1;
}

.media-item:hover .media-item__arrow {
    left: 0.4rem;
    opacity: 0.4;
}

.social-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
}

.social-list__item {
    margin: 0 0 1.3rem;
    padding: 0;
}

.social-list__item:not(:last-child) {
    margin-right: 2.6rem;
}

.social-list__link {
    background: #000;
    width: 3.8rem;
    height: 3.8rem;
    padding: 0.7rem;
    display: block;
    font-size: 0;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.social-list__link:hover {
    background: #707070;
    text-decoration: none;
}

.social-list__link:before {
    content: "";
    position: absolute;
    top: -0.6rem;
    right: -0.6rem;
    bottom: -0.6rem;
    left: -0.6rem;
}

.social-list__link svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
    color: inherit;
}

.video-el {
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

.video-el video,
.video-el embed,
.video-el iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.video-el__cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
}

.video-el__cover > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -2;
}

.video-el__cover:before {
    background: rgba(28, 28, 28, 0.5);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1;
}

.video-el__cover:hover:before {
    background: rgba(28, 28, 28, 0.3);
}

.video-el__cover button {
    background: transparent;
    width: 5rem;
    height: 5rem;
    font-size: 0;
    color: #fff;
    position: absolute;
    bottom: 5rem;
    left: 5rem;
    outline: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 0;
}

.video-el__cover button svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
    color: inherit;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.video-el__cover:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pagination {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
}

.pagination__item {
    margin: 0;
    padding: 0;
}

.pagination__link {
    min-width: 36px;
    padding: 8px 6px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pagination__link:hover {
    color: #cdb9a8;
    text-decoration: none;
}

.pagination__link.is-active {
    background: #cdb9a8;
    color: #fff;
    cursor: default;
}

.pagination__link--page-link {
    background: transparent !important;
    margin-right: 42px;
    color: #3c3c3c !important;
}

.pagination__link--page-link:hover {
    color: #cdb9a8 !important;
}

.form-select {
    background: transparent;
    background-image: url(../images/icon/arrow-select.svg);
    background-position: right center;
    background-size: 10px auto;
    background-repeat: no-repeat;
    padding: 0.5rem 1.5rem 0.5rem 0;
    display: inline-block;
    font-weight: normal;
    font-size: 2rem;
    color: #3c3c3c;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #707070;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.form-label {
    display: block;
}

.form-label__title {
    padding: 0 0 1rem;
    display: block;
    font-size: 2rem;
    line-height: 1;
    color: #c3c3c3;
    cursor: pointer;
}

.form-el {
    background: #f8f8f8;
    width: 100%;
    padding: 1.5rem 2rem;
    display: block;
    font-weight: normal;
    font-size: 1.6rem;
    color: #3c3c3c;
    border-radius: 0.5rem;
    border: none;
    outline: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.form-el:hover {
    box-shadow: 0 0 0 0.1rem #cdb9a8;
}

.form-el:focus {
    box-shadow: 0 0 0 0.3rem #cdb9a8;
}

.form-el--textarea {
    min-height: 30rem;
    resize: vertical;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

/* header
=====================*/

.header {
    width: 100%;
    height: 11.2rem;
    padding: 2.8rem 0;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 999;
}

.header--theme-white {
    background: #fff;
    color: #3c3c3c;
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__nav {
    padding-top: 0.3rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header__search {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.header__search-btn {
    background: transparent;
    padding: 0.5rem;
    display: block;
    font-size: 0;
    color: inherit;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header__search-btn:before {
    content: "";
    position: absolute;
    top: -0.6rem;
    right: -0.6rem;
    bottom: -0.6rem;
    left: -0.6rem;
}

.header__search-btn svg {
    width: 2.2rem;
    height: 2.2rem;
    display: block;
    fill: currentColor;
    color: inherit;
}

.header__search-form {
    margin-top: -1.8rem;
    margin-right: 3rem;
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    z-index: 4;
}

.header__search-form input {
    background: #fff;
    width: 19rem;
    height: 3.6rem;
    padding: 0.5rem 1.5rem;
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    color: #cdb9a8;
    border: none;
    outline: none;
    box-shadow: 0 0.3px 1rem #00000029;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header__search-form:not(.is-show) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* intro
=====================*/

.intro {
    color: #fff;
    position: relative;
    z-index: 0;
}

.intro__picture {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.intro__container {
    min-height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.intro__content {
    max-width: 86rem;
    margin: 0 0 0 1.9rem;
    padding: 26rem 0 22rem;
    position: relative;
}

.intro__content:before {
    background: #cdb9a8;
    width: 17rem;
    height: 0.3rem;
    margin: 0 0 2.8rem;
    content: "";
    display: block;
}

.intro__title {
    margin: 0 0 4.7rem;
    font-weight: 500;
}

/* about
=====================*/

.about {
    padding: 14.7rem 0 8rem;
}

.about__inner {
    max-width: 97rem;
    margin: 0 auto;
    line-height: 1.5;
    text-align: center;
}

.about__title {
    margin: 0 0 5.6rem;
    font-weight: 500;
}

.about__content {
    max-width: 74rem;
    margin: 0 auto 4.2rem;
}

.about__author {
    margin: 0;
    display: block;
    font-weight: bold;
    color: #cdb9a8;
}

/* news-section
=====================*/

.news-section {
    padding: 1.1rem 0 12.7rem;
}

.news-section__title {
    margin: 0 0 -1.2em;
    font-family: "Roboto Slab", Tahoma, sans-serif;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.news-section__inner {
    margin-bottom: 8.6rem;
}

.news-slider .slider-btn-nav {
    bottom: 5.7rem;
    left: 50.4%;
}

.news-slider .slider-btn-nav--prev {
    margin-left: -13.2rem;
}

.news-slider .slider-btn-nav--next {
    margin-left: -6.6rem;
    left: 50.4%;
}

.news-slide {
    padding-bottom: 5.7rem;
    position: relative;
    z-index: 0;
}

.news-slide__content {
    width: 30.2%;
    min-height: 61.3rem;
    padding-right: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news-slide__last-article {
    max-width: 30.8rem;
    margin: 0 0 8.3rem;
    padding-top: 9.808rem;
}

.last-article {
    font-weight: 500;
    line-height: 1.2;
}

.last-article__link {
    color: #c3c3c3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.last-article__link:hover {
    color: #cdb9a8;
    text-decoration: none;
}

.last-article-list__item:not(:last-child) {
    margin-bottom: 3.6rem;
}

.news-slide__footer {
    background: #cdb9a8;
    margin: auto -100% 0 0;
    color: #fff;
}

.news-section-card {
    padding: 5.5rem 5.5rem 4.7rem;
    position: relative;
}

.news-section-card__date {
    margin: -3.2rem -2.5rem 2.2rem 0;
    display: block;
    font-weight: 900;
    text-align: right;
}

.news-section-card__title {
    margin: 0 14rem 3.6rem 0;
    font-weight: 500;
    line-height: 1.5;
}

.news-section-card__link {
    box-shadow: 0 0.1rem 0 transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.news-section-card__link:hover {
    text-decoration: none;
    box-shadow: 0 0.1rem 0 currentColor;
}

.news-section-card__link:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.news-slide__picture {
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.news-list__row {
    margin-right: -4.3rem;
    margin-bottom: -8.6rem;
    margin-left: -4.3rem;
}

.news-list__col {
    margin-bottom: 8.6rem;
    padding: 0 4.3rem;
}

/* services-section
=====================*/

.services-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.services-section__col {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.services-section__col--content {
    background: #cdb9a8;
    padding: 14.9rem 0;
}

.services-section__col--picture {
    position: relative;
}

.services-section__content {
    max-width: 86.6rem;
    margin-left: auto;
    padding: 0 3rem;
    color: #fff;
}

.services-section__title {
    margin: 0 0 4.6rem;
    font-family: "Roboto Slab", Tahoma, sans-serif;
}

.services-section__list {
    max-width: 48.8rem;
    margin: 0 0 5.2rem;
}

/* footer
=====================*/

.footer {
    padding: 13rem 0;
    color: #707070;
}

.footer__title {
    margin: 0 0 2.9rem;
    font-weight: 500;
    color: #3c3c3c;
}

.footer__services-list {
    max-width: 37.4rem;
}

.footer__services-list .services-list__item:last-child {
    border-bottom: none;
}

.footer__contacts {
    margin-bottom: 4rem;
    padding: 2rem 0;
    border-bottom: 0.1rem solid #cdb9a8;
}

.footer__contacts a {
    box-shadow: 0 0.1rem 0 transparent;
}

.footer__contacts a:hover {
    text-decoration: none;
    box-shadow: 0 0.1rem 0 currentColor;
}

.footer__col--logo {
    text-align: center;
}

.footer__logo {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.footer__logo:hover {
    text-decoration: none;
    opacity: 0.6;
}

.footer__logo img {
    width: 100%;
    max-width: 23.2rem;
    height: auto;
}

/* page-head
=====================*/

.page-head {
    color: #fff;
    position: relative;
    z-index: 0;
}

@media all and (min-width: 1200px){
    .page-head--with-picture{
        overflow: hidden;
    }
    
    .page-head--with-picture .page-head__picture{
        top: 80px;
    }
}

.page-head__picture {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.page-head__container {
    min-height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page__inner {
    padding: 26rem 0 22rem;
}

.page-head__title {
    margin: 0;
    font-family: "Roboto Slab", Tahoma, sans-serif;
}

.nav-tab {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
}

.nav-tab--full-width {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-tab__item {
    margin: 0;
    padding: 0;
}

.nav-tab__item:not(:last-child) {
    margin-right: 2rem;
}

.nav-tab__link {
    padding: 2rem 2.6rem;
    display: block;
    font-weight: bold;
    text-align: center;
    border: 0.1rem solid #fff;
    border-radius: 0.5rem;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav-tab__link:hover {
    text-decoration: none;
}

.nav-tab__link svg {
    width: 1.8rem;
    height: 1.1rem;
    margin: 0.45em 0 0 3rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.8rem;
    flex: 0 0 1.8rem;
    fill: currentColor;
    color: inherit;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.page-head__nav-tab {
    width: 100%;
    max-width: 173.2rem;
    margin: 0 auto;
    padding: 6rem 3rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page-head__nav-tab:before {
    background: #cdb9a8;
    width: 100vw;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

/* main
=====================*/

.main {
    padding: 12.8rem 0 10rem;
}

.main__title {
    margin: 0 0 4.4rem;
    font-size: 3.1rem;
    font-family: "Roboto Slab", Tahoma, sans-serif;
}

.main__article {
    padding-top: 13rem;
    padding-bottom: 20rem;
}

.services-content-item {
    min-height: 1em;
    position: relative;
}

.services-content-list__item {
    margin-left: 20rem;
}

.services-content-list__item:not(:last-child) {
    margin-bottom: 11rem;
}

.services-content-item__rubric {
    padding-top: 0.2em;
    font-weight: bold;
    color: #cdb9a8;
    position: absolute;
    top: 0;
    left: 0;
}

.services-content-item__content {
    padding-left: 20rem;
    line-height: 1.4;
}

/* p-medias-head
=====================*/

.p-medias-head {
    background: #cdb9a8;
    padding-top: 16.5rem;
    color: #fff;
}

.p-medias-head--theme-white {
    background: #fff;
    color: #3c3c3c;
}

.p-medias-head__inner {
    position: relative;
}

.p-medias-head__title {
    margin: 0;
    font-family: "Roboto Slab", Tahoma, sans-serif;
    position: absolute;
    top: 12rem;
    left: 0;
    z-index: 1;
}

.p-medias-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.p-medias-card__content {
    background: #fff;
    margin: 20rem -14% 8.6rem 0;
    padding: 2.5rem 5.5rem 6rem;
    color: #3c3c3c;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    z-index: 1;
}

.p-medias-card--theme-white .p-medias-card__content {
    background: #cdb9a8;
    color: #fff;
}

.p-medias-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-medias-card__tag {
    margin: 0 3.6rem 2.6rem 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
    color: #cdb9a8;
    box-shadow: 0 0.1rem 0 transparent;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
}

.p-medias-card__tag:hover {
    text-decoration: none;
    box-shadow: 0 0.1rem 0 currentColor;
}

.p-medias-card__date {
    margin-bottom: 2.6rem;
    display: block;
}

.p-medias-card__title {
    margin: 0;
    font-weight: 500;
    line-height: 1.4;
}

.p-medias-card__link {
    box-shadow: 0 0.1rem 0 transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.p-medias-card__link:hover {
    text-decoration: none;
    box-shadow: 0 0.1rem 0 currentColor;
}

.p-medias-card__link:before {
    content: "";
    position: absolute;
    top: -0.6rem;
    right: -0.6rem;
    bottom: -0.6rem;
    left: -0.6rem;
}

.p-medias-card__media {
    max-width: 64.2%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64.2%;
    flex: 0 0 64.2%;
}

.p-medias-card__picture {
    padding-bottom: 60%;
    position: relative;
}

.p-medias-card__link-moore {
    margin: 2.9rem 0 0;
}

.p-medias-card__time {
    margin: -0.2rem -2.5rem 2.2rem 0;
    display: block;
    font-weight: 900;
    text-align: right;
}

.p-medias-card__arrow {
    width: 3.5rem;
    height: 2rem;
    margin: 2.2rem 0 -2rem;
    display: block;
    fill: currentColor;
    color: inherit;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.p-medias-card__moore-footer {
    margin: 3rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-medias--simple {
    padding-top: 40px;
}

.main-medias__pagination {
    margin-top: 50px;
    margin-left: -6px;
}

.main-medias__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-medias__aside {
    max-width: 27rem;
    padding-right: 5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27rem;
    flex: 0 0 27rem;
}

.medias-slider .slider-btn-nav {
    position: absolute;
    bottom: 8.6rem;
    left: 49.8%;
}

.medias-slider .slider-btn-nav--prev {
    margin-left: -13.2rem;
}

.medias-slider .slider-btn-nav--next {
    margin-left: -6.6rem;
}

.page-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: bold;
    color: #cdb9a8;
}

.main-medias__nav:not(:last-child) {
    margin-bottom: 8.4rem;
}

.page-nav__item {
    margin: 0;
    padding: 0;
}

.page-nav__item:not(:last-child) {
    margin-bottom: 1.6rem;
}

.page-nav__link {
    display: block;
    line-height: 1;
    color: #c3c3c3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.page-nav__link:hover {
    color: #3c3c3c;
    text-decoration: none;
}

.page-nav__link.is-active {
    color: #3c3c3c;
    pointer-events: none;
    cursor: default;
}

.main-medias__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.main-medias-list__row {
    margin-right: -8rem;
    margin-bottom: -8rem;
    margin-left: -8rem;
}

.main-medias-list__col {
    margin-bottom: 8rem;
    padding-right: 8rem;
    padding-bottom: 8rem;
    padding-left: 8rem;
    position: relative;
}

.main-medias-list__col:nth-child(odd):after {
    background: #c3c3c3;
    width: 100vw;
    height: 0.1rem;
    content: "";
    position: absolute;
    bottom: 0;
    left: 8rem;
    pointer-events: none;
}

.main-medias-list__col:nth-last-child(1):after,
.main-medias-list__col:nth-last-child(2):after {
    display: none;
}

.news-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.news-card--size-big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: initial;
    flex-direction: initial;
}

.main-medias-list__card {
    height: 100%;
}

.news-card__media {
    max-width: 44%;
    margin-right: 8.8rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
}

.news-card__picture {
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
}

.news-card__inner {
    padding-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news-card__rubric {
    margin: 0 0 2.5rem;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    color: #cdb9a8;
    box-shadow: 0 0.1rem 0 transparent;
    vertical-align: top;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.news-card__rubric:hover {
    text-decoration: none;
    box-shadow: 0 0.1rem 0 currentColor;
}

.news-card__title {
    margin: 0 0 1.5rem;
    font-weight: 500;
    line-height: 1.4;
}

.news-card__link:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.news-card__description {
    margin: 0 0 2rem;
}

.news-card__footer {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-card__date {
    margin: 0 0 2.4rem;
    display: block;
    line-height: 1;
    color: #cdb9a8;
}

.news-card__btn {
    margin-right: 4.4rem;
}

.news-card__time {
    padding: 1.2rem 0;
}

.main-actualites-list__item {
    margin-right: 14rem;
}

.main-actualites-list__item:not(:last-child) {
    margin-bottom: 10rem;
}

.p-article--text {
    padding-top: 5rem;
}

.p-article__header {
    margin: 0 0 5.5rem;
    padding-right: 28.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-article__media {
    max-width: 42%;
    margin: 0 8.4rem 0 -11.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    position: relative;
}

.p-article__picture {
    padding-bottom: 96%;
    position: relative;
}

.p-article__picture-author {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 8.4rem;
    position: absolute;
    left: 100%;
    bottom: 0;
    color: #cdb9a8;
}

.p-article__info {
    padding: 8rem 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.p-article__time {
    margin: 0 0 2.4rem;
    display: block;
    color: #cdb9a8;
}

.p-article__title {
    margin: 0;
    font-weight: 500;
}

.p-article__body {
    padding-right: 28.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.p-article__aside {
    max-width: 42%;
    margin: 0 8.4rem 0 -11.5rem;
    padding: 0 10rem 0 11.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
}

.p-article__aside-inner {
    max-width: 31rem;
}

.p-article__aside-title {
    margin: 0 0 1.6rem;
    font-weight: bold;
    color: #cdb9a8;
}

.p-article__page {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.p-article__content {
    line-height: 1.5;
}

.p-article__aside-last-article {
    margin: 0 0 7rem;
}

.p-article__video {
    margin: 6rem -28.6rem 6rem 0;
}

.p-contacts__inner {
    padding: 14rem 0 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-contacts__content {
    max-width: 43%;
    margin-right: 20rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
}

.p-contacts__suptitle {
    margin: 0 0 2.5rem;
    font-weight: 500;
    color: #cdb9a8;
}

.p-contacts__title {
    margin: 0 0 7rem;
    font-weight: 500;
}

.p-contacts__description {
    max-width: 48rem;
}

.p-contacts__subtitle {
    margin: 0 0 5rem;
    font-weight: 500;
}

.p-contacts__text {
    line-height: 1.5;
}

.p-contacts__text a {
    box-shadow: 0 0.1rem 0 transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.p-contacts__text a:hover {
    text-decoration: none;
    box-shadow: 0 0.1rem 0 currentColor;
}

.sp-contacts__form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.contact-form__row {
    margin-right: -2rem;
    margin-left: -2rem;
}

.contact-form__col {
    margin-bottom: 3rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

/* Special CSS rules for the 'Programme Election Cantonale 2023' page and the 'Bilan' page
added in February 2023 =====================*/

#main {

	width: 100%;
	overflow: hidden;

}

#prog_banner {

	width: 100%;
	max-height: 800px;
	box-sizing: border-box;
	line-height: 0px;
}

#prog_banner img{

	width: 100%;
	max-height: 800px;
	object-fit: cover;
}

#mobile_banner {

	display: none;

}

#banner_link {

    margin-left:80px;
    width:85%;
    max-width:850px;
    max-height:250px;
    background-color: #CDB9A8;
    top: -100px;
    padding:50px 50px 100px 60px;
    z-index:10;
    position:relative;

}

#banner_link h1 {

	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
    color:#fff;
    margin-bottom:50px;
    
}

#banner_link a {

	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
    color:#fff;
    text-decoration:none;
    
}

#prog_hero_title {

	width: 100%;
	box-sizing: border-box;
	padding: 50px 100px 0px 195px;
	background-color: #CDB9A8;
	color: #fff;
	margin-bottom: 85px;
	display: flex;
	flex-wrap: wrap;

}

#prog_hero_title h1 {

	font-family: "Roboto Slab", Tahoma, sans-serif;
	font-size: 54px;
	line-height: 72px;
	display: inline;
	margin-right: 60px;
	margin-bottom: 25px;

}

#button_zone {

	display: inline-block;
	margin-bottom: 60px;
}

#button_zone a {

	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	display: inline-block;
	padding: 20px 37px 20px 37px;
	border-radius: 5px;
	margin-right: 25px;
	box-sizing: border-box;
	text-decoration: none;

}

#program_button {

	background-color: #fff;
	color: #CDB9A8;
	border: solid 1px #CDB9A8;

}

#bilan_button {

	background-color: #CDB9A8;
	color: #fff;
	border: solid 1px #fff;

}

#prog_title {

	padding: 50px 100px 60px 195px;

}

#prog_title h2, #prog_title h2 p {

	font-family: "Roboto Slab", Tahoma, sans-serif;
	font-size: 38px;
	line-height: 50px;
	font-weight: bold;
	color: #3C3C3C;
	max-width: 750px;
	margin-bottom: 35px;

}

#prog_title a {

	text-decoration: none;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	color: #707070;
	padding-bottom: 15px;
	border-bottom: 1px solid #CDB9A8;
}

#prog_title p {

	font-size: 30px;
	line-height: 35px;
	font-weight: normal;
	color: #3C3C3C;
	padding-bottom: 15px;
	max-width:1200px;

}

#program_detail {

	width: 100%;
	box-sizing: border-box;
	padding: 50px 60px 60px 195px;
	display: flex;
	flex-wrap: wrap;

}

#bilan_detail {

   	width: 100%;
	box-sizing: border-box;
	padding: 50px 10px 60px 195px;
	display: flex; 
	flex-wrap: wrap;
    flex-direction:column;    
    height:4000px;

}

.program_detail_block {

	width: 50%;
	margin-bottom: 75px;

}

.program_detail_block:nth-child(odd), .bilan_detail_block {

	padding-right: 50px;

}

.prog_detail_title {

	font-size: 30px;
	line-height: 39px;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px 5px 0px;
	background-color: #CDB9A8;
	display: inline;
	box-shadow: -10px 0 0 #CDB9A8;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
	margin-left: 10px;
	margin-bottom: 50px;

}

.program_detail_block ul {

	list-style: none;
	margin-left: -1em;
    padding-top: 50px;
    
}

.program_detail_block ul li::before {

  content: "\2022";  
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em;
  color: #CDB9A8;

}

.program_detail_block ul li {

	font-size: 23px;
	line-height: 30px;
	font-weight: normal;
	color: #3C3C3C;
	margin-bottom: 15px;

}

.program_detail_block p strong {

	font-size:30px;
	line-height: 30px;
	font-weight: bold;
	color: #3C3C3C;
	margin-top: 50px;
	margin-bottom: 15px;
	display:inline-block;

}

.program_detail_block p  {

	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	color: #3C3C3C;
	margin-bottom: 15px;

}

.program_detail_block p:first-of-type {

    margin-top:50px;    
    
}

.ec2023 {
    
    padding:10px 10px;
    display:inline-block;
    color:#fff;
    border:1px solid #fff;
    position: relative;
    top: -10px;
}

.header--theme-white .ec2023 {
    
    color:#3c3c3c !important;
    border:1px solid #3c3c3c !important;

}

@media only screen and (max-width: 1465px) {

    #bilan_detail {
    
        height:4800px;
    
    }
}

 @media only screen and (max-width: 1250px) {

	.program_detail_block {

		width: 100%;
		padding-right:0px !important;

	}

    #bilan_detail {
   
        height:auto;
    
    }

    #banner_link {
    
        margin-left:25px;
        top:-50px;
    
    }
}

@media only screen and (max-width: 1199px) {
    
    #placeholder {
    
        display:none;
    
    }
    
    .ec2023 {
    
        border: 1px solid #333C4E;
        color: #333C4E !important;
        margin-top: 30px; 
        margin-left: 20px !important; 

}
    
}

 @media only screen and (max-width: 850px) {

 	#desk_banner {

 		display: none;

 	}

 	#mobile_banner {

 		display: block;
 		
 	}

 	#bilan_button {

 		margin-bottom: 40px;

 	}

	#prog_hero_title, #prog_title, #program_detail, #bilan_detail {

		padding-left: 50px;
		padding-right: 50px;

	}
 
    #banner_link {
    
        margin-left:5%;
        margin-right:5%;
        top:-30px;
        max-width:90%;
        width:90%;
        max-height:none;
    	box-sizing: border-box;
    	padding:15px 30px 30px 30px;
    	
    }
    #banner_link h1 {
    
    	font-size: 23px;
    	line-height: 30px;
        margin-bottom:25px;
        
    }
    
    #banner_link a {
    
    	font-size: 15px;
    	line-height: 20px;    
}

}


