@import url(https://fonts.googleapis.com/css?family=Roboto:300, 400, 700);
@font-face {
    font-family: Gillsans;
    src: url(../fonts/gillsans-light.eot);
    src: url(../fonts/gillsans-light%EF%B9%96.eot#iefix) format("embedded-opentype"), url(../fonts/gillsans-light.woff2) format("woff2"), url(../fonts/gillsans-light.woff) format("woff"), url(../fonts/gillsans-light.ttf) format("truetype"), url(../fonts/gillsans-light.svg#gillsans_lightregular) format("svg");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: Gillsans;
    src: url(../fonts/gillsans-regular.eot);
    src: url(../fonts/gillsans-regular%EF%B9%96.eot#iefix) format("embedded-opentype"), url(../fonts/gillsans-regular.woff2) format("woff2"), url(../fonts/gillsans-regular.woff) format("woff"), url(../fonts/gillsans-regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Gillsans;
    src: url(../fonts/gillsans-italic.eot);
    src: url(../fonts/gillsans-italic%EF%B9%96.eot#iefix) format("embedded-opentype"), url(../fonts/gillsans-italic.woff2) format("woff2"), url(../fonts/gillsans-italic.woff) format("woff"), url(../fonts/gillsans-italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Gillsans;
    src: url(../fonts/gillsans-semibold.woff2) format("woff2"), url(../fonts/gillsans-semibold.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Gillsans;
    src: url(../fonts/gillsans-heavy.eot);
    src: url(../fonts/gillsans-heavy%EF%B9%96.eot#iefix) format("embedded-opentype"), url(../fonts/gillsans-heavy.woff2) format("woff2"), url(../fonts/gillsans-heavy.woff) format("woff"), url(../fonts/gillsans-heavy.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Gillsans;
    src: url(../fonts/gillsans-heavy-italic.eot);
    src: url(../fonts/gillsans-heavy-italic%EF%B9%96.eot#iefix) format("embedded-opentype"), url(../fonts/gillsans-heavy-italic.woff2) format("woff2"), url(../fonts/gillsans-heavy-italic.woff) format("woff"), url(../fonts/gillsans-heavy-italic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
}

.svg--black path {
    color: #000;
    border-color: #000;
    fill: #000;
}

.background--pink {
    background-color: #ff4d89;
}

.background--pink--light {
    background-color: #fbd8d8;
}

.background--darker {
    background-color: #222;
}

.background--dark {
    background-color: #444;
}

.background--silver {
    background-color: #afafaf;
}

.background--light {
    background-color: #e5e5e5;
}

.background--lighter {
    background-color: #f6f6f6;
}

.background--blue {
    background-color: #2abaff;
}

.background--blue-light {
    background-color: rgba(29, 95, 209, 0.1);
}

.background--green {
    background-color: #61e9d5;
}

.background--purple {
    background-color: #6f80ff;
}

.background--yellow {
    background-color: #fad539;
}

.border--pink {
    border-color: #ff4d89;
}

.border--green {
    border-color: #61e9d5;
}

.text--breakword {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.text--summary {
    line-height: 1.4;
    font-size: 14px;
    font-weight: 400;
}

.text--body,
.text--summary {
    font-family: Roboto, Helvetica, sans-serif;
}

.text--body {
    line-height: 1.5;
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.text--smallest {
    font-size: 12px;
    line-height: 18px;
}

.text--small {
    font-size: 14px;
    line-height: 20px;
}

.text--default-large {
    font-size: 18px;
    line-height: normal;
}

.text--medium-small {
    font-size: 20px;
    line-height: 27px;
}

.text--medium {
    font-size: 24px;
    line-height: 1.2em;
}

@media (max-width: 650px) {
    .text--medium {
        font-size: 20px;
        line-height: 27px;
    }
}

.text--medium-large {
    font-size: 28px;
    letter-spacing: -0.6px;
    line-height: 32px;
}

.text--large {
    font-size: 34px;
    letter-spacing: -0.5px;
    line-height: 38px;
}

@media (max-width: 650px) {
    .text--large {
        font-size: 28px;
        line-height: 1.2em;
        font-size: 24px;
    }
}

.text--larger {
    font-size: 44px;
    line-height: 0.93;
    letter-spacing: -1.2px;
}

@media (max-width: 650px) {
    .text--larger {
        font-size: 28px;
        letter-spacing: -0.6px;
        line-height: 32px;
        font-size: 34px;
        letter-spacing: -0.5px;
        line-height: 38px;
    }
}

.text--extra-large {
    font-size: 48px;
    line-height: 1em;
}

@media (max-width: 650px) {
    .text--extra-large {
        font-size: 44px;
        line-height: 0.93;
        letter-spacing: -1.2px;
    }
}

@media (max-width: 650px) and (max-width: 650px) {
    .text--extra-large {
        font-size: 28px;
        letter-spacing: -0.6px;
        line-height: 32px;
    }
}

.text--logo {
    font-weight: 700;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-size: 28px;
    font-style: italic;
    line-height: 0.9em;
    margin-right: 10px;
    letter-spacing: -0.7px;
    border: 0;
}

@media (max-width: 1000px) {
    .text--logo {
        font-size: 24px;
    }
}

@media (max-width: 650px) {
    .text--logo {
        font-size: 22px;
    }
}

.text--logo-white {
    font-weight: 700;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-size: 28px;
    font-style: italic;
    line-height: 0.9em;
    margin-right: 10px;
    letter-spacing: -0.7px;
    border: 0;
    color: #fff;
}

@media (max-width: 1000px) {
    .text--logo-white {
        font-size: 24px;
    }
}

@media (max-width: 650px) {
    .text--logo-white {
        font-size: 22px;
    }
}

.text--logo-white:hover {
    color: #fff;
}

.text--italic {
    font-style: italic;
}

.text--justify {
    text-align: justify;
}

.text--normal {
    font-weight: 400;
}

.text--bold {
    font-weight: 700;
}

.text--half-opacity {
    opacity: 0.5;
}

.text--on-white {
    background: #fff;
    padding: 0 5px;
}

.text--on-yellow {
    background: #fad539;
    padding: 0 5px;
}

.text--on-pink {
    color: #fff;
    background: #ff4d89;
    padding: 0 5px;
}

.text--on-red {
    color: #fff;
    background: #ff3a3a;
    padding: 0 5px;
}

.text--on-blue-night {
    color: #fff;
    background: #0900c3;
    padding: 0 5px;
}

.text--pink {
    color: #ff4d89;
}

.text--blue--soft {
    color: #4a90e2;
}

.text--blue--dark {
    color: #1d5fd1;
}

.text--dark {
    color: #444;
}

.text--silver-gray {
    color: #7b889b;
}

.text--error {
    color: #ee324a;
}

.text--inline {
    display: inline;
}

.text--limited {
    max-width: 500px;
}

.text--limited-extra {
    max-width: 400px;
}

@media (max-width: 650px) {
    .text--limited {
        width: 100%;
    }
}

.text--with-bullet ul {
    padding-left: 40px;
    list-style-type: disc;
}

.text--with-bullet li {
    list-style-type: inherit;
}

.text--uppercase {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.text--uppercase-wide {
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

.text--lowercase {
    text-transform: lowercase;
}

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

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

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

.text--block {
    white-space: nowrap;
}

.text--white {
    color: #fff;
}

.text--white path,
.text--white polygon {
    color: #fff;
    border-color: #fff;
    fill: #fff;
}

.text--blue {
    color: #2abaff;
}

.text--orange {
    color: #ff6955;
}

.text--blue--new {
    color: #1d5fd1;
}

.text--green {
    color: #61e9d5;
}

.text--gray {
    color: #7f7f7f;
}

.text--black {
    color: #000;
}

.text--muted {
    color: #999;
}

.text--light-gray {
    color: #bcbcbc;
}

.text--margin-right {
    margin-right: 15px;
}

.text--shadow {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.text--data-label {
    text-transform: uppercase;
    color: #7b889b;
    font-size: 13px;
    font-weight: 700;
}

.text--data-value {
    color: #000;
    font-size: 22px;
}

.link--white {
    color: #fff;
    border-color: #fff;
}

.link--blue--dark {
    color: #1d5fd1;
}

.link--no--decor {
    border-bottom: 0;
}

.tag {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: Roboto, Helvetica, sans-serif;
}

.tag--orange {
    padding: 0 5px;
    background: #ff6955;
    color: #fff;
}

.list__links {
    display: flex;
}

.list__links li {
    letter-spacing: 0.3px;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 14px;
}

.list__links .head,
.list__links li h4 {
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
}

.list__links .head {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.list__links--default li {
    font-size: 16px;
}

.list__links--vertical-align {
    align-items: center;
}

.list__links--margin-right li {
    margin-right: 15px;
}

.list__links--row {
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.list__links--row-bottom {
    align-items: flex-end;
}

.list__links--row-left {
    justify-content: flex-start;
}

.list__links--row li {
    padding-right: 15px;
}

.list__links--row li:last-child {
    padding: 0;
}

.list__links--col {
    flex-direction: column;
    margin-bottom: 15px;
}

.list__links--col li {
    padding-bottom: 4px;
}

@media (max-width: 650px) {
    .list__links--col-mobile {
        flex-direction: column;
        margin-bottom: 15px;
    }
    .list__links--col-mobile li {
        padding: 0 0 4px;
    }
    .list__links--col-mobile li .btn {
        margin-bottom: 6px;
    }
}

.list__links--left {
    justify-content: flex-start;
}

.list__links--no-decor a {
    border: none;
}

.list__links--svgs li {
    padding-right: 20px;
}

.list__links--svgs li .fa {
    font-size: 38px;
}

.list__links--svgs--small li {
    padding-right: 15px;
}

.list__links--svgs--small li .fa {
    font-size: 20px;
}

@media (max-width: 650px) {
    .list__links--svgs li,
    .list__links--svgs li:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }
    .list__links--svgs li .fa,
    .list__links--svgs li:last-child .fa {
        margin-bottom: 10px;
    }
    .list__links--svgs--small li,
    .list__links--svgs--small li:last-child {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.list__links--nav li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.list__links--nav li .icon-search {
    position: relative;
    top: 4px;
}

@media (max-width: 650px) {
    .list__links--nav li .icon-search {
        top: 1px;
        width: 20px;
    }
}

.list__links--nav.list__links--col li {
    line-height: 2;
}

.list__links--subnav li a {
    color: #fff;
    font-size: 14px;
}

.list__links--subnav li a.is-new:after {
    content: "Nouveau";
    line-height: normal;
    vertical-align: middle;
    font-size: 9px;
    background: #61e9d5;
    color: #000;
    padding: 3px 7px 2px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 5px;
}

.icon--with-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: none;
}

.icon--with-text i,
.icon--with-text svg {
    margin-right: 7px;
}

.icon--with-text i.fa,
.icon--with-text svg.fa {
    width: 15px;
    text-align: center;
}

.icon--with-text i.fa--auto,
.icon--with-text svg.fa--auto {
    width: auto;
}

.icon--with-text--reversed i,
.icon--with-text--reversed svg {
    margin-left: 7px;
}

.font-gillsans {
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
}

.font-roboto,
.information__modal {
    font-family: Roboto, Helvetica, sans-serif;
}

.information__modal {
    padding: 25px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 3px;
}

.information__modal.inf-modl--pale-yellow {
    color: #9a895f;
    background-color: #fefbf0;
}

.information__modal.inf-modl--pale-blue {
    color: #698ab3;
    background-color: #ebf4ff;
}

.information__modal a {
    color: #1d5fd1;
    border: none;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #2b7dc0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s ease-in-out infinite;
    animation: sk-bounce 2s ease-in-out infinite;
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
    0%,
    to {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%,
    to {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.avatar-initials {
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-weight: 700;
    font-style: italic;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.avatar-initials img {
    height: 100%;
}

.avatar--small {
    width: 48px;
    min-width: 48px;
    height: 48px;
    font-size: 16px;
}

.avatar--medium {
    width: 66px;
    min-width: 66px;
    height: 66px;
    font-size: 22px;
}

.avatar--large {
    width: 90px;
    min-width: 90px;
    height: 90px;
    font-size: 30px;
}

.avatar--style-01 {
    background-color: #f6f6f6;
    color: #2abaff;
}

.avatar--style-02 {
    background-color: #f6f6f6;
    color: #208e73;
}

.avatar--style-03 {
    background-color: #ff4d89;
    color: #fff;
}

body {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -ms-overflow-x: hidden;
    font-size: 16px;
    line-height: 24px;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    color: #000;
}

a,
svg path,
svg polygon,
svg polyline {
    transition: all 0.2s;
}

a {
    text-decoration: none;
    border-bottom: 1px solid #000;
    color: #000;
}

a:hover,
a:hover path,
a:hover polygon {
    color: rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.4);
    fill: rgba(0, 0, 0, 0.4);
}

a:hover path.stroke,
a:hover polygon.stroke,
a:hover polyline {
    stroke: rgba(0, 0, 0, 0.4);
}

a.link--no-decor {
    border: none;
}

a.link--block {
    display: block;
}

a.link--blue--dark {
    color: #1d5fd1;
    border-color: #1d5fd1;
}

a.link--blue--dark:hover {
    color: rgba(29, 95, 209, 0.4);
    border-color: rgba(29, 95, 209, 0.4);
    fill: rgba(29, 95, 209, 0.4);
}

a.link--blue {
    color: #2abaff;
    border-color: #2abaff;
}

a.link--blue:hover {
    color: rgba(42, 186, 255, 0.4);
    border-color: rgba(42, 186, 255, 0.4);
    fill: rgba(42, 186, 255, 0.4);
}

a.link--padding {
    padding-right: 40px;
}

a.link--newblue {
    color: #1d5fd1;
    border-color: transparent;
}

a.link--newblue:hover {
    border-color: #1d5fd1;
}

a.link--red {
    color: #ff4863;
    border-color: transparent;
}

a.link--red:hover {
    border-color: #ff4863;
}

a.link--white {
    color: #fff;
    border-color: #fff;
}

a.link--white path,
a.link--white polygon {
    color: #fff;
    border-color: #fff;
    fill: #fff;
}

a.link--white path.stroke,
a.link--white polygon.stroke,
a.link--white polyline {
    stroke: #fff;
}

a.link--white:hover,
a.link--white:hover path,
a.link--white:hover polygon {
    color: hsla(0, 0%, 100%, 0.4);
    border-color: hsla(0, 0%, 100%, 0.4);
    fill: hsla(0, 0%, 100%, 0.4);
}

a.link--white:hover path.stroke,
a.link--white:hover polygon.stroke,
a.link--white:hover polyline {
    stroke: hsla(0, 0%, 100%, 0.4);
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-weight: 700;
}

li,
ul {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

ul.circle {
    list-style: circle;
}

hr {
    border: none;
    height: 1px;
    margin: 15px 0;
    color: #e5e5e5;
    background-color: #e5e5e5;
}

input[type="email"],
input[type="submit"],
input[type="text"] {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
}

table .no-text-transform th {
    text-transform: none;
}

.cursor--pointer {
    cursor: pointer;
}

.action-menu-oval {
    position: relative;
    font-size: 0;
    padding: 15px 0;
    cursor: pointer;
    display: inline-block;
}

.action-menu-oval>a {
    border: 0;
}

.action-menu-oval>a .oval {
    transition: background-color 0.6s;
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #ced4dd;
    border-radius: 50%;
    margin-right: 3px;
}

.action-menu-oval>a .oval:first-child {
    transition-duration: 0.3s;
}

.action-menu-oval>a .oval:last-child {
    transition-duration: 0.9s;
}

.action-menu-oval .action-dropdown-menu--bounce {
    display: none;
    position: absolute;
    text-align: left;
    right: 0;
    top: 0;
    z-index: 5;
    padding-top: 30px;
}

.action-menu-oval .action-dropdown-menu--content {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(99, 98, 150, 0.25);
    border-radius: 3px;
    min-width: 150px;
    padding: 5px 0;
}

.action-menu-oval .action-dropdown-menu--content a {
    display: block;
    padding: 6px 15px;
    background-color: #fff;
    font-size: 14px;
    border: none;
}

.action-menu-oval .action-dropdown-menu--content a:hover {
    color: rgba(0, 0, 0, 0.4);
}

.action-menu-oval .action-dropdown-menu--content a:last-child {
    border: 0;
}

.action-menu-oval:hover .action-dropdown-menu--bounce {
    z-index: 10;
    display: block;
}

.action-menu-oval:hover>a .oval {
    background-color: #8c8c8c;
}

.bercy__banner,
.programme__banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 53%;
    background-size: 54%;
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.bercy__banner>div,
.programme__banner>div {
    position: relative;
    z-index: 1;
}

.bercy__banner svg path,
.programme__banner svg path {
    stroke: #fff;
}

.bercy__banner svg:hover path,
.programme__banner svg:hover path {
    stroke: hsla(0, 0%, 100%, 0.4);
}

.bercy__banner:before,
.programme__banner:before {
    left: 0;
    background: linear-gradient(215deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 20%, #01b2fb);
    width: 528px;
}

.bercy__banner:after,
.bercy__banner:before,
.programme__banner:after,
.programme__banner:before {
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.bercy__banner:after,
.programme__banner:after {
    left: 0;
    background: linear-gradient(90deg, transparent, #000);
    left: 60%;
    width: 20%;
}

.bercy__banner {
    background-color: #060608;
    background-position: 0;
    background-size: 40%;
    background-size: contain;
}

.bercy__banner:after,
.bercy__banner:before {
    background: none;
}

.newsletter__banner {
    color: #000;
}

.newsletter__banner>div {
    position: relative;
    z-index: 1;
}

.newsletter__banner svg path {
    stroke: #000;
}

.newsletter__banner svg:hover path {
    stroke: rgba(0, 0, 0, 0.4);
}

.newsletter__banner__btn {
    margin: 7px 0 0 20px;
}

@media (max-width: 1000px) {
    .newsletter__banner br {
        display: none;
    }
    .newsletter__banner>div {
        flex-direction: column;
    }
    .newsletter__banner>div div:first-child {
        max-width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .newsletter__banner>div div:child(2) {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 650px) {
    .newsletter__banner__form,
    .newsletter__banner button,
    .newsletter__banner form,
    .newsletter__banner input {
        width: 100%;
    }
    .newsletter__banner button {
        margin-top: 5px;
    }
}

.macron__banner {
    background: #ff4d89;
    flex-basis: 365px;
    height: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 25px 15px 15px;
    box-sizing: border-box;
}

@media (max-width: 1000px) {
    .macron__banner img {
        margin-bottom: 25px;
    }
}

.macron__banner__links {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.macron__banner a {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 10px;
}

@media (max-width: 650px) {
    .macron__banner a {
        font-size: 20px;
        line-height: 27px;
    }
}

.macron__banner a:last-child {
    margin: 0;
}

.macron__banner a:hover {
    background: #fff;
    color: #ff4d89;
}

.macron__banner--row {
    flex-direction: row;
    padding: 30px 0;
    height: auto;
}

@media (max-width: 1000px) {
    .macron__banner--row {
        flex-direction: column;
    }
}

.macron__banner--row img {
    width: 160px;
}

.macron__banner--row .macron__banner__links {
    flex-direction: row;
    margin-left: 20px;
}

@media (max-width: 1000px) {
    .macron__banner--row .macron__banner__links {
        margin: 0;
    }
}

@media (max-width: 650px) {
    .macron__banner--row .macron__banner__links {
        flex-direction: column;
    }
}

.macron__banner--row a {
    margin: 0 15px 0 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 650px) {
    .macron__banner--row a {
        margin: 0 0 10px;
    }
}

.video__banner {
    flex: 2;
    margin: 0 auto;
}

button.btn--as-link {
    background: none;
    padding: 0;
    border: none;
    border-bottom: 1px solid transparent;
}

button.btn--as-link:hover {
    border: none;
    border-bottom: 1px solid;
}

input[type="button"] .btn--as-link,
input[type="reset"] .btn--as-link,
input[type="submit"] .btn--as-link {
    background: none;
    padding: 0;
    border: none;
    border-bottom: 1px solid transparent;
}

input[type="button"] .btn--as-link:hover,
input[type="reset"] .btn--as-link:hover,
input[type="submit"] .btn--as-link:hover {
    border: none;
    border-bottom: 1px solid;
}

.btn--as-link--error {
    color: #ff4863;
}

.btn--as-link--error:hover {
    border-color: #ff4863;
    color: #ff4863;
}

button.btn {
    display: inline-block;
}

.btn {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 7px 15px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    transition: all 0.45s;
    box-sizing: border-box;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    font-weight: 500;
}

.btn:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.btn:disabled,
.btn:disabled:hover {
    opacity: 0.7;
    background: #e5e5e5;
    color: #7f7f7f;
    border-color: #bcbcbc;
    cursor: not-allowed;
}

.btn--circle {
    border-radius: 50%;
}

.btn--small {
    font-size: 12px;
    padding: 2px 10px;
}

.btn--medium {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1.9px;
    padding: 20px 25px;
}

@media (max-width: 650px) {
    .btn--medium {
        font-size: 16px;
        line-height: 24px;
    }
}

.btn--large-and-medium {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1.9px;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    max-width: 300px;
    width: 100%;
    height: 75px;
}

.btn--large {
    padding: 0 25px;
    font-size: 34px;
    letter-spacing: 3.5px;
    height: 70px;
}

@media (max-width: 650px) {
    .btn--large {
        padding: 0 18px;
        font-size: 20px;
        letter-spacing: 2px;
        height: 50px;
    }
}

.btn--large-and-full {
    width: 100%;
    font-size: 17px;
    padding: 17px 0;
}

.btn--no-border {
    border-color: #fff;
}

.btn--no-border:hover {
    border-color: #000;
}

.btn--no-wrap {
    white-space: nowrap;
}

.btn--full {
    margin: 0;
    width: 100%;
}

.btn--inline {
    display: inline-table;
}

.btn--primary {
    color: #fff;
    background-color: #ff4d89;
    border-color: #ff4d89;
}

.btn--primary:hover {
    background-color: #e53072;
    border-color: #e53072;
}

.btn--green {
    background: #61e9d5;
    border-color: #61e9d5;
}

.btn--green:hover {
    color: #000;
    background: #4cd7a5;
    border-color: #4cd7a5;
}

.btn--yellow {
    background: #fad539;
    border-color: #fad539;
}

.btn--yellow:hover {
    color: #000;
    background: #c4d02a;
    border-color: #c4d02a;
}

.btn--green--apple {
    background: #334e87;
    border-color: #334e87;
}

.btn--green--apple:hover {
    color: #fff;
    background: #067065;
    border-color: #067065;
}

.btn--blue {
    color: #fff;
    background: #1d5fd1;
    border-color: #1d5fd1;
}

.btn--blue:hover {
    background-color: #009fe1;
    border-color: #009fe1;
}

.btn--blue--sky {
    color: #000;
    background: #2abaff;
    border-color: #2abaff;
}

.btn--blue--sky:hover {
    background-color: #009fe1;
    border-color: #009fe1;
}

.btn--ghosting--blue {
    color: #1d5fd1;
    background: transparent;
    border-color: #1d5fd1;
}

.btn--ghosting--blue:hover {
    background-color: #009fe1;
    border-color: #009fe1;
}

.btn--ghosting--pink {
    color: #ff4d89;
    background: transparent;
    border-color: #ff4d89;
}

.btn--ghosting--pink:hover {
    background-color: #e53072;
    border-color: #e53072;
}

.btn--blue--adi {
    color: #fff !important;
    background: #045bff;
    border-color: #045bff;
}

.btn--blue--adi:hover {
    background-color: #0496ff;
    border-color: #0496ff;
}

.btn--blue--soft {
    color: #fff;
    background: #4a90e2;
    border-color: #4a90e2;
}

.btn--blue--soft:hover {
    background-color: #ff4d89;
    border-color: #ff4d89;
}

.btn--pink {
    color: #fff;
    background: #ff4d89;
    border-color: #ff4d89;
}

.btn--pink:hover {
    color: #fff;
    background: #e53072;
    border-color: #e53072;
}

.btn--red {
    background: #ff3a3a;
    border-color: #ff3a3a;
    color: #fff;
}

.btn--red:hover {
    color: #fff;
    background: #da2323;
    border-color: #da2323;
}

.btn--muted {
    color: #222;
    background: #e5e5e5;
    border-color: #e5e5e5;
}

.btn--muted:hover {
    color: #222;
    background: #bcbcbc;
    border-color: #bcbcbc;
}

.btn--text-blue {
    color: #2abaff;
}

.btn--gray {
    color: #000;
    background: #dfe5ec;
    border-color: #dfe5ec;
}

.btn--gray:hover {
    color: #000;
    background: #bbc5d0;
    border-color: #bbc5d0;
}

.btn--black {
    color: #fff;
    background: #000;
    border-color: #000;
}

.btn--black:hover {
    color: #fff;
    background: #666;
    border-color: #666;
}

.btn--hollow {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.btn--hollow:hover {
    background: #000;
}

.btn--error {
    color: #fff;
    background: #ee324a;
    border-color: #ee324a;
}

.btn--error__icon {
    font-size: 0;
    letter-spacing: 0;
}

.btn--error__icon:before {
    font-family: FontAwesome;
    content: "\f00d";
    font-size: 20px;
}

.btn--success {
    color: #fff;
    background: #61e9d5;
    border-color: #61e9d5;
}

.btn--success__icon {
    font-size: 0;
    letter-spacing: 0;
}

.btn--success__icon:before {
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 20px;
}

.btn--social {
    font-size: 12px;
    font-family: Roboto, Helvetica, sans-serif;
}

.btn--social i {
    margin-right: 7px;
}

.btn--facebook {
    background: #3b5998;
    border-color: #3b5998;
    color: #fff;
}

.btn--twitter {
    background: #1da1f2;
    border-color: #1da1f2;
    color: #fff;
}

.btn--google_plus {
    background: #db4437;
    border-color: #db4437;
    color: #fff;
}

.btn--instagram {
    background: #cd486b;
    border-color: #cd486b;
    color: #fff;
}

.btn--email {
    background: #bcbcbc;
    border-color: #bcbcbc;
    color: #fff;
}

.btn__icon {
    border: none;
}

.btn__icon:hover path {
    stroke: rgba(0, 0, 0, 0.4);
}

.btn__icon--dark:hover path {
    stroke: #fff;
}

.btn--disabled {
    border-color: #c9c9c9;
    color: #999;
    cursor: not-allowed;
}

.btn--disabled:hover {
    background: #fff;
    transition: 0s;
    border-color: #c9c9c9;
    color: #999;
}

.newbtn {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 3px;
    border: 1px solid transparent;
    padding: 18px 30px;
    font-weight: 700;
    background: #fff;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.45s;
    box-sizing: border-box;
    font-family: Roboto, Helvetica, sans-serif;
    background-color: #2b7dc0;
}

.newbtn:hover {
    background: #024fc1;
    color: #fff;
}

.newbtn:disabled,
.newbtn:disabled:hover {
    opacity: 0.7;
    background: #e5e5e5;
    color: #7f7f7f;
    border-color: #bcbcbc;
    cursor: not-allowed;
}

.newbtn--smaller {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 20px;
}

.newbtn--small {
    padding: 10px 24px;
    font-size: 14px;
    line-height: 20px;
}

.newbtn--light {
    color: #444;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.newbtn--light:hover {
    background: #fff;
    border-color: #1d5fd1;
    color: #1d5fd1;
}

.newbtn--blue-dark {
    color: #1d5fd1;
    border: 1px solid #1d5fd1;
    background-color: #fff;
}

.newbtn--blue-dark:hover {
    background: #fff;
    border-color: #1d5fd1;
    color: #1d5fd1;
}

.newbtn--green {
    background-color: #61e9d5;
    color: #fff;
    border-color: #61e9d5;
}

.newbtn--green:hover {
    background-color: #ee324a;
    border-color: #ee324a;
    color: #fff;
}

.newbtn--orange {
    background: #ff6955;
    border-color: #ff6955;
}

.newbtn--orange:hover {
    background: #ec5844;
    border-color: #ec5844;
}

.newbtn--pink {
    color: #fff;
    background-color: #ff4d89;
    border-color: #ff4d89;
}

.newbtn--pink:hover {
    background-color: #e53072;
    border-color: #e53072;
}

.newbtn--hollow {
    color: #000;
    background-color: #fff;
    border: 1px solid #bcbcbc;
}

.newbtn--hollow:hover {
    color: #000;
    background-color: #f6f6f6;
}

.btn-fat {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    padding: 20px;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    box-sizing: border-box;
    outline: 0;
}

.btn-fat,
.btn-fat:focus,
.btn-fat:hover {
    border: none;
}

.btn-fat--pink {
    color: #fff;
    background: #ff4d89;
    border-color: #ff4d89;
}

.btn-fat--pink:hover {
    color: #fff;
    background: #e53072;
    border-color: #e53072;
}

.btn-fat--gray {
    color: #000;
    background: #dfe5ec;
    border-color: #dfe5ec;
}

.btn-fat--gray:hover {
    color: #000;
    background: #bbc5d0;
    border-color: #bbc5d0;
}

.btn-fat--blue {
    color: #fff;
    background: #1d5fd1;
    border-color: #1d5fd1;
}

.btn-fat--blue:hover {
    background-color: #009fe1;
    border-color: #009fe1;
}

.btn-fat--orange {
    background: #ff6955;
    border-color: #ff6955;
    color: #fff;
}

.btn-fat--orange:hover {
    background: #ec5844;
    border-color: #ec5844;
}

.btn-fat--red {
    background: #ff3a3a;
    border-color: #ff3a3a;
    color: #fff;
}

.btn-fat--red:hover {
    color: #fff;
    background: #da2323;
    border-color: #da2323;
}

.card {
    border: 0;
    display: flex;
    flex-direction: column;
    margin: 0 0 20px;
    text-decoration: none;
}

.card:hover h2 {
    color: #7f7f7f;
}

.card:hover .outer {
    fill: transparent;
    stroke: #fff;
}

.card:hover .inner {
    fill: #fff;
}

.card .share {
    color: #bcbcbc;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0 10px;
    text-transform: uppercase;
}

.card .share .fa {
    font-size: 20px;
    margin-left: 5px;
    cursor: pointer;
}

.card .share .fa-facebook-square:hover {
    color: #3b5998;
}

.card .share .fa-twitter:hover {
    color: #1da1f2;
}

.card__background {
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.card--large {
    color: #fff;
    flex: 2;
    margin: 0;
    padding: 30px;
    top: 0;
    left: 0;
    position: relative;
}

.card--large:hover,
.card--large:hover h2 {
    color: #fff;
}

.card--large h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
    line-height: 38px;
    font-style: italic;
    text-decoration: none;
    width: 50%;
}

@media (max-width: 650px) {
    .card--large h2 {
        font-size: 28px;
        line-height: 1.2em;
    }
}

.card--large p {
    width: 40%;
}

.card--large .background {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.card--large .background .content {
    z-index: 1;
}

.card--large:before {
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.4), transparent);
    opacity: 1;
}

.card--large:after,
.card--large:before {
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 0.45s;
}

.card--large:after {
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    opacity: 0;
}

.card--large:hover:before {
    opacity: 0;
}

.card--large:hover:after {
    opacity: 1;
}

@media (max-width: 1000px) {
    .card--large {
        color: #000;
        margin-bottom: 20px;
        padding: 0;
    }
    .card--large:hover,
    .card--large:hover h2,
    .card--large:hover p {
        color: #7f7f7f;
    }
    .card--large .content {
        border: none;
        padding-top: 15px;
    }
    .card--large .content h2 {
        width: 100%;
        font-size: 28px;
        letter-spacing: -0.6px;
        line-height: 32px;
    }
    .card--large .content p {
        width: 100%;
    }
    .card--large:after,
    .card--large:before {
        display: none;
    }
    .card--large .background {
        height: 450px;
    }
    .card--large .background-container {
        border: 0;
    }
}

@media (max-width: 800px) {
    .card--large .background {
        height: 350px;
    }
}

@media (max-width: 750px) {
    .card--large .background {
        height: 300px;
    }
}

@media (max-width: 550px) {
    .card--large .background {
        height: 250px;
    }
}

@media (max-width: 450px) {
    .card--large .background {
        height: 200px;
    }
}

.card--large-secondary {
    color: #fff;
    flex-basis: auto;
    flex-grow: 2;
    margin: 0;
    padding: 30px;
    top: 0;
    left: 0;
    position: relative;
}

.card--large-secondary:hover,
.card--large-secondary:hover h2 {
    color: #fff;
}

.card--large-secondary .background {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.card--large-secondary .background .content {
    z-index: 1;
}

.card--large-secondary:before {
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.4), transparent);
    opacity: 1;
}

.card--large-secondary:after,
.card--large-secondary:before {
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 0.45s;
}

.card--large-secondary:after {
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    opacity: 0;
}

.card--large-secondary:hover:before {
    opacity: 0;
}

.card--large-secondary:hover:after {
    opacity: 1;
}

.card--content {
    width: 32%;
}

.card--1,
.card--2,
.card--5,
.card--6 {
    width: 24%;
}

.card--1--article .cm,
.card--1--article .cmv,
.card--1--article .csv,
.card--1--video .cm,
.card--1--video .cmv,
.card--1--video .cs,
.card--2--article .cm,
.card--2--article .cmv,
.card--2--article .csv,
.card--2--video .cm,
.card--2--video .cmv,
.card--2--video .cs,
.card--5--article .cm,
.card--5--article .cmv,
.card--5--article .csv,
.card--5--video .cm,
.card--5--video .cmv,
.card--5--video .cs,
.card--6--article .cm,
.card--6--article .cmv,
.card--6--article .csv,
.card--6--video .cm,
.card--6--video .cmv,
.card--6--video .cs {
    display: none;
}

.card--3,
.card--4 {
    width: 49%;
}

.card--3--article .cmv,
.card--3--article .cs,
.card--3--article .csv,
.card--3--video .cm,
.card--3--video .cs,
.card--3--video .csv,
.card--4--article .cmv,
.card--4--article .cs,
.card--4--article .csv,
.card--4--video .cm,
.card--4--video .cs,
.card--4--video .csv {
    display: none;
}

.card .card--small h2 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 400;
    padding: 10px;
}

@media (max-width: 650px) {
    .card .card--small h2 {
        font-size: 20px;
        line-height: 27px;
    }
}

.card .card--small:hover .background-container:after {
    opacity: 1;
}

.card .card--small .background-container {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    border: 0;
}

.card .card--small .background-container:after {
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(20deg, transparent, rgba(0, 0, 0, 0.3));
    transition: opacity 0.45s;
    opacity: 0;
}

.card .card--small .background-container .background {
    height: 200px;
    display: flex;
    justify-content: center;
}

.card .card--small .background-container .background .play-icon {
    content: url("data:image/svg+xml;utf8,<svg width='86px' height='86px' viewBox='8 4 86 86' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M92.8999,47.1999 C92.8999,70.2299 74.2299,88.8999 51.1999,88.8999 C28.1699,88.8999 9.4999,70.2299 9.4999,47.1999 C9.4999,24.1699 28.1699,5.4999 51.1999,5.4999 C74.2299,5.4999 92.8999,24.1699 92.8999,47.1999 Z' class='outer' stroke='rgba(255,255,255,1)' stroke-width='1' fill='none'></path><path d='M43.2027,30.7156 L68.4057,44.8236 C70.2627,45.8636 70.2627,48.5366 68.4057,49.5756 L43.2027,63.6846 C41.3877,64.7006 39.1497,63.3886 39.1497,61.3086 L39.1497,33.0916 C39.1497,31.0116 41.3877,29.6996 43.2027,30.7156' class='inner' stroke='none' fill='rgba(255,255,255,1)' fill-rule='evenodd'></path></svg>");
    z-index: 1;
}

.card .card--small__video:hover .background-container:before {
    opacity: 0;
}

.card .card--small__video:hover .background-container:after {
    opacity: 1;
}

.card .card--small__video .background-container:before {
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.4), transparent);
    transition: opacity 0.45s;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: 50%;
}

.card .card--small__video .background-container:after {
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    opacity: 0;
    background-repeat: no-repeat;
    background-position: 50%;
}

.card .card--medium h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
    line-height: 38px;
    font-style: italic;
    color: #fff;
}

@media (max-width: 650px) {
    .card .card--medium h2 {
        font-size: 28px;
        line-height: 1.2em;
    }
}

.card .card--medium a {
    transition: none;
}

.card .card--medium .background-container {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.card .card--medium .background-container .background {
    height: 350px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.card .card--medium .background-container .background .content {
    z-index: 1;
    padding: 22px 20px;
}

.card .card--medium .background-container:before {
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.4), transparent);
    opacity: 1;
}

.card .card--medium .background-container:after,
.card .card--medium .background-container:before {
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 0.45s;
}

.card .card--medium .background-container:after {
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    opacity: 0;
}

.card .card--medium .background-container:hover:before {
    opacity: 0;
}

.card .card--medium .background-container:hover:after {
    opacity: 1;
}

.card .card--medium__video .share {
    color: #fff;
}

.card .card--medium__video .headline-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.card .card--medium__video .headline-row .headline {
    margin: 0;
}

.card .card--medium__video .headline-row .play {
    margin-right: 20px;
    content: url("data:image/svg+xml;utf8,<svg width='86px' height='86px' viewBox='8 4 86 86' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M92.8999,47.1999 C92.8999,70.2299 74.2299,88.8999 51.1999,88.8999 C28.1699,88.8999 9.4999,70.2299 9.4999,47.1999 C9.4999,24.1699 28.1699,5.4999 51.1999,5.4999 C74.2299,5.4999 92.8999,24.1699 92.8999,47.1999 Z' class='outer' stroke='rgba(255,255,255,1)' stroke-width='1' fill='none'></path><path d='M43.2027,30.7156 L68.4057,44.8236 C70.2627,45.8636 70.2627,48.5366 68.4057,49.5756 L43.2027,63.6846 C41.3877,64.7006 39.1497,63.3886 39.1497,61.3086 L39.1497,33.0916 C39.1497,31.0116 41.3877,29.6996 43.2027,30.7156' class='inner' stroke='none' fill='rgba(255,255,255,1)' fill-rule='evenodd'></path></svg>");
}

@media (max-width: 1100px) {
    .card .card--small .background-container .background {
        height: 160px;
    }
    .card .card--medium .background-container .background {
        height: 280px;
    }
}

@media (max-width: 1000px) {
    .card--1,
    .card--2,
    .card--3,
    .card--4,
    .card--5,
    .card--6 {
        width: 32%;
    }
    .card--1--article .cs,
    .card--2--article .cs,
    .card--3--article .cs,
    .card--4--article .cs,
    .card--5--article .cs,
    .card--6--article .cs {
        display: block;
    }
    .card--1--article .cm,
    .card--1--article .cmv,
    .card--1--article .csv,
    .card--2--article .cm,
    .card--2--article .cmv,
    .card--2--article .csv,
    .card--3--article .cm,
    .card--3--article .cmv,
    .card--3--article .csv,
    .card--4--article .cm,
    .card--4--article .cmv,
    .card--4--article .csv,
    .card--5--article .cm,
    .card--5--article .cmv,
    .card--5--article .csv,
    .card--6--article .cm,
    .card--6--article .cmv,
    .card--6--article .csv {
        display: none;
    }
    .card--1--video .csv,
    .card--2--video .csv,
    .card--3--video .csv,
    .card--4--video .csv,
    .card--5--video .csv,
    .card--6--video .csv {
        display: block;
    }
    .card--1--video .cm,
    .card--1--video .cmv,
    .card--1--video .cs,
    .card--2--video .cm,
    .card--2--video .cmv,
    .card--2--video .cs,
    .card--3--video .cm,
    .card--3--video .cmv,
    .card--3--video .cs,
    .card--4--video .cm,
    .card--4--video .cmv,
    .card--4--video .cs,
    .card--5--video .cm,
    .card--5--video .cmv,
    .card--5--video .cs,
    .card--6--video .cm,
    .card--6--video .cmv,
    .card--6--video .cs {
        display: none;
    }
}

@media (max-width: 820px) {
    .card--1,
    .card--2,
    .card--3,
    .card--4,
    .card--5,
    .card--6 {
        width: 48.5%;
    }
}

@media (max-width: 650px) {
    .card--1,
    .card--2,
    .card--3,
    .card--4,
    .card--5,
    .card--6,
    .card--content {
        width: 100%;
        margin: 0;
        padding: 20px 0;
        display: flex;
        border-bottom: 1px solid #e5e5e5;
    }
    .card--1:first-child,
    .card--2:first-child,
    .card--3:first-child,
    .card--4:first-child,
    .card--5:first-child,
    .card--6:first-child,
    .card--content:first-child {
        padding: 0 0 20px;
    }
    .card--1--article .cs,
    .card--1--video .csv,
    .card--2--article .cs,
    .card--2--video .csv,
    .card--3--article .cs,
    .card--3--video .csv,
    .card--4--article .cs,
    .card--4--video .csv,
    .card--5--article .cs,
    .card--5--video .csv,
    .card--6--article .cs,
    .card--6--video .csv,
    .card--content--article .cs,
    .card--content--video .csv {
        display: flex;
    }
    .card .card--small {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .card .card--small .background-container {
        width: 30%;
    }
    .card .card--small .background-container .background {
        height: 80px;
    }
    .card .card--small .background-container .background .play-icon {
        content: url("data:image/svg+xml;utf8,<svg width='50px' height='50px' viewBox='8 4 86 86' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M92.8999,47.1999 C92.8999,70.2299 74.2299,88.8999 51.1999,88.8999 C28.1699,88.8999 9.4999,70.2299 9.4999,47.1999 C9.4999,24.1699 28.1699,5.4999 51.1999,5.4999 C74.2299,5.4999 92.8999,24.1699 92.8999,47.1999 Z' class='outer' stroke='rgba(255,255,255,.9)' stroke-width='1' fill='none'></path><path d='M43.2027,30.7156 L68.4057,44.8236 C70.2627,45.8636 70.2627,48.5366 68.4057,49.5756 L43.2027,63.6846 C41.3877,64.7006 39.1497,63.3886 39.1497,61.3086 L39.1497,33.0916 C39.1497,31.0116 41.3877,29.6996 43.2027,30.7156' class='inner' stroke='none' fill='rgba(255,255,255,.9)' fill-rule='evenodd'></path></svg>");
    }
    .card .card--small .headline {
        margin-left: 3%;
        width: 67%;
    }
    .card .card--small .headline h2 {
        font-size: 16px;
        line-height: 24px;
        font-family: Roboto, Helvetica, sans-serif;
        padding: 0;
    }
    .card .card--small .share {
        display: none;
    }
    .card .card--small__video:hover .background-container:after {
        background: linear-gradient(20deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
        background-repeat: no-repeat;
        background-position: 50%;
    }
    .card .card--small__video .background-container:after {
        background: linear-gradient(20deg, rgba(0, 0, 0, 0.4), transparent);
        background-repeat: no-repeat;
        background-position: 50%;
    }
}

.card--no-gradient .background-container:after,
.card--no-gradient .background-container:before,
.card--no-gradient .background-container:hover:after,
.card--no-gradient .background-container:hover:before,
.card--no-gradient:after,
.card--no-gradient:before,
.card--no-gradient:hover:after,
.card--no-gradient:hover:before {
    opacity: 0 !important;
}

.boxes {
    width: auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 20px 0;
}

@media (max-width: 1000px) {
    .boxes {
        justify-content: flex-start !important;
    }
}

.boxes .box {
    background: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 270px;
    justify-content: space-between;
    margin: 0 10px;
    min-width: 265px;
    padding: 20px;
    width: 265px;
}

.boxes .box h2,
.boxes .box p {
    white-space: normal;
}

.boxes .box .btn {
    align-self: flex-start;
}

.bandeau ul {
    width: 90%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    line-height: 1.2em;
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 22px;
    padding: 15px 0;
    color: #fff;
}

@media (max-width: 650px) {
    .bandeau ul {
        font-size: 20px;
        line-height: 27px;
        flex-direction: column;
    }
}

.bandeau a {
    border: 0;
}

.bandeau li {
    width: 28%;
    border-left: 1px solid #000;
    padding: 7px 15px;
    box-sizing: border-box;
}

@media (max-width: 650px) {
    .bandeau li {
        width: 100%;
    }
}

.bandeau--wide ul {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.bandeau--one li {
    width: 100%;
    padding: 15px;
}

.bandeau--one div {
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

.bandeau--green {
    background-color: #61e9d5;
}

.bandeau--blue {
    background-color: #2abaff;
}

.bandeau--blue li {
    border-color: #fff;
}

.bandeau--yellow {
    background-color: #fad539;
}

.bandeau--pink {
    background-color: #ff4d89;
}

.bandeau--pink a {
    color: #fff;
    border-color: #fff;
}

.bandeau--pink a path,
.bandeau--pink a polygon {
    color: #fff;
    border-color: #fff;
    fill: #fff;
}

.bandeau--pink a path.stroke,
.bandeau--pink a polygon.stroke,
.bandeau--pink a polyline {
    stroke: #fff;
}

.bandeau--pink a:hover,
.bandeau--pink a:hover path,
.bandeau--pink a:hover polygon {
    color: hsla(0, 0%, 100%, 0.4);
    border-color: hsla(0, 0%, 100%, 0.4);
    fill: hsla(0, 0%, 100%, 0.4);
}

.bandeau--pink a:hover path.stroke,
.bandeau--pink a:hover polygon.stroke,
.bandeau--pink a:hover polyline {
    stroke: hsla(0, 0%, 100%, 0.4);
}

.bandeau--pink li {
    border-color: #fff;
}

.em-card {
    border: 1px solid #e1e5ea;
    border-radius: 3px;
}

.activity-card,
.em-card {
    display: block;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    padding: 30px;
}

.activity-card {
    border: 1px solid #e1e5ea;
}

.activity-card.main-committee {
    border-color: #ff4d89;
    background-color: #fff1f6;
}

.activity-card__type {
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.activity-card__type--adi {
    color: #045bff;
}

.activity-card__type--committee {
    color: #2abaff;
}

.activity-card__type--event {
    color: #ff4d89;
}

.activity-card__type--citizen {
    color: #fdb121;
}

@media (min-width: 1000px) {
    .activity-card__title {
        font-size: 22px;
    }
}

.activity-card__theme {
    position: absolute;
    top: 40px;
    right: 30px;
}

.carousel {
    height: 250px;
    width: 400px;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 0;
    list-style: none;
}

@media (max-width: 650px) {
    .carousel {
        height: 380px;
    }
}

.carousel__activator,
.carousel__controls {
    display: none;
}

.carousel__activator:first-of-type:checked~.carousel__track {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.carousel__activator:first-of-type:checked~.carousel__slide:first-of-type {
    -webkit-animation: carousel-show-slide 0.5s;
    animation: carousel-show-slide 0.5s;
    top: 0;
    left: 0;
    right: 0;
}

.carousel__activator:first-of-type:checked~.carousel__controls:first-of-type {
    display: block;
}

.carousel__activator:first-of-type:checked~.carousel__indicators .carousel__indicator:first-of-type {
    opacity: 1;
}

.carousel__activator:nth-of-type(2):checked~.carousel__track {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel__activator:nth-of-type(2):checked~.carousel__slide:nth-of-type(2) {
    -webkit-animation: carousel-show-slide 0.5s;
    animation: carousel-show-slide 0.5s;
    top: 0;
    left: 0;
    right: 0;
}

.carousel__activator:nth-of-type(2):checked~.carousel__controls:nth-of-type(2) {
    display: block;
}

.carousel__activator:nth-of-type(2):checked~.carousel__indicators .carousel__indicator:nth-of-type(2) {
    opacity: 1;
}

.carousel__activator:nth-of-type(3):checked~.carousel__track {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
}

.carousel__activator:nth-of-type(3):checked~.carousel__slide:nth-of-type(3) {
    -webkit-animation: carousel-show-slide 0.5s;
    animation: carousel-show-slide 0.5s;
    top: 0;
    left: 0;
    right: 0;
}

.carousel__activator:nth-of-type(3):checked~.carousel__controls:nth-of-type(3) {
    display: block;
}

.carousel__activator:nth-of-type(3):checked~.carousel__indicators .carousel__indicator:nth-of-type(3) {
    opacity: 1;
}

.carousel__activator:nth-of-type(4):checked~.carousel__track {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
}

.carousel__activator:nth-of-type(4):checked~.carousel__slide:nth-of-type(4) {
    -webkit-animation: carousel-show-slide 0.5s;
    animation: carousel-show-slide 0.5s;
    top: 0;
    left: 0;
    right: 0;
}

.carousel__activator:nth-of-type(4):checked~.carousel__controls:nth-of-type(4) {
    display: block;
}

.carousel__activator:nth-of-type(4):checked~.carousel__indicators .carousel__indicator:nth-of-type(4) {
    opacity: 1;
}

.carousel__activator:nth-of-type(5):checked~.carousel__track {
    -webkit-transform: translateX(-400%);
    transform: translateX(-400%);
}

.carousel__activator:nth-of-type(5):checked~.carousel__slide:nth-of-type(5) {
    -webkit-animation: carousel-show-slide 0.5s;
    animation: carousel-show-slide 0.5s;
    top: 0;
    left: 0;
    right: 0;
}

.carousel__activator:nth-of-type(5):checked~.carousel__controls:nth-of-type(5) {
    display: block;
}

.carousel__activator:nth-of-type(5):checked~.carousel__indicators .carousel__indicator:nth-of-type(5) {
    opacity: 1;
}

.carousel__control {
    height: 20px;
    width: 20px;
    margin-top: -15px;
    top: 50%;
    position: absolute;
    display: block;
    cursor: pointer;
    border-color: #000;
    border-style: solid;
    border-width: 4px 4px 0 0;
    opacity: 0.35;
    outline: 0;
    z-index: 3;
    transition: all 0.2s;
}

.carousel__control:hover {
    opacity: 1;
}

.carousel__control--backward {
    left: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.carousel__control--forward {
    right: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.carousel__indicators {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.carousel__indicator {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    display: inline-block;
    z-index: 2;
    cursor: pointer;
    opacity: 0.35;
    margin: 0 2.5px;
}

.carousel__indicator:hover {
    opacity: 0.75;
}

.carousel__track {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.carousel__track .carousel__slide {
    display: block;
    top: 0;
    left: 0;
    right: 0;
}

.carousel__track .carousel__slide:first-of-type {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.carousel__track .carousel__slide:nth-of-type(2) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel__track .carousel__slide:nth-of-type(3) {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}

.carousel__track .carousel__slide:nth-of-type(4) {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
}

.carousel__track .carousel__slide:nth-of-type(5) {
    -webkit-transform: translateX(400%);
    transform: translateX(400%);
}

.carousel__slide {
    height: 100%;
    position: absolute;
    overflow-y: auto;
}

.carousel-container {
    display: inline-block;
}

@media (max-width: 650px) {
    .carousel-container {
        width: 100% !important;
    }
}

.carousel__slide {
    overflow: hidden;
}

.carousel__indicator {
    background-color: #ff4d89;
}

.carousel--thumb .carousel__indicators .carousel__indicator {
    height: 30px;
    width: 30px;
}

@media (max-width: 400px) {
    .carousel {
        max-width: 300px;
    }
}

@-webkit-keyframes carousel-show-slide {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes carousel-show-slide {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 1000px) {
    .spaces__header {
        padding: 20px 0;
    }
}

.spaces__header__logo {
    height: 33px;
}

.spaces__header__logo svg {
    width: 54px;
    height: 33px;
}

.spaces__header__separator {
    height: 24px;
    background: #e5e5e5;
    width: 1px;
    margin: 0 10px;
}

.spaces__header__name {
    font-size: 28px;
    letter-spacing: -0.6px;
    line-height: 32px;
    font-weight: 300;
    color: #1d5fd1;
    letter-spacing: 0.5px;
    border-bottom: 0;
}

.spaces__header ul {
    margin-top: 7px;
    margin-left: 30px;
}

@media (max-width: 1000px) {
    .spaces__header ul {
        margin: 20px 0 0;
    }
}

.spaces__header ul li {
    font-size: 16px;
    line-height: 24px;
}

.spaces__search--mobile {
    display: none;
}

@media (max-width: 1200px) {
    .spaces__search {
        display: none;
    }
    .spaces__search--mobile {
        display: block;
    }
}

.spaces__search__filters {
    display: flex;
    justify-content: space-between;
}

.spaces__search__filters>ul:first-child,
.spaces__search__filters>ul:nth-child(2) {
    width: 23%;
}

.spaces__search__filters>ul:last-child {
    width: 48%;
}

@media (max-width: 650px) {
    .spaces__search__results h2,
    .spaces__search__results span {
        margin-bottom: 10px;
    }
}

.spaces__results__row {
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding: 15px 0;
    flex-direction: column;
}

@media (min-width: 650px) {
    .spaces__results__row {
        flex-direction: row;
    }
}

.spaces__results__row li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 100%;
    text-align: left;
}

.spaces__results__row li:nth-child(4) {
    margin-top: 10px;
}

@media (min-width: 650px) {
    .spaces__results__row li {
        align-items: flex-start;
    }
    .spaces__results__row li:first-child {
        width: 6rem;
        justify-content: center;
        align-items: center;
    }
    .spaces__results__row li:first-child>div {
        border-radius: 50%;
        width: 55px;
        height: 55px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .spaces__results__row li:nth-child(2) {
        width: 14rem;
        padding: 0 10px;
    }
    .spaces__results__row li:nth-child(3) {
        width: 25rem;
        padding: 0 10px;
    }
    .spaces__results__row li:nth-child(4) {
        width: 30rem;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row;
        margin: 0;
    }
    .spaces__results__row li:nth-child(4) span {
        margin-right: 10px;
    }
}

footer .list__links--col li {
    width: 190px;
}

footer .donate-mail {
    font-family: Roboto, Helvetica, sans-serif;
    margin-bottom: 20px;
}

@media (max-width: 1000px) {
    footer .donate-mail {
        border-top: 1px solid #bcbcbc;
        border-bottom: 1px solid #bcbcbc;
        padding: 20px 0;
        margin-bottom: 25px;
        text-align: center;
        align-items: stretch;
    }
}

label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
}

.form__field,
.form__label {
    font-family: Roboto, Helvetica, sans-serif;
}

.form__field {
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    height: 41px;
    box-sizing: border-box;
    margin-right: 10px;
    font-size: 14px;
}

@media (max-width: 1000px) {
    .form__field {
        margin: 5px 10px 5px 0;
    }
}

.form__field--no-border {
    border: none;
}

.form__field--textarea-120 {
    height: 120px;
    padding: 12px;
}

.form__field--textarea-300 {
    height: 200px;
    padding: 12px;
}

.form__field--textarea-500 {
    height: 500px;
    padding: 12px;
}

.form__field--no-margin {
    margin: 0;
}

.form__errors {
    font-size: 14px;
    line-height: 20px;
    font-family: Roboto, Helvetica, sans-serif;
    margin-bottom: 10px;
}

.form__errors li {
    list-style-type: none !important;
    padding: 2px 0 0;
    width: 95%;
}

.form__email {
    width: 290px;
}

@media (max-width: 1000px) {
    .form__email {
        flex-grow: 2;
    }
}

@media (max-width: 650px) {
    .form__email {
        width: 100%;
        margin-right: 0;
    }
}

.form__skills {
    width: 500px;
}

@media (max-width: 1000px) {
    .form__skills {
        width: 100%;
    }
}

.form__zipcode {
    width: 110px;
}

@media (max-width: 1000px) {
    .form__zipcode {
        flex-grow: 1;
    }
}

.form__row {
    margin-bottom: 15px;
    width: 100%;
}

.form__row label {
    font-family: Roboto, Helvetica, sans-serif;
}

.form__row label.form__label--header {
    font-size: 20px;
    line-height: 27px;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-weight: 700;
}

.form__row label.form__label--header span {
    font-weight: 400;
    color: #999;
}

.form__row--stretch {
    display: flex;
    justify-content: space-between;
}

.form__row #app_donation_gender .form {
    font-family: Roboto, Helvetica, sans-serif;
}

.form__row #app_donation_gender label {
    margin: 0 25px 0 5px;
}

.form__row__checkbox {
    text-align: left;
}

.form__error {
    color: #ee324a;
}

.form__textbox {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: 100px;
    padding: 10px 15px;
}

.form__word {
    color: #ee324a;
}

.form__word label {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
}

.form__word input {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    padding: 10px 15px;
    margin-bottom: 40px;
}

.form--full {
    width: 100%;
}

.form--mid {
    width: 49%;
    margin: 0;
}

.form--third {
    width: 32%;
    margin: 0;
}

.form--warning {
    background: #edf861;
    margin: 30px 0;
    padding: 10px;
    color: #ff3680;
    font-size: 16px;
    line-height: 1em;
}

.form__radio-button label {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.form__radio-button label:before {
    content: " ";
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 50px;
    margin-right: 10px;
    transition: all 0.2s;
    background: #e5e5e5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.form__radio-button input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form__radio-button input[type="radio"]:checked+label:before {
    border-color: #2abaff;
    background: #fff;
}

.form__radio-button--tab label {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    display: inline-block;
    padding: 10px 20px;
    transition: all 0.2s;
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    cursor: pointer;
}

.form__radio-button--tab label:hover {
    background-color: #f6f6f6;
}

.form__radio-button--tab label.label--small {
    padding: 5px 9px;
}

.form__radio-button--tab:first-child label {
    border-radius: 3px 0 0 3px;
}

.form__radio-button--tab:last-child label {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #e5e5e5;
}

.form__radio-button--tab input[type="radio"] {
    position: absolute;
    left: -50%;
    top: 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -9px;
    outline: 0;
    z-index: 1;
}

.form__radio-button--tab input[type="radio"]:checked+label {
    background-color: #2b7dc0;
    color: #fff;
}

.form__checkbox {
    display: flex;
    align-items: center;
    position: relative;
}

.form__checkbox--col {
    width: 25%;
}

@media (max-width: 650px) {
    .form__checkbox--col {
        width: 50%;
    }
}

.form__checkbox label {
    display: flex;
    align-items: center;
    margin: 7px 0;
    text-align: left;
}

.form__checkbox label:before {
    content: " ";
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin-right: 15px;
    transition: all 0.2s;
    background: #fff;
    border: 1px solid #c9d4e4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.form__checkbox--medium .form__label {
    font-size: 16px;
    line-height: 24px;
}

.form__checkbox--large label:before {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin-right: 15px;
    border-width: 2px;
}

.form__checkbox:hover label:before {
    background: #bcbcbc;
}

.form__checkbox input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form__checkbox input[type="checkbox"]:checked+label:before {
    border-color: #1d5fd1;
    background: #1d5fd1;
    content: url("data:image/svg+xml;utf8,<svg width='14px' height='10px' viewBox='73 77 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><polygon id='check' stroke='none' fill='%23ffffff' fill-rule='evenodd' points='73.1888049 82.5586077 74.5051607 80.8107776 80.0959758 85.0260906 78.77962 86.7739208'></polygon><polygon id='mark' stroke='none' fill='%23ffffff' fill-rule='evenodd' points='77.2807085 85.3731308 85.0384399 77.0539824 86.6382761 78.5458538 78.8805447 86.8650022'></polygon></svg>");
}

.form__info {
    padding-top: 15px;
    color: #7f7f7f;
}

.form__radio {
    display: flex;
    align-items: center;
    position: relative;
}

.form__radio--col {
    width: 25%;
}

@media (max-width: 650px) {
    .form__radio--col {
        width: 50%;
    }
}

.form__radio label {
    display: flex;
    align-items: center;
    margin: 5px 7px 5px 0;
    text-align: left;
}

.form__radio label:before {
    content: " ";
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin-right: 5px;
    transition: all 0.2s;
    background: #e5e5e5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.form__radio--medium .form__label {
    font-size: 16px;
    line-height: 24px;
}

.form__radio--large label:before {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin-right: 15px;
    border-width: 2px;
}

.form__radio--margin label:before {
    content: " ";
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin-right: 15px;
    transition: all 0.2s;
    background: #e5e5e5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.form__radio--margin input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form__radio--margin input[type="radio"]:checked+label:before {
    border-color: #1d5fd1;
    background: #1d5fd1;
    content: url("data:image/svg+xml;utf8,<svg width='14px' height='10px' viewBox='73 77 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><polygon id='check' stroke='none' fill='%23ffffff' fill-rule='evenodd' points='73.1888049 82.5586077 74.5051607 80.8107776 80.0959758 85.0260906 78.77962 86.7739208'></polygon><polygon id='mark' stroke='none' fill='%23ffffff' fill-rule='evenodd' points='77.2807085 85.3731308 85.0384399 77.0539824 86.6382761 78.5458538 78.8805447 86.8650022'></polygon></svg>");
}

.form__radio:hover label:before {
    background: #bcbcbc;
}

.form__radio input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form__radio input[type="radio"]:checked+label:before {
    border-color: #1d5fd1;
    background: #1d5fd1;
    content: url("data:image/svg+xml;utf8,<svg width='14px' height='10px' viewBox='73 77 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><polygon id='check' stroke='none' fill='%23ffffff' fill-rule='evenodd' points='73.1888049 82.5586077 74.5051607 80.8107776 80.0959758 85.0260906 78.77962 86.7739208'></polygon><polygon id='mark' stroke='none' fill='%23ffffff' fill-rule='evenodd' points='77.2807085 85.3731308 85.0384399 77.0539824 86.6382761 78.5458538 78.8805447 86.8650022'></polygon></svg>");
}

@media (max-width: 1000px) {
    .newsletter form {
        width: 100%;
    }
    .newsletter .text--uppercase {
        text-align: center;
    }
}

@media (max-width: 650px) {
    .newsletter button {
        width: 100%;
        margin-top: 5px;
    }
    .newsletter input {
        margin-right: 0;
    }
}

.newsletter .form__zipcode {
    width: 150px;
}

.invitation-page,
.newsletter-page {
    margin: 20px 0 100px;
}

.invitation-page__form,
.newsletter-page__form {
    margin-top: 20px;
}

.invitation-result,
.newsletter-result {
    margin: 80px 0 100px;
    text-align: center;
}

.forgot-password,
.login,
.reset-password,
.security {
    margin: 50px 0 100px;
    text-align: center;
}

.forgot-password--box,
.login--box,
.reset-password--box,
.security--box {
    margin: 20px auto 0;
    background-color: #fff;
}

.forgot-password--box--separator,
.login--box--separator,
.reset-password--box--separator,
.security--box--separator {
    border-top: 2px solid #000;
}

.forgot-password--box--separator--text,
.login--box--separator--text,
.reset-password--box--separator--text,
.security--box--separator--text {
    width: 20%;
    position: relative;
    top: -12px;
    margin: 0 auto;
    background-color: #fff;
}

.forgot-password__form,
.login__form,
.reset-password__form,
.security__form {
    margin-top: 25px;
}

.forgot-password__error,
.login__error,
.reset-password__error,
.security__error {
    margin-bottom: 20px;
}

.forgot-password__separator,
.login__separator,
.reset-password__separator,
.security__separator {
    margin: 50px 0 10px;
    border-top: 1px solid #e5e5e5;
}

.forgot-password__separator__text,
.login__separator__text,
.reset-password__separator__text,
.security__separator__text {
    width: 55%;
    position: relative;
    top: -12px;
    margin: 0 auto;
    background-color: #fff;
}

.address__postal-code--loading {
    background: url(../images/loader-sm.gif) no-repeat 93% 50%;
}

.flash--info {
    background-color: #fad539;
}

.flash--error {
    background-color: #fbd8d8;
}

.flash--pink {
    background-color: #ff4d89;
    color: #fff;
}

.flash__inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    font-family: Roboto, Helvetica, sans-serif;
    text-align: center;
}

.flash--close-link {
    line-height: 17px;
    width: 20px;
}

input[type="date"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}

.select__styled {
    width: 285px;
    height: 50px;
    position: relative;
}

.select__styled:before {
    content: url("data:image/svg+xml;utf8,<svg width='16px' height='10px' viewBox='-4 3 16 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><polygon id='caret-left' stroke='none' fill='%23000000' fill-rule='nonzero' points='-2.6949003 3.30395097 -3.45668449 3.95178185 3.84659601 12.5397078 11.1487585 3.95175243 10.3869243 3.30398039 3.84653639 10.996025'></polygon></svg>");
    top: 14px;
    right: 20px;
    position: absolute;
    z-index: 1;
}

.select__styled--inner {
    position: absolute;
    font-size: 16px;
    width: 285px;
    -webkit-appearance: inherit;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.form__new input,
.form__new textarea {
    font-size: 16px;
    line-height: 24px;
    font-family: Roboto, Helvetica, sans-serif;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    box-sizing: border-box;
}

.form__new input:disabled,
.form__new textarea:disabled {
    background: #f6f6f6;
}

.form__new input:focus,
.form__new textarea:focus {
    outline: none;
    border-color: #1d5fd1;
}

.form__new__checkbox input[type="checkbox"] {
    width: 60px;
}

.form__new__checkbox label {
    font-size: 14px;
    line-height: 20px;
}

.form__new {
    font-family: Roboto, Helvetica, sans-serif;
    padding: 0;
    text-align: left;
    position: relative;
}

.form__new,
.form__new label,
.form__new legend {
    font-size: 16px;
    line-height: 24px;
}

.form__new label.label__header,
.form__new legend.label__header {
    margin-bottom: 3px;
    display: inline-block;
    font-weight: 700;
}

.form__new label.label__header--small,
.form__new legend.label__header--small {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.form__new label.label__header--large,
.form__new legend.label__header--large {
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 8px;
    font-weight: 700;
    display: inline-block;
}

.form__new label.label__header--large span,
.form__new legend.label__header--large span {
    color: #bcbcbc;
    font-style: italic;
    font-weight: 400;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.form__new label.label__header--image,
.form__new legend.label__header--image {
    display: inline-block;
    font-size: 20px;
    line-height: 27px;
    color: #1d5fd1;
    font-weight: 700;
    top: 38px;
    position: relative;
    z-index: 100;
    width: 100%;
    text-align: center;
}

.form__new .character-count {
    margin-top: -40px;
    position: absolute;
    right: 20px;
}

.form__new input,
.form__new select,
.form__new textarea {
    font-size: 16px;
    line-height: 24px;
    font-family: Roboto, Helvetica, sans-serif;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    box-sizing: border-box;
}

.form__new input:disabled,
.form__new select:disabled,
.form__new textarea:disabled {
    background: #f6f6f6;
}

.form__new input:focus,
.form__new select:focus,
.form__new textarea:focus {
    outline: none;
    border-color: #1d5fd1;
}

.form__new textarea {
    height: 150px;
}

.form__new ul {
    padding: 0;
}

.form__new li {
    list-style: none;
    margin-bottom: 20px;
}

.form__new li.form--split {
    margin-bottom: 0;
}

.form__new li.form--split ul {
    display: flex;
    justify-content: space-between;
}

.form__new li.form--split ul>li {
    width: 48%;
}

.form__new__forgotten-pw {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    margin: 10px 0 0;
}

.form__new__checkbox>div {
    display: flex;
    align-items: flex-start;
}

.form__new__checkbox input[type="checkbox"] {
    width: 20px;
    flex: none;
}

.form__new__checkbox label {
    order: 2;
}

.em-countdown-clock span.days,
.em-countdown-clock span.hours,
.em-countdown-clock span.minutes,
.em-countdown-clock span.seconds {
    font-size: 24px;
    margin-left: 5px;
}

.em-countdown-clock span.days:after,
.em-countdown-clock span.hours:after,
.em-countdown-clock span.minutes:after,
.em-countdown-clock span.seconds:after {
    font-size: 16px;
    color: #8c8c8c;
    margin-left: 5px;
}

.em-countdown-clock span.days:after {
    content: "j";
}

.em-countdown-clock span.hours:after {
    content: "h";
}

.em-countdown-clock span.minutes:after {
    content: "m";
}

.em-countdown-clock span.seconds:after {
    content: "s";
}

.em-form .em-form__section {
    padding-bottom: 40px;
}

.em-form .em-form__group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #444;
}

@media (min-width: 650px) {
    .em-form .em-form__group.half {
        width: calc((100% - 15px) / 2);
    }
}

.em-form .em-form__group .em-form__field--ctn {
    position: relative;
}

.em-form .em-form__group .em-form__field {
    display: block;
    box-sizing: border-box;
    font-family: Roboto, Helvetica, sans-serif;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 0 12px;
    color: #000;
    margin: 0;
    height: 54px;
    border-radius: 3px;
    border: 1px solid #e1e5ea;
    background-color: #fff;
    outline: 0;
    transition: border 0.2s;
    -webkit-transition: border 0.2s;
}

.em-form .em-form__group .em-form__field::placeholder {
    color: #8c8c8c;
    font-weight: 400;
}

.em-form .em-form__group .em-form__field:hover {
    border-color: #c4c4c4;
}

.em-form .em-form__group .em-form__field:focus {
    border-color: #1d5fd1;
}

.em-form .em-form__group .em-form__field:disabled {
    background-color: #f6f9fc;
    color: #7b889b;
    cursor: not-allowed;
}

.em-form .em-form__group .em-form__field:disabled:hover {
    border-color: #e1e5ea;
}

.em-form .em-form__group textarea.em-form__field {
    min-width: 100%;
    max-width: 100%;
    min-height: 200px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 60px;
    line-height: 24px;
    color: #444;
}

.em-form .em-form__group select.em-form__field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/icons/icn-form-select.svg) no-repeat right 10px center;
    cursor: pointer;
}

.em-form .em-form__group .em-form__search {
    background: #fff url(../images/icons/icn-form-search.svg) no-repeat left 10px center;
    padding-left: 45px;
}

.em-form .em-form__group>.em-form__label {
    display: block;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin-bottom: 10px;
    min-height: 19px;
}

.em-form .em-form__group>.em-form__label.required:after {
    content: " *";
    color: #e83434;
}

.em-form .em-form__group>.em-form__label .em-form__required {
    color: #e83434;
}

.em-form .em-form__group .em-form__legend {
    color: #8c8c8c;
}

.em-form .em-form__group .em-form--error,
.em-form .em-form__group .em-form__legend {
    font-family: Roboto, Helvetica, sans-serif;
    margin: 5px 0 0;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: normal;
}

.em-form .em-form__group .em-form--error {
    color: #ee324a;
}

.em-form .em-form__group .em-form--error a {
    color: #ee324a;
    border-color: #ee324a;
}

.em-form .em-form__group .character-count {
    position: absolute;
    right: 1px;
    bottom: 1px;
    color: #8c8c8c;
    line-height: 19px;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 13px;
    padding: 15px;
    pointer-events: none;
}

.em-form .em-form__group .em-form__file {
    box-sizing: border-box;
    font-family: Roboto, Helvetica, sans-serif;
    position: relative;
    height: 140px;
    border: 1px dashed #e1e5ea;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

.em-form .em-form__group .em-form__file input[type="file"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: border 0.2s;
    -webkit-transition: border 0.2s;
}

.em-form .em-form__group .em-form__file--label {
    font-size: 16px;
    transition: border 0.2s;
    -webkit-transition: border 0.2s;
    margin-bottom: 5px;
    cursor: pointer;
}

.em-form .em-form__group .em-form__file--label:hover {
    color: rgba(0, 0, 0, 0.4);
}

.em-form .em-form__group .em-form__file .em-form__file--name {
    font-size: 12px;
    line-height: normal;
    color: #8c8c8c;
}

.em-form .em-form__group .em-form__social {
    position: relative;
}

.em-form .em-form__group .em-form__social span.social {
    position: absolute;
    width: 54px;
    min-width: 54px;
    height: 52px;
    top: 1px;
    border-right: 1px solid #e1e5ea;
    background-repeat: no-repeat;
    background-position: 50%;
}

.em-form .em-form__group .em-form__social span.social--fb {
    background-image: url(../images/icons/socials/facebook.svg);
}

.em-form .em-form__group .em-form__social span.social--tw {
    background-image: url(../images/icons/socials/twitter.svg);
}

.em-form .em-form__group .em-form__social span.social--lk {
    background-image: url(../images/icons/socials/linkedin.svg);
}

.em-form .em-form__group .em-form__social span.social--tl {
    background-image: url(../images/icons/socials/telegram.svg);
}

.em-form .em-form__group .em-form__social .em-form__field {
    padding-left: 62px;
}

.em-form .em-form__group.em-form__type-and-select {
    margin-bottom: 45px;
}

.em-form .em-form__group.em-form__type-and-select .type-and-select__tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 39px;
    margin-top: 12px;
}

.em-form .em-form__group.em-form__type-and-select .type-and-select__item {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    height: 34px;
    background-color: #ebf4ff;
    padding: 0 35px 0 15px;
    border-radius: 50px;
    margin: 0 5px 5px 0;
}

.em-form .em-form__group.em-form__type-and-select .type-and-select__item--value {
    display: block;
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 34px;
    color: #698ab3;
    font-size: 15px;
}

.em-form .em-form__group.em-form__type-and-select .type-and-select__item--remove {
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    line-height: 0;
    opacity: 0.5;
    cursor: pointer;
    padding: 3px;
    transition: all 0.2s ease;
}

.em-form .em-form__group.em-form__type-and-select .type-and-select__item--remove:hover {
    opacity: 1;
    transform: rotate(-90deg);
}

.em-form .em-form__group--cgu .form__checkbox {
    margin-bottom: 0;
}

.em-form .em-form__group .em-form__cgu {
    color: #8c8c8c;
    display: block;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 12px;
    text-align: justify;
    line-height: normal;
}

.em-form .em-form__group .em-form__cgu a {
    border: none;
}

.em-form .em-form__group.em-form__checkbox--inline .form__checkbox,
.em-form .em-form__group.em-form__checkbox--inline .form__radio,
.em-form .em-form__group.em-form__radio--inline .form__radio {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}

.em-form .em-form__group .checkb-cols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.em-form .em-form__group .checkb-cols__col {
    flex-grow: 1;
    flex-basis: 100%;
}

@media (min-width: 650px) {
    .em-form .em-form__group .checkb-cols__col {
        flex-basis: calc(50% - 10px);
        margin-right: 10px;
    }
}

.em-form .em-form__group .checkb-cols__col .form__checkbox:last-child {
    margin-bottom: 10px;
}

.em-form .em-form__row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}

@media (min-width: 650px) {
    .em-form .em-form__row {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}

.em-form .em-form__row .em-form__group {
    flex-basis: 100%;
    margin-right: 0;
}

@media (min-width: 650px) {
    .em-form .em-form__row .em-form__group {
        margin-right: 15px;
    }
}

.em-form .em-form__row .em-form__group:last-child {
    margin-right: 0;
}

.em-form .em-form__row .em-form__width--1 {
    flex-grow: 1;
}

.em-form .em-form__row .em-form__width--2 {
    flex-grow: 2;
}

.em-form .em-form__row .em-form__width--3 {
    flex-grow: 3;
}

.em-form .em-form__action-container {
    display: flex;
    flex-direction: row;
    font-size: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media (min-width: 650px) {
    .em-form .em-form__action-container {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.em-form .em-form__action-container .em-form__action {
    display: inline-flex;
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid #e1e5ea;
    box-sizing: border-box;
    font-size: 12px;
    margin-right: 5px;
}

.em-form .em-form__action-container .em-form__action:last-child {
    margin-right: 0;
}

.em-form .em-form__action-container .em-form__action:hover {
    border-color: #000;
    color: #000;
}

.em-form .em-form__action-container .em-form__action--remove {
    color: #cf4155;
}

.em-form .em-form__action-container .em-form__action--remove:hover {
    border-color: #cf4155;
    color: #cf4155;
}

@media (min-width: 650px) {
    .em-form .em-form__action-container .em-form__action {
        width: 60px;
        margin-right: 0;
        margin-left: 5px;
    }
}

.em-form .form__checkbox,
.em-form .form__radio {
    display: block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

.em-form .form__checkbox label,
.em-form .form__radio label {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    font-family: Roboto, Helvetica, sans-serif;
    padding-left: 34px;
    margin: 0;
}

.em-form .form__checkbox label:before,
.em-form .form__radio label:before {
    box-sizing: border-box;
    content: " ";
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    margin-right: 15px;
    background: #fff;
    border: 2px solid #e1e5ea;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1px;
    left: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.em-form .form__checkbox label .label-with-link a,
.em-form .form__radio label .label-with-link a {
    text-decoration: none;
    border: none;
}

.em-form .form__checkbox:hover>label:before,
.em-form .form__radio:hover>label:before {
    border-color: #1d5fd1;
}

.em-form .form__checkbox input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.em-form .form__checkbox input[type="checkbox"]:checked+label:before {
    border-color: #1d5fd1;
    background: #1d5fd1;
    content: url("data:image/svg+xml;utf8,<svg width='14px' height='10px' viewBox='73 77 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><polygon id='check' stroke='none' fill='%23ffffff' fill-rule='evenodd' points='73.1888049 82.5586077 74.5051607 80.8107776 80.0959758 85.0260906 78.77962 86.7739208'></polygon><polygon id='mark' stroke='none' fill='%23ffffff' fill-rule='evenodd' points='77.2807085 85.3731308 85.0384399 77.0539824 86.6382761 78.5458538 78.8805447 86.8650022'></polygon></svg>");
}

.em-form .form__checkbox input[type="checkbox"]:disabled+label {
    cursor: not-allowed;
}

.em-form .form__checkbox input[type="checkbox"]:disabled+label:before {
    background-color: #f6f9fc;
}

.em-form .form__checkbox input[type="checkbox"]:disabled+label:before:hover {
    border-color: #e1e5ea;
}

.em-form .form__radio input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.em-form .form__radio input[type="radio"]:checked+label:before {
    box-sizing: border-box;
    border: 8px solid #1d5fd1;
    background: #fff;
    content: "";
}

.em-form .form__radio input[type="radio"]:disabled+label {
    cursor: not-allowed;
}

.em-form .form__radio input[type="radio"]:disabled+label:before {
    background-color: #f6f9fc;
}

.em-form .form__radio input[type="radio"]:disabled+label:before:hover {
    border-color: #e1e5ea;
}

.em-form .form__radio label:before {
    border-radius: 50px;
}

ul.em-form__autocomplete.ui-autocomplete {
    background: #fff;
    margin-left: 5px;
    border: 1px solid #e1e5ea;
    padding: 8px 0;
}

ul.em-form__autocomplete.ui-autocomplete li {
    padding: 0 8px;
}

ul.em-form__autocomplete.ui-autocomplete li a {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 16px;
    color: #444;
    cursor: pointer;
    border: 0;
    padding: 8px 10px;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

ul.em-form__autocomplete.ui-autocomplete li a:hover {
    background: #f6f6f6;
}

.em-switch__wrapper {
    display: inline-flex;
    align-items: center;
}

.em-switch__wrapper .switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 22px;
}

.em-switch__wrapper .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.em-switch__wrapper .switch input:checked+.slider {
    background-color: #2b7dc0;
}

.em-switch__wrapper .switch input:checked+.slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
    background-color: #fff;
}

.em-switch__wrapper .switch input:disabled+.slider {
    cursor: not-allowed;
}

.em-switch__wrapper .switch .slider {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e5e5e5;
    border-radius: 34px;
}

.em-switch__wrapper .switch .slider,
.em-switch__wrapper .switch .slider:before {
    position: absolute;
    -webkit-transition: all 0.4s cubic-bezier(0.35, 0, 0.25, 1);
    -o-transition: all 0.4s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.35, 0, 0.25, 1);
}

.em-switch__wrapper .switch .slider:before {
    border-radius: 50%;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background-color: #a3a8ae;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

.em-switch__label {
    color: #444;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 16px;
    margin-left: 15px;
    line-height: 30px;
}

.select2.select2-container {
    font-family: Roboto, Helvetica, sans-serif;
    width: 100% !important;
}

.select2.select2-container--default.em-form .select2-selection--multiple,
.select2.select2-container--default.em-form .select2-selection--single {
    display: block;
    box-sizing: border-box;
    font-family: Roboto, Helvetica, sans-serif;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 0 12px;
    color: #000;
    margin: 0;
    height: 54px;
    border-radius: 3px;
    border: 1px solid #e1e5ea;
    background-color: #fff;
    outline: 0;
    transition: border 0.2s;
    -webkit-transition: border 0.2s;
    height: auto;
    min-height: 60px;
}

.select2.select2-container--default.em-form .select2-selection--multiple:hover,
.select2.select2-container--default.em-form .select2-selection--single:hover {
    border-color: #c4c4c4;
}

.select2.select2-container--default.em-form .select2-selection--multiple:focus,
.select2.select2-container--default.em-form .select2-selection--single:focus {
    border-color: #1d5fd1;
}

.select2.select2-container--default.em-form .select2-selection--multiple:disabled,
.select2.select2-container--default.em-form .select2-selection--single:disabled {
    background-color: #f6f9fc;
    color: #7b889b;
    cursor: not-allowed;
}

.select2.select2-container--default.em-form .select2-selection--multiple:disabled:hover,
.select2.select2-container--default.em-form .select2-selection--single:disabled:hover {
    border-color: #e1e5ea;
}

.select2.select2-container--default.em-form .select2-selection--multiple::placeholder,
.select2.select2-container--default.em-form .select2-selection--single::placeholder {
    color: #8c8c8c;
    font-weight: 400;
}

.select2.select2-container--default.em-form .select2-selection--multiple .select2-selection__rendered,
.select2.select2-container--default.em-form .select2-selection--single .select2-selection__rendered {
    display: block;
    padding: 16px 0 0;
}

.select2.select2-container--default.em-form .select2-selection--multiple .select2-selection__rendered li,
.select2.select2-container--default.em-form .select2-selection--single .select2-selection__rendered li {
    display: inline-block;
    float: none;
}

.select2.select2-container--default.em-form .select2-selection--multiple .select2-selection__choice,
.select2.select2-container--default.em-form .select2-selection--single .select2-selection__choice {
    margin: 0 5px 5px 0;
    padding: 0 15px 0 5px;
    border-radius: 50px;
    background-color: #ebf4ff;
    color: #698ab3;
    font-size: 15px;
    border: none;
    line-height: 34px;
}

.select2.select2-container--default.em-form .select2-selection--multiple .select2-selection__choice__remove,
.select2.select2-container--default.em-form .select2-selection--single .select2-selection__choice__remove {
    color: #698ab3;
    padding: 0 5px;
    font-size: 15px;
    vertical-align: middle;
}

.select2.select2-container--default.em-form .select2-selection--multiple .select2-selection__arrow,
.select2.select2-container--default.em-form .select2-selection--single .select2-selection__arrow {
    background: #fff url(../images/icons/icn-form-select.svg) no-repeat right 10px center;
    height: 58px;
    width: 58px;
}

.select2.select2-container--default.em-form .select2-selection--multiple .select2-selection__arrow b,
.select2.select2-container--default.em-form .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2.select2-container--default.em-form .select2-search--inline .select2-search__field {
    margin: 0;
    height: 34px;
    outline: 0;
    float: none;
}

.select2.select2-container--default.em-filters .select2-selection--multiple,
.select2.select2-container--default.em-filters .select2-selection--single {
    box-sizing: border-box;
    display: block;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding-left: 8px;
    color: #444;
    margin: 0;
    border-radius: 2px;
    border: 1px solid #c9d4e4;
    background-color: #fff;
    height: auto;
    min-height: 40px;
}

.select2.select2-container--default.em-filters .select2-selection--multiple::placeholder,
.select2.select2-container--default.em-filters .select2-selection--single::placeholder {
    color: #8c8c8c;
    font-weight: 400;
}

.select2.select2-container--default.em-filters .select2-selection--multiple .select2-selection__rendered,
.select2.select2-container--default.em-filters .select2-selection--single .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    padding: 6px 0 0;
}

.select2.select2-container--default.em-filters .select2-selection--multiple .select2-selection__rendered li,
.select2.select2-container--default.em-filters .select2-selection--single .select2-selection__rendered li {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.select2.select2-container--default.em-filters .select2-selection--multiple .select2-selection__rendered .select2-selection__choice,
.select2.select2-container--default.em-filters .select2-selection--single .select2-selection__rendered .select2-selection__choice {
    margin: 0 6px 6px 0;
    padding: 0 8px 0 2px;
    border-radius: 2px;
    background-color: #d2ecff;
    color: #0496ff;
    font-size: 13px;
    border: none;
    line-height: 25px;
}

.select2.select2-container--default.em-filters .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove,
.select2.select2-container--default.em-filters .select2-selection--single .select2-selection__rendered .select2-selection__choice__remove {
    color: #0496ff;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 0;
}

.select2.select2-container--default.em-filters .select2-selection--single {
    background: #fff url(../images/icons/icn-form-select.svg) no-repeat right 10px center;
}

.select2.select2-container--default.em-filters .select2-selection__arrow {
    display: none;
}

.select2.select2-container--default.em-filters .select2-search--inline .select2-search__field {
    margin: 0 0 7px;
    height: 24px;
    outline: 0;
    float: none;
}

.select2.select2-container--default.em-filters.select2-container--disabled .select2-selection--multiple {
    background-color: #eef2f7;
    cursor: not-allowed;
    color: rgba(123, 136, 155, 0.5);
}

.select2.select2-container--default.em-filters.select2-container--disabled .select2-selection--multiple input::placeholder {
    color: rgba(123, 136, 155, 0.5) !important;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-top: 1px solid #e5e5e5;
    padding-top: 75px;
}

.hero h1 {
    width: 90%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    letter-spacing: -1.5px;
    line-height: 52px;
    text-align: center;
}

@media (max-width: 1000px) {
    .hero h1 {
        font-size: 44px;
        line-height: 0.93;
        letter-spacing: -1.2px;
    }
}

@media (max-width: 650px) {
    .hero h1 {
        font-size: 34px;
        letter-spacing: -0.5px;
        line-height: 38px;
    }
}

.hero p {
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 27px;
    font-family: Roboto, Helvetica, sans-serif;
    padding: 20px 0;
    font-weight: 400;
    text-align: center;
}

.hero img {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.hero__graphic--atop {
    z-index: 100;
    padding: 10px 0 40px;
    display: flex;
    align-items: center;
}

.hero--simple {
    padding: 75px 0;
}

.hero--minimalist {
    padding-top: 0;
    color: #fff;
}

.hero--minimalist--center-20 {
    background-position: center 20%;
}

.hero--minimalist__nav {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
}

.hero--minimalist__nav a {
    font-weight: 700;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-size: 28px;
    font-style: italic;
    line-height: 0.9em;
    margin-right: 10px;
    letter-spacing: -0.7px;
    border: none;
    color: #fff;
    text-align: center;
}

@media (max-width: 1000px) {
    .hero--minimalist__nav a {
        font-size: 24px;
    }
}

@media (max-width: 650px) {
    .hero--minimalist__nav a {
        font-size: 22px;
    }
}

.hero--minimalist__content {
    padding-bottom: 80px;
    width: 90%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
}

.hero--gradient {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.hero--gradient:before {
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.l__wrapper,
.l__wrapper--wide {
    width: 90%;
    margin: 0 auto;
}

.l__wrapper {
    max-width: 1200px;
}

.l__wrapper--medium {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.l__wrapper--narrow {
    width: 90%;
    max-width: 850px;
    margin: 0 auto;
}

.l__wrapper--slim {
    width: 90%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.l__wrapper--main {
    width: 100%;
    max-width: 800px;
    flex-grow: 1;
}

.l__wrapper--main-right {
    margin-left: 30px;
}

.l__wrapper--main-left {
    margin-right: 30px;
}

@media (max-width: 1000px) {
    .l__wrapper--main {
        order: 2;
        margin: 0;
    }
}

.l__wrapper--430 {
    width: 430px;
    margin: 0 auto;
    box-sizing: border-box;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f1f1;
    text-align: center;
}

@media (max-width: 650px) {
    .l__wrapper--430 {
        border: 0;
        width: 100%;
        box-shadow: none;
    }
}

.l__wrapper--aside {
    width: 285px;
}

.l__wrapper--600 {
    max-width: 600px;
}

.l__wrapper--500,
.l__wrapper--600 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.l__wrapper--500 {
    max-width: 500px;
}

.l__wrapper-300 {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
}

.l__inner {
    padding: 0 30px 30px;
}

.l__inner__footer {
    padding: 20px 30px;
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.l__row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.l__row--wrap {
    flex-wrap: wrap;
}

.l__row--h-stretch {
    justify-content: space-between;
}

.l__row--h-stretch-around {
    justify-content: space-around;
}

.l__row--h-start {
    justify-content: flex-start;
}

.l__row--h-end {
    justify-content: flex-end;
}

.l__row--v-stretch {
    align-items: stretch;
}

.l__row--center {
    justify-content: center;
}

.l__row--middle {
    align-items: center;
}

.l__row--bottom {
    align-items: flex-end;
}

.l__row--top {
    align-items: flex-start;
}

.l__row--pack-center {
    align-content: center;
}

.l__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.l__col--center {
    align-items: center;
}

.l__col--left {
    align-items: flex-start;
}

.l__col--top {
    justify-content: flex-start;
}

.l__col--middle {
    justify-content: center;
}

.l__col--bottom {
    justify-content: flex-end;
}

.l__col--v-stretch {
    justify-content: space-between;
}

.l__col--grow-1 {
    flex-grow: 1;
}

.l__col--wrap {
    display: inline-flex;
    flex-flow: column wrap;
    max-height: 100%;
}

.l__col--half {
    flex-basis: 50%;
}

.l__col--full {
    flex-basis: 100%;
}

@media (max-width: 1000px) {
    .l__tablet--col {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .l__tablet--col-center {
        align-items: center;
    }
}

@media (max-width: 650px) {
    .l__mobile--col {
        display: flex;
        flex-direction: column;
    }
    .l__mobile--col-center {
        align-items: center;
    }
}

@media (max-width: 650px) {
    .l__hide--on-mobile {
        display: none;
    }
}

@media (max-width: 1150px) {
    .l__hide--on-small-laptop {
        display: none;
    }
}

@media (max-width: 1000px) {
    .l__hide--on-tablet {
        display: none;
    }
}

@media (min-width: 1151px) {
    .l__hide--above-small-laptop {
        display: none;
    }
}

@media (min-width: 1001px) {
    .l__hide--on-desktop {
        display: none;
    }
}

.space--100-0 {
    padding: 100px 0;
}

@media (max-width: 650px) {
    .space--100-0 {
        padding: 70px 0;
    }
}

.space--60-0 {
    padding: 60px 0;
}

.space--60-15 {
    padding: 60px 0 15px;
}

.space--45-5 {
    padding: 45px 5px;
}

.space--40-0 {
    padding: 40px 0;
}

.space--30 {
    padding: 30px;
}

.space--30-0 {
    padding: 30px 0;
}

.space--35-15 {
    padding: 35px 0 15px;
}

.space--20-30 {
    padding: 20px 30px;
}

.space--20 {
    padding: 20px;
}

.space--10 {
    padding: 10px;
}

.space--20-0 {
    padding: 20px 0;
}

.space--10-15 {
    padding: 10px 15px;
}

.space--10-0 {
    padding: 10px 0;
}

.space--5-0 {
    padding: 5px 0;
}

.space--5-20 {
    padding: 5px 0 20px;
}

.space--0-15 {
    padding: 0 15px;
}

.b__flex--1 {
    flex: 1;
}

.b__border {
    border: 1px solid #e5e5e5;
}

.b__border--black {
    border: 1px solid #000;
}

.b__border--top-bot {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.b__nudge--none {
    margin: 0;
}

.b__nudge--top-60 {
    margin-top: 60px;
}

.b__nudge--top-50 {
    margin-top: 50px;
}

.b__nudge--top-40 {
    margin-top: 40px;
}

.b__nudge--top-large {
    margin-top: 30px;
}

.b__nudge--top {
    margin-top: 20px;
}

.b__nudge--top-15 {
    margin-top: 15px;
}

.b__nudge--top-10 {
    margin-top: 10px;
}

.b__nudge--top-5 {
    margin-top: 5px;
}

.b__nudge--top-0 {
    margin-top: 0 !important;
}

.b__nudge--bottom-tiny {
    margin-bottom: 5px;
}

.b__nudge--bottom-small {
    margin-bottom: 10px;
}

.b__nudge--bottom-medium {
    margin-bottom: 15px;
}

.b__nudge--bottom {
    margin-bottom: 20px;
}

.b__nudge--bottom-large {
    margin-bottom: 30px;
}

.b__nudge--bottom-larger {
    margin-bottom: 40px;
}

.b__nudge--bottom-50 {
    margin-bottom: 50px;
}

.b__nudge--bottom-60 {
    margin-bottom: 60px;
}

.b__nudge--bottom-huge {
    margin-bottom: 80px;
}

.b__nudge--right-0 {
    margin-right: 0;
}

.b__nudge--right-nano {
    margin-right: 5px;
}

.b__nudge--right-small {
    margin-right: 10px;
}

.b__nudge--right {
    margin-right: 20px;
}

.b__nudge--right-large {
    margin-right: 30px;
}

.b__nudge--right-larger {
    margin-right: 40px;
}

.b__nudge--right-extra-large {
    margin-right: 50px;
}

.b__nudge--left-large {
    margin-left: 30px;
}

.b__nudge--left {
    margin-left: 20px;
}

.b__nudge--left-medium {
    margin-left: 15px;
}

.b__nudge--left-small {
    margin-left: 10px;
}

.b__nudge--left-nano {
    margin-left: 5px;
}

.topstory-side {
    flex: 1;
    height: 370px;
    background-repeat: no-repeat;
    background-size: cover;
}

.topstory-side .content {
    max-width: 90%;
}

.proteger {
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 0 25px;
}

.flex--center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 650px) {
    .flex--center--mobile {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

.flex--left {
    display: flex;
    justify-content: start;
    flex-direction: row;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.pst--relative {
    position: relative;
}

.pst--absolute {
    position: absolute;
}

.m-auto--left {
    margin-left: auto;
}

.m-auto--right {
    margin-right: auto;
}

.or-separator {
    width: 100%;
    height: 1px;
    background-color: #e1e5ea;
    margin: 20px 0;
    position: relative;
}

.or-separator:before {
    content: "ou";
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: calc(50% - 25px);
    font-family: Roboto, Helvetica, sans-serif;
    width: 50px;
    text-align: center;
}

.ui-dialog {
    top: 2% !important;
    height: 90% !important;
    border: 0 !important;
}

@media (max-width: 650px) {
    .ui-dialog {
        width: 97% !important;
        left: 0 !important;
    }
}

.ui-dialog .ui-widget-content {
    border: 0;
}

.ui-dialog .ui-dialog-titlebar {
    background: #fff;
    border: 0;
}

.ui-dialog-content object {
    width: 100%;
    height: 100%;
}

.ui-dialog-buttonpane {
    margin-top: -4px;
}

.ui-dialog-buttonpane .ui-dialog-buttonset button {
    font-size: 1.2em;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 7px 15px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    transition: all 0.45s;
    box-sizing: border-box;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    background: #ff4d89;
    border: 1px solid #ff4d89;
}

.ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
    background: #000;
    border-color: #000;
}

.ui-dialog-buttonpane .ui-dialog-buttonset button:disabled,
.ui-dialog-buttonpane .ui-dialog-buttonset button:disabled:hover {
    opacity: 0.7;
    background: #e5e5e5;
    color: #7f7f7f;
    border-color: #bcbcbc;
    cursor: not-allowed;
}

.ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
    color: #fff;
    background: #e53072;
    border-color: #e53072;
}

.ui-dialog #chart_dialog {
    height: 75% !important;
}

.your-markeup {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width: 650px) {
    .your-markeup {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
}

@keyframes bigSpin {
    to {
        transform: rotate(1turn);
    }
}

.loader {
    margin: 10px auto;
    width: 50px;
    height: 50px;
}

.loader__edge {
    position: absolute;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border-color: #d5d5d5 #efefef #efefef #d5d5d5;
    border-style: solid;
    border-width: 6px;
}

.loader__edge--small {
    animation: bigSpin 0.8s linear infinite;
    animation-origin: 50% 50%;
    width: 7.5px;
    height: 7.5px;
    margin-top: 8px;
    margin-left: 8px;
}

.loader__edge--big {
    text-align: center;
    animation: bigSpin 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
    transform-origin: 50% 50%;
}

.spin-loader,
.spin-loader:after {
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.spin-loader {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 4px;
    position: relative;
    text-indent: -9999em;
    border: 1.1em solid rgba(29, 95, 209, 0.2);
    border-left-color: #1d5fd1;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: spinload 1.1s linear infinite;
    animation: spinload 1.1s linear infinite;
}

@-webkit-keyframes spinload {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes spinload {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.nav-mobile {
    position: relative;
    top: -35px;
}

.nav-mobile input[type="checkbox"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    opacity: 0;
}

.nav-mobile label {
    position: relative;
    display: block;
    float: right;
    cursor: pointer;
    height: 28px;
    width: 28px;
    margin-top: 4px;
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='3' y1='12' x2='21' y2='12'></line><line x1='3' y1='6' x2='21' y2='6'></line><line x1='3' y1='18' x2='21' y2='18'></line></svg>");
}

.nav-mobile label:hover {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='3' y1='12' x2='21' y2='12'></line><line x1='3' y1='6' x2='21' y2='6'></line><line x1='3' y1='18' x2='21' y2='18'></line></svg>");
}

.nav-mobile input[type="checkbox"]:checked~label {
    height: 23px;
    width: 23px;
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='6' x2='6' y2='18'></line><line x1='6' y1='6' x2='18' y2='18'></line></svg>");
    right: 3px;
    top: 2px;
}

.nav-mobile input[type="checkbox"]:checked~label:hover {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='6' x2='6' y2='18'></line><line x1='6' y1='6' x2='18' y2='18'></line></svg>");
}

input[type="checkbox"]:checked~.nav-mobile--menu {
    height: auto;
    margin-top: 40px;
    opacity: 1;
    display: block;
}

.nav-mobile--menu {
    clear: both;
    height: 0;
    overflow: hidden;
    float: left;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease;
}

.nav-mobile ul {
    font-family: Roboto, Helvetica, sans-serif;
}

.nav-mobile ul a {
    border: 0;
}

.nav-mobile small {
    color: #999;
    margin-bottom: 10px;
    position: relative;
    display: block;
}

.nav-dropdown {
    position: relative;
    font-family: Roboto, Helvetica, sans-serif;
    margin: 0 15px;
}

.nav-dropdown__mrg--0 {
    margin: 0;
}

.nav-dropdown>p {
    display: flex;
}

.nav-dropdown>p:hover {
    cursor: pointer;
}

.nav-dropdown .nav__chevron {
    transition: all 0.3s;
    width: 15px;
    margin-left: 5px;
}

.nav-dropdown:hover .nav__chevron {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.nav-dropdown__caret {
    display: none;
    position: absolute;
    overflow: hidden;
    float: left;
    top: 45px;
    width: 18px;
    height: 10px;
    z-index: 600;
}

.nav-dropdown__caret span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-left: 0;
}

.nav-dropdown__caret--inner {
    top: 1px;
    left: 1px;
    border-bottom: 14px solid #e5e5e5;
}

.nav-dropdown__caret--inner,
.nav-dropdown__caret--outer {
    border-left: 9px solid transparent;
    border-right: 8px solid transparent;
}

.nav-dropdown__caret--outer {
    border-bottom: 14px solid rgba(0, 0, 0, 0.07);
    height: auto;
    width: auto;
    left: 0;
    top: 0;
}

.nav-dropdown__name {
    padding: 20px 0;
}

.nav-dropdown__item {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 190px;
    padding: 10px 25px 10px 15px;
    top: 45px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    z-index: 500;
    box-sizing: border-box;
}

.nav-dropdown__item li {
    font-size: 15px;
    line-height: 1.73;
    white-space: nowrap;
}

.nav-dropdown__menu {
    display: none;
    position: absolute;
    background: #fff;
    width: 715px;
    top: 55px;
    left: -580px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    z-index: 500;
    box-sizing: border-box;
}

.nav-dropdown__menu li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    padding: 3px 0;
}

.nav-dropdown__menu li:first-child {
    padding: 0 0 3px;
}

.nav-dropdown__menu li:last-child {
    padding: 3px 0 0;
}

.nav-dropdown__menu li a {
    border: 0;
    display: block;
    width: 205px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-dropdown__menu li a.is-new:after {
    content: "Nouveau";
    line-height: normal;
    vertical-align: middle;
    font-size: 9px;
    background: #61e9d5;
    color: #000;
    padding: 3px 7px 2px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 5px;
}

.nav-dropdown__row {
    display: flex;
}

.nav-dropdown__row>div,
.nav-dropdown__row>ul {
    flex: 1;
    border-right: 1px solid #e5e5e5;
}

.nav-dropdown__row>div:last-child,
.nav-dropdown__row>ul:last-child {
    border: 0;
}

.nav-dropdown__section {
    padding: 13px 18px;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.nav-dropdown__section__name {
    font-weight: 700;
    font-size: 18px;
    padding: 0;
}

.nav-dropdown__section__name a {
    display: block;
    overflow: auto !important;
    width: 100% !important;
}

.nav-dropdown__separator {
    border-top: 1px solid #e5e5e5;
    height: 1px;
}

.nav-dropdown:hover .nav-dropdown__caret,
.nav-dropdown:hover .nav-dropdown__item,
.nav-dropdown:hover .nav-dropdown__menu {
    display: block;
}

.nav-dropdown:hover .fa-caret-down {
    display: none;
}

.nav-dropdown:hover .fa-caret-up {
    display: inline;
}

.nav-dropdown .fa {
    color: #fff;
    float: right;
    padding-top: 5px;
    padding-left: 5px;
}

.nav-dropdown .fa-caret-down {
    display: inline;
}

.nav-dropdown .fa-caret-up {
    display: none;
}

.nav-dropdown__black {
    position: absolute;
    top: 34px;
    left: -15px;
    width: auto;
    margin-top: -10px;
    padding: 15px;
    line-height: 24px;
    background-color: #222;
}

.nav-dropdown__black ul {
    display: block;
}

.nav-dropdown__black ul li a {
    width: auto;
}

.em-nav__menu .head {
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #8c8c8c;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
}

.em-nav__menu .items li {
    margin: 10px 0;
}

.em-nav__menu .items li a {
    font-family: Roboto, Helvetica, sans-serif;
    border: none;
}

.em-nav__menu--mobile .head {
    margin-bottom: 5px;
}

.em-nav__menu--mobile .items li {
    margin: 5px 0;
}

.em-nav-mobile {
    display: none;
    width: 100%;
    background: #fff;
}

.em-nav-mobile__adherent-profile {
    background: #f6f6f6;
}

.em-nav-dropdown {
    display: none;
    border-top: 1px solid #e1e5ea;
    background-color: #fff;
    position: absolute;
    z-index: 50;
    left: 0;
    right: 0;
    top: 64px;
    padding: 40px 0;
}

.em-nav-dropdown__col {
    flex-basis: 0;
    flex-grow: 1;
    margin-right: 24px;
}

.em-nav-dropdown__col:last-child {
    margin-right: 0;
}

.datagrid__search {
    float: right;
    margin-bottom: 10px;
}

.datagrid__search__count {
    margin-right: 20px;
}

@media (max-width: 650px) {
    .datagrid__search,
    .datagrid__search__count {
        display: none;
    }
}

.datagrid__pager li {
    display: inline-block;
    margin-right: 10px;
}

.datagrid__loader {
    position: absolute;
    z-index: 99;
    margin: 150px 0 0 200px;
}

.datagrid__table {
    margin: 15px 0;
    border-top: 2px solid #e5e5e5;
    clear: both;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1em;
}

.datagrid__table--loading {
    opacity: 0.1;
}

.datagrid__table td,
.datagrid__table th {
    font-weight: 400;
    text-align: center;
}

.datagrid__table th {
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 10px;
}

.datagrid__table--bordered-rows td,
.datagrid__table tbody tr {
    border-bottom: 1px solid #e5e5e5;
}

.datagrid__table tbody tr:hover {
    background: #f6f6f6;
}

.datagrid__table--no-hover tr:hover {
    background: transparent !important;
}

.datagrid__table__col--left {
    text-align: left !important;
}

.datagrid__table__col--top {
    vertical-align: top !important;
}

@media (max-width: 650px) {
    .datagrid__table__col--hide-mobile {
        display: none;
    }
}

.table__default thead tr th {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
}

.table__default td,
.table__default th {
    padding: 10px 5px;
    word-break: break-word;
}

.table__default td.c__width-20,
.table__default th.c__width-20 {
    width: 20%;
}

.table__default td.c__width-40,
.table__default th.c__width-40 {
    width: 40%;
}

.em-table {
    width: 100%;
    text-align: left;
    font-family: Roboto, Helvetica, sans-serif;
    color: #444;
    font-size: 14px;
}

.em-table thead {
    background-color: #f6f6f6;
    color: #8c8c8c;
    font-size: 13px;
    text-transform: uppercase;
}

.em-table thead tr {
    height: 48px;
}

.em-table thead tr th {
    line-height: normal;
    padding: 0 20px 0 0;
}

.em-table thead tr th:first-child {
    padding-left: 20px;
}

.em-table thead tr th:last-child {
    padding-right: 20px;
}

.em-table tbody tr {
    height: 68px;
    border-bottom: 1px solid #e1e5ea;
}

.em-table tbody tr td {
    line-height: normal;
    padding: 16px 20px 16px 0;
}

.em-table tbody tr td:first-child {
    padding-left: 20px;
}

.em-table tbody tr td:last-child {
    padding-right: 20px;
}

.g-search {
    display: flex !important;
    flex-direction: column;
    background: #fff;
}

.g-search__header {
    height: 108px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 300;
    background: #fff;
}

@media (max-width: 650px) {
    .g-search__header span {
        display: none;
    }
}

.g-search__content {
    display: flex;
    flex-direction: column;
    top: 108px;
    position: relative;
}

.g-search__results {
    top: 138px;
    position: relative;
}

.g-search__search {
    margin-bottom: 15px;
}

.g-search__search--outer {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 300;
}

.g-search__search input[type="text"] {
    border: 0;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    font-weight: 700;
    width: 100%;
    font-size: 34px;
    letter-spacing: -0.5px;
    line-height: 38px;
}

@media (max-width: 650px) {
    .g-search__search input[type="text"] {
        font-size: 28px;
        line-height: 1.2em;
    }
}

.g-search__search input[type="text"]::placeholder {
    color: #bcbcbc;
}

.g-search__search input[type="text"]:focus {
    outline: none;
}

.g-search__search form {
    display: flex;
    align-items: flex-end;
}

#footer-banner.hide-me,
#header-banner.hide-me,
footer.hide-me,
header.hide-me,
main.hide-me {
    display: none !important;
}

.label-success {
    color: #61e9d5;
}

.label-danger {
    color: #ee324a;
}

.visually-hidden {
    display: none;
}

.cc-window {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    border-top: 1px solid #e1e5ea;
}

.cc-window__text {
    font-size: 14px;
    color: #444;
    margin: 0 0 15px;
}

.cc-window__text a,
.cc-window__text span {
    font-family: Roboto, Helvetica, sans-serif;
}

.cc-window__button a.cc-btn.cc-dismiss {
    width: 100%;
    min-width: auto;
    font-weight: 400;
    border-width: 1px;
}

@media (min-width: 650px) {
    .cc-window {
        flex-direction: row;
        height: 70px;
    }
    .cc-window__text {
        margin: 0 15px 0 0;
    }
    .cc-window__button a.cc-btn {
        width: auto;
    }
}

.gm-style-iw a {
    display: flex;
    flex-direction: column;
    border: 0;
    max-width: 200px;
    margin-top: 7px;
    font-weight: 400;
    font-size: 14px;
}

.gm-style-iw a img {
    width: 100%;
}

.gm-style-iw a>div {
    height: 140px;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 10px;
    background-position: 50%;
}

.ui-autocomplete {
    background: #fff;
    margin-left: 5px;
    border: 1px solid #bcbcbc;
    box-sizing: border-box;
}

.ui-autocomplete li a {
    cursor: pointer;
    border: 0;
    padding: 5px 10px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.ui-autocomplete li a:hover {
    background: #f6f6f6;
}

.em-modal {
    display: none;
    z-index: 20;
    overflow: auto;
    padding: 15px;
}

.em-modal,
.em-modal .modal-background {
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.em-modal .modal-background {
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: none;
}

.em-modal .modal-content {
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    max-width: 700px;
    margin: 5vh auto;
    padding: 30px;
    position: relative;
    border-radius: 3px;
}

@media (min-width: 650px) {
    .em-modal .modal-content {
        padding: 50px;
        margin: 15vh auto;
    }
}

.em-modal .modal-content__success {
    display: block;
    margin: 0 auto;
}

.em-modal .close {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 15px;
    opacity: 0.7;
    padding: 5px;
    transition: opacity 0.2s;
}

@media (min-width: 650px) {
    .em-modal .close {
        right: 30px;
        top: 30px;
    }
}

.em-modal .close:hover {
    opacity: 1;
}

.em-modal .close:after,
.em-modal .close:before {
    content: " ";
    position: absolute;
    left: calc(50% - 1px);
    height: 20px;
    width: 2px;
    background-color: #7b889b;
}

.em-modal .close:before {
    transform: rotate(45deg);
}

.em-modal .close:after {
    transform: rotate(-45deg);
}

body.modal-open {
    overflow-y: hidden;
}

.PowerSelect {
    box-sizing: border-box;
    cursor: pointer;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #000;
    border-radius: 3px;
    border: 1px solid #fff;
    background: #fff url(../images/icons/icn-form-select.svg) no-repeat right 10px center;
    height: 50px;
    outline: 0;
}

.PowerSelect:hover {
    border-color: #e1e5ea;
}

.PowerSelect:focus {
    border-color: #1d5fd1;
}

.PowerSelect__Menu {
    box-sizing: border-box;
    font-family: Roboto, Helvetica, sans-serif;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #e1e5ea;
    margin-top: 3px;
    padding: 8px;
}

.PowerSelect__SearchInputContainer {
    margin-bottom: 5px;
}

.PowerSelect__SearchInputContainer input {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #444;
    border: 0;
    padding: 8px 10px;
    border-radius: 3px;
}

.PowerSelect__SearchInputContainer input:focus {
    border-color: #1d5fd1;
}

.PowerSelect__Option {
    cursor: pointer;
    font-size: 16px;
    color: #444;
    border: 0;
    padding: 8px 10px;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
}

.PowerSelect__Option:hover {
    background: #f6f9fc;
}

.PowerSelect__Clear {
    padding: 4px;
    display: inline-block;
    margin-right: 40px;
}

.PowerSelect__Clear:hover {
    color: #1d5fd1;
}

.PowerSelect__Clear:before {
    content: "\D7";
}

.PowerSelect__Trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.PowerSelect__TriggerLabel {
    padding: 0 12px;
    display: flex;
    align-items: center;
}

.PowerSelect__TriggerLabel span {
    line-height: 60px;
}

.PowerSelect__Trigger--empty .PowerSelect__Clear {
    visibility: hidden;
    margin-left: auto;
}

.PowerSelect__TriggerStatus {
    display: none;
}

.tabs-nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tabs-nav ul li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.tabs-nav ul li .tabs-nav__item {
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #7b889b;
    padding: 12px 0;
    display: inline-block;
    border-bottom: 3px solid transparent;
}

.tabs-nav ul li .tabs-nav__item:hover {
    color: #000;
    border-color: #46d5c7;
}

.tabs-nav ul li.active .tabs-nav__item {
    color: #000;
    font-weight: 700;
    border-color: #46d5c7;
}

.accordion {
    max-height: 30px;
    overflow: hidden;
    transition: max-height 0.5s ease-in;
}

.accordion.opened {
    max-height: 330px;
}

.accordion.opened .trigger-container {
    background-color: rgba(123, 136, 155, 0.1);
    transform: rotate(180deg);
}

.accordion.opened .trigger-container:before {
    border-color: #000;
}

.accordion .trigger-container {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(123, 136, 155, 0);
    width: 30px;
    height: 30px;
    border-radius: 20px;
}

.accordion .trigger-container:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 11px;
    top: 10px;
    transform: rotate(-45deg);
    border-left: 2px solid #7b889b;
    border-bottom: 2px solid #7b889b;
    border-right-color: #7b889b;
    border-top-color: #7b889b;
}

.accordion:hover .trigger-container {
    background-color: rgba(123, 136, 155, 0.1);
}

.content header {
    margin-bottom: 30px;
}

.content header h2 {
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.content header.filtered-image:after {
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.content header .list__links--svgs {
    margin-bottom: 65px;
}

.content header .list__links--svgs a {
    color: #fff;
}

.content .article__social {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.content .article__social .btn {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.content .article__social .fa {
    font-size: 20px;
    margin-right: 10px;
}

@media (max-width: 650px) {
    .content .article__social .fa {
        margin: 0;
    }
    .content .article__social span {
        display: none;
    }
}

.content nav {
    border-top: 1px solid rgba(0, 35, 73, 0.15);
}

.content nav ul {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.content nav ul li {
    list-style: none;
    display: inline-block;
    margin: 0 12.5px;
}

.content nav ul li.active {
    font-weight: 700;
}

.content nav ul li a {
    border: none;
}

@media (max-width: 650px) {
    .content nav ul li {
        margin: 5px 12.5px;
    }
}

.content figure {
    margin-bottom: 60px;
}

@media (max-width: 650px) {
    .content figure {
        margin-bottom: 30px;
    }
}

.content figure.fullscreen {
    margin-left: 0;
    margin-right: 0;
}

.content figure.fullscreen img {
    width: 100%;
}

.content article {
    font-family: Roboto, Helvetica, sans-serif;
    letter-spacing: 0.3px;
    line-height: 1.62;
}

.content article header {
    margin-bottom: 30px;
}

.content article header h2 {
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.content article header.filtered-image:after {
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.content article header .list__links--svgs {
    margin-bottom: 65px;
}

.content article header .list__links--svgs a {
    color: #fff;
}

.content article h1,
.content article h2,
.content article h3 {
    font-size: 27px;
    letter-spacing: -0.5px;
    line-height: 38px;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    margin-top: 30px;
    font-weight: 700;
}

@media (max-width: 650px) {
    .content article h1,
    .content article h2,
    .content article h3 {
        font-size: 28px;
        line-height: 1.2em;
    }
}

.content article h3 {
    font-size: 24px;
    line-height: 1.2em;
}

@media (max-width: 650px) {
    .content article h3 {
        font-size: 20px;
        line-height: 27px;
    }
}

.content article h4 {
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-size: 28px;
    margin-top: 20px;
    font-weight: 400;
}

.content article img {
    max-width: 100%;
}

.content article ol li {
    list-style-type: decimal;
}

.content article ul {
    padding-left: 40px;
    margin-top: 14px;
    margin-bottom: 14px;
}

.content article ul li {
    list-style-type: disc;
}

.content article ul.dots {
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
}

.content article ul.dots li {
    list-style: disc outside url(../images/icons/icon__dot--blue.svg);
    padding-left: 8px;
    margin-left: 7px;
    margin-bottom: 10px;
}

.content article ul.arrows {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    padding-left: 20px;
}

.content article ul.arrows li {
    list-style: disc outside url(../images/icons/icon__arrow.svg);
    padding-left: 8px;
    margin-left: 7px;
    margin-bottom: 10px;
}

.content article ul.arrows.blue a {
    color: #2abaff;
    border-color: #2abaff;
}

.content article ul.arrows.blue a:hover {
    color: rgba(42, 186, 255, 0.4);
    border-color: rgba(42, 186, 255, 0.4);
    fill: rgba(42, 186, 255, 0.4);
}

.content article iframe {
    max-width: 100%;
}

.content article .category {
    background: #ff4d89;
    padding: 20px;
    border: 0;
    display: block;
    margin-top: 40px;
}

.content article .category__label {
    color: #fad539;
    font-weight: 700;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-size: 24px;
    font-style: italic;
}

.content article .indent {
    margin-left: 15px;
}

.content article .action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    background: #ff4d89;
    margin: 20px 0;
}

.content article .action__home {
    flex: 1;
    margin: 0 0 20px;
}

@media (max-width: 1000px) {
    .content article .action__home {
        margin: 0;
    }
    .content article .action__home:last-child {
        margin-bottom: 20px;
    }
}

.content article .action.blue {
    background: #2abaff;
}

.content article .action.yellow {
    background: #fad539;
}

.content article .action.green {
    background: #61e9d5;
}

.content article .action.black {
    background: #000;
}

@media (max-width: 650px) {
    .content article .action {
        flex-direction: column;
    }
}

.content article .action p {
    color: #fff;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    font-style: italic;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    margin: 0 20px 0 0;
    max-width: 350px;
}

@media (max-width: 650px) {
    .content article .action p {
        font-size: 20px;
        line-height: 27px;
    }
}

.content article .action p.black {
    color: #000;
}

.content article .action p.pink {
    color: #ff4d89;
}

.content article .action p.blue {
    color: #2abaff;
}

.content article .action p.yellow {
    color: #fad539;
}

.content article .action p.green {
    color: #61e9d5;
    border: 0;
}

@media (max-width: 650px) {
    .content article .action p {
        margin: 0 0 20px;
        max-width: 100%;
    }
}

.content article .action--full-text p {
    max-width: 100%;
}

.content article .action a {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 7px 15px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    transition: all 0.45s;
    box-sizing: border-box;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    font-weight: 500;
    border: 1px solid #fff;
    white-space: nowrap;
}

.content article .action a:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.content article .action a:disabled,
.content article .action a:disabled:hover {
    opacity: 0.7;
    background: #e5e5e5;
    color: #7f7f7f;
    border-color: #bcbcbc;
    cursor: not-allowed;
}

.content article .action a.black {
    color: #fff;
    background: #000;
    border-color: #000;
}

.content article .action a.black:hover {
    color: #fff;
    background: #666;
    border-color: #666;
}

.content article .action a.pink {
    color: #fff;
    background-color: #ff4d89;
    border-color: #ff4d89;
}

.content article .action a.pink:hover {
    background-color: #e53072;
    border-color: #e53072;
}

.content article .action a.pink-yellow {
    color: #fff;
    background-color: #ff4d89;
    border-color: #ff4d89;
    color: #fad539;
}

.content article .action a.pink-yellow:hover {
    background-color: #e53072;
    border-color: #e53072;
}

.content article .action a.white-blue {
    color: #2abaff;
}

.content article .action a.white-blue:hover {
    color: #fff;
}

.content article .action a.blue {
    color: #fff;
    background: #1d5fd1;
    border-color: #1d5fd1;
}

.content article .action a.blue:hover {
    background-color: #009fe1;
    border-color: #009fe1;
}

.content article .action a.yellow {
    background: #fad539;
    border-color: #fad539;
}

.content article .action a.yellow:hover {
    color: #000;
    background: #c4d02a;
    border-color: #c4d02a;
}

.content article .action a.green {
    background: #61e9d5;
    border-color: #61e9d5;
}

.content article .action a.green:hover {
    color: #000;
    background: #4cd7a5;
    border-color: #4cd7a5;
}

.content article .box--blue {
    border: 7px solid #2abaff;
    padding: 10px 30px;
}

.content article .box--blue h4 {
    font-size: 20px;
    line-height: 27px;
    color: #2abaff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    text-align: center;
    font-weight: 700;
}

.content article .box--blue p {
    color: #2abaff;
}

.content article figure {
    margin: 40px auto;
}

.content article figure.fullscreen {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.content article figure.fullscreen img {
    width: 100%;
}

.content article figure.fullscreen p {
    font-size: 28px;
    letter-spacing: -0.6px;
    line-height: 32px;
    width: 90%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 650px) {
    .content article figure.fullscreen p {
        font-size: 16px;
        line-height: 24px;
    }
}

.content article figure.large {
    margin-left: auto;
    margin-right: auto;
}

.content article figure.large img {
    width: 100%;
}

.content article figure.small {
    margin-left: auto;
    margin-right: auto;
}

.content article figure.small img {
    max-width: 500px;
}

.content article figure img {
    display: block;
    margin: auto;
}

@media (max-width: 650px) {
    .content article figure img {
        width: 100%;
    }
}

.content article figure img~figcaption {
    font-size: 12px;
    color: #7f7f7f;
    text-align: center;
    margin-top: 5px;
}

.content article figure.blockquote--short blockquote {
    font-size: 34px;
    letter-spacing: -0.5px;
    line-height: 38px;
    font-weight: 700;
    line-height: 42px;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-style: italic;
    text-align: center;
    margin: 55px 70px 15px;
}

@media (max-width: 650px) {
    .content article figure.blockquote--short blockquote {
        font-size: 28px;
        line-height: 1.2em;
        font-size: 24px;
        line-height: 32px;
        margin: 55px 30px 15px;
    }
}

@media (max-width: 650px) and (max-width: 650px) {
    .content article figure.blockquote--short blockquote {
        font-size: 20px;
        line-height: 27px;
    }
}

.content article figure.blockquote--short blockquote span {
    background: #2abaff;
    color: #fff;
    padding: 0 5px;
}

.content article figure.blockquote--short blockquote~figcaption {
    font-size: 16px;
    line-height: 24px;
    color: #2abaff;
    text-align: center;
}

.content article figure.blockquote--long {
    background: #9ad7e8;
    border-left: 5px solid #2abaff;
    margin: 40px;
    padding: 30px;
}

.content article figure.blockquote--long blockquote {
    margin: 0;
}

.content article figure.blockquote--long blockquote~figcaption {
    margin-top: 35px;
}

.content article figure.facebook,
.content article figure.image,
.content article figure.tweet,
.content article figure.youtube {
    display: flex;
    align-items: center;
    justify-content: center;
}

.emmanuel-macron header {
    background-size: cover;
    height: 370px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 60px;
}

@media (max-width: 650px) {
    .emmanuel-macron header {
        background-position: 70%;
    }
}

.emmanuel-macron header div {
    z-index: 1;
}

.emmanuel-macron nav {
    border-color: hsla(0, 0%, 100%, 0.3);
}

.emmanuel-macron nav li a {
    color: #fff;
}

.emmanuel-macron article>blockquote,
.emmanuel-macron article>div,
.emmanuel-macron article>figure,
.emmanuel-macron article>h1,
.emmanuel-macron article>h2,
.emmanuel-macron article>h3,
.emmanuel-macron article>h4,
.emmanuel-macron article>h5,
.emmanuel-macron article>h6,
.emmanuel-macron article>iframe,
.emmanuel-macron article>img,
.emmanuel-macron article>ol,
.emmanuel-macron article>p,
.emmanuel-macron article>ul {
    width: 90%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.emmanuel-macron article ul,
.emmanuel-macron article ul.arrows,
.emmanuel-macron article ul.dots {
    padding-left: 55px;
}

@media (max-width: 650px) {
    .emmanuel-macron article ul,
    .emmanuel-macron article ul.arrows,
    .emmanuel-macron article ul.dots {
        max-width: 100%;
        box-sizing: border-box;
    }
}

.content article ul.team {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

.content article ul.team li {
    width: 32.5%;
    list-style: none;
    margin-bottom: 10px;
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
}

.content article ul.team li .image {
    height: 160px;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #bcbcbc;
}

.content article ul.team li .profile-pic {
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.content article ul.team li .share a {
    border: 0;
    color: #bcbcbc;
    margin-right: 10px;
}

.content article ul.team li .share a:hover {
    color: #2abaff;
}

@media (max-width: 650px) {
    .content article ul.team li .share a {
        margin-right: 10px;
        color: #fff;
        padding: 5px;
        display: inline-block;
        width: 35px;
        height: 35px;
        box-sizing: border-box;
        text-align: center;
    }
    .content article ul.team li .share a[href*="facebook"] {
        background-color: #3b5998;
    }
    .content article ul.team li .share a[href*="twitter"] {
        background-color: #1da1f2;
    }
    .content article ul.team li .share a[href*="linkedin"] {
        background-color: #0077b5;
    }
    .content article ul.team li .share a:hover {
        color: #fff;
        background-color: #bcbcbc;
    }
}

.content article ul.team .team__meta {
    padding: 18px 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

@media (max-width: 650px) {
    .content article ul.team .team__meta {
        height: 135px;
    }
}

.content article ul.team .team__meta .bio {
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

@media (max-width: 1000px) {
    .content article ul.team li {
        width: 49%;
    }
    .content article ul.team li .image {
        height: 240px;
    }
}

@media (max-width: 650px) {
    .content article ul.team li .image {
        height: 180px;
    }
}

@media (max-width: 450px) {
    .content article ul.team li {
        width: 100%;
    }
    .content article ul.team li .image {
        height: 240px;
    }
}

.content .referents {
    width: 100%;
}

@media (max-width: 650px) {
    #biography .team .team__meta {
        height: auto;
    }
}

#biography .team li {
    position: relative;
    padding-bottom: 20px;
}

@media (max-width: 650px) {
    #biography .team li {
        padding-bottom: 10px;
    }
}

#biography .team li .social-networks {
    position: absolute;
    bottom: 0;
    padding-left: 20px;
    margin-bottom: 10px;
}

#biography .team li .social-networks a {
    font-size: 24px;
    margin-right: 5px;
}

@media (max-width: 650px) {
    #biography .team li .social-networks a {
        font-size: 18px;
    }
}

#biography .description {
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

#biography .executive-office-leaders .team li {
    width: 48.5%;
}

@media (max-width: 650px) {
    #biography .executive-office-leaders .team li {
        width: 100%;
    }
}

#biography .executive-office-leaders .team li .image {
    height: 250px;
}

.content .programme nav {
    border: 0;
    background: #222;
    color: #fff;
}

.content .programme nav a {
    color: #fff;
    border-color: #fff;
}

.content .programme nav a path,
.content .programme nav a polygon {
    color: #fff;
    border-color: #fff;
    fill: #fff;
}

.content .programme nav a path.stroke,
.content .programme nav a polygon.stroke,
.content .programme nav a polyline {
    stroke: #fff;
}

.content .programme nav a:hover,
.content .programme nav a:hover path,
.content .programme nav a:hover polygon {
    color: hsla(0, 0%, 100%, 0.4);
    border-color: hsla(0, 0%, 100%, 0.4);
    fill: hsla(0, 0%, 100%, 0.4);
}

.content .programme nav a:hover path.stroke,
.content .programme nav a:hover polygon.stroke,
.content .programme nav a:hover polyline {
    stroke: hsla(0, 0%, 100%, 0.4);
}

.content .programme__header__outer {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    margin-bottom: 100px;
    height: 370px;
    background-color: #585858;
    background-blend-mode: multiply;
}

.content .programme__header__outer>div {
    position: relative;
    z-index: 1;
}

.content .programme__header__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.content .programme__titles {
    max-width: 350px;
    align-self: center;
}

@media (max-width: 800px) {
    .content .programme__titles {
        max-width: 100%;
    }
}

.content .programme__download {
    height: 57px;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 20px;
    text-transform: inherit;
    letter-spacing: 0.4px;
    padding: 0 20px;
    margin: 10px 0;
}

.content .programme__download:hover svg path {
    fill: #fff;
}

.content .programme__download svg {
    margin-right: 10px;
}

.content .programme__cover img {
    width: 310px;
}

@media (max-width: 800px) {
    .content .programme__cover {
        display: none;
    }
}

.content .programme__proposals {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

.content .programme__proposal {
    list-style: none;
    padding: 20px 15px;
    background: #f6f6f6;
    height: 150px;
    width: 32%;
    box-sizing: border-box;
    margin-bottom: 15px;
    transition: all 0.2s;
}

@media (max-width: 700px) {
    .content .programme__proposal {
        width: 49%;
    }
}

@media (max-width: 500px) {
    .content .programme__proposal {
        width: 100%;
    }
}

.content .programme__proposal a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 0;
}

.content .programme__proposal h2 {
    line-height: 1.5;
    font-size: 16px;
    font-size: 22px;
    line-height: 1.1;
    margin: 0;
}

.content .programme__proposal div,
.content .programme__proposal h2 {
    font-family: Roboto, Helvetica, sans-serif;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.content .programme__proposal div {
    line-height: 1.5;
    font-size: 16px;
}

.content .programme__proposal:hover {
    background: #2abaff;
}

.content .programme__proposal:hover div,
.content .programme__proposal:hover h2 {
    color: #fff;
}

.content .programme__proposal--category {
    background: #4a4a4a;
}

.content .programme__proposal--category a {
    color: #fff;
}

.content .programme__proposal--category:hover {
    background: #f6f6f6;
}

.content .programme__proposal--category:hover div,
.content .programme__proposal--category:hover h2 {
    color: #000;
}

.content .programme .reminders {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0;
    margin-top: 40px;
    border-top: 1px solid #e1e5ea;
}

.content .programme .reminder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
    padding: 20px 15px;
    background: #f6f6f6;
    height: 150px;
    width: 49%;
    box-sizing: border-box;
    margin-bottom: 15px;
    transition: all 0.2s;
}

@media (max-width: 500px) {
    .content .programme .reminder {
        width: 100%;
    }
}

.content .programme .reminder h2 {
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 22px;
    line-height: 1.1;
    margin: 0;
}

.content .programme .reminder a {
    width: fit-content;
}

.read-more-state {
    display: none;
}

.read-more-state~.read-more-trigger:before {
    content: attr(data-show-more);
}

.read-more-state:checked~.read-more-trigger:before {
    content: attr(data-show-less);
}

.read-more-state:checked~.read-more-wrap .read-more-ellipsis {
    display: none;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-wrap {
    margin: 0;
}

.read-more-trigger {
    cursor: pointer;
    color: #666;
    font-size: 0.9em;
    line-height: 2;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: 0.25s ease;
}

.em-tooltip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.em-tooltip--trigger {
    display: block;
    min-width: 18px;
    height: 18px;
    background-color: #fff;
    line-height: 15px;
    font-size: 13px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #e1e5ea;
    font-weight: 700;
    cursor: pointer;
}

.em-tooltip--content,
.em-tooltip--trigger {
    box-sizing: border-box;
    font-family: Roboto, Helvetica, sans-serif;
    color: #444;
}

.em-tooltip--content {
    display: none;
    width: 400px;
    z-index: 25;
    background: #fff;
    padding: 20px;
    text-align: left;
    border-radius: 3px;
    position: absolute;
    top: 30px;
    left: -190px;
    transition: opacity 0.125s ease-in-out;
    -webkit-transition: opacity 0.125s ease-in-out;
}

.em-tooltip--content div {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

.em-tooltip--content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.em-tooltip:hover .em-tooltip--content {
    display: block;
}

.bot header {
    margin: 20px auto;
}

.bot header h1 {
    font-size: 34px;
    letter-spacing: -0.5px;
    line-height: 38px;
}

@media (max-width: 650px) {
    .bot header h1 {
        font-size: 28px;
        line-height: 1.2em;
        font-size: 20px;
        line-height: 27px;
    }
}

@media (max-width: 650px) {
    .bot header {
        margin: 0 auto;
    }
}

.bot article {
    margin-top: 20px;
}

.bot article iframe {
    border: 0;
    width: 100%;
    height: 400px;
}

@media (max-height: 670px) {
    .bot article iframe {
        height: 490px;
    }
}

@media (max-height: 570px) {
    .bot article iframe {
        height: 390px;
    }
}

.campus h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
    line-height: 38px;
}

@media (max-width: 650px) {
    .campus h2 {
        font-size: 28px;
        line-height: 1.2em;
    }
}

.campus p {
    font-family: Roboto, Helvetica, sans-serif;
    color: #7f7f7f;
}

.campus small {
    font-size: 14px;
    line-height: 20px;
}

.campus__row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 0;
}

@media (max-width: 650px) {
    .campus__row {
        flex-direction: column;
        padding: 60px 0;
    }
}

.campus__row__institut {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-image: none;
    background-color: #2b7dc0;
    padding: 60px 0 80px;
}

.campus__row__institut p {
    color: #fff;
}

@media (max-width: 650px) {
    .campus__row__learn {
        padding: 0 0 120px;
    }
}

.campus__row__learn__graphic {
    display: flex;
    background-position: 50%;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 350px;
    max-height: 57vw;
    min-height: 300px;
}

@media (max-width: 650px) {
    .campus__row__learn__graphic {
        order: 2;
        width: 100%;
    }
}

@media (max-width: 650px) {
    .campus__row__learn__text {
        order: 1;
    }
}

.campus__row__action {
    position: relative;
    background-color: #ff4d89;
    color: #fff;
}

.campus__row__action p {
    color: #fff;
}

@media (min-width: 1000px) {
    .campus__row__action:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -40px;
        height: 500px;
        background-image: url(../images/campus/campus-computer.png), url(../images/campus/campus-notebook.png), url(../images/campus/campus-plane.png), url(../images/campus/campus-flag.png);
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
        background-size: 160px, 80px, 215px, 0;
        background-position: 85% 0, 32% 1%, 5% 25%, 90% bottom;
    }
}

@media (max-width: 650px) {
    .campus__row__action {
        padding: 0;
    }
}

.campus__row__action .btn,
.campus__row__action h2 {
    text-align: center;
}

.campus__row>div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.campus__text {
    max-width: 400px;
    padding: 0 40px;
    position: relative;
}

@media (max-width: 650px) {
    .campus__text {
        padding: 50px 0;
        width: 80%;
    }
}

.campus__text--center {
    max-width: 500px;
}

.citizen-projects__landing header {
    background-image: linear-gradient(115deg, #1d5fd1, #ff4d89);
}

.citizen-projects__landing header h2 {
    font-size: 28px;
    letter-spacing: -0.6px;
    line-height: 32px;
    font-weight: 300;
    margin-top: 10px;
    letter-spacing: 0;
}

.citizen-projects__landing__nearby input {
    border: 0;
    font-size: 34px;
    letter-spacing: -0.5px;
    line-height: 38px;
    font-weight: 700;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    color: #6f80ff;
    border-bottom: 1px solid #e5e5e5;
    max-width: 300px;
}

@media (max-width: 650px) {
    .citizen-projects__landing__nearby input {
        font-size: 28px;
        line-height: 1.2em;
    }
}

.citizen-projects__landing__create input {
    font-size: 20px;
    line-height: 27px;
    border: 4px solid #1d5fd1;
    border-radius: 3px;
    padding: 22px;
    width: 340px;
}

.citizen-projects__landing__create a,
.citizen-projects__landing__create button {
    font-size: 20px;
    line-height: 27px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 3px;
    border: 1px solid transparent;
    font-weight: 700;
    background: #fff;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.45s;
    box-sizing: border-box;
    font-family: Roboto, Helvetica, sans-serif;
    background-color: #2b7dc0;
    padding: 29px 20px 24px;
    margin-left: -8px;
}

.citizen-projects__landing__create a:hover,
.citizen-projects__landing__create button:hover {
    background: #024fc1;
    color: #fff;
}

.citizen-projects__landing__create a:disabled,
.citizen-projects__landing__create a:disabled:hover,
.citizen-projects__landing__create button:disabled,
.citizen-projects__landing__create button:disabled:hover {
    opacity: 0.7;
    background: #e5e5e5;
    color: #7f7f7f;
    border-color: #bcbcbc;
    cursor: not-allowed;
}

.citizen-projects__landing__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0;
}

@media (max-width: 1000px) {
    .citizen-projects__landing__video {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
    }
    .citizen-projects__landing__video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.citizen-projects .form__label {
    font-family: inherit;
}

.citizen-projects__create {
    background: #fafafa;
}

.citizen-projects__create .form__new {
    margin-bottom: 40px;
}

.citizen-projects__create .form__new.form__new__checkbox {
    margin-bottom: 15px;
}

.citizen-projects__create .form__new input,
.citizen-projects__create .form__new select,
.citizen-projects__create .form__new textarea {
    padding: 17px 20px;
    font-size: 20px;
    line-height: 1.25;
}

.citizen-projects__create .form__new textarea {
    min-height: 60px;
    max-width: 100%;
    min-width: 100%;
}

.citizen-projects__create .form__new select {
    -webkit-appearance: none;
    background: #fff no-repeat url(../images/icons/chevron-down.svg) right 15px center;
    background-size: 34px;
}

.citizen-projects__create .form__new input[type="file"] {
    border: 1px dashed #ddd;
    background-color: #fff;
    position: relative;
    padding: 80px 20px;
    font-size: 16px;
    margin-top: -28px;
}

.citizen-projects__create .form__new .field-image-info {
    color: #999;
    position: relative;
    margin-top: -75px;
    text-align: center;
}

.citizen-projects__create .form__new .field-image-info+small {
    margin-top: 35px;
}

.citizen-projects__create .newbtn svg {
    margin-left: 6px;
    height: 32px;
    width: 32px;
}

.citizen-projects__create small {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    color: #999;
    display: block;
}

#citizen-projects-list tr td {
    padding: 0 5px;
}

#citizen-project-files {
    padding-top: 20px;
}

.citizen-project--bkg {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1000px) {
    .citizen-project--bkg {
        background: #6f80ff;
    }
}

.citizen-project--bkg--gradient {
    position: relative;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1000px) {
    .citizen-project--bkg--gradient {
        background: #6f80ff;
    }
}

.citizen-project--bkg--gradient .text--shadow {
    position: relative;
    z-index: 1;
}

.citizen-project--bkg--gradient button {
    z-index: 5;
}

.citizen-project--bkg--gradient:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.6));
}

.citizen-project-comments label {
    font-family: inherit;
}

.citizen-project-comments form {
    background-color: #f6f6f6;
    padding: 20px;
}

.citizen-project-comments input {
    border: 1px solid #1d5fd1;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
}

.citizen-project-comments button {
    margin-top: 20px;
}

.citizen-project-comments .form__checkbox {
    width: 190px;
}

.citizen-project-comments>div {
    border: 1px solid #1d5fd1;
    padding: 20px;
    margin: 20px 0;
}

.citizen-project-comments>div .header {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 0 0;
}

.citizen-project-comments>div .header small {
    color: #1d5fd1;
    font-weight: 100;
}

.citizen-project-comments>div .header p {
    margin: 0;
    color: #1d5fd1;
    font-weight: 800;
}

.citizen-project-comments>div p {
    font-weight: 100;
}

.citizen-project__aside h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.citizen-project__card {
    margin-bottom: 30px;
}

.citizen-project__skills {
    margin-top: 10px;
}

.citizen-project__skills li {
    border-radius: 50px;
    background-color: #f6f6f6;
    color: #1d5fd1;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 10px;
    margin-bottom: 5px;
}

.citizen-project__menu {
    margin: 40px 0;
}

.citizen-project__menu li {
    font-size: 20px;
    line-height: 27px;
    font-family: Roboto, Helvetica, sans-serif;
}

.citizen-project__menu li .active {
    font-weight: 700;
    color: #1d5fd1;
    border-bottom: 6px solid #1d5fd1;
}

.citizen-project__menu li a {
    border: 0;
}

.citizen-project__waiting-for-approval {
    background-color: #fad539;
    padding: 10px;
}

.citizen-project__form #field-skills .form_checkbox_multi_column #citizen_project_skills {
    overflow: hidden;
}

.citizen-project__form #field-skills .form_checkbox_multi_column #citizen_project_skills .form__checkbox {
    width: 50%;
    float: left;
}

.citizen-project .committee-follow--anonymous__link {
    z-index: 5;
}

.committee-remove,
.skill-remove {
    font-size: 9px;
    position: relative;
    bottom: 1px;
    margin-right: 5px;
}

.summary-committee,
.summary-skill {
    background-color: #6f80ff;
    color: #fff;
    display: inline;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 12px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.5s;
    border: 1px solid #6f80ff;
}

.summary-committee:hover,
.summary-skill:hover {
    transition: all 0.5s;
    background-color: #fff;
    color: #6f80ff;
}

.citizen__layout {
    display: flex;
    min-height: 100vh;
    flex-wrap: wrap;
}

@media (max-width: 1000px) {
    .citizen__layout {
        flex-direction: column;
    }
}

.citizen__header {
    flex-basis: 100%;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1000;
}

@media (max-width: 1000px) {
    .citizen__header {
        position: static;
    }
}

.citizen__main {
    background-color: #fafafa;
    flex: 1;
}

.citizen__sidebar {
    position: sticky;
    top: 0;
    flex-basis: 100%;
    z-index: 100;
    height: 150px;
    background-color: #fff;
}

@media (max-width: 1000px) {
    .citizen__sidebar {
        position: sticky;
        width: 100%;
        min-height: 70px;
        height: auto;
    }
}

.citizen__sidebar ul {
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    height: 100%;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #fafafa;
}

@media (max-width: 1000px) {
    .citizen__sidebar ul {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        flex-direction: row;
        min-height: 70px;
        height: auto;
    }
}

.citizen__sidebar ul a {
    border-width: 8px;
    border-style: solid;
    display: flex;
    align-items: center;
    padding: 12px 52px 12px 22px;
}

.citizen__sidebar ul a:hover {
    color: #000;
}

.citizen__sidebar ul a span {
    position: relative;
    z-index: 1;
}

.citizen__sidebar ul a span:after {
    content: "";
    position: absolute;
    height: 8px;
    top: 16px;
    left: -3px;
    z-index: -1;
}

@media (max-width: 1000px) {
    .citizen__sidebar ul a {
        border-width: 4px;
        padding: 10px;
        font-size: 12px;
        line-height: 1.25;
    }
    .citizen__sidebar ul a span:after {
        height: 5px;
        top: 9px;
    }
}

.citizen__sidebar ul a.citizen-projects {
    border-color: rgba(255, 214, 0, 0);
    width: 100%;
}

.citizen__sidebar ul a.citizen-projects span:after {
    width: 99px;
    background-color: rgba(255, 214, 0, 0);
}

.citizen__sidebar ul a.citizen-projects.is-active,
.citizen__sidebar ul a.citizen-projects:hover {
    border-color: #ffd600;
    width: 100%;
}

.citizen__sidebar ul a.citizen-projects.is-active span:after,
.citizen__sidebar ul a.citizen-projects:hover span:after {
    background-color: #ffd600;
}

@media (max-width: 1000px) {
    .citizen__sidebar ul a.citizen-projects span:after {
        width: 60px;
    }
}

.citizen__sidebar ul a.decouvrir-citizen-projects {
    border-color: rgba(126, 211, 33, 0);
}

.citizen__sidebar ul a.decouvrir-citizen-projects span:after {
    width: 105px;
    background-color: rgba(126, 211, 33, 0);
}

@media (max-width: 1000px) {
    .citizen__sidebar ul a.decouvrir-citizen-projects span:after {
        width: 65px;
    }
}

.citizen__sidebar ul a.decouvrir-citizen-projects.is-active,
.citizen__sidebar ul a.decouvrir-citizen-projects:hover {
    border-color: #7ed321;
    width: 100%;
}

.citizen__sidebar ul a.decouvrir-citizen-projects.is-active span:after,
.citizen__sidebar ul a.decouvrir-citizen-projects:hover span:after {
    background-color: #7ed321;
}

.citizen__sidebar ul a.explorer-les-projects {
    border-color: rgba(255, 77, 137, 0);
    width: 100%;
}

.citizen__sidebar ul a.explorer-les-projects span:after {
    width: 94px;
    background-color: rgba(255, 77, 137, 0);
}

@media (max-width: 1000px) {
    .citizen__sidebar ul a.explorer-les-projects span:after {
        width: 58px;
    }
}

.citizen__sidebar ul a.explorer-les-projects.is-active {
    width: 100%;
}

.citizen__sidebar ul a.explorer-les-projects.is-active,
.citizen__sidebar ul a.explorer-les-projects:hover {
    border-color: #ff4d89;
    width: 100%;
}

.citizen__sidebar ul a.explorer-les-projects.is-active span:after,
.citizen__sidebar ul a.explorer-les-projects:hover span:after {
    background-color: #ff4d89;
}

.citizen__sidebar ul li {
    display: flex;
    flex: 1;
    text-align: left;
    border: 1px solid #f6f6f6;
}

.citizen__sidebar ul .is--active {
    border: 10px solid #ffd600;
}

@media (max-width: 1000px) {
    .citizen__sidebar ul .is--active {
        border: 0;
        border-right: 1px solid #f6f6f6;
    }
}

.citizen__wrapper {
    padding: 70px;
}

@media (max-width: 1000px) {
    .citizen__wrapper {
        margin-top: 20px;
        padding: 0;
    }
}

.citizen__wrapper h1 {
    text-align: left;
    font-size: 44px;
    line-height: 0.93;
    letter-spacing: -1.2px;
    margin-bottom: 40px;
}

@media (max-width: 650px) {
    .citizen__wrapper h1 {
        font-size: 28px;
        letter-spacing: -0.6px;
        line-height: 32px;
    }
}

.citizen__wrapper h3 {
    font-size: 28px;
    letter-spacing: -0.6px;
    line-height: 32px;
    margin: 70px 0;
}

.citizen__blurb {
    font-size: 20px;
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 200;
    color: #373737;
    line-height: 1.43;
    letter-spacing: 0.2px;
    margin: 0 0 40px;
    text-align: left;
}

@media (max-width: 1000px) {
    .citizen__blurb {
        margin-bottom: 36px;
    }
}

.citizen__more-link {
    margin-bottom: 48px;
}

.citizen__more-link a {
    color: #444;
    border-bottom: 1px solid #ffd600;
    transition: all 0.5s;
    font-size: 23px;
    letter-spacing: 0.3px;
    line-height: 1.5;
    transition: all 125ms ease;
}

@media (max-width: 650px) {
    .citizen__more-link a {
        font-size: 18px;
    }
}

.citizen__more-link a:hover {
    color: #ffd600;
    border-bottom-color: #ffd600;
}

.citizen__help {
    margin-bottom: 50px;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    padding: 36px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background-color: #fff;
}

@media (max-width: 1000px) {
    .citizen__help {
        padding: 24px;
    }
}

.citizen__help__video {
    position: relative;
    padding-bottom: 39.25%;
    height: 0;
    z-index: 1;
    width: 70%;
    margin: 50px auto;
}

@media (max-width: 650px) {
    .citizen__help__video {
        width: 100%;
        padding-bottom: 56.25%;
        margin: 0 0 15px;
    }
}

.citizen__help__video>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.citizen__help__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

.citizen__help__list>div {
    flex: 1;
    padding: 0 14px;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
}

@media (max-width: 1000px) {
    .citizen__help__list>div {
        flex-basis: 100%;
    }
}

.citizen__help__list>div p {
    font-size: 20px;
    font-family: Roboto, Helvetica, sans-serif;
    color: #444;
    text-align: center;
    line-height: 1.25;
    margin: 10px 0 0;
}

@media (max-width: 1000px) {
    .citizen__help__list>div p {
        font-size: 20px;
        margin-bottom: 36px;
    }
}

.citizen__help__list>div:last-child p {
    margin-bottom: 0;
}

.citizen__help__list .number {
    font-size: 48px;
    letter-spacing: -1.5px;
    line-height: 52px;
    font-weight: 500;
    color: #ffd600;
}

@media (max-width: 1000px) {
    .citizen__help__list .number {
        font-size: 44px;
        line-height: 0.93;
        letter-spacing: -1.2px;
    }
}

@media (max-width: 650px) {
    .citizen__help__list .number {
        font-size: 34px;
        letter-spacing: -0.5px;
        line-height: 38px;
    }
}

h3.citizen__helplist-header {
    flex-basis: 100%;
    margin: 0 0 64px;
    font-size: 28px;
    text-align: left;
    line-height: 1.25;
    letter-spacing: 0.3px;
}

@media (max-width: 1000px) {
    h3.citizen__helplist-header {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

.turnkey__home {
    padding: 36px !important;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    margin-bottom: 50px;
}

@media (max-width: 1000px) {
    .turnkey__home {
        padding: 24px;
    }
}

.turnkey__home__header h3 {
    text-align: center;
    margin: 0 0 64px;
}

@media (max-width: 1000px) {
    .turnkey__home__header h3 {
        font-size: 20px;
    }
}

.turnkey__project__pinned {
    padding: 50px;
    background-color: #fff;
}

@media (max-width: 650px) {
    .turnkey__project__pinned {
        padding: 0;
    }
}

.turnkey__project__pinned h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
    line-height: 38px;
    margin: 0;
    text-align: left;
}

@media (max-width: 650px) {
    .turnkey__project__pinned h2 {
        font-size: 28px;
        line-height: 1.2em;
        padding: 20px 0 0 20px;
    }
}

.turnkey__project__pinned h4 {
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 27px;
    font-weight: 200;
    text-align: left;
    margin-bottom: 8px;
    color: #373737;
}

@media (max-width: 650px) {
    .turnkey__project__pinned h4 {
        padding: 0 20px;
    }
}

@media (max-width: 650px) {
    .turnkey__project__pinned hr {
        margin: 15px !important;
    }
}

.turnkey__project__pinned p {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
    margin: 0;
    text-align: left;
    width: 60%;
}

@media (max-width: 1000px) {
    .turnkey__project__pinned p {
        margin-bottom: 24px;
        width: 80%;
    }
}

@media (max-width: 650px) {
    .turnkey__project__pinned p {
        padding: 0 40px;
        width: 100%;
    }
}

.turnkey__project__pinned div.solution {
    margin: 20px 0 45px;
    display: inline-flex;
}

.turnkey__project__pinned div.solution p {
    width: inherit;
}

.turnkey__project__pinned .coeur-icon {
    position: absolute;
    top: -15px;
    right: -8px;
    width: 85px;
    height: 57px;
}

@media (max-width: 1000px) {
    .turnkey__project__pinned .coeur-icon {
        width: 60px;
        height: 25px;
        top: 0;
        right: 10px;
    }
}

.turnkey__project__pinned .turnkey__header {
    margin-bottom: 24px;
}

@media (max-width: 650px) {
    .turnkey__project__pinned .turnkey__header {
        padding: 0 20px;
    }
}

.turnkey__project__pinned .turnkey__header hr {
    width: 50%;
    margin: 0;
}

.turnkey__project__pinned .turnkey__header:first-child {
    margin-bottom: 40px;
}

.turnkey__project__yellow {
    border: 10px solid #ffd600;
}

@media (max-width: 650px) {
    .turnkey__project__yellow {
        border: 0;
        padding-bottom: 50px;
    }
}

.turnkey__project__yellow p {
    font-size: 23px;
    line-height: 1.43;
    letter-spacing: 0.3px;
    color: #373737;
    margin-bottom: 100px;
}

.turnkey__project__light {
    border: 1px solid #e6e6e6;
}

.turnkey__project__light .turnkey__video {
    margin-bottom: 48px;
}

@media (max-width: 1000px) {
    .turnkey__project__light .turnkey__video {
        margin-bottom: 24px;
    }
}

.turnkey__project__light .turnkey__video:before {
    background-color: #7ed321;
}

.turnkey__project__content {
    display: flex;
    flex-direction: row;
}

@media (max-width: 1000px) {
    .turnkey__project__content {
        flex-direction: column-reverse;
    }
}

.turnkey__project__detail {
    position: relative;
    flex: 2;
    margin-right: 16px;
}

@media (max-width: 1000px) {
    .turnkey__project__detail {
        flex: auto;
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.turnkey__project__footer {
    text-align: center;
}

.turnkey__project__footer span {
    font-size: 20px;
    line-height: 27px;
    display: block;
    margin-bottom: 16px;
}

.turnkey__project__footer a {
    font-size: 24px;
    line-height: 1.2em;
    display: inline-block;
    letter-spacing: 0.4px;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    transition: color 125ms ease, border-color 125ms ease;
}

@media (max-width: 650px) {
    .turnkey__project__footer a {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 50px;
        font-size: 18px;
    }
}

.turnkey__project__footer a.link {
    color: #000;
    font-size: 18px;
    border-bottom: 1px solid #7ed321;
    padding-bottom: 3px;
}

.turnkey__project__footer a.link:hover {
    color: #7ed321;
}

.turnkey__project__footer a.link--yellow {
    border-color: #ffd600;
    color: #000;
}

.turnkey__project__footer a.link--yellow:hover {
    color: #ffd600;
}

.turnkey__project__footer .turnkey__cta {
    margin-bottom: 24px;
}

.turnkey__project__list {
    flex: 1;
    overflow: scroll;
    padding: 3px;
}

@media (max-width: 650px) {
    .turnkey__project__list {
        overflow: initial;
        padding: 0;
        margin-bottom: 24px;
    }
}

.turnkey__project__list--item {
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    text-align: left;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 18px;
    margin-bottom: 10px;
    border-radius: 3px;
    display: block;
    position: relative;
    width: 100%;
    transition: border-width 125ms ease, border-color 125ms ease;
}

@media (max-width: 650px) {
    .turnkey__project__list--item {
        width: 100%;
    }
}

.turnkey__project__list--item:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(126, 211, 33, 0);
    transition: background-color 125ms ease;
}

.turnkey__project__list--item:hover {
    cursor: pointer;
}

.turnkey__project__list--item:hover:before {
    background-color: #7ed321;
}

.turnkey__project__list--item.is-active {
    border-radius: 3px;
    border: 2px solid #7ed321;
}

.turnkey__project__list--item.is-active:hover:before {
    background-color: transparent;
}

.turnkey__project__list--item span {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
    display: block;
    color: #7ed321;
}

@media (max-width: 650px) {
    .turnkey__project__list--item span {
        font-size: 18px;
        margin-bottom: 0;
    }
}

.turnkey__project__list--item h2 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

@media (max-width: 650px) {
    .turnkey__project__list--item h2 {
        font-size: 18px;
        margin-bottom: 0;
    }
}

.turnkey__project__list--item p {
    color: #373737;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    letter-spacing: 0.5px;
}

.turnkey__project__dropdown .Select-control {
    border-radius: 0;
    border-color: #7ed321;
    border-width: 2px;
}

.turnkey__project__dropdown .Select-value {
    line-height: 63px !important;
    cursor: pointer;
}

.turnkey__project__dropdown .Select-input {
    height: 63px !important;
}

.turnkey__video--yellow {
    position: relative;
    padding-bottom: 39.25%;
    height: 0;
    z-index: 1;
    width: 70%;
    margin: 50px auto;
}

@media (max-width: 650px) {
    .turnkey__video--yellow {
        width: 100%;
        padding-bottom: 56.25%;
        margin: 0 0 15px;
    }
}

.turnkey__video--yellow>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.turnkey__video--yellow:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 95%;
    right: -10px;
    bottom: -10px;
    z-index: 0;
    background-color: #ffd600;
}

@media (max-width: 1000px) {
    .turnkey__video--yellow:before {
        display: none;
    }
}

.turnkey__video--green {
    position: relative;
    padding-bottom: 39.25%;
    height: 0;
    z-index: 1;
    width: 70%;
    margin: 50px auto;
}

@media (max-width: 650px) {
    .turnkey__video--green {
        width: 100%;
        padding-bottom: 56.25%;
        margin: 0 0 15px;
    }
}

.turnkey__video--green>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.turnkey__video--green:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 95%;
    right: -10px;
    bottom: -10px;
    z-index: 0;
    background-color: #7ed321;
}

@media (max-width: 1000px) {
    .turnkey__video--green:before {
        display: none;
    }
}

.turnkey__cta {
    display: block;
    color: #222;
    font-weight: 500;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.2em;
    padding: 20px 40px;
    background-color: #fff;
    transition: all 0.5s;
}

@media (max-width: 650px) {
    .turnkey__cta {
        font-size: 20px;
        line-height: 27px;
    }
}

@media (max-width: 1000px) {
    .turnkey__cta {
        padding: 10px;
        font-size: 14px;
        line-height: 1.4;
    }
}

.turnkey__cta__yellow {
    border: 2px solid #ffd600;
    font-size: 28px;
    color: #000;
    display: inline-block;
    margin-bottom: 50px;
}

@media (max-width: 1000px) {
    .turnkey__cta__yellow {
        font-size: 18px;
    }
}

.turnkey__cta__yellow:hover {
    background-color: #ffd600;
    cursor: pointer;
    color: #000;
    border-color: #ffd600;
    transition: all 0.5s;
}

.turnkey__cta__green {
    padding: 16px 8px;
    border: 2px solid #7ed321;
    font-size: 28px;
    letter-spacing: 0.4px;
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 650px) {
    .turnkey__cta__green {
        font-size: 18px;
        width: 80%;
        margin: 0 auto;
    }
}

.turnkey__cta__green:hover {
    color: #fff;
    background-color: #7ed321;
    border-color: #7ed321;
    cursor: pointer;
    transition: all 0.5s;
}

.turnkey__default {
    width: 100%;
    height: 100%;
    background-image: url(../assets-citizen-project/images/video-bg.png.html);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.thematic__turnkey {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.giphy-embed {
    width: 100%;
}

#search-overlay {
    display: none;
}

.citizen__select__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    top: 150px;
    background: transparent;
}

@media (max-width: 1000px) {
    .citizen__select__content {
        top: 0;
    }
}

.citizen__select__content .Select {
    width: 31%;
    height: 49px;
}

@media (max-width: 1000px) {
    .citizen__select__content .Select {
        flex-basis: 100%;
        margin-bottom: 8px;
    }
    .citizen__select__content .Select:last-child {
        margin-bottom: 0;
    }
}

.citizen__select__content .Select-input {
    height: 100%;
}

.citizen__select__content .Select-input>input {
    height: 100%;
    padding: 0;
}

.citizen__select__content .Select-value {
    line-height: 48px;
    text-align: left;
}

.citizen__select__content .Select-clear {
    line-height: 48px;
}

.citizen__select__content .Select-placeholder {
    color: #666;
    text-align: left;
    line-height: 44px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.citizen__select__content .Select.is-open .Select-placeholder {
    display: none;
}

.citizen__select__content .Select-arrow {
    border-color: #ff4d89 transparent transparent;
}

.citizen__select__content .Select-control {
    height: 100%;
    border-radius: 0;
    border: 1px solid #f6f6f6;
}

.citizen__select__content .Select-control>div {
    height: 100%;
}

.citizen__select__content .citizen__keyword-filter {
    color: #666;
    box-sizing: border-box;
    width: 31%;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    border: 1px solid #f6f6f6;
    padding: 10px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 16px;
}

@media (max-width: 1000px) {
    .citizen__select__content .citizen__keyword-filter {
        width: 100%;
        height: 52px;
        margin-bottom: 8px;
    }
}

a.citizen__project__item {
    margin: 15px;
}

@media (max-width: 650px) {
    a.citizen__project__item {
        margin: 8px 0;
    }
}

.citizen__project__item {
    width: 30%;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    border-bottom: 3px solid transparent !important;
    top: 0;
    position: relative;
}

.citizen__project__item:hover {
    transition: all 0.5s;
    box-shadow: 10px 10px 47px 0 #e0e0e0;
    cursor: pointer;
    border-bottom: 3px solid #ff4d89 !important;
    top: -4px;
    position: relative;
}

@media (max-width: 1000px) {
    .citizen__project__item {
        width: 100%;
    }
}

.citizen__project__item__thumbnail {
    background-image: url(../assets-citizen-project/images/video-bg.png.html);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-basis: 150px;
}

.citizen__project__item__thumbnail>div {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

@media (max-width: 1000px) {
    .citizen__project__item__thumbnail {
        height: 200px;
    }
}

.citizen__project__item__thumbnail img {
    width: 100%;
    z-index: 1;
    position: relative;
}

.citizen__project__item h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}

.citizen__project__item h2,
.citizen__project__item p {
    text-align: left;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    letter-spacing: 0.5px;
}

.citizen__project__item p {
    margin: 0 0 8px;
    font-size: 19px;
    font-weight: 200;
    line-height: 1.25;
    color: #4a4a4a;
}

.citizen__project__item__content {
    background-color: #fff;
    border: 1px solid #f6f6f6;
    padding: 15px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.citizen__project__item__content .district {
    color: #8d9aff;
    text-align: center;
    font-size: 14px;
    text-align: left;
}

.citizen__project__item__footer {
    margin-top: auto;
    text-align: right;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.3px;
}

.citizen__project__item__author {
    font-weight: 400;
}

.citizen__project__grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.citizen__project__grid--empty {
    padding: 75px 25px;
    font-size: 24px;
    line-height: 1.25;
}

@media (max-width: 650px) {
    .citizen__project__grid--empty {
        padding: 0;
    }
}

.citizen__project__grid .citizen__project__item {
    border: none;
}

.citizen__project__grid--more {
    appearance: none;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    color: #fff;
    font-size: 19px;
    padding: 12px 48px;
    letter-spacing: 0.5px;
    background-color: #fff;
    color: #ff4d89;
    border: 0.8px solid #ff4d89;
    border-radius: 143px;
    margin-bottom: 24px;
    transition: all 0.5s;
}

.citizen__project__grid--more:hover {
    cursor: pointer;
    background-color: #ff4d89;
    color: #fff;
    border: 0.8px solid #fff;
    transition: all 0.5s;
}

.citizen__project__grid--more[disabled] {
    opacity: 0.5;
}

.citizen__wrapper__footer>a {
    font-size: 18px;
    color: #ff4d89;
    line-height: 1.5;
    border-bottom: 0;
}

.citizen__wrapper__footer>a:hover {
    color: #e53072;
}

.Select--single>.Select-control .Select-value,
.Select-placeholder {
    font-weight: 400;
    line-height: 50px;
}

#committee-follow-btn-loader {
    display: none;
    margin-right: 7px;
}

.committee-follow--anonymous__link {
    font-size: 14px;
    font-family: Roboto, Helvetica, sans-serif;
}

.committee {
    margin: 0 0 100px;
}

.committee__waiting-for-approval {
    margin-bottom: 30px;
    color: #9a895f;
    background-color: #fefbf0;
    padding: 20px;
    font-size: 15px;
    max-width: 900px;
    font-weight: 400;
    line-height: 20px;
}

.committee__infos,
.committee__waiting-for-approval {
    font-family: Roboto, Helvetica, sans-serif;
    margin-top: 20px;
}

.committee__infos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}

@media (min-width: 1000px) {
    .committee__infos {
        align-items: flex-start;
        font-size: 16px;
        justify-content: flex-start;
    }
}

.committee__infos li {
    margin: 5px 15px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.committee__infos li:first-child {
    margin-left: 0;
}

.committee__infos li:last-child {
    margin-right: 0;
}

.committee__infos li svg {
    margin-right: 10px;
}

.committee__infos li a {
    color: #fff;
    text-decoration: underline;
}

.committee__socials {
    display: flex;
    flex-direction: row;
}

.committee__socials li {
    margin: 0 0 0 20px !important;
    cursor: pointer;
}

.committee__header {
    padding: 60px 0;
}

.committee__header--slim {
    padding: 30px 0;
}

@media (min-width: 1000px) {
    .committee__header {
        padding: 80px 0;
    }
}

.committee__header__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 1000px) {
    .committee__header__content {
        flex-direction: row;
    }
}

.committee__header__titles {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 1000px) {
    .committee__header__titles {
        margin: 0 5% 0 0;
        text-align: left;
    }
}

.committee__header__actions {
    display: flex;
    min-width: 285px;
    justify-content: center;
}

@media (min-width: 1000px) {
    .committee__header__actions {
        justify-content: flex-start;
    }
}

.committee__header__actions .btn:disabled,
.committee__header__actions .btn:disabled:hover {
    border: none;
    color: #000;
    opacity: 0.5;
}

.committee__header__plus {
    position: absolute;
    right: 0;
    top: -30px;
}

.committee__header__plus--button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0;
}

.committee__header__plus--dropdown {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 30px;
    z-index: 5;
    display: none;
}

.committee__header__plus--dropdown .dropdown-content {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(99, 98, 150, 0.25);
    border-radius: 3px;
    min-width: 200px;
    padding: 5px 0;
}

.committee__header__plus--dropdown .dropdown-content a {
    display: block;
    padding: 6px 15px;
    background-color: #fff;
    border: none;
}

.committee .instance__elections-box {
    margin-top: 20px;
}

@media (min-width: 1000px) {
    .committee .instance__elections-box {
        margin-top: 70px;
    }
}

.committee__host__nav {
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 25px 0 0;
}

.committee__host__menu li {
    padding: 15px 25px;
}

.committee__host__menu li:first-child {
    background: #f6f6f6;
}

.committee__host__menu li:last-child {
    background: #fff;
    padding: 15px 25px;
}

.committee__members__nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.committee__members__nav>div {
    display: flex;
}

@media (max-width: 650px) {
    .committee__members__nav {
        flex-direction: column;
    }
    .committee__members__nav>a {
        margin-top: 10px;
    }
    .committee__members__nav>div {
        justify-content: space-between;
    }
    .committee__members__nav>div form {
        width: 48%;
    }
    .committee__members__nav>div form button {
        margin: 0;
        width: 100%;
    }
}

.committee__members__list {
    font-family: Roboto, Helvetica, sans-serif;
    width: 100%;
}

.committee__members__list thead {
    background: #f6f6f6;
    border-color: #bcbcbc;
}

.committee__members__list thead th {
    text-align: left;
}

.committee__members__list tr {
    border-bottom: 1px solid #e5e5e5;
}

.committee__members__list__host {
    background: #dde5f0;
}

@media (max-width: 650px) {
    .committee__members__list td:nth-child(4),
    .committee__members__list td:nth-child(5),
    .committee__members__list th:nth-child(4),
    .committee__members__list th:nth-child(5) {
        display: none;
    }
}

.committee__members__contact textarea {
    width: 100%;
    height: 80px;
    padding: 15px;
}

.committee__message {
    background: #f6f6f6;
    padding: 25px;
}

.committee__message__publish {
    margin-top: 12px;
    margin-right: 32px;
}

.committee__message textarea {
    width: 100%;
    height: 80px;
    padding: 15px;
}

.committee__message button {
    margin-top: 14px;
}

.committee__form {
    width: 75%;
    margin: 0 auto;
}

.committee__form--trunc {
    width: 97.5%;
}

.committee__form__gender label {
    font-size: 18px;
    margin: 0 30px 0 8px;
}

.committee__form__zip_code {
    width: 20%;
    margin-top: 18px;
}

.committee__form__zip_code input {
    width: 100%;
}

.committee__form__city {
    width: 40%;
    margin-top: 18px;
}

.committee__form__city input,
.committee__form__city select {
    width: 85%;
    margin-left: 10%;
}

.committee__form__country {
    width: 40%;
}

.committee__form__country label {
    margin-left: 5%;
}

.committee__form__country select {
    width: 90%;
    margin-left: 5%;
}

.committee__form__profession select {
    width: 95%;
}

.committee__form__conditions {
    font-size: 18px;
}

.committee__form__conditions input {
    margin-right: 8px;
}

.committee__form__conditions__text {
    font-size: 16px;
}

@media (max-width: 650px) {
    .committee__form {
        width: 100%;
    }
}

.committee--mentions {
    width: 70%;
    font-size: 12px;
    text-align: justify;
    margin: 30px auto 0;
    color: #737373;
}

@media (max-width: 650px) {
    .committee--mentions {
        width: 100%;
    }
}

.committee__main {
    width: 100%;
    margin-right: 0;
}

@media (min-width: 1000px) {
    .committee__main {
        margin-right: 5%;
    }
}

.committee__aside {
    margin-top: 70px;
    min-width: 285px;
}

.committee__aside img {
    max-width: 100%;
}

@media (max-width: 1000px) {
    .committee__aside {
        background: #f6f6f6;
        padding: 30px;
        width: 100%;
        box-sizing: border-box;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .committee__aside .avatar-initials {
        background-color: #fff;
    }
}

.committee__timeline {
    margin-top: 30px;
}

@media (min-width: 1000px) {
    .committee__timeline {
        margin-top: 70px;
    }
}

.committee__timeline__item {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 1000px) {
    .committee__timeline__item {
        padding: 30px 0 30px 68px;
    }
}

.committee__timeline__item--head,
.committee__timeline__item--head div {
    position: relative;
}

@media (min-width: 1000px) {
    .committee__timeline__item--head div {
        position: absolute;
        left: -68px;
    }
}

.committee__card {
    margin-bottom: 50px;
}

.committee__card:last-child {
    margin: 0;
}

.committee__card h5 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    font-family: Roboto, Helvetica, sans-serif;
}

.committee__card .committee-host {
    display: flex;
}

@media (max-width: 1000px) {
    .committee__card img {
        display: none;
    }
}

.committee__social--facebook .fa:before {
    content: "\f230";
}

.committee__social--google_plus .fa:before {
    content: "\f2b3";
}

.committee-event {
    background: #f6f6f6;
    min-height: 200px;
    display: flex;
    margin: 20px auto 10px;
}

.committee-event-map {
    width: 200px;
    height: 200px;
    background: #bcbcbc;
}

@media (max-width: 650px) {
    .committee-event-map {
        display: none;
    }
}

.committee-event-details {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 650px) {
    .committee-event-details>ul {
        margin-top: 10px;
    }
}

.committee-event-nearby .card:hover h2 {
    color: #000;
}

.committee-event-nearby .card .box-header:hover h2 {
    color: #7f7f7f;
}

.committee-event-nearby .card .box-header h2 {
    margin-bottom: 15px;
}

.committee-event-nearby .card .box-header .search-map {
    max-height: 240px;
}

.committee-event-nearby .card .box-header .fa {
    margin-right: 5px;
}

.committee-event-nearby .card .box-bottom h4 {
    float: left;
}

.committee-event-nearby .card .box-bottom .share {
    float: right;
    margin-right: 22px;
}

.committee .action-menu-oval {
    padding: 0;
}

.committee .action-menu-oval>a .oval {
    background-color: #fff;
}

.committee__event__header {
    margin-top: 20px;
    background-color: #2abaff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}

.committee__event__header__cta {
    min-width: 200px;
}

.committee__event__header__cta__social {
    margin-top: 15px;
}

@media (min-width: 650px) {
    .committee__event__header__cta__social {
        justify-content: flex-end;
    }
}

.committee__event__header__cta__social li .fa {
    cursor: pointer;
}

.committee__event__header__cta__social li .fa:hover {
    opacity: 0.5;
}

.committee__event__header__cta__social li a {
    border-bottom: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.committee__event__header__cta__social li a:hover {
    opacity: 0.5;
    color: #fff;
}

@media (max-width: 1000px) {
    .committee__event__header {
        flex-direction: column;
    }
    .committee__event__header__cta,
    .committee__event__header__titles {
        width: 100%;
    }
    .committee__event__header__titles {
        margin: 0 0 30px;
    }
}

.committee__event__map {
    height: 350px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
}

.committee__event__schedule {
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.committee__event__schedule .fa {
    margin-right: 8px;
    width: 15px;
    text-align: center;
}

.committee__event__create {
    margin-top: 30px;
}

.committee__event__create label {
    display: block;
}

.committee__event__create .form__checkbox label {
    display: flex;
}

.committee__event__create textarea {
    width: 100%;
    height: 80px;
    padding: 15px;
}

.committee__event__create .event__address div {
    width: 32%;
}

.committee__event__create .event__begin_at,
.committee__event__create .event__finish_at {
    display: flex;
}

@media (max-width: 1000px) {
    .committee__event__create aside {
        display: none;
    }
}

.committee__event .back-to-list {
    padding-top: 20px;
}

.committees-map {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.committees-map__header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.committees-map__container {
    display: flex;
    flex-direction: row;
    height: 100%;
    border-top: 1px solid #e5e5e5;
}

.committees-map__container aside {
    overflow-y: scroll;
    border-right: 1px solid #e5e5e5;
    width: 30%;
    box-sizing: border-box;
}

.committees-map__container aside li {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 25px;
}

.committees-map__container article {
    background: url(../images/loader-sm.gif) 50% 50% no-repeat;
    width: 100%;
}

.committees-map__counter {
    padding-top: 20px;
}

.committees-map__counter h4 {
    display: inline;
}

.committees-map__counter li {
    display: inline-block;
    list-style: none;
    margin: 5px 5px 25px;
}

.events-map-categories {
    margin-bottom: 20px;
}

.events-map-categories .active {
    font-weight: 700;
    padding-bottom: 5px;
}

.events-map-categories li {
    display: inline-block;
    list-style: none;
    margin: 5px;
}

.feed__options {
    display: flex;
    justify-content: space-between;
}

.feed__options ul {
    display: flex;
}

.concrete header {
    background-color: #2abaff;
    color: #000;
}

.concrete header.hero {
    padding-top: 220px;
    padding-bottom: 140px;
}

@media (max-width: 650px) {
    .concrete header.hero {
        padding-top: 160px;
        padding-bottom: 60px;
    }
}

.concrete header h1 {
    text-transform: uppercase;
    font-size: 64px;
}

.concrete .keep-reading {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fad539;
    margin: -30px auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}

.concrete__promo {
    display: block;
    background: #2abaff;
    color: #fff;
    font-size: 44px;
    line-height: 0.93;
    letter-spacing: -1.2px;
    padding: 20px;
    box-sizing: border-box;
    margin: 50px auto;
    font-weight: 700;
    border: 0;
}

@media (max-width: 650px) {
    .concrete__promo {
        font-size: 28px;
        letter-spacing: -0.6px;
        line-height: 32px;
    }
}

.concrete__promo:hover {
    background: #ff4d89;
}

.concrete .content article {
    margin-top: 120px;
}

.concrete h2 {
    border-bottom: 7px solid;
    display: inline;
    line-height: 1.3 !important;
    margin: 20px auto;
    font-size: 44px !important;
}

.concrete h3 {
    font-family: Roboto, Helvetica, sans-serif !important;
    font-weight: 400 !important;
    color: #666;
}

.concrete ol {
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    list-style: none;
    counter-reset: concrete-numbers;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.concrete ol>li {
    counter-increment: concrete-numbers;
    display: flex;
    width: 100%;
    margin: 20px 0 0 20px;
    font-size: 20px;
    line-height: 27px;
}

@media (max-width: 650px) {
    .concrete ol>li {
        margin-left: 0;
    }
}

.concrete ol>li span {
    display: block;
    margin-left: 40px;
}

.concrete ol>li img {
    position: relative;
    top: 5px;
}

.concrete ol>li:before {
    content: counter(concrete-numbers);
    font-weight: 700;
    margin-right: 0.5rem;
    line-height: 1;
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.concrete .section-images {
    background-color: #e5e5e5;
    background-size: cover;
    margin-bottom: 20px;
    height: 200px;
    width: 100%;
}

@media (max-width: 650px) {
    .concrete .section-images {
        height: 150px;
    }
}

.concrete .first-section h2 {
    border-color: #fad539;
}

.concrete .first-section ol li:before {
    background-color: #fad539;
}

.concrete .first-section__image {
    background-image: url(https://storage.googleapis.com/en-marche-prod/images/cacestduconcret/GENS.jpg);
    background-position: 100% 55%;
}

.concrete .second-section h2 {
    border-color: #2abaff;
}

.concrete .second-section ol>li:before {
    background-color: #2abaff;
}

.concrete .second-section__image {
    background-image: url(https://storage.googleapis.com/en-marche-prod/images/cacestduconcret/OUVRIERE.jpg);
    background-position: 100% 15%;
}

.concrete .third-section h2 {
    border-color: #ff4d89;
}

.concrete .third-section ol>li:before {
    background-color: #ff4d89;
}

.concrete .third-section__image {
    background-image: url(https://storage.googleapis.com/en-marche-prod/images/cacestduconcret/RETRAITE.jpg);
    background-position: 100% 20%;
}

.concrete .ressources-section h2 {
    border-color: #000;
}

.cv__header {
    margin-bottom: -41px;
}

.cv__header__photo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0 auto;
    top: -110px;
    position: relative;
    height: 210px;
    width: 210px;
    border-radius: 50%;
    border: 6px solid #fff;
    background-image: url(../images/user.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    background-color: #f6f6f6;
}

.cv__header__photo--modify {
    top: -105px;
    position: relative;
}

.cv__header--modify {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.cv__header__about {
    top: -110px;
    position: relative;
}

.cv__header__contact {
    top: -61px;
    position: relative;
}

.cv__header__contact--modify {
    top: -58px;
    position: relative;
    display: flex;
    justify-content: center;
}

.cv__header__contact div {
    margin-right: 20px;
    font-size: 24px;
}

.cv__header__contact div a {
    border: 0;
}

.cv__header__contact div:last-child {
    margin-right: 0;
}

.cv__header__manage {
    background: #222;
    color: #fff;
    padding: 20px 0;
    margin-top: -26px;
    text-align: center;
}

.cv__header__manage div {
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.cv__header__manage a {
    margin-right: 20px;
}

.cv__header__manage a:last-child {
    margin-right: 0;
}

.cv__work-status--modify {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.cv__work-status--modify>a {
    color: #fff;
    border-color: #fff;
}

.cv__work-status--modify>a path,
.cv__work-status--modify>a polygon {
    color: #fff;
    border-color: #fff;
    fill: #fff;
}

.cv__work-status--modify>a path.stroke,
.cv__work-status--modify>a polygon.stroke,
.cv__work-status--modify>a polyline {
    stroke: #fff;
}

.cv__work-status--modify>a:hover,
.cv__work-status--modify>a:hover path,
.cv__work-status--modify>a:hover polygon {
    color: hsla(0, 0%, 100%, 0.4);
    border-color: hsla(0, 0%, 100%, 0.4);
    fill: hsla(0, 0%, 100%, 0.4);
}

.cv__work-status--modify>a:hover path.stroke,
.cv__work-status--modify>a:hover polygon.stroke,
.cv__work-status--modify>a:hover polyline {
    stroke: hsla(0, 0%, 100%, 0.4);
}

.cv__experience,
.cv__training {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.cv__experience:last-child,
.cv__training:last-child {
    border: 0;
    margin-bottom: 0;
}

.cv__interests ul,
.cv__skills ul {
    display: flex;
    flex-wrap: wrap;
}

.cv__interests li,
.cv__skills li {
    background: #2abaff;
    color: #fff;
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.cv__interests li:last-child,
.cv__skills li:last-child {
    margin-right: 0;
}

.cv__experience--options,
.cv__languages,
.cv__training--options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.cv__experience--options:last-child,
.cv__languages:last-child,
.cv__training--options:last-child {
    margin-bottom: 0;
}

.cv__experience--options>a,
.cv__languages>a,
.cv__training--options>a {
    margin: 0 15px;
}

.cv__experience--options button,
.cv__languages button,
.cv__training--options button {
    border: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 0;
    border-bottom: 1px solid #000;
    font-size: 16px;
    line-height: 24px;
}

.cv__experience--options button:hover,
.cv__languages button:hover,
.cv__training--options button:hover {
    background: #fff;
    color: #000;
    color: rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.4);
    fill: rgba(0, 0, 0, 0.4);
}

.cv__experience--options,
.cv__training--options {
    margin-top: 10px;
}

.cv__experience--options>a,
.cv__training--options>a {
    margin-left: 0;
}

.cv__form form>div {
    margin-bottom: 20px;
}

.cv__form form>div>label {
    font-weight: 600;
}

.cv__form input[type="email"],
.cv__form input[type="text"],
.cv__form input[type="url"],
.cv__form select {
    display: block;
    width: 100%;
}

.cv__form #job_experience_ended_at select,
.cv__form #job_experience_started_at select,
.cv__form #training_ended_at select,
.cv__form #training_started_at select {
    display: inline;
    width: 48%;
}

.cv__form textarea {
    display: block;
    width: 100%;
    height: 120px;
    padding: 10px 15px;
}

.cv__form input[type="checkbox"],
.cv__form input[type="radio"] {
    margin-left: 20px;
    margin-right: 7px;
}

.cv__form input[type="checkbox"]:first-child,
.cv__form input[type="radio"]:first-child {
    margin-left: 0;
}

.cv__form button {
    margin: 20px 0;
}

.cv__form .summary-skill {
    padding: 5px 0;
}

.cv__form #summary_skills {
    margin: 15px 0 10px;
}

.cv__form .skill-remove:hover {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.4);
    fill: rgba(0, 0, 0, 0.4);
}

.cv__form #summary_member_interests input,
.cv__form #summary_mission_type_wishes input {
    margin-left: 0;
}

.cv__form #summary_member_interests label,
.cv__form #summary_mission_type_wishes label {
    display: flex;
    align-items: center;
    margin: 5px 0 10px;
    text-align: left;
}

.cv__form #summary_member_interests label:before,
.cv__form #summary_mission_type_wishes label:before {
    content: "";
    transition: all 0.2s;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin-right: 15px;
    border: 2px solid #bcbcbc;
}

.cv__form #summary_member_interests label:after,
.cv__form #summary_mission_type_wishes label:after {
    content: "";
    display: block;
}

.cv__form #summary_member_interests label:before:hover label:before,
.cv__form #summary_mission_type_wishes label:before:hover label:before {
    background: #f6f6f6;
}

.cv__form #summary_member_interests input[type="checkbox"],
.cv__form #summary_mission_type_wishes input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.cv__form #summary_member_interests input[type="checkbox"]:checked+label:before,
.cv__form #summary_mission_type_wishes input[type="checkbox"]:checked+label:before {
    border-color: #2abaff;
    background: #2abaff;
    content: url("data:image/svg+xml;utf8,<svg width='14px' height='10px' viewBox='73 77 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><polygon id='check' stroke='none' fill='%23ffffff' fill-rule='evenodd' points='73.1888049 82.5586077 74.5051607 80.8107776 80.0959758 85.0260906 78.77962 86.7739208'></polygon><polygon id='mark' stroke='none' fill='%23ffffff' fill-rule='evenodd' points='77.2807085 85.3731308 85.0384399 77.0539824 86.6382761 78.5458538 78.8805447 86.8650022'></polygon></svg>");
}

.desintox {
    margin-bottom: 100px;
}

.desintox header {
    background: transparent;
    margin-top: 60px;
}

.desintox__intro {
    margin: 50px 0;
    font-size: 24px;
    line-height: 1.2em;
}

@media (max-width: 650px) {
    .desintox__intro {
        font-size: 20px;
        line-height: 27px;
    }
}

.desintox__cases {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.desintox__cases li {
    background: #fff;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    list-style-type: none !important;
    margin-bottom: 30px;
    width: 25%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.25s;
    position: relative;
    top: 0;
}

.desintox__cases li:hover {
    top: -2px;
}

.desintox__cases li .btn {
    margin-top: 30px;
    padding: 10px 40px;
}

@media (max-width: 1000px) {
    .desintox__cases li {
        width: 38%;
    }
}

@media (max-width: 650px) {
    .desintox__cases li {
        width: 100%;
    }
}

.documents {
    margin-bottom: 50px;
}

.documents__category {
    margin-top: 30px;
}

.documents__category .section-subtitle {
    margin: 0 !important;
}

.documents__category.accordion .accordion--title {
    position: relative;
    display: inline-block;
}

.documents__category.accordion .accordion--title .trigger-document {
    display: block;
    position: absolute;
    left: calc(100% + 5px);
    top: 0;
    width: 24px;
    height: 24px;
}

.documents__category.accordion .accordion--title .trigger-document:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 8px;
    top: 6px;
    transform: rotate(-45deg);
    border-left: 2px solid #8c8c8c;
    border-bottom: 2px solid #8c8c8c;
    border-right-color: #8c8c8c;
    border-top-color: #8c8c8c;
}

.documents__category.accordion.opened .trigger-document {
    transform: rotate(180deg);
}

.documents__tree {
    margin: 20px 0;
    font-family: Roboto, Helvetica, sans-serif;
    color: #444;
}

.documents__tree a {
    border: 0;
    display: block;
    padding: 10px;
    transition: none;
    color: #444;
    border-radius: 3px;
}

.documents__tree a:hover {
    background: #f6f6f6;
}

.content .elles-marchent {
    margin-bottom: 100px;
}

.content .elles-marchent a {
    color: #fff !important;
}

.content .elles-marchent__header {
    background-position: center 25%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.content .elles-marchent__header header {
    position: relative;
}

.content .elles-marchent__header:before {
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.content .elles-marchent__videos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.content .elles-marchent__videos li {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    width: 32%;
    height: 300px;
    list-style: none;
    margin-bottom: 20px;
    box-sizing: border-box;
    background-size: 200%;
    background-position: center 30%;
    background-repeat: no-repeat;
}

.content .elles-marchent__videos li>a {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    border: 0;
}

.content .elles-marchent__videos li:before {
    content: url("data:image/svg+xml;utf8,<svg width='86px' height='86px' viewBox='8 4 86 86' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M92.8999,47.1999 C92.8999,70.2299 74.2299,88.8999 51.1999,88.8999 C28.1699,88.8999 9.4999,70.2299 9.4999,47.1999 C9.4999,24.1699 28.1699,5.4999 51.1999,5.4999 C74.2299,5.4999 92.8999,24.1699 92.8999,47.1999 Z' class='outer' stroke='rgba(255,255,255,1)' stroke-width='1' fill='none'></path><path d='M43.2027,30.7156 L68.4057,44.8236 C70.2627,45.8636 70.2627,48.5366 68.4057,49.5756 L43.2027,63.6846 C41.3877,64.7006 39.1497,63.3886 39.1497,61.3086 L39.1497,33.0916 C39.1497,31.0116 41.3877,29.6996 43.2027,30.7156' class='inner' stroke='none' fill='rgba(255,255,255,1)' fill-rule='evenodd'></path></svg>");
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.content .elles-marchent__videos li:after {
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.content .elles-marchent__videos li.info {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    letter-spacing: -1.5px;
    line-height: 52px;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 700;
    line-height: 32px;
}

@media (max-width: 1000px) {
    .content .elles-marchent__videos li.info {
        font-size: 44px;
        line-height: 0.93;
        letter-spacing: -1.2px;
    }
}

@media (max-width: 650px) {
    .content .elles-marchent__videos li.info {
        font-size: 34px;
        letter-spacing: -0.5px;
        line-height: 38px;
    }
}

.content .elles-marchent__videos li.info span {
    display: block;
    padding-left: 33px;
}

.content .elles-marchent__videos li.info:after,
.content .elles-marchent__videos li.info:before {
    content: none;
}

.content .elles-marchent__videos li.no-video {
    background-size: cover !important;
    background-position: 50%;
}

.content .elles-marchent__videos li.no-video:after,
.content .elles-marchent__videos li.no-video:before {
    content: none;
}

.content .elles-marchent__learn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.content .elles-marchent__learn li {
    width: 32%;
    list-style: none;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}

.content .elles-marchent__learn li .videos {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    height: 300px;
    background-size: 200%;
    background-position: center 30%;
    background-repeat: no-repeat;
}

.content .elles-marchent__learn li .videos:before {
    content: url("data:image/svg+xml;utf8,<svg width='86px' height='86px' viewBox='8 4 86 86' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M92.8999,47.1999 C92.8999,70.2299 74.2299,88.8999 51.1999,88.8999 C28.1699,88.8999 9.4999,70.2299 9.4999,47.1999 C9.4999,24.1699 28.1699,5.4999 51.1999,5.4999 C74.2299,5.4999 92.8999,24.1699 92.8999,47.1999 Z' class='outer' stroke='rgba(255,255,255,1)' stroke-width='1' fill='none'></path><path d='M43.2027,30.7156 L68.4057,44.8236 C70.2627,45.8636 70.2627,48.5366 68.4057,49.5756 L43.2027,63.6846 C41.3877,64.7006 39.1497,63.3886 39.1497,61.3086 L39.1497,33.0916 C39.1497,31.0116 41.3877,29.6996 43.2027,30.7156' class='inner' stroke='none' fill='rgba(255,255,255,1)' fill-rule='evenodd'></path></svg>");
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.content .elles-marchent__learn li .videos:after {
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.content .elles-marchent__learn li>a {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    border: 0;
}

.content .elles-marchent__demarches {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.content .elles-marchent__demarches li {
    width: 30%;
}

.content .elles-marchent__demarches li h3 {
    text-align: center;
}

.content .elles-marchent__demarches li p {
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 650px) {
    .content .elles-marchent__demarches li {
        width: 100%;
        text-align: center;
    }
}

.content .elles-marchent__photos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content .elles-marchent__photos li {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    width: 32%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 30px;
    box-sizing: border-box;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
}

.content .elles-marchent__photos li>div {
    z-index: 1;
}

.content .elles-marchent__photos li:after {
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.4), transparent);
}

.content .elles-marchent__photos li:last-child {
    width: 66%;
    background: #2abaff;
    align-items: center;
}

.content .elles-marchent__photos li:last-child:after {
    content: none;
}

.content .elles-marchent__photos li:last-child a {
    color: #fff;
    border-color: #fff;
}

.content .elles-marchent__learn li,
.content .elles-marchent__learn li .videos,
.content .elles-marchent__videos li,
.content .elles-marchent__videos li .videos {
    transition: all 0.2s;
}

.content .elles-marchent__learn li:hover,
.content .elles-marchent__learn li:hover .videos,
.content .elles-marchent__videos li:hover,
.content .elles-marchent__videos li:hover .videos {
    background-size: 220%;
}

@media (max-width: 1000px) {
    .content .elles-marchent__learn li,
    .content .elles-marchent__photos li,
    .content .elles-marchent__videos li {
        width: 48%;
    }
    .content .elles-marchent__photos li:last-child {
        width: 100%;
    }
}

@media (max-width: 650px) {
    .content .elles-marchent__learn li,
    .content .elles-marchent__photos li,
    .content .elles-marchent__videos li {
        width: 100%;
    }
}

.error {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.error .header {
    padding: 20px 0;
}

.error .header h1 {
    font-weight: 700;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-size: 28px;
    font-style: italic;
    line-height: 0.9em;
    margin-right: 10px;
    letter-spacing: -0.7px;
    border: 0;
}

@media (max-width: 1000px) {
    .error .header h1 {
        font-size: 24px;
    }
}

@media (max-width: 650px) {
    .error .header h1 {
        font-size: 22px;
    }
}

.error section {
    flex-grow: 1;
    margin-bottom: 40px;
}

.error__box,
.error section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.error__box {
    min-width: 150px;
    height: 150px;
    background: #000;
    margin-right: 25px;
    color: #fff;
    font-size: 48px;
    letter-spacing: -1.5px;
    line-height: 52px;
}

@media (max-width: 1000px) {
    .error__box {
        font-size: 44px;
        line-height: 0.93;
        letter-spacing: -1.2px;
    }
}

@media (max-width: 650px) {
    .error__box {
        font-size: 34px;
        letter-spacing: -0.5px;
        line-height: 38px;
    }
}

.error__box--404 {
    background-image: url(../images/404.jpg);
    background-size: cover;
    background-position: 63%;
}

@media (max-width: 650px) {
    .error__box {
        display: none;
    }
}

.espace-formation {
    padding-bottom: 100px;
}

.espace-formation__header {
    background-color: #f6f9fc;
}

.espace-formation__nav .list__links--row {
    flex-wrap: wrap;
    justify-content: stretch;
}

.espace-formation__nav .list__links--row li {
    flex-basis: 100%;
    margin-bottom: 5px;
}

.espace-formation__nav .list__links--row li:last-child {
    margin-bottom: 0;
}

@media (min-width: 650px) {
    .espace-formation__nav .list__links--row li {
        flex-basis: auto;
        margin-bottom: 0;
    }
}

.espace-formation__nav .active {
    color: #0496ff;
    font-weight: 700;
}

.espace-formation__nav .this-breadcrumb {
    position: relative;
    padding-left: 24px;
}

.espace-formation__nav .this-breadcrumb:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    height: 7px;
    width: 7px;
    border: 2px solid #bac7da;
    border-bottom: none;
    border-left: none;
    margin-right: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.espace-formation__go-back {
    display: inline-block;
    border: none;
    opacity: 0.5;
    transition: opacity 0.2s;
}

.espace-formation__go-back img {
    margin: 5px;
}

.espace-formation__go-back:hover {
    opacity: 1;
}

.espace-formation__head {
    padding-top: 35px;
    margin-bottom: 30px;
}

@media (min-width: 650px) {
    .espace-formation__head {
        padding-top: 75px;
        margin-bottom: 60px;
    }
}

.espace-formation__head--title span {
    color: #0496ff;
}

.espace-formation__intro {
    max-width: 790px;
}

.espace-formation__intro p {
    font-family: Roboto, Helvetica, sans-serif;
}

.espace-formation__qcm {
    width: 100%;
    background-color: #ffedc1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px;
}

.espace-formation__qcm p {
    margin: 0;
}

@media (min-width: 1000px) {
    .espace-formation__qcm {
        padding: 40px 50px;
    }
}

.espace-formation__descr {
    width: 100%;
    max-width: 790px;
    box-sizing: border-box;
}

.espace-formation__descr p {
    font-family: Roboto, Helvetica, sans-serif;
    margin-bottom: 20px;
}

@media (min-width: 650px) {
    .espace-formation__descr p {
        margin-bottom: 0;
    }
}

.espace-formation__cases {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
}

@media (min-width: 1000px) {
    .espace-formation__cases {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: nowrap;
    }
}

.espace-formation__case {
    flex-grow: 1;
    flex-basis: 100%;
    margin-bottom: 20px;
}

@media (min-width: 1000px) {
    .espace-formation__case {
        margin-right: 26px;
    }
}

.espace-formation__case * {
    box-sizing: border-box;
}

.espace-formation__case--number {
    display: block;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #aab8cc;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.espace-formation__case--title {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 20px;
}

@media (min-width: 1000px) {
    .espace-formation__case--title {
        min-height: 44px;
    }
}

.espace-formation__case ul {
    font-family: Roboto, Helvetica, sans-serif;
}

.espace-formation__case ul li {
    list-style: none;
    width: 100%;
    margin-bottom: 10px;
}

.espace-formation__case ul li a.espace-formation__module {
    display: block;
    width: 100%;
    overflow: hidden;
    min-height: 80px;
    color: #444;
    padding: 20px 20px 20px 24px;
    font-size: 18px;
    line-height: 20px;
    background-color: #f6f9fc;
    transition: all 0.2s;
    border-radius: 3px;
    border: solid #000;
    border-width: 0 0 0 4px;
}

.espace-formation__case ul li a.espace-formation__module:hover {
    background-color: #e9f0f7;
}

.espace-formation__case--1 .espace-formation__case--title {
    color: #0496ff;
}

.espace-formation__case--1 ul li a.espace-formation__module {
    border-color: #0496ff;
}

.espace-formation__case--2 .espace-formation__case--title {
    color: #ffc000;
}

.espace-formation__case--2 ul li a.espace-formation__module {
    border-color: #ffc000;
}

.espace-formation__case--3 .espace-formation__case--title {
    color: #29e4c5;
}

.espace-formation__case--3 ul li a.espace-formation__module {
    border-color: #29e4c5;
}

@media (min-width: 1000px) {
    .espace-formation__case--4 {
        margin-right: 0;
    }
}

.espace-formation__case--4 .espace-formation__case--title {
    color: #fe495c;
}

.espace-formation__case--4 ul li a.espace-formation__module {
    border-color: #fe495c;
}

.espace-formation article h1 {
    font-size: 28px;
    letter-spacing: -0.6px;
    line-height: 32px;
}

.espace-formation article h2 {
    font-size: 24px;
    line-height: 1.2em;
}

@media (max-width: 650px) {
    .espace-formation article h2 {
        font-size: 20px;
        line-height: 27px;
    }
}

.espace-formation article h3 {
    font-size: 20px;
    line-height: 27px;
}

.espace-formation article h1,
.espace-formation article h2,
.espace-formation article h3,
.espace-formation article h4 {
    margin-bottom: 10px;
}

.espace-formation li,
.espace-formation p {
    color: #444;
    font-family: Roboto, Helvetica, sans-serif;
}

.espace-formation__article {
    margin-bottom: 100px;
    padding-top: 50px;
}

.espace-formation__article article h1 {
    margin-top: 10px;
}

.content .explainer h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
    line-height: 38px;
    text-align: center;
}

@media (max-width: 650px) {
    .content .explainer h2 {
        font-size: 28px;
        line-height: 1.2em;
    }
}

.content .explainer__description {
    font-size: 20px;
    line-height: 27px;
    padding: 40px 0 10px;
}

.content .explainer__articles,
.content .explainer__description {
    width: 90%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.content .explainer__articles>ul>li {
    padding: 60px 0 20px;
}

.content .explainer__articles ul>li>ul {
    padding-left: 40px;
}

.content .explainer__articles ul>li>ul>li {
    font-size: 24px;
    line-height: 1.2em;
    list-style: disc outside url(../images/icons/icon__dot--blue.svg);
    padding: 20px 0 0 8px;
}

@media (max-width: 650px) {
    .content .explainer__articles ul>li>ul>li {
        font-size: 20px;
        line-height: 27px;
    }
}

.content .explainer__articles ul>li>ul>li a {
    border: none;
}

.content .explainer__video-row {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

.content .explainer__video-row p {
    font-weight: 700;
    text-align: left;
    margin: 0;
    padding: 10px 5px;
}

.content .explainer__video-row a {
    margin: 5px 0;
    display: inline-block;
    border: none;
}

.content .explainer__video-row ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin-top: 25px;
}

.content .explainer__video-row ul li {
    list-style-type: none;
    width: 23.35%;
}

@media (max-width: 1000px) {
    .content .explainer__video-row ul li {
        width: 48%;
        margin-bottom: 20px;
    }
}

@media (max-width: 650px) {
    .content .explainer__video-row ul li {
        width: 100%;
    }
}

.content .explainer__video-row ul li>div {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.content .explainer__video-row ul li>div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content .explainer__video-row--triptique {
    max-width: 900px;
}

@media (max-width: 1000px) {
    .content .explainer__video-row--triptique ul {
        justify-content: space-around;
    }
}

.content .explainer__video-row--triptique ul li {
    width: 31.15%;
}

@media (max-width: 1000px) {
    .content .explainer__video-row--triptique ul li {
        width: 48%;
        margin-bottom: 20px;
    }
}

@media (max-width: 650px) {
    .content .explainer__video-row--triptique ul li {
        width: 100%;
    }
}

.facebook__subtitle {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
}

.facebook__example {
    padding-top: 60px;
    text-align: center;
}

.facebook__example img {
    max-width: 100%;
}

.facebook__legalities__checkbox {
    padding-top: 40px;
}

.facebook__legalities__checkbox label {
    font-size: 12px !important;
    color: #999;
    text-align: justify;
}

.facebook__legalities__text {
    padding-top: 60px;
    font-size: 12px !important;
    color: #999;
    text-align: left;
}

.facebook__chooser__choice {
    vertical-align: top;
    display: inline-block;
    padding: 15px;
}

.facebook__chooser__image--loading,
.facebook__chooser__image img {
    width: 175px;
    height: 175px;
    padding: 0;
    margin: 0 0 10px;
}

.facebook__chooser__image--loading {
    display: inline-block;
    background: url(../images/loader-sm.gif) no-repeat 50% 50% #f5f5f5;
    border: 1px solid #e5e5e5;
}

.content.je-marche header {
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
    margin-bottom: 0;
}

@media (max-width: 650px) {
    .content.je-marche header {
        padding-bottom: 30px;
    }
}

.content.je-marche header svg {
    width: 300px;
    height: 120px;
}

@media (max-width: 650px) {
    .content.je-marche header svg {
        width: 280px;
    }
}

.content.je-marche header h2 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}

@media (max-width: 650px) {
    .content.je-marche header h2 {
        font-size: 20px;
        line-height: 27px;
    }
}

.content.je-marche .action__block {
    padding: 20px 0 85px;
}

.content.je-marche .action__items ul {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 1000px) {
    .content.je-marche .action__items ul {
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}

.content.je-marche .action__items ul li {
    width: 47.5%;
    height: 92px;
}

.content.je-marche .action__items ul li:nth-child(-n+3) {
    margin-bottom: 22px;
}

@media (max-width: 1000px) {
    .content.je-marche .action__items ul li {
        width: auto;
        margin-right: 10px;
        height: auto;
    }
}

.content.je-marche .action__items .action__menu__item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    line-height: 18px;
    text-align: center;
    background: #fff;
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding: 20px;
    box-sizing: border-box;
}

.content.je-marche .action__items .action__menu__item:hover {
    color: #000;
    background: #e5e5e5;
}

.content.je-marche .action__items .action__menu__item--active {
    background: #444;
    color: #fff;
}

.content.je-marche .action__items .action__menu__item--active:hover {
    background: #222;
    color: #fff;
}

.content.je-marche .action__items .action__item {
    width: 42%;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 320px;
}

@media (max-width: 1000px) {
    .content.je-marche .action__items .action__item {
        width: 100%;
        height: auto;
    }
}

.content.je-marche .action__items .action__item h4 {
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
}

.content.je-marche .action__items .action__item p {
    margin: 0;
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 400;
}

.content.je-marche .action__items .action__item a {
    margin-top: 20px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 7px 15px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    transition: all 0.45s;
    box-sizing: border-box;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    background: #444;
    border: 1px solid #444;
}

.content.je-marche .action__items .action__item a:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.content.je-marche .action__items .action__item a:disabled,
.content.je-marche .action__items .action__item a:disabled:hover {
    opacity: 0.7;
    background: #e5e5e5;
    color: #7f7f7f;
    border-color: #bcbcbc;
    cursor: not-allowed;
}

.content.je-marche .action__items .action__item a:hover {
    background: #222;
    border-color: #222;
}

.content.je-marche label {
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 20px;
}

.content.je-marche textarea {
    padding: 15px 10px;
}

.legislatives__map {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.legislatives__status-selector {
    margin-bottom: 40px;
    text-align: center;
}

.legislatives__status-selector__won--inactive {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 7px 15px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    transition: all 0.45s;
    box-sizing: border-box;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    font-weight: 500;
    color: #e53072;
    border: 1px solid #fff;
    background-color: #fff;
}

.legislatives__status-selector__won--inactive:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.legislatives__status-selector__won--inactive:disabled,
.legislatives__status-selector__won--inactive:disabled:hover {
    opacity: 0.7;
    background: #e5e5e5;
    color: #7f7f7f;
    border-color: #bcbcbc;
    cursor: not-allowed;
}

.legislatives__status-selector__won--inactive:hover {
    color: #e53072;
    border-color: #fff;
    background-color: #fff;
    text-decoration: underline;
}

.legislatives__status-selector__won--active {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 7px 15px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    transition: all 0.45s;
    box-sizing: border-box;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #ff4d89;
    background-color: #ff4d89;
}

.legislatives__status-selector__won--active:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.legislatives__status-selector__won--active:disabled,
.legislatives__status-selector__won--active:disabled:hover {
    opacity: 0.7;
    background: #e5e5e5;
    color: #7f7f7f;
    border-color: #bcbcbc;
    cursor: not-allowed;
}

.legislatives__status-selector__won--active:hover {
    background-color: #e53072;
    border-color: #e53072;
}

.legislatives__status-selector__qualified--inactive {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 7px 15px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    transition: all 0.45s;
    box-sizing: border-box;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    font-weight: 500;
    color: #009fe1;
    border: 1px solid #fff;
    background-color: #fff;
}

.legislatives__status-selector__qualified--inactive:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.legislatives__status-selector__qualified--inactive:disabled,
.legislatives__status-selector__qualified--inactive:disabled:hover {
    opacity: 0.7;
    background: #e5e5e5;
    color: #7f7f7f;
    border-color: #bcbcbc;
    cursor: not-allowed;
}

.legislatives__status-selector__qualified--inactive:hover {
    color: #009fe1;
    border-color: #fff;
    background-color: #fff;
    text-decoration: underline;
}

.legislatives__status-selector__qualified--active {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 7px 15px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    transition: all 0.45s;
    box-sizing: border-box;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #2abaff;
    background-color: #2abaff;
}

.legislatives__status-selector__qualified--active:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.legislatives__status-selector__qualified--active:disabled,
.legislatives__status-selector__qualified--active:disabled:hover {
    opacity: 0.7;
    background: #e5e5e5;
    color: #7f7f7f;
    border-color: #bcbcbc;
    cursor: not-allowed;
}

.legislatives__status-selector__qualified--active:hover {
    background-color: #009fe1;
    border-color: #009fe1;
}

.legislatives__status-selector__all--inactive {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 7px 15px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    transition: all 0.45s;
    box-sizing: border-box;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    font-weight: 500;
    color: #444;
    border: 1px solid #fff;
    background-color: #fff;
}

.legislatives__status-selector__all--inactive:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.legislatives__status-selector__all--inactive:disabled,
.legislatives__status-selector__all--inactive:disabled:hover {
    opacity: 0.7;
    background: #e5e5e5;
    color: #7f7f7f;
    border-color: #bcbcbc;
    cursor: not-allowed;
}

.legislatives__status-selector__all--inactive:hover {
    color: #444;
    border-color: #fff;
    background-color: #fff;
    text-decoration: underline;
}

.legislatives__status-selector__all--active {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 7px 15px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    transition: all 0.45s;
    box-sizing: border-box;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    font-weight: 500;
    color: #444;
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5;
}

.legislatives__status-selector__all--active:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.legislatives__status-selector__all--active:disabled,
.legislatives__status-selector__all--active:disabled:hover {
    opacity: 0.7;
    background: #e5e5e5;
    color: #7f7f7f;
    border-color: #bcbcbc;
    cursor: not-allowed;
}

.legislatives__status-selector__all--active:hover {
    color: #444;
    background-color: #bcbcbc;
    border-color: #bcbcbc;
}

.legislatives__header {
    margin: 20px auto;
}

@media (max-width: 650px) {
    .legislatives__header {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .legislatives__header>a {
        padding-left: 5%;
    }
    .legislatives__header nav {
        margin-top: 20px;
        padding-left: 5%;
        box-sizing: border-box;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        display: block;
        position: relative;
    }
    .legislatives__header nav:after {
        content: "gradient";
        overflow: hidden;
        position: absolute;
        text-indent: -9999rem;
        font-size: 0;
        line-height: 0;
        top: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
        width: 40px;
        right: 0;
        left: auto;
        top: -5px;
    }
    .legislatives__header ul {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        width: auto;
        justify-content: flex-start;
        padding: 0 0 20px;
        -webkit-overflow-scrolling: touch;
    }
    .legislatives__header ul li:last-child {
        padding-right: 50px;
    }
}

@media (max-width: 650px) {
    .legislatives header {
        padding: 0 0 40px;
    }
}

.legislatives input[type="text"] {
    border: 0;
    border-bottom: 1px solid #000;
    padding: 6px 0;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin: 0 20px 0 auto;
}

.legislatives input[type="text"]::placeholder {
    color: #bcbcbc;
}

.legislatives input[type="text"]:focus {
    outline: none;
}

.legislatives select {
    font-size: 16px;
    line-height: 24px;
    border: 0;
    background: 0;
    border-radius: 0;
    -webkit-appearance: none;
    border-bottom: 1px solid #000;
    padding: 6px 0;
    min-width: 272px;
}

.legislatives__form {
    display: flex;
    align-items: center;
}

@media (max-width: 1000px) {
    .legislatives__form {
        flex-direction: column;
        align-items: flex-start;
    }
    .legislatives__form .fa {
        margin: 0;
    }
    .legislatives__form .l__row,
    .legislatives__form .l__row>select {
        width: 100%;
    }
    .legislatives__form .l__row {
        margin: 15px 0 0;
    }
}

.legislatives__form .label {
    margin-right: 10px;
}

.legislatives__form .fa {
    margin-left: -10px;
}

.legislatives__no_results {
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.legislatives__trombi__item {
    width: 32%;
    margin-bottom: 20px;
    height: 248px;
}

@media (max-width: 1000px) {
    .legislatives__trombi__item {
        width: 48%;
    }
}

@media (max-width: 650px) {
    .legislatives__trombi__item {
        width: 100%;
    }
}

.legislatives__trombi__item__visual {
    top: 0;
    left: 0;
    height: auto;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: flex-end;
    padding: 10px 15px;
    box-sizing: border-box;
    transition: all 0.2s;
}

.legislatives__trombi__item__visual:before {
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.legislatives__trombi__item__visual:hover {
    background-size: 120%;
}

.legislatives__trombi__item__visual>div {
    z-index: 2;
}

.legislatives__trombi__item__status {
    position: absolute;
    z-index: 10;
    display: inline-flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 7px 15px;
    margin: 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    transition: all 0.45s;
    box-sizing: border-box;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
}

.legislatives__trombi__item__status--qualified {
    background: #2abaff;
}

.legislatives__trombi__item__status--won {
    background: #ff4d89;
}

.legislatives__social .fa {
    font-size: 24px;
    margin-left: 5px;
    cursor: pointer;
}

.legislatives__social .fa-facebook-official {
    color: #3b5998;
}

.legislatives__social .fa-twitter {
    color: #1da1f2;
}

.legislatives__social .fa:hover {
    opacity: 0.8;
}

.legislatives__candidate__photo {
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 40%;
    height: 250px;
}

@media (max-width: 1000px) {
    .legislatives__candidate__photo {
        height: 175px;
    }
}

@media (max-width: 650px) {
    .legislatives__candidate__photo {
        width: 100%;
    }
}

.legislatives__candidate__info {
    width: 57%;
}

@media (max-width: 650px) {
    .legislatives__candidate__info {
        width: 100%;
        margin-top: 20px;
    }
}

.legislatives__candidate__info__label {
    display: inline-flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 7px 15px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    transition: all 0.45s;
    box-sizing: border-box;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
}

.legislatives__candidate__info__label--qualified {
    background: #2abaff;
}

.legislatives__candidate__info__label--won {
    background: #ff4d89;
}

.hidden {
    display: none;
}

.listing {
    margin-bottom: 70px;
}

.listing nav {
    text-align: center;
    border-top: 1px solid rgba(0, 35, 73, 0.15);
    padding-top: 20px;
}

.listing nav ul li {
    display: inline;
    margin-right: 20px;
}

.listing nav ul li.active {
    font-weight: 700;
}

.listing nav ul li.label {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.5px;
}

.listing nav ul li a {
    border: none;
}

.listing__paginator {
    text-align: center;
    margin-top: 50px;
}

.listing__paginator ul li {
    display: inline-block;
    height: 40px;
    min-width: 40px;
    border: 1px solid #000;
}

.listing__paginator ul li:hover {
    border-color: rgba(0, 0, 0, 0.5);
}

.listing__paginator ul li a {
    top: 9px;
    position: relative;
    border: none;
    padding: 11px 15px 10px;
}

.listing__paginator ul li a svg {
    top: 2px;
    position: relative;
}

.listing__paginator ul li.active {
    border: none;
    font-weight: 700;
}

.listing article ul {
    padding: 0;
}

.listing article ul li {
    display: flex;
    align-items: center;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 15px 0;
}

.listing article ul li:last-child {
    border: none;
}

.listing article ul li .thumbnail {
    margin-right: 3%;
    width: 27%;
    display: flex;
    align-items: inherit;
}

.listing article ul li .thumbnail img {
    width: 100%;
    background-color: #bcbcbc;
}

@media (max-width: 650px) {
    .listing article ul li .thumbnail {
        width: 110px;
        height: 75px;
        margin-right: 15px;
    }
}

.listing article ul li h2 {
    font-size: 24px;
    line-height: 1.2em;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 650px) {
    .listing article ul li h2 {
        font-size: 20px;
        line-height: 27px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
    }
}

.listing article ul li div {
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 10px;
    width: 70%;
}

.listing article ul li a {
    border: none;
}

.listing article ul li .share {
    color: #bcbcbc;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

@media (max-width: 650px) {
    .listing article ul li .share {
        display: none;
    }
}

.listing article ul li .share .fa {
    font-size: 20px;
    margin-left: 5px;
    cursor: pointer;
}

.listing article ul li .share .fa-facebook-square:hover {
    color: #3b5998;
}

.listing article ul li .share .fa-twitter:hover {
    color: #1da1f2;
}

.mooc h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
    line-height: 38px;
    max-width: 430px;
    text-align: center;
}

@media (max-width: 650px) {
    .mooc h2 {
        font-size: 28px;
        line-height: 1.2em;
    }
}

.mooc h3 {
    font-size: 24px;
    line-height: 1.2em;
    margin-top: 7px;
}

@media (max-width: 650px) {
    .mooc h3 {
        font-size: 20px;
        line-height: 27px;
    }
}

.mooc iframe {
    max-width: 100%;
}

.mooc .hero p i {
    margin-top: 5px;
    display: block;
}

.mooc__testimonials {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mooc__testimonials__text {
    font-weight: 700;
    font-style: italic;
    width: 90%;
    max-width: 1200px;
    width: 80%;
    margin: 0 auto 10px;
}

.mooc__testimonials__name {
    font-family: Roboto, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    line-height: 18px;
    color: #ff4d89;
    font-weight: 700;
    margin-bottom: 5px;
}

.mooc__testimonials .carousel__control {
    border-color: #ff4d89;
}

.mooc__testimonials .carousel__indicator {
    display: none;
}

.mooc__testimonials__pic img {
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.mooc__schedule {
    background: #ff4d89;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 60px 0;
    position: relative;
}

@media (min-width: 1000px) {
    .mooc__schedule:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -50px;
        height: 900px;
        background-image: url(../images/campus/campus-plane.png), url(../images/campus/campus-notebook.png);
        background-repeat: no-repeat, no-repeat;
        background-size: 120px, 145px;
        background-position: 80% 0, 20% 20%;
    }
}

.mooc__week {
    width: 90%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 10px;
}

.mooc__week__title {
    color: #fad539;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
}

.mooc__week--left {
    flex: 3;
    text-align: right;
    padding: 0 15px;
}

.mooc__week--dot {
    flex: 0.7;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.mooc__week--dot>i:first-child {
    border: 10px solid #fad539;
    background: transparent;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    box-sizing: border-box;
}

.mooc__week--dot>i:nth-child(2) {
    width: 7px;
    min-height: 100px;
    background: rgba(255, 235, 0, 0.5);
    flex: 1;
    margin-top: 10px;
}

.mooc__week:last-child .mooc__week--dot i:nth-child(2) {
    display: none;
}

.mooc__week--right {
    flex: 3;
    padding: 0 15px;
}

@media (max-width: 650px) {
    .mooc__week:nth-child(odd) .mooc__week--right {
        display: none;
    }
    .mooc__week:nth-child(odd) .mooc__week--left {
        order: 2;
        text-align: left;
    }
    .mooc__week:nth-child(2n) .mooc__week--left {
        display: none;
    }
}

.mooc__cta,
.mooc__partner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 60px 0;
}

.mooc__partner {
    border-top: 1px solid #e5e5e5;
    color: #999;
    font-family: Roboto, Helvetica, sans-serif;
}

.mooc__partner>div {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
}

.mooc__partner>p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.organizational-chart *,
.organizational-chart :after,
.organizational-chart :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.organizational-chart a {
    border-bottom: none;
}

.organizational-chart span.function {
    border-bottom: 1px solid #fff;
}

ol.organizational-chart,
ol.organizational-chart li,
ol.organizational-chart li>div,
ol.organizational-chart ol {
    position: relative;
    display: inline-block;
}

ol.organizational-chart,
ol.organizational-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

ol.organizational-chart>li>div:after,
ol.organizational-chart>li>div:before,
ol.organizational-chart li:after,
ol.organizational-chart li:before,
ol.organizational-chart ol:after,
ol.organizational-chart ol:before {
    display: none;
}

ol.organizational-chart {
    margin: 0 !important;
}

ol.organizational-chart h1,
ol.organizational-chart h2 {
    font-size: 20px;
    line-height: 27px;
}

.organizational-chart>li>div {
    width: 100% !important;
    margin: 0 !important;
}

.organizational-chart>li:first-child {
    margin-top: 30px !important;
}

ol.organizational-chart>li>ol>li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 15px !important;
}

ol.organizational-chart>li>ol>li>ol>li>div,
ol.organizational-chart>li>ol>li>ol>li>ol>li>ol>li>div,
ol.organizational-chart>li>ol>li>ol>li>ol>li>ol>li>div>ol>li>div {
    background: #fff !important;
}

ol.organizational-chart>li>div>h3 {
    font-size: 21px;
    color: #000;
    text-transform: none;
    font-weight: 700;
}

ol.organizational-chart>li>ol.organizational-chart>li>ol>li {
    flex: 1;
    padding-top: 0 !important;
}

@media (max-width: 650px) {
    ol.organizational-chart>li>ol.organizational-chart>li>ol>li {
        padding-right: 0 !important;
    }
}

ol.organizational-chart>li>ol.organizational-chart>li>ol>li:last-child {
    padding-right: 0 !important;
}

.organizational-chart>li>ol.organizational-chart {
    flex-direction: column !important;
}

.organizational-chart h3 {
    font-weight: 400;
    color: #7b889b;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-right: 12px;
}

.organizational-chart h3 a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 10px 10px;
    color: #000;
    width: 280px;
    height: 165px;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04), 0 2px 5px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
}

.organizational-chart h3 a .name {
    text-transform: none;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.organizational-chart h3 a .name--empty {
    font-style: italic;
    color: #bcbcbc;
    font-weight: 400;
}

.organizational-chart h3 a .already-co-referent,
.organizational-chart h3 a .function,
.organizational-chart h3 a .referent-person-link {
    border: 0;
    margin-top: 5px;
    font-size: 16px;
    color: #8c8c8c;
    text-transform: none;
}

.organizational-chart h3 a .referent-person-link {
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: #2abeaf;
}

.amount-chooser {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.amount-chooser__button,
.amount-chooser__other {
    font-family: Roboto, Helvetica, sans-serif;
    cursor: pointer;
    width: 24%;
    height: 56px;
    line-height: 56px;
    margin-bottom: 8px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e1e5ea;
    border-radius: 2px;
    color: #444;
    transition: background-color 0.2s, border 0.2s;
    font-size: 16px;
    text-align: center;
}

.amount-chooser__button:hover,
.amount-chooser__other:hover {
    border-color: #1d5fd1;
}

.amount-chooser__monthly {
    text-align: left;
    margin-bottom: 10px;
    display: flex;
}

.amount-chooser__monthly label {
    margin-top: 10px;
    cursor: pointer;
    font-size: 15px !important;
}

@media (max-width: 650px) {
    .amount-chooser__monthly {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
}

.amount-chooser__monthly .flex-top {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.amount-chooser__monthly .em-form__group {
    margin-bottom: 10px;
}

.amount-chooser__help {
    width: 100%;
    font-family: Roboto, Helvetica, sans-serif;
    text-align: left;
    margin-top: 5px;
    font-size: 12px;
    line-height: normal;
    color: #8c8c8c;
}

.amount-chooser__button {
    outline: 0;
}

.amount-chooser__button--selected {
    color: #1d5fd1;
    border-color: #1d5fd1;
    font-weight: 700;
}

.amount-chooser__other {
    position: relative;
    width: 100%;
}

.amount-chooser__other__input {
    box-sizing: border-box;
    width: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 16px;
    border: none;
    cursor: text;
    text-align: left;
    padding: 0 20px 0 12px;
    outline: 0;
}

.amount-chooser__other__input:hover {
    background: transparent;
}

.amount-chooser__other__input::-webkit-inner-spin-button,
.amount-chooser__other__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.amount-chooser__other__label {
    position: absolute;
    height: 56px;
    line-height: 56px;
    margin: 0;
    top: 0;
    right: 15px;
    font-size: 16px;
    color: #444;
}

.amount-chooser__other__label span {
    display: none;
}

.donate__text {
    max-width: 285px;
}

@media (max-width: 650px) {
    .donate__text {
        max-width: 100%;
    }
}

.donate__text h2 {
    line-height: 41px;
}

@media (max-width: 650px) {
    .donate__text h2 {
        line-height: 1.2em;
    }
}

.donate__form {
    margin-left: 15px;
    width: 450px;
}

.donate__form__chooser__input {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}

.donate__form__button {
    display: block;
    width: 100%;
    justify-content: center;
    align-items: center;
    border: 0;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
}

.donate__form__button svg {
    position: relative;
    top: 2px;
    left: 5px;
}

@media (max-width: 650px) {
    .donate__form {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }
}

.donate__form .amount-chooser__button,
.donate__form .amount-chooser__other {
    width: 23%;
    margin-bottom: 10px;
    border: none;
}

@media (max-width: 650px) {
    .donate__form .amount-chooser__button,
    .donate__form .amount-chooser__other {
        width: 48%;
    }
}

.donate__form .amount-chooser__button {
    background: #fff;
    color: #000;
}

.donate__form .amount-chooser__button:hover {
    background: #e5e5e5;
}

.donate__form .amount-chooser__button--selected {
    background: #ff3a3a;
    color: #fff;
}

.donate__form .amount-chooser__button--selected:hover {
    background: #da2323;
}

.donate__form .amount-chooser__other {
    background: #fff;
    width: 100%;
}

.donate__form .amount-chooser__monthly {
    margin: 0 auto 10px;
}

.donate--home {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.donate--home .donate__text {
    max-width: 400px;
}

.donate--home .amount-chooser__monthly {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 3px 10px;
}

.donate--home .amount-chooser__help {
    display: none;
}

.donation__form {
    width: 550px;
    background: #fff;
    margin: 0 50px 0 auto;
    text-align: center;
    box-sizing: border-box;
}

@media (max-width: 650px) {
    .donation__form {
        width: 100%;
        margin: 0;
    }
}

.donation__form.donate-adhesion {
    margin: auto;
}

.donation__form.donate-adhesion .amount-chooser__button,
.donation__form.donate-adhesion .amount-chooser__other {
    border: 1px solid #e1e5ea;
}

.donation__form.donate-adhesion .amount-chooser__button--selected {
    border: none;
}

.donation__form form {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
}

.donation__form h2 {
    font-size: 35px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.15;
    letter-spacing: -0.7px;
}

.donation__form h2,
.donation__form h3 {
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
}

.donation__form h3 {
    font-size: 20px;
    line-height: 27px;
}

.donation__form .fluo {
    background: #fad539;
    font-family: Roboto, Helvetica, sans-serif;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin: 10px 0 17px;
    display: inline-block;
}

.donation__form .montant {
    margin-bottom: 20px;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
}

.donation__form__amount {
    margin-bottom: 40px;
}

.donation__form__amount .donate__amounts label.amount {
    background: #9b9b9b;
    color: #fff;
}

.donation__form__amount .donate__amounts label.amount:hover {
    background: #ff4d89;
}

.donation__form__amount .donate__amounts .other-amount {
    background: #ececec;
}

.donation__form__reductions div:first-child {
    margin-top: 40px;
    font-size: 30px;
    font-weight: 700;
}

.donation__form__phone {
    max-width: 200px;
}

.donation__form__city {
    width: 208px;
}

.donation__frequency input {
    visibility: hidden;
}

.donation__frequency input:checked+label {
    background-color: #ff4d89;
    border-color: #ff4d89;
    color: #fff;
}

.donation__frequency .btn--frequency {
    background: #bcbcbc;
    border-color: #bcbcbc;
    color: #000;
    width: 100px;
}

.donation__frequency--amount {
    border: 1px solid #bcbcbc;
}

.donation__form-note {
    top: 110px;
    position: relative;
}

@media (max-width: 1000px) {
    .donation__form-note {
        display: none;
    }
}

.donation__form-quote {
    width: 250px;
    color: #fff;
    font-size: 20px;
}

.donation__loader {
    display: none;
    text-align: center;
    margin-top: 60px;
}

.donation__loader__text {
    margin-top: 50px;
}

.donation__amount-chooser {
    position: relative;
    padding-bottom: 60px;
}

.donation__amount-chooser__after-taxes {
    position: absolute;
    left: 0;
    right: 0;
    margin: 15px 0 25px;
    font-size: 15px;
    color: #444;
    font-family: Roboto, Helvetica, sans-serif;
}

.donation__amount-chooser__after-taxes .after-taxes-amount {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.donation__amount-chooser__after-taxes .infos-taxe-reduction {
    width: 18px;
    min-width: 18px;
    height: 18px;
    display: inline-block;
    box-sizing: border-box;
    line-height: 15px;
    font-size: 13px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #e1e5ea;
    font-weight: 700;
    color: #444;
    cursor: pointer;
}

.donation__amount-chooser__after-taxes .infos-taxe-reduction__content {
    opacity: 0;
    pointer-events: none;
    z-index: 25;
    box-sizing: border-box;
    background: #d3e2f0;
    padding: 20px;
    text-align: left;
    border-radius: 3px;
    color: #444;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    transition: opacity 0.125s ease-in-out;
    -webkit-transition: opacity 0.125s ease-in-out;
}

@media (min-width: 1000px) {
    .donation__amount-chooser__after-taxes .infos-taxe-reduction__content {
        width: 480px;
        padding: 30px;
        right: -20px;
        left: auto;
    }
}

.donation__amount-chooser__after-taxes .infos-taxe-reduction__content div {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

.donation__amount-chooser__after-taxes .infos-taxe-reduction__content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.donation__amount-chooser__after-taxes .infos-taxe-reduction:hover .infos-taxe-reduction__content {
    opacity: 1;
    pointer-events: all;
}

.donation__amount-chooser input[type="checkbox"]:checked+label:before {
    background: #0cd283;
    border-color: #0cd283;
}

.donation__payment {
    min-height: 100vh;
}

.donation__loader {
    margin: auto;
}

.donation-highlight {
    color: #1d5fd1;
    font-weight: 700;
}

.donation-reassurance {
    font-size: 0;
}

.donation-reassurance__item {
    display: inline-flex;
    align-items: center;
    color: #7b889b;
    border-radius: 2px;
    text-transform: uppercase;
    margin-right: 20px;
    line-height: normal;
}

.donation-reassurance__item span {
    line-height: 26px;
    font-size: 14px;
}

.donation-reassurance__item svg {
    padding: 2px;
    border-radius: 30px;
    margin-right: 8px;
    background-color: #ebf4ff;
    fill: #698ab3;
}

.donation-reassurance.dark .donation-reassurance__item {
    color: #fff;
}

.donation-reassurance.dark svg {
    fill: #fff;
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 100%, 0.25);
}

.donation-subtitle {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #000;
}

.donation-subtitle span {
    background-color: #ebf4ff;
    color: #1d5fd1;
}

.donation__header {
    position: relative;
    z-index: 20;
    color: #fff;
    background-color: #3a3241;
}

.donation__header.with-bkg {
    background-image: url(https://storage.googleapis.com/en-marche-prod/static/donation-background.jpg);
    background-position: center top -245px;
}

.donation__header__content {
    height: 100px;
    display: flex;
    align-items: center;
}

.donation__header__steps {
    margin: 0 auto;
}

.donation__header__steps ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.donation__header__steps ul li {
    display: inline-block;
    text-transform: uppercase;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    margin: 0 6px;
    vertical-align: middle;
}

.donation__header__steps ul li.chevron {
    display: none;
}

.donation__header__steps ul li.active {
    display: inline-block;
}

.donation__header__steps ul li.next {
    opacity: 0.5;
}

.donation__header__steps ul li a {
    color: #fff;
    border-color: #fff;
}

.donation__header__steps ul li img {
    vertical-align: middle;
}

@media (min-width: 650px) {
    .donation__header__steps ul li {
        font-size: 14px;
        margin: 0 10px;
    }
    .donation__header__steps ul li.chevron {
        display: inline-block;
    }
}

@media (min-width: 1000px) {
    .donation__header__steps ul li {
        display: inline-block;
    }
}

.donation__header__steps.right {
    margin: 0 0 0 auto;
}

.donation__landing {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 1000px) {
    .donation__landing .donation__header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: transparent;
    }
}

.donation__landing .donation-hero {
    position: relative;
    width: 100%;
    height: 670px;
    background-color: #000;
    background-image: url(https://storage.googleapis.com/en-marche-prod/static/donation-background.jpg);
    background-position: left -450px top -280px;
    order: 2;
}

@media (min-width: 1000px) {
    .donation__landing .donation-hero {
        order: 1;
        background-position: center -275px;
        background-repeat: no-repeat;
    }
}

@media (min-width: 2000px) {
    .donation__landing .donation-hero {
        background-position: 50%;
        background-size: cover;
    }
}

.donation__landing .donation-hero__overlay {
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 438px;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}

.donation__landing .donation-hero__container {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}

.donation__landing .donation-hero__content {
    width: 100%;
    max-width: 100%;
    padding-bottom: 70px;
}

@media (min-width: 1000px) {
    .donation__landing .donation-hero__content {
        max-width: calc(90% - 440px);
    }
}

.donation__landing .donation-hero__content h1 {
    line-height: normal;
    margin-bottom: 30px;
}

.donation__landing .donation-hero__content p {
    margin-bottom: 40px;
}

.donation-box__container {
    position: relative;
    background-color: #3a3241;
    pointer-events: none;
    padding-bottom: 30px;
}

@media (min-width: 1000px) {
    .donation-box__container {
        background-color: transparent;
        margin-top: -550px;
        position: sticky;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        top: 6vh;
        order: 2;
        padding-bottom: 0;
    }
}

.donation-box__container .l__wrapper {
    display: flex;
    justify-content: center;
}

@media (min-width: 1000px) {
    .donation-box__container .l__wrapper {
        justify-content: flex-end;
    }
}

.donation-box,
.donation-box__back,
.donation-box__flip,
.donation-box__front {
    height: 620px;
    width: 100%;
    max-width: 440px;
    box-sizing: border-box;
}

.donation-box,
.donation-box__flip {
    position: relative;
}

.donation-box__back,
.donation-box__front {
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 3px;
    padding: 50px 20px 0;
    pointer-events: all;
}

.donation-box__back.disable,
.donation-box__front.disable {
    pointer-events: none;
}

@media (min-width: 650px) {
    .donation-box__back,
    .donation-box__front {
        padding: 50px 50px 0;
    }
}

.donation-box {
    pointer-events: all;
    -moz-transform: perspective(1500px);
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.donation-box__flip {
    background-color: #fff;
    transition: all 0.5s ease-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-radius: 3px;
}

.donation-box__flip.with-shadow {
    box-shadow: 10px 10px 36px 0 rgba(18, 48, 100, 0.15);
}

.donation-box__flip.flipped {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.donation-box__front {
    background-color: #fff;
    text-align: center;
}

.donation-box__back {
    background-color: #fff;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.donation-box__head h1 {
    font-weight: 400;
    font-style: italic;
}

.donation-box__head h2 {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
}

.donation-box__sending-address {
    background-color: #f6f9fc;
    border-radius: 3px;
    padding: 20px;
    margin: 20px 0 30px;
}

.donation-box .donation-button {
    width: 100%;
    position: relative;
}

.donation-box .donation-button:disabled:before {
    content: attr(data-error);
    position: absolute;
    text-transform: none;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: -45px;
    color: #ff3a3a;
}

.donation-box .donation-button-separator {
    width: 100%;
    height: 1px;
    background-color: #e1e5ea;
    margin: 20px 0;
    position: relative;
}

.donation-box .donation-button-separator:before {
    content: "ou";
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: calc(50% - 25px);
    font-family: Roboto, Helvetica, sans-serif;
    width: 50px;
    text-align: center;
}

.others-sections {
    order: 3;
}

.others-sections .section {
    margin-top: 50px;
}

@media (min-width: 650px) {
    .others-sections .section {
        margin-top: 100px;
    }
}

.others-sections .section:first-child {
    margin-top: 0;
}

.donation-distribution {
    padding-top: 50px;
}

@media (min-width: 650px) {
    .donation-distribution {
        padding-top: 75px;
    }
}

@media (min-width: 1000px) {
    .donation-distribution {
        padding-top: 0;
    }
}

.donation-distribution__content {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 1000px) {
    .donation-distribution__content {
        max-width: calc(90% - 440px);
    }
}

.donation-distribution__items-list {
    display: inline;
    font-size: 0;
}

.donation-distribution__item {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    width: 100%;
    margin-top: 50px;
    margin-right: 0;
}

@media (min-width: 650px) {
    .donation-distribution__item {
        width: calc(50% - 12px);
    }
    .donation-distribution__item:nth-child(odd) {
        margin-right: 24px;
    }
}

@media (min-width: 1000px) {
    .donation-distribution__item {
        width: 100%;
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .donation-distribution__item {
        width: calc(50% - 12px);
    }
    .donation-distribution__item:nth-child(odd) {
        margin-right: 24px;
    }
}

.donation-distribution__item:last-child {
    width: 100%;
    margin-right: 0;
    max-width: 420px;
}

.donation-distribution__item--head {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.donation-distribution__item--amount {
    display: block;
    width: 68px;
    min-width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    background-color: #ebf4ff;
    color: #1d5fd1;
    margin-right: 20px;
    font-size: 22px;
    font-weight: 700;
}

.donation-distribution__item--title {
    font-family: Roboto, Helvetica, sans-serif;
    line-height: normal;
    font-size: 18px;
}

.donation-distribution__item:first-child .donation-distribution__item--amount {
    background-color: #2b7dc0;
    color: #fff;
}

.donation-distribution__item p {
    color: #5d6e88;
    letter-spacing: 0.3px;
    margin: 20px 0 0;
    font-size: 18px;
}

.donation-why__content {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 1000px) {
    .donation-why__content {
        max-width: calc(90% - 440px);
    }
}

.donation-why__content p {
    color: #5d6e88;
    letter-spacing: 0.3px;
    font-size: 18px;
}

.donation-why__cols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.donation-why__col {
    width: 100%;
}

@media (min-width: 650px) {
    .donation-why__col {
        width: calc(50% - 12px);
    }
    .donation-why__col:nth-child(odd) {
        margin-right: 24px;
    }
}

.donation-transparence {
    background-color: #2b7dc0;
    padding: 50px 0;
    color: #fff;
}

@media (min-width: 650px) {
    .donation-transparence {
        padding: 80px 0;
    }
}

.donation-transparence__content {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 1000px) {
    .donation-transparence__content {
        max-width: calc(90% - 440px);
    }
}

.donation-transparence__content p {
    font-size: 18px;
    letter-spacing: 0.3px;
}

.donation-reduction__content {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 1000px) {
    .donation-reduction__content {
        max-width: calc(90% - 440px);
    }
}

.donation-reduction__content p {
    color: #5d6e88;
    letter-spacing: 0.3px;
    font-size: 18px;
}

.donation-reduction__cols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.donation-reduction__col {
    width: 100%;
}

@media (min-width: 650px) {
    .donation-reduction__col {
        width: calc(50% - 12px);
    }
    .donation-reduction__col:nth-child(odd) {
        margin-right: 24px;
    }
}

.donation-brochure {
    margin-top: 50px;
}

.donation-brochure__content {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #e1e5ea;
    padding-top: 60px;
}

@media (min-width: 1000px) {
    .donation-brochure__content {
        max-width: calc(90% - 440px);
    }
}

.donation-brochure__content p {
    font-family: Roboto, Helvetica, sans-serif;
    margin: 0;
}

.donation-brochure__new {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    font-family: Roboto, Helvetica, sans-serif;
    color: #1d5fd1;
}

.donation-brochure__open {
    position: relative;
    top: 5px;
}

@media (min-width: 650px) {
    .donation__informations__form {
        padding: 0 25px;
    }
}

.donation__informations__form .em-form__group .em-form__label .em-form__required {
    color: #1d5fd1;
}

.donation__informations__recap {
    border-bottom: 1px solid #e1e5ea;
    margin-bottom: 30px;
}

.donation__informations__amount {
    font-size: 50px;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    line-height: normal;
    letter-spacing: -0.5px;
}

.donation__informations__amount span {
    font-size: 20px;
}

.donation__informations label[for="app_donation_confirmDonationType_0"]:before {
    top: 9px;
}

.donation__informations label[for="app_donation_confirmDonationType_0"] input[type="text"] {
    width: 60px;
    margin: 0 5px;
}

.donation__result__intro {
    padding-top: 100px;
}

.donation__result__intro--text {
    font-family: Roboto, Helvetica, sans-serif;
    color: #5d6e88;
    font-size: 18px;
    line-height: 28px;
}

.donation__result__opportunities {
    margin-top: 100px;
}

.donation__result__opportunities .opportunities-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.donation__result__opportunities .opportunities-list .opportunity {
    flex-basis: 100%;
    padding: 30px;
    border: 1px solid #e1e5ea;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.donation__result__opportunities .opportunities-list .opportunity.large {
    flex-basis: 100%;
}

.donation__result__opportunities .opportunities-list .opportunity h2 {
    font-weight: 400;
    line-height: normal;
}

.donation__result__opportunities .opportunities-list .opportunity p {
    margin-bottom: 22px;
}

.donation__result__opportunities .opportunities-list .opportunity .btn {
    font-weight: 500;
}

@media (min-width: 1000px) {
    .donation__result__opportunities .opportunities-list .opportunity {
        flex-basis: calc(50% - 12px);
        padding: 50px;
    }
}

.donation__result__failed {
    box-sizing: border-box;
    padding: 80px 0;
    min-height: calc(100vh - 350px);
}

.donation__footer {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    background-color: #f6f9fc;
    min-height: 150px;
}

.donation__footer__sections {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 40px;
}

.donation__footer .footer__section {
    flex-grow: 1;
    margin-right: 30px;
    margin-bottom: 40px;
}

.donation__footer .footer__section h5 {
    margin: 0 0 10px;
    font-family: Roboto, Helvetica, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: normal;
}

.donation__footer .footer__section p {
    margin: 0;
}

.donation__footer .footer__section .list__links--svgs li {
    padding: 0 20px 0 0 !important;
}

.donation__footer .footer__section .list__links--svgs li .fa {
    font-size: 20px;
}

.settings__header--outer {
    background-position: center 30%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.settings__header--outer h1 {
    display: inline;
}

.settings__header--outer:before {
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 54, 128, 0.8);
}

.settings__header--inner {
    position: relative;
}

.settings form {
    border: 1px solid #e5e5e5;
    padding: 40px;
    margin-top: 20px;
}

.settings__main div,
.settings__main p {
    font-family: Roboto, Helvetica, sans-serif;
}

.settings__main h2 {
    font-size: 28px;
    letter-spacing: -0.6px;
    line-height: 32px;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
}

@media (max-width: 1000px) {
    .settings-menu {
        width: 100%;
        margin-bottom: 20px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

.settings-menu ul li {
    height: 50px;
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    max-width: 225px;
    box-sizing: border-box;
    margin-top: -1px;
}

@media (max-width: 1000px) {
    .settings-menu ul li {
        border: 0;
        height: 30px;
        margin: 0 20px 0 0;
        align-items: flex-start;
    }
}

.settings-menu ul li a {
    display: block;
    border: 0;
    padding: 5px 20px;
    width: 100%;
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 1000px) {
    .settings-menu ul li a {
        border: 0;
        padding: 0;
    }
}

.settings-menu ul li.active {
    border-left: 5px solid #2abaff;
}

.settings-menu ul li.active a {
    font-weight: 700;
}

@media (max-width: 1000px) {
    .settings-menu ul li.active {
        border-left: 0;
        border-bottom: 4px solid #2abaff;
    }
}

@media (max-width: 1000px) {
    .settings-menu ul {
        display: flex;
        flex-direction: row;
    }
}

.settings__unsub {
    margin-bottom: 100px;
}

.settings__unsub header {
    background-size: cover;
    height: 270px;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 60px;
    background-position: 50%;
}

@media (max-width: 650px) {
    .settings__unsub header {
        background-position: 70%;
    }
}

.settings__unsub header.filtered-image:after {
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.4), transparent);
}

.settings__unsub header div {
    z-index: 1;
}

.settings__unsub label {
    font-size: 16px;
    line-height: 24px;
}

.settings__unsub__intro {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
}

.settings__donations {
    font-family: Roboto, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
}

.settings__donations td,
.settings__donations tr {
    padding: 8px;
}

.settings__donations tr:hover {
    background-color: #f6f6f6;
}

.settings__donations th {
    text-align: left;
    background-color: #fff;
}

.settings__membership {
    margin-bottom: 20px;
}

.settings .certification-status {
    padding: 30px 40px 40px;
    margin-top: 40px;
}

.settings .certification-status.certified {
    background-image: url(../images/icons/certification/certification_confettis.svg);
    background-position: center top -5px;
    background-repeat: no-repeat;
    background-size: 90%;
}

.settings .certification-status .title {
    font-weight: 700;
    color: #000;
    margin-top: 15px;
    font-size: 18px;
}

.settings .certification-status p {
    margin: 0 auto;
    max-width: 470px;
}

.register__header {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.register__form {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.register__form form {
    width: 100%;
}

.register__form__row {
    width: 100%;
    background: #ff0;
}

.register__form--full,
.register__form--mid,
.register__form--third {
    margin: 5px 0;
}

.register__form--full input,
.register__form--full select,
.register__form--mid input,
.register__form--mid select,
.register__form--third input,
.register__form--third select {
    width: 100%;
    margin: 0;
}

.register__form--mid {
    width: 49%;
}

@media (max-width: 650px) {
    .register__form--mid {
        width: 100%;
    }
}

.register__form--third {
    width: 32%;
}

@media (max-width: 650px) {
    .register__form--third {
        width: 100%;
    }
}

.register__form__phone {
    margin: 5px 0;
}

.register__form__phone input,
.register__form__phone select {
    width: 49%;
    margin-right: 0;
}

.register__form__phone select {
    font-size: 12px;
}

.register__form__gender {
    display: flex;
}

.register__form__gender label {
    margin: 0 20px 0 0;
}

.register__form__conditions {
    margin-left: 25px;
    margin-top: -22px;
}

.register__form #membership-address {
    display: flex;
    flex-direction: column;
}

.register__form #membership-address .form__errors {
    order: 3;
    margin-bottom: 10px;
    margin-top: -5px;
}

.register__form--flex {
    display: flex;
    align-items: center;
}

.register__form--flex #form__mandates .select2-container {
    height: 30px;
}

.register__form--flex #form__mandates .select2-container.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #044faa;
}

.register__form--line hr {
    bottom: 28px;
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
}

.register__form--line label {
    position: relative;
    z-index: 10;
}

.register__form--line #hr_profile {
    width: 88%;
    left: 12%;
}

.register__form--line #hr_join {
    width: 84%;
    left: 16%;
}

@media (max-width: 650px) {
    .register__form--line #hr_profile {
        width: 66%;
        left: 34%;
    }
    .register__form--line #hr_join {
        width: 70%;
        left: 30%;
    }
}

.register__interests__buttons {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
}

@media (max-width: 650px) {
    .register__interests__buttons button {
        width: 100%;
        margin-bottom: 10px;
    }
}

.register__comites {
    margin-bottom: 120px;
}

.register__comites__list {
    flex-grow: 1;
}

.register__comites__follow {
    max-width: 220px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
}

@media (max-width: 650px) {
    .register__comites__follow {
        justify-content: flex-start;
        max-width: 100%;
    }
}

.search__bar {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 40px;
    background: #2abaff;
}

.search__bar__options {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.search__bar__options__types {
    position: relative;
    max-width: 300px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}

.search__bar__options__types:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/icon__arrow__filters.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 8px;
}

.search__bar__options__types select {
    padding-right: 20px;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.search__bar__options__referent-events {
    margin: 10px;
    z-index: 100;
}

.search__bar__options__referent-events input[type="checkbox"] {
    z-index: 10;
}

.search__bar__options__cp-skills {
    display: none;
}

@media (max-width: 1000px) {
    .search__bar {
        flex-direction: column;
    }
    .search__bar__options {
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.search__bar--outer {
    position: relative;
}

.search__bar__map-link {
    position: absolute;
    margin-top: 20px;
    right: 0;
}

.search__bar .search-box {
    width: 285px;
    height: 55px;
    border: 0;
    box-sizing: border-box;
    padding: 0 20px;
    margin-right: 15px;
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media (max-width: 1000px) {
    .search__bar .search-box {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }
}

.search__bar select {
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-radius: 0;
    -webkit-appearance: none;
    border: 0;
    margin: 0 20px 0 10px;
    color: #fff;
    background: transparent;
}

.search__bar select optgroup,
.search__bar select option {
    color: #000;
    text-transform: capitalize;
}

.search__bar .search-city {
    border: 0;
    background: none;
    color: #fff;
    margin-left: 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
    transition: all 0.2s;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: contain;
}

.search__bar .search-city,
.search__bar__toggle {
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.search__bar__toggle {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    font-size: 18px;
}

@media (max-width: 650px) {
    .search__bar__toggle {
        margin-top: 20px;
        height: 55px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 650px) {
    .search__bar__toggle li {
        width: 50%;
    }
}

.search__bar__toggle li a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 20px 14px;
    border-bottom: 3px solid transparent;
}

@media (max-width: 650px) {
    .search__bar__toggle li a {
        justify-content: center;
    }
}

.search__bar__toggle li.active a {
    color: #2abaff;
    border-color: #2abaff;
}

.search__results {
    margin-bottom: 100px;
}

.search__results.app_search_committees {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search__results__row {
    margin: 10px 0;
    background-color: #f6f6f6;
    position: relative;
}

.search__results__row .search-map {
    height: 180px;
}

@media (max-width: 650px) {
    .search__results__row .search-map {
        display: none;
    }
}

.search__results__row--referent-event {
    background: #fcecc2;
}

.search__results__row--referent-event:hover {
    background: #e9dbb3;
}

.search__results__date {
    padding: 24px 0 20px 20px;
    width: 120px;
    box-sizing: border-box;
}

.search__results__tag div:nth-child(2) {
    margin-left: 10px;
}

.search__results__info {
    padding: 20px;
    flex-grow: 1;
    margin-right: 20px;
}

@media (max-width: 650px) {
    .search__results__info {
        margin-right: 0;
        height: auto;
    }
}

.search__results__cta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.search__results__cta>a,
.search__results__cta>div {
    margin-top: 5px;
}

.search__results__cta .btn {
    margin-right: 20px;
    z-index: 1;
}

.search__results__cta__text {
    padding: 7px 15px 0 0;
}

.search__committee__box {
    background-color: #f6f6f6;
    padding: 20px;
    width: 32%;
    height: 215px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 25px;
    border: 0;
}

@media (max-width: 1000px) {
    .search__committee__box {
        width: 48%;
    }
}

@media (max-width: 650px) {
    .search__committee__box {
        width: 100%;
    }
}

.search__committee__box .search__results__cta .btn {
    margin-right: 20px;
}

.search__committee__box:hover {
    background-color: #d4d4d4;
    color: #000;
}

.search__citizen_project__box {
    width: 31%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    border-top: 1px solid #fafafa;
    margin-bottom: 30px;
    list-style: none;
    font-family: Roboto, Helvetica, sans-serif;
}

.search__citizen_project__box:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.search__citizen_project__box:hover h3 {
    color: #1d5fd1;
}

@media (max-width: 1000px) {
    .search__citizen_project__box {
        width: 48%;
    }
}

@media (max-width: 650px) {
    .search__citizen_project__box {
        width: 100%;
    }
}

.search__citizen_project__box__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
}

.search__citizen_project__image img {
    max-width: 100%;
}

.search__citizen_project__meta {
    padding: 20px;
}

.search__citizen_project__skills {
    display: none;
}

.search__citizen_project__skills ul {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

.search__citizen_project__skills li {
    padding: 3px 10px;
    background-color: #f6f6f6;
    color: #1d5fd1;
    border-radius: 50px;
    margin: 0 7px 7px;
}

.app_search_citizen_projects {
    display: flex;
    flex-wrap: wrap;
    font-family: Roboto, Helvetica, sans-serif;
    justify-content: space-around;
}

.procuration {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-position: 50%;
}

@media (max-height: 1000px) {
    .procuration {
        justify-content: flex-start;
        height: auto;
    }
}

@media (max-width: 650px) {
    .procuration {
        background-color: #fff;
        background-position: 0 0;
        background-size: 100%;
    }
}

.procuration__header--outer {
    background-position: center 62%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background-color: #585858;
    background-blend-mode: multiply;
}

.procuration__header--outer a.text--logo:hover {
    color: #2abaff;
}

.procuration__header--inner {
    padding: 20px 0 80px;
}

.procuration__header>* {
    position: relative;
}

.procuration__steps {
    counter-reset: step;
    width: 340px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    width: 360px;
}

@media (max-width: 650px) {
    .procuration__steps {
        width: 100%;
        flex-wrap: wrap;
    }
}

.procuration__steps li {
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    opacity: 0.3;
    text-align: center;
}

@media (max-width: 450px) {
    .procuration__steps li {
        font-size: 12px;
    }
}

.procuration__steps li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    background: grey;
    color: #000;
    display: block;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5px;
}

.procuration__steps li.active {
    opacity: 1;
}

.procuration__steps li.active:before {
    color: #fff;
}

.procuration__steps li.clickable {
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

.procuration__steps li.clickable:hover span {
    text-decoration: underline;
}

@media (max-width: 1000px) {
    .procuration__content>div {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media (max-width: 650px) {
    .procuration__content {
        width: 100%;
        padding: 15px 0 0;
    }
    .procuration__content>div:first-child {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

.procuration__banner {
    background-color: #444;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.procuration__banner--form-right {
    text-align: right;
}

.procuration__banner--form-left {
    text-align: left;
}

.procuration__banner__form {
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
    padding: 30px;
    margin: 0 0 0 75px;
    text-align: left;
    box-sizing: border-box;
    min-width: 480px;
    max-width: 650px;
}

@media (max-width: 1000px) {
    .procuration__banner__form {
        margin: 0 auto;
        width: 100% !important;
    }
}

@media (max-width: 650px) {
    .procuration__banner__form {
        margin: 0;
        border-left: 0;
        border-right: 0;
        padding: 30px 10px;
        min-width: 0;
    }
}

.procuration__banner__form h4 {
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-align: center;
    margin: 0 0 20px;
}

.procuration__banner__form label {
    font-weight: 700;
}

.procuration__banner__form--large {
    min-width: 650px;
    max-width: 650px;
}

@media (max-width: 1000px) {
    .procuration__banner__form--large {
        min-width: 0;
    }
}

.procuration__title-elections {
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.3px;
    margin: 0 0 20px;
}

.procuration__choose-election {
    margin-bottom: 15px;
}

.procuration__choose-election .form__checkbox label:before {
    margin-top: -3px;
}

.procuration__choose-election__day {
    color: #666;
    margin: -5px 0 0 31px;
}

.procuration__copy-link {
    display: flex;
    justify-content: center;
}

@media (max-width: 650px) {
    .procuration__copy-link {
        flex-direction: column;
    }
}

.procuration__copy-link input {
    font-size: 18px;
    width: 290px;
    border: 1px solid #e5e5e5;
    border-right: 0;
    padding: 0 20px;
    box-sizing: border-box;
    height: 40px;
    background: #f6f6f6;
    text-align: center;
}

@media (max-width: 650px) {
    .procuration__copy-link input {
        width: 100%;
    }
}

.procuration .form__radio-button input[type="radio"]:checked+label:before {
    border-color: #666;
    background: #666;
}

.procuration-manager__tabs {
    border-bottom: 1px solid #4a90e2;
    display: inline-block;
    margin: 0 auto 30px;
}

.procuration-manager__tabs li {
    display: inline-block;
}

.procuration-manager__tabs a {
    border: 0;
    display: block;
    padding: 5px 0 7px;
    margin: 0 10px;
    color: #4a90e2;
    border-bottom: 1px solid transparent;
}

.procuration-manager__tabs a:hover {
    color: #ff4d89;
}

.procuration-manager__tabs li:first-child a {
    margin-left: 0;
}

.procuration-manager__tabs li:last-child a {
    margin-right: 0;
}

.procuration-manager__tabs li.active a {
    color: #4a90e2;
    font-weight: 700;
    border-bottom: 2px solid #4a90e2;
}

.procuration-manager__content {
    min-height: 300px;
    display: flex;
    flex-direction: column;
}

.procuration-manager__request__process {
    float: right;
    font-weight: 400;
    margin-left: 10px;
}

.procuration-manager__request__col-left {
    flex-basis: 400px;
    margin-right: 75px;
}

.procuration-manager__request__col-right {
    flex-grow: 1;
}

.procuration-manager__request__col-right td,
.procuration-manager__request__col-right th {
    padding: 5px 10px;
}

.procuration-manager__request .profile-label {
    font-weight: 600;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 13px;
    padding: 0 0 0 20px;
}

.procuration-manager__request .profile-value {
    padding: 0 20px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.procuration-manager__request .profile-value:last-child {
    border-bottom: 0;
}

.procuration-manager__associate__col {
    flex-basis: 400px;
    margin: 0 30px;
}

.procuration-manager__associate__col .profile-label {
    font-weight: 600;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 13px;
    padding: 0 0 0 20px;
}

.procuration-manager__associate__col .profile-value {
    padding: 0 20px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.procuration-manager__associate__col .profile-value:last-child {
    border-bottom: 0;
}

.tonmacron {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-position: 50%;
}

@media (max-width: 650px) {
    .tonmacron {
        background-color: #fff;
        background-position: 0 0;
        background-size: 100%;
    }
}

.tonmacron__header--outer {
    background-position: center 62%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background-color: #585858;
    background-blend-mode: multiply;
}

.tonmacron__header--outer a.text--logo:hover {
    color: #2abaff;
}

.tonmacron__header--inner {
    padding: 20px 0 80px;
}

.tonmacron__header>* {
    position: relative;
}

.tonmacron__steps {
    counter-reset: step;
    width: 340px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    width: 200px;
}

@media (max-width: 650px) {
    .tonmacron__steps {
        width: 100%;
        flex-wrap: wrap;
    }
}

.tonmacron__steps li {
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    opacity: 0.3;
    text-align: center;
}

@media (max-width: 450px) {
    .tonmacron__steps li {
        font-size: 12px;
    }
}

.tonmacron__steps li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    background: grey;
    color: #000;
    display: block;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5px;
}

.tonmacron__steps li.active {
    opacity: 1;
}

.tonmacron__steps li.active:before {
    color: #fff;
}

.tonmacron__steps li.clickable {
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

.tonmacron__steps li.clickable:hover span {
    text-decoration: underline;
}

@media (max-width: 1000px) {
    .tonmacron__content>div {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media (max-width: 650px) {
    .tonmacron__content {
        width: 100%;
        padding: 15px 0 0;
    }
    .tonmacron__content>div:first-child {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

.tonmacron__banner {
    background-color: #444;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.tonmacron__banner--form-right {
    text-align: right;
}

.tonmacron__banner--form-left {
    text-align: left;
}

.tonmacron__banner__form-container {
    margin: 0 0 0 75px;
    text-align: left;
    box-sizing: border-box;
    min-width: 480px;
    max-width: 650px;
}

@media (max-width: 1000px) {
    .tonmacron__banner__form-container {
        margin: 0 auto;
        width: 100% !important;
    }
}

@media (max-width: 650px) {
    .tonmacron__banner__form-container {
        margin: 0;
        border-left: 0;
        border-right: 0;
        padding: 30px 10px;
        min-width: 0;
    }
}

.tonmacron__banner__form {
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
    padding: 30px;
}

.tonmacron__banner__form h4 {
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-align: center;
    margin: 0 0 20px;
}

.tonmacron__banner__form label {
    font-weight: 700;
}

.tonmacron__banner__form--large {
    min-width: 650px;
    max-width: 650px;
}

@media (max-width: 1000px) {
    .tonmacron__banner__form--large {
        min-width: 0;
    }
}

.tonmacron__title {
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.3px;
    margin: 0 0 20px;
}

.tonmacron__choice {
    margin: 0 0 15px 15px;
}

.tonmacron__choice .form__checkbox label:before {
    margin-top: -3px;
}

.tonmacron__choice__day {
    color: #666;
    margin: -5px 0 0 31px;
}

.videos hr {
    background: rgba(0, 0, 0, 0.1);
}

.videos__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.videos__grid li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    width: 48%;
}

@media (max-width: 650px) {
    .videos__grid li {
        width: 100%;
    }
}

.videos__grid li .fb-video {
    background: #fff;
    margin-bottom: 10px;
}

.videos__grid li ._4-u2 {
    border-color: transparent;
    border-width: 5px;
}

.video__container {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.video__container video {
    position: relative;
    z-index: 100;
    width: 100%;
    object-fit: cover;
}

.video__container video[poster] {
    max-height: 399px;
}

.video__content {
    position: absolute;
    z-index: 200;
    bottom: 0;
    left: 0;
    padding: 30px;
    max-width: 500px;
    color: #fff;
    pointer-events: none;
}

.video__content h2 {
    font-size: 44px;
    line-height: 0.93;
    letter-spacing: -1.2px;
    font-style: italic;
}

@media (max-width: 650px) {
    .video__content h2 {
        font-size: 28px;
        letter-spacing: -0.6px;
        line-height: 32px;
    }
}

.video__content div {
    pointer-events: all;
}

@media (max-width: 1000px) {
    .video__content {
        max-width: 100%;
        position: relative;
        color: #000;
    }
    .video__content div {
        color: #fff;
        background: #000;
        border-color: #000;
    }
    .video__content div:hover {
        color: #fff;
        background: #666;
        border-color: #666;
    }
}

@media (max-width: 1000px) {
    .video__content {
        padding: 20px 0 0;
    }
}

.video__filter {
    z-index: 150;
    opacity: 1;
}

.video__filter,
.video__filter:hover {
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.4), transparent);
    transition: opacity 0.45s;
}

.video__filter:hover {
    opacity: 0;
}

@media (max-width: 1000px) {
    .video__filter {
        background: none;
    }
}

.video__filter--hover {
    z-index: 150;
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    transition: opacity 0.45s;
    opacity: 0;
}

@media (max-width: 1000px) {
    .video__filter--hover {
        background: none;
    }
}

.video__filter--hover:hover {
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    transition: opacity 0.45s;
    opacity: 1;
}

@media (max-width: 1000px) {
    .video__filter--hover:hover {
        background: none;
    }
}

.content.je-partage {
    background: #000;
}

@media (max-width: 800px) {
    .content.je-partage {
        background: #fff;
        padding-bottom: 20px;
    }
}

.content.je-partage header {
    margin-bottom: 0;
    padding: 0;
}

.content.je-partage .je-partage__copy {
    text-align: center;
    background: #ff4d89;
    color: #fff;
    font-size: 80px;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    z-index: 3;
    opacity: 0;
    display: none;
    transform: opacity 0.2s;
}

.content.je-partage .je-partage__copy--flash {
    display: flex;
    opacity: 1;
}

.content.je-partage .je-partage__header__info {
    text-align: center;
    padding: 20px;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 20px;
    background: #000;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
}

@media (min-width: 801px) {
    .content.je-partage .je-partage__header__info {
        display: none;
    }
}

.content.je-partage .je-partage__info {
    z-index: 3;
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.content.je-partage .je-partage__info__title {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 800px) {
    .content.je-partage .je-partage__info {
        display: none;
    }
}

.content.je-partage .je-partage__graphics__crop {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 50%;
    float: left;
}

.content.je-partage .je-partage__graphics__crop.story--even {
    float: right;
}

.content.je-partage .je-partage__graphics__crop img {
    width: 100%;
}

@media (max-width: 800px) {
    .content.je-partage .je-partage__graphics__crop {
        flex: initial;
        width: 100%;
        min-width: 100%;
        margin-top: 20px;
        flex-direction: column;
    }
}

.content.je-partage .je-partage__graphics__crop:hover .je-partage__social {
    opacity: 1;
}

.content.je-partage .je-partage__social {
    top: 0;
    left: 0;
    height: auto;
    display: block;
    position: relative;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.2s;
}

@media (max-width: 800px) {
    .content.je-partage .je-partage__social {
        opacity: 1;
        background: #000;
        position: inherit;
        align-items: normal;
        height: 94px;
    }
    .content.je-partage .je-partage__social:before {
        display: none;
    }
}

.content.je-partage .je-partage__social--inner {
    width: 200px;
    z-index: 2;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media (max-width: 800px) {
    .content.je-partage .je-partage__social--inner {
        width: 100%;
        flex-direction: row;
    }
}

.content.je-partage .je-partage__social--inner .social__copy,
.content.je-partage .je-partage__social--inner a {
    cursor: pointer;
    text-align: center;
    color: #fff;
    margin: 7px 0;
    border: 4px solid #fff;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    padding: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.content.je-partage .je-partage__social--inner .social__copy:hover,
.content.je-partage .je-partage__social--inner a:hover {
    color: #2abaff;
    border-color: #2abaff;
}

@media (max-width: 800px) {
    .content.je-partage .je-partage__social--inner .social__copy,
    .content.je-partage .je-partage__social--inner a {
        flex: 1;
        text-align: center;
        padding: 20px 0;
        border: 0;
        color: #fff;
    }
}

.content.je-partage .je-partage__social--inner .fa {
    font-size: 30px;
}

.content.je-partage .je-partage__social:before {
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
}

.oauth {
    margin-top: 100px;
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 1.4;
    background: #fff;
    border-radius: 5px;
}

.oauth a {
    transition: all 0.2s;
    color: #1254d8;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.oauth a:hover {
    border-color: #1254d8;
}

.oauth ul {
    list-style-type: disc;
}

.oauth .flash {
    padding: 20px 30px;
}

.oauth .flash-info {
    background-color: #fff878;
}

.oauth .flash-success {
    background-color: #61e9d5;
    color: #fff;
}

.oauth .flash-warning {
    background-color: #ee324a;
    color: #fff;
}

.oauth .visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.oauth h1,
.oauth h2 {
    font-size: 1rem;
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 400;
    color: #666;
    margin: 0 auto 35px;
}

.oauth .text--logo {
    color: #333;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    font-style: italic;
    letter-spacing: -1.2px;
    line-height: 1.15;
    margin: 20px 0;
}

.oauth .text--gray {
    color: #666;
}

.oauth .text--small {
    font-size: 0.875rem;
}

.oauth .text--center {
    text-align: center;
}

.oauth .btn {
    font-size: 1rem;
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 400;
    transition: all 0.2s;
    border-radius: 3px;
    color: #fff;
    background-color: #1254d8;
    border: 1px solid #1254d8;
    padding: 20px 15px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: none;
    letter-spacing: normal;
}

.oauth .btn:hover {
    background-color: #0251c0;
}

.oauth .btn--secondary {
    background-color: transparent;
    border-color: #e6ecf0;
    color: #666;
    display: inline-block;
    text-align: center;
}

.oauth .btn--secondary:hover {
    background-color: #f5f5f5;
}

.oauth .btn--dual {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oauth .btn--dual>div {
    width: 48%;
}

.oauth .btn--dual>div a,
.oauth .btn--dual>div button {
    font-size: 1rem;
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 400;
    transition: all 0.2s;
    border-radius: 3px;
    color: #fff;
    background-color: #1254d8;
    border: 1px solid #1254d8;
    padding: 20px 15px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: none;
    letter-spacing: normal;
}

.oauth .btn--dual>div a:hover,
.oauth .btn--dual>div button:hover {
    background-color: #0251c0;
}

.oauth .btn--dual>div:first-child a,
.oauth .btn--dual>div:first-child button {
    background-color: transparent;
    border-color: #e6ecf0;
    color: #666;
    display: inline-block;
    text-align: center;
}

.oauth .btn--dual>div:first-child a:hover,
.oauth .btn--dual>div:first-child button:hover {
    background-color: #f5f5f5;
}

.oauth input,
.oauth select {
    font-size: 1rem;
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid #e6ecf0;
    width: 100%;
    padding: 20px !important;
    height: 63px;
    box-sizing: border-box;
}

.oauth input:focus,
.oauth select:focus {
    outline: none;
    border-color: #1254d8;
}

.oauth select {
    height: 60px;
    background-color: #fff;
}

.oauth .form {
    padding: 0;
    text-align: left;
}

.oauth .form ul {
    padding: 0;
}

.oauth .form li {
    list-style: none;
    margin-bottom: 20px;
}

.oauth .form li.form--split {
    margin-bottom: 0;
}

.oauth .form li.form--split ul {
    display: flex;
    justify-content: space-between;
}

.oauth .form li.form--split ul>li {
    width: 48%;
}

.oauth .form__forgotten-pw {
    font-size: 0.875rem;
    display: inline-block;
    margin: 10px 0 0;
}

.oauth .form__error,
.oauth ul.form__error {
    background: #ee324a;
    padding: 7px 20px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}

.oauth .form__error li,
.oauth ul.form__error li {
    margin-bottom: 0;
}

.image-generator {
    font-family: Roboto, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f3f6f8;
    color: #444;
}

.image-generator form[name="citizen_project_media"] {
    counter-reset: section;
}

.image-generator a {
    border-bottom: none;
}

.img-tabs>ul {
    display: flex;
}

.img-tabs li a {
    color: #888;
    display: block;
    padding: 18px 28px 21px;
    font-weight: 700;
}

.img-tabs li.active {
    background-color: #fff;
    color: #000;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.img-tabs li.active a {
    color: #000;
}

.img-gen__body {
    background-color: #fff;
    padding: 60px 66px 80px;
}

.img-gen__body>p {
    margin-top: 0;
    margin-bottom: 60px;
}

.image-generator__headline {
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-size: 38px;
    line-height: 39px;
    letter-spacing: -0.7px;
    margin-bottom: 46px;
    color: #000;
}

.img-gen__fieldset {
    margin-bottom: 45px;
    display: flex;
    flex-flow: row wrap;
}

.img-gen__fieldset:before {
    counter-increment: section;
    content: counter(section) " ";
    color: #fff;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    background-color: #444;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.img-gen__fieldset>div {
    flex: 1;
    margin-left: 20px;
}

.img-gen__fieldset p {
    margin: 0;
}

.img-gen__fieldset:last-child {
    margin-bottom: 0;
}

.img-gen__input {
    margin: 0;
}

.img-gen__input--block {
    width: 100%;
}

.img-gen__input--narrow {
    max-width: 65px;
}

.img-gen__input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

input.img-gen__input {
    height: 55px;
}

.img-gen__label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.img-gen__label:last-child {
    margin-bottom: 0;
}

[name="citizen_project_media[backgroundColor]"]+label {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

[name="citizen_project_media[backgroundColor]"]+label:before {
    content: none;
}

[name="citizen_project_media[backgroundColor]"]+label:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: -8px;
    background-color: transparent;
    transition: background-color 125ms ease;
}

[name="citizen_project_media[backgroundColor]"]:checked+label:after {
    background-color: #444;
}

.img-gen__preview {
    display: flex;
    margin-bottom: 70px;
}

.img-gen__preview img {
    max-width: 100%;
}

.img-gen__preview-profile {
    max-width: 150px;
    margin-right: 75px;
}

.img-gen__button,
.img-gen__button--inverse {
    font-family: Roboto, Helvetica, sans-serif;
    text-transform: none;
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 700;
}

.image-generator .img-gen__button {
    background: #ff6955;
    border-color: #ff6955;
    border-radius: 3px;
    border-width: 2px;
    color: #fff;
    padding: 17px 22px 16px;
}

.image-generator .img-gen__button:hover {
    background: #ec5844;
    border-color: #ec5844;
}

.image-generator .img-gen__button--inverse {
    background: transparent;
    border-color: #ff6955;
    border-radius: 3px;
    border-width: 2px;
    color: #ff6955;
    padding: 17px 22px 16px;
}

.image-generator .img-gen__button--inverse:hover {
    color: #fff;
    background: #ff6955;
    border-color: #ff6955;
}

.image-generator .image-preview {
    height: 115px;
    border-radius: 3px;
    border: 1px dashed #ddd;
    margin-top: 10px;
    background-position: 50%;
    background-size: cover;
}

.image-generator .image-preview.has-thumbnail {
    border: none;
    border-radius: 0;
    height: auto;
}

.image-generator img.image-thumbnail {
    max-width: 100%;
}

.home__adherent__don {
    display: flex;
    justify-content: space-around;
    background-color: #ff4d89;
    color: #fff;
    padding: 30px 10px;
    text-align: left;
    align-items: center;
}

@media (max-width: 1000px) {
    .home__adherent__don {
        text-align: center;
        flex-direction: column;
    }
}

.home__adherent__don .btn {
    border: transparent;
}

.home__adherent__title {
    margin: 60px 0;
    font-size: 34px;
    letter-spacing: -0.5px;
    line-height: 38px;
}

@media (max-width: 650px) {
    .home__adherent__title {
        font-size: 28px;
        line-height: 1.2em;
    }
}

.home__adherent__title:after {
    border: 1px solid red;
}

.home__adherent .home__flex {
    display: flex;
    justify-content: space-around;
}

@media (max-width: 1000px) {
    .home__adherent .home__flex {
        flex-direction: column;
    }
}

.home__adherent .separator {
    border-bottom: 1px solid #e5e5e5;
    margin: 60px 0;
}

.home__adherent .btn__adherent {
    margin-top: 40px;
    font-size: 15px;
    padding: 20px 30px;
    text-transform: uppercase;
}

.home__adherent .search__results__row .search-map {
    height: 200px;
}

.join {
    display: flex;
    justify-content: space-between;
    height: 100vh;
    overflow: hidden;
}

@media (max-width: 1000px) {
    .join {
        flex-direction: column;
        height: auto;
    }
}

.join .progressive-background {
    background-size: cover;
}

.join__cta {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.join__cta a {
    border-bottom: 0;
}

.join__cta .btn {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 7px 15px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    transition: all 0.45s;
    box-sizing: border-box;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.join__cta .btn:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.join__cta .btn:disabled,
.join__cta .btn:disabled:hover {
    opacity: 0.7;
    background: #e5e5e5;
    color: #7f7f7f;
    border-color: #bcbcbc;
    cursor: not-allowed;
}

.join__cta .btn:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
}

.join__desc {
    width: 35%;
    height: 100vh;
    transition: all 0.5s;
    position: relative;
    background-color: #2b7dc0;
}

@media (min-width: 1440px) {
    .join__desc {
        height: auto;
        width: 50%;
    }
}

@media (max-width: 1000px) {
    .join__desc {
        height: auto;
        width: 100%;
    }
}

.join__desc h1 {
    position: absolute;
    margin: 30px;
    z-index: 100;
}

.join__desc .desc__texts {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1000px) {
    .join__desc .desc__texts {
        top: 0;
        transform: translateY(0);
        margin: 0 auto;
        width: 100%;
        /* height: 44rem; */
        /* background-color: #127dc1; */
    }
    .join__desc h1 {
        position: absolute;
        margin: 5rem;
        z-index: 100;
        text-align: center;
        /* width: 90%; */
    }
}

.join__desc .desc__texts span {
    font-size: 34px;
    letter-spacing: -0.5px;
    line-height: 38px;
    font-weight: 700;
    font-family: Gillsans;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.22);
}

@media (max-width: 650px) {
    .join__desc .desc__texts span {
        font-size: 28px;
        line-height: 1.2em;
    }
}

@media (max-width: 1000px) {
    .join__desc .desc__texts span {
        height: 25px;
    }
}

.join__desc .desc__texts span:first-child {
    border-bottom: 10px solid #fad539;
    box-shadow: inset 0 -5px 0 #fad539;
}

.join__desc .desc__texts p {
    max-width: 500px;
    padding: 0 2em 2em;
    font-size: 18px;
    color: #fff;
}

.join__form {
    width: 65%;
    background-color: #fafafa;
    height: auto;
    overflow: scroll;
    padding: 1% 0;
}

@media (min-width: 1440px) {
    .join__form {
        height: auto;
        width: 50%;
    }
}

@media (max-width: 1000px) {
    .join__form {
        width: 100%;
        overflow: hidden;
        padding: 5% 0;
    }
}

.join__form .form__checkbox {
    display: block;
}

.join__form .form__error {
    margin-top: 10px;
}

.join__form .form__errors {
    padding-left: 5px;
}

.join__form input:focus,
.join__form select:focus,
.join__form textarea:focus {
    outline: 0;
    border: 1px solid #0cd283;
    transition: all 1s;
}

.join__form input,
.join__form select {
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    height: 60px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Roboto, Helvetica, sans-serif;
}

.join__form .register__form--full,
.join__form .register__form--mid,
.join__form .register__form--third {
    margin: 10px 0;
}

.join__form .register__form--mid {
    width: 48%;
}

@media (max-width: 650px) {
    .join__form .register__form--mid {
        width: 100%;
    }
}

.join__form .register__form--elected {
    width: 30%;
}

@media (max-width: 650px) {
    .join__form .register__form--elected {
        width: 100%;
    }
}

.join__form .register__form--elected--box {
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 650px) {
    .join__form .register__form--elected--box {
        width: 100%;
    }
}

.join__form .register__form--elected--box .select2-container {
    height: 40px;
}

.join__form .register__form--elected--box .select2-container .select2-search__field {
    height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    line-height: 24px;
}

.join__form .register__form--elected--box .select2-container .select2-selection--multiple {
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-appearance: none;
}

.join__form .register__form--elected--box .form__field {
    padding-left: 0;
    padding-right: 0;
    height: auto;
}

.join__form select#adherent_registration_birthdate_day,
.join__form select#adherent_registration_birthdate_month,
.join__form select#become_adherent_birthdate_day,
.join__form select#become_adherent_birthdate_month {
    width: 90%;
    margin-right: 10px;
}

.join__form select#become_adherent_birthdate_year,
.join__form select#user_registration_birthdate_year {
    width: 90%;
}

.join__form .form__captcha,
.join__form .register__form--full {
    width: 100%;
}

.join__form .form__checkbox input[type="checkbox"]:checked+label:before {
    transition: all 1s;
    border-color: #274285;
    background: #274285;
}

.join__form__legal {
    overflow: scroll;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 1em;
    margin-top: 30px;
}

@media (max-width: 1000px) {
    .join__form__legal {
        margin-bottom: 0;
    }
}

.join__form .btn {
    border-radius: 3px;
    max-width: 100%;
    width: 100%;
    color: #fff;
}

.join__form .text__checkbox {
    color: #666;
}

.join__form .text__checkbox a {
    color: #0cd283;
    border-bottom: 1px solid #0cd283;
}

.select2-dropdown.select2-dropdown--below {
    border-color: #e5e5e5;
    font-family: Roboto, Helvetica, sans-serif;
}

.complete {
    display: flex;
    justify-content: space-between;
    height: 100vh;
    overflow: hidden;
}

@media (max-width: 1000px) {
    .complete {
        height: 100vh;
        flex-direction: column;
    }
}

.complete__anim {
    width: 100%;
    height: 100vh;
    transition: all 1.5s;
    transition-timing-function: ease-in-out;
}

@media (max-width: 1000px) {
    .complete__anim {
        height: 30vh;
        width: 100%;
    }
}

.complete__anim .anim {
    text-align: center;
    height: 100vh;
}

@media (max-width: 1000px) {
    .complete__anim .anim {
        height: 100%;
        width: 100%;
    }
}

.complete__anim .anim img {
    top: 35%;
    transform: translateY(-50%);
    position: relative;
}

@media (max-width: 1000px) {
    .complete__anim .anim img {
        height: 100%;
    }
}

.complete__anim h1 {
    position: absolute;
    margin: 30px;
    z-index: 100;
}

.complete__desc {
    width: 0;
    transition: all 1.5s;
    transition-timing-function: ease-in-out;
    background-color: #fad539;
    height: auto;
    overflow: scroll;
    padding: 10% 0;
}

@media (max-width: 1000px) {
    .complete__desc {
        width: 100%;
        height: 50vh;
    }
}

.complete__desc .desc__texts {
    opacity: 0;
    transform: translateX(-150%);
    position: relative;
    transition: all 3s;
    top: 50%;
    transform: translateY(-50%);
    padding: 60px 0;
}

@media (max-width: 1000px) {
    .complete__desc .desc__texts {
        padding: 30px 0;
        opacity: 1;
        margin: 0 auto;
        width: 100%;
        top: 0;
        transform: translateX(0);
        transform: translateY(0);
    }
}

.complete__desc .desc__texts>div {
    width: 100%;
}

.complete__desc .desc__texts span {
    font-size: 34px;
    letter-spacing: -0.5px;
    line-height: 38px;
    font-weight: 700;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    display: block;
    margin-bottom: 40px;
}

@media (max-width: 650px) {
    .complete__desc .desc__texts span {
        font-size: 28px;
        line-height: 1.2em;
    }
}

@media (max-width: 1000px) {
    .complete__desc .desc__texts span {
        font-size: 24px;
        line-height: 1.2em;
        padding: 0 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1000px) and (max-width: 650px) {
    .complete__desc .desc__texts span {
        font-size: 20px;
        line-height: 27px;
    }
}

.complete__desc .desc__texts p {
    text-align: justify;
    padding: 2em;
}

.gme {
    overflow: hidden;
}

@media (max-width: 650px) {
    .gme {
        height: 100%;
        overflow: scroll;
    }
}

.gme ul {
    list-style: disc;
    padding-left: 40px;
}

.gme blockquote {
    font-size: 20px;
    line-height: 27px;
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-weight: 700;
    font-style: italic;
}

@media (max-width: 650px) {
    .gme blockquote {
        font-size: 16px;
        line-height: 24px;
    }
}

.gme blockquote span {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-style: normal;
    font-family: Roboto, Helvetica, sans-serif;
    color: #1d5fd1;
    font-weight: 400;
}

.gme .splash-screen {
    position: absolute;
    height: 100vh;
    width: 100vw;
    background-color: #044faa;
    z-index: 300;
    animation-timing-function: ease-in-out;
    transition: all 0.8s;
}

.gme .splash-screen .logo {
    top: 50%;
    transform: translateY(-50%);
    z-index: 400;
    position: relative;
    font-size: 48px;
    font-weight: 700;
    opacity: 0;
    transition: all 1s;
}

.gme .splash-screen .logo img {
    width: 30%;
}

@media (max-width: 650px) {
    .gme .splash-screen .logo img {
        width: 50%;
    }
}

.gme .filter {
    background-color: #044faa;
    height: 100%;
    opacity: 0.5;
    top: 0;
}

.gme .filter,
.gme__text {
    width: 100%;
    position: absolute;
}

.gme .video--bkg {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.gme .video--bkg video {
    object-fit: cover;
    width: 100%;
    height: 420px;
}

@media (max-width: 650px) {
    .gme .video--bkg video {
        height: 270px;
    }
}

.gme .video--bkg video ::-webkit-media-controls {
    display: none !important;
}

.gme__btn--yellow {
    background: #ffd600;
    border-color: #ffd600;
    color: #000;
}

.gme__btn--yellow:hover {
    background: #044faa;
    border-color: #044faa;
    color: #fff;
}

.gme header {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 200;
}

.gme header .logo {
    padding: 1.2em;
    width: 110px;
}

@media (max-width: 650px) {
    .gme header .logo {
        padding: 1em;
        width: 70px;
    }
}

.gme header .socials {
    width: 15em;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 2em;
    line-height: 1em;
    font-weight: 100;
}

@media (max-width: 650px) {
    .gme header .socials {
        padding: 0;
    }
}

.gme header .socials a {
    color: #fff;
    border: none;
}

.gme header .socials a:hover {
    color: #044faa;
}

.gme__title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 200;
}

@media (max-width: 650px) {
    .gme__title {
        width: 80%;
    }
}

.gme__title h1 {
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 64px;
    line-height: 70px;
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 1000px) {
    .gme__title h1 {
        font-size: 44px;
        line-height: 0.93;
        letter-spacing: -1.2px;
    }
}

@media (max-width: 1000px) and (max-width: 650px) {
    .gme__title h1 {
        font-size: 28px;
        letter-spacing: -0.6px;
        line-height: 32px;
    }
}

@media (max-width: 650px) {
    .gme__title h1 {
        width: 90%;
        font-size: 28px;
        letter-spacing: -0.6px;
        line-height: 32px;
    }
}

.gme__title h1 span {
    color: #ffd600;
}

.gme__title form {
    margin-top: 30px;
    display: none;
    justify-content: center;
    position: relative;
    top: 60px;
    transform: translateY(400%);
    transition: all 1.5s;
    animation-timing-function: ease-in-out;
}

@media (max-width: 1000px) {
    .gme__title form {
        flex-direction: column;
    }
}

@media (max-width: 650px) {
    .gme__title form {
        margin: 0;
    }
}

.gme__title form .gme__input {
    border-radius: 0;
    transition: all 1.5s;
    width: 40%;
    padding: 20px;
    font-size: 30px;
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 200;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    font-size: 25px;
    color: #044faa;
}

.gme__title form .gme__input::placeholder {
    color: #999;
}

@media (max-width: 1000px) {
    .gme__title form .gme__input {
        font-size: 20px;
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 650px) {
    .gme__title form .gme__input {
        font-size: 15px;
    }
}

.gme__title form .gme__button {
    transition: all 0.5s;
    margin: 0;
    background-color: #ffd600;
    border: 0;
    padding: 20px;
    box-sizing: border-box;
    color: #000;
    white-space: normal;
}

.gme__title form .gme__button:hover {
    color: #fff;
    background-color: #044faa;
}

@media (max-width: 1000px) {
    .gme__title form .gme__button {
        width: 90%;
        margin: 0 auto;
    }
}

.gme__title p {
    color: #fff;
    width: 60%;
    font-size: 28px;
    letter-spacing: -0.6px;
    line-height: 32px;
    margin: 20px auto 0;
    text-align: center;
}

@media (max-width: 650px) {
    .gme__title p {
        width: 90%;
        font-size: 20px;
        line-height: 27px;
    }
}

.adherent-dashboard {
    margin-bottom: 25px;
}

.adherent-dashboard a {
    text-decoration: none;
}

.adherent-dashboard .newblue {
    color: #1d5fd1;
}

.adherent-dashboard .button {
    width: 199px;
    height: 47px;
    border: 1px solid #000;
    background-color: #fff;
    padding: 10px;
    margin: 10px 0;
    text-transform: uppercase;
}

.adherent-dashboard-tag {
    height: 24px;
    border-radius: 12px;
    background-color: #e5e5e5;
    padding: 3px;
}

.adherent-dashboard ul.horizontal li {
    display: inline;
    margin-right: 10px;
}

.adherent-dashboard div.list-title {
    height: 24px;
    font-size: 20px;
}

.adherent-dashboard div.list-subtitle {
    height: 16px;
    font-size: 14px;
    color: #999;
}

.adherent-dashboard__welcome {
    margin: 50px 0;
    overflow: hidden;
    display: flex;
}

.adherent-dashboard__welcome img {
    max-height: 50px;
    margin: 0;
    border-radius: 50%;
}

.adherent-dashboard__welcome p {
    margin: 0 10px;
}

.adherent-dashboard__column-left {
    float: left;
    width: 800px;
    margin-bottom: 50px;
}

.adherent-dashboard__column-left .emails,
.adherent-dashboard__column-left .events,
.adherent-dashboard__column-left .interests,
.adherent-dashboard__column-left .localization {
    margin-bottom: 30px;
}

.adherent-dashboard__column-left .localization {
    padding: 20px;
    background-color: #e5e5e5;
}

.adherent-dashboard__column-left .interests ul li {
    display: inline;
    margin-right: 10px;
}

.adherent-dashboard__column-right {
    float: right;
    width: 350px;
}

.adherent-dashboard__column-right .citizen-projects,
.adherent-dashboard__column-right .committees,
.adherent-dashboard__column-right .shortcuts,
.adherent-dashboard__column-right .skills {
    margin-bottom: 30px;
}

.assessor {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.assessor__header--outer {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background-color: #ebf4ff;
}

.assessor__header--inner {
    padding: 20px 0 80px;
}

.assessor__content {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

@media (max-width: 1000px) {
    .assessor__content {
        flex-direction: column;
        height: auto;
    }
}

.assessor__content__form {
    width: 65%;
}

@media (min-width: 1440px) {
    .assessor__content__form {
        height: auto;
        width: 50%;
    }
}

@media (max-width: 1000px) {
    .assessor__content__form {
        width: 100%;
        overflow: hidden;
        padding: 5% 0;
    }
}

.assessor__content__form .form__checkbox {
    display: block;
}

.assessor__content__form .form__checkbox label {
    align-items: flex-start;
}

.assessor__content__form .form__error {
    margin-top: 10px;
}

.assessor__content__form .form__errors {
    padding-left: 5px;
}

.assessor__content__form input,
.assessor__content__form select {
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    height: 60px;
    box-sizing: border-box;
    font-size: 16px;
}

.assessor__content__form .register__form--full,
.assessor__content__form .register__form--mid {
    margin: 10px 0;
}

.assessor__content__form .register__form--mid {
    width: 48%;
}

@media (max-width: 650px) {
    .assessor__content__form .register__form--mid {
        width: 100%;
    }
}

.assessor__content__form .vote-place-wishes {
    width: 100%;
}

.assessor__content__form .vote-place-wishes .select2-container .select2-search__field {
    height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    line-height: 24px;
}

.assessor__content__form .vote-place-wishes .select2-container .select2-selection--multiple {
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-appearance: none;
}

.assessor__content__form select#assessor_request_birthdate_day,
.assessor__content__form select#assessor_request_birthdate_month {
    width: 90%;
    margin-right: 10px;
}

.assessor__content__form select#assessor_request_birthdate_yeah {
    width: 90%;
}

.assessor__content__form .register__form--full {
    width: 100%;
}

.assessor__content__form .btn {
    border-radius: 3px;
    max-width: 100%;
    width: 100%;
    font-size: 18px;
}

.assessor__content__form .text__checkbox {
    color: #666;
}

.assessor__content__form .text__checkbox a {
    color: #0cd283;
    border-bottom: 1px solid #0cd283;
}

.assessor__content .header-bloc {
    width: 100%;
}

.assessor__content .header-bloc a.back {
    color: #0900c3;
    text-decoration: none;
    border-bottom: none;
    transition: none;
}

.assessor__content .header-bloc a.back:hover {
    border-bottom: 1px solid #0900c3;
}

.assessor__content .header-bloc .title {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px 0 10px;
}

.assessor__content .header-bloc .title h1 {
    float: left;
}

.assessor__content .header-bloc .title .step {
    float: right;
}

.assessor__content .summary-bloc table {
    margin-top: 10px;
    width: 100%;
}

.assessor__content .summary-bloc table tr {
    text-align: left;
}

.assessor__content .summary-bloc table tr td:first-child {
    width: 45%;
    color: #666;
}

.assessor__content .summary-bloc table tr td:last-child {
    font-weight: 700;
}

.assessor-manager__tabs {
    border-bottom: 1px solid #4a90e2;
    display: inline-block;
    margin: 0 auto 30px;
}

.assessor-manager__tabs li {
    display: inline-block;
}

.assessor-manager__tabs a {
    border: 0;
    display: block;
    padding: 5px 0 7px;
    margin: 0 10px;
    color: #4a90e2;
    border-bottom: 1px solid transparent;
}

.assessor-manager__tabs a:hover {
    color: #ff4d89;
}

.assessor-manager__tabs li:first-child a {
    margin-left: 0;
}

.assessor-manager__tabs li:last-child a {
    margin-right: 0;
}

.assessor-manager__tabs li.active a {
    color: #4a90e2;
    font-weight: 700;
    border-bottom: 2px solid #4a90e2;
}

.assessor-manager__content {
    min-height: 300px;
    display: flex;
    flex-direction: column;
}

.assessor-manager__request__process {
    float: right;
    font-weight: 400;
    margin-left: 10px;
}

.assessor-manager__request__col-left {
    flex-basis: 400px;
    margin-right: 75px;
}

.assessor-manager__request__col-right {
    flex-grow: 1;
}

.assessor-manager__request__col-right td,
.assessor-manager__request__col-right th {
    padding: 5px 10px;
}

.assessor-manager__request .profile-label {
    font-weight: 600;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 13px;
    padding: 0 0 0 20px;
}

.assessor-manager__request .profile-value {
    padding: 0 20px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.assessor-manager__request .profile-value:last-child {
    border-bottom: 0;
}

.assessor-manager__associate__col {
    flex-basis: 400px;
    margin: 0 30px;
}

.assessor-manager__associate__col .profile-label {
    font-weight: 600;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 13px;
    padding: 0 0 0 20px;
}

.assessor-manager__associate__col .profile-value {
    padding: 0 20px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.assessor-manager__associate__col .profile-value:last-child {
    border-bottom: 0;
}

.appel-a-engagement .page-header {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #ebf4ff;
    width: 100%;
}

.appel-a-engagement .page-header .header-content {
    position: relative;
    max-width: 790px;
    padding-bottom: 40px;
}

@media (min-width: 650px) {
    .appel-a-engagement .page-header .header-content {
        padding-bottom: 150px;
    }
}

.appel-a-engagement .page-header .header-content h1 {
    padding: 0;
}

@media (min-width: 650px) {
    .appel-a-engagement .page-header .header-content h1 {
        padding: 0 35px;
    }
}

.appel-a-engagement .page-header .header-content h1 .hightlight__blue--nation {
    color: #fff;
    background-color: #0900c3;
}

.appel-a-engagement .page-header .header-content h1 .hightlight__red--nation {
    color: #fff;
    background-color: #e83434;
}

.appel-a-engagement .page-header .header-content h2 {
    font-weight: 400;
    font-size: 18px;
}

.appel-a-engagement .page-header .header-content .fake-container {
    display: none;
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    background-color: #fff;
    border-radius: 3px 3px 0 0;
}

@media (min-width: 650px) {
    .appel-a-engagement .page-header .header-content .fake-container {
        display: block;
    }
}

.appel-a-engagement .page-header .national-scarf {
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 192px;
    height: 192px;
    pointer-events: none;
}

.appel-a-engagement .page-header .national-scarf span {
    display: block;
    width: 100%;
    height: 12px;
    background: pink;
}

.appel-a-engagement .page-header .national-scarf span:first-child {
    background-color: #e83434;
}

.appel-a-engagement .page-header .national-scarf span:nth-child(2) {
    background-color: #fff;
}

.appel-a-engagement .page-header .national-scarf span:nth-child(3) {
    background-color: #0900c3;
}

.appel-a-engagement .page-content {
    padding-bottom: 200px;
}

.appel-a-engagement .page-content .page-intro img {
    width: 450px;
    max-width: 100%;
    display: block;
    margin: 30px auto 50px;
}

@media (min-width: 650px) {
    .appel-a-engagement .page-content .page-intro img {
        margin: 0 auto 50px;
    }
}

.appel-a-engagement .page-content .page-confirmation {
    margin-top: 30px;
}

@media (min-width: 650px) {
    .appel-a-engagement .page-content .page-confirmation {
        margin-top: 0;
    }
}

.appel-a-engagement .page-content .page-confirmation .icn_success {
    display: block;
    margin: 0 auto;
}

.appel-a-engagement .page-content .role-picker {
    margin: 80px 0 65px;
}

.appel-a-engagement .page-content .role-picker__btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.appel-a-engagement .page-content .role-picker__btns .pick-btn {
    display: block;
    width: calc(50% - 8px);
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    font-size: 20px;
    color: #666;
    text-align: center;
    padding: 28px 0;
    line-height: 22px;
    cursor: pointer;
    font-family: Roboto, Helvetica, sans-serif;
}

.appel-a-engagement .page-content .role-picker__btns .pick-btn,
.appel-a-engagement .page-content .role-picker__btns .pick-btn:hover {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.appel-a-engagement .page-content .role-picker__btns .pick-btn.selected {
    font-weight: 700;
}

.appel-a-engagement .page-content .role-picker__btns .pick-btn.fade {
    opacity: 0.5;
}

.appel-a-engagement .page-content .role-picker__btns .pick-btn__running-mate.selected,
.appel-a-engagement .page-content .role-picker__btns .pick-btn__running-mate:hover {
    color: #0900c3;
    border-color: #0900c3;
}

.appel-a-engagement .page-content .role-picker__btns .pick-btn__volunteer.selected,
.appel-a-engagement .page-content .role-picker__btns .pick-btn__volunteer:hover {
    color: #e83434;
    border-color: #e83434;
}

.appel-a-engagement .page-content #running-mate-form .em-form__label .em-form__required {
    color: #0900c3;
}

.programmatic-foundation {
    position: relative;
    padding-bottom: 100px;
}

.programmatic-foundation .background-stripe-01 {
    background-color: #f6f9fc;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc((100% - 1200px) / 2);
    min-width: 200px;
}

@media (min-width: 1000px) {
    .programmatic-foundation .background-stripe-01 {
        display: block;
    }
}

.programmatic-foundation .background-stripe-02 {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    bottom: -100px;
    width: 350px;
    background-color: #f6f9fc;
}

@media (min-width: 1000px) {
    .programmatic-foundation .background-stripe-02 {
        display: block;
    }
}

.programmatic-foundation .content ul {
    padding-left: 40px;
    margin-top: 14px;
    margin-bottom: 14px;
    list-style: initial;
}

.programmatic-foundation__row {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

@media (min-width: 1000px) {
    .programmatic-foundation__row {
        flex-direction: row;
    }
}

.programmatic-foundation__left {
    position: relative;
    box-sizing: border-box;
    background-color: #f6f9fc;
    padding: 0 20px 20px;
}

@media (min-width: 1000px) {
    .programmatic-foundation__left {
        position: -webkit-sticky;
        top: -140px;
        background-color: transparent;
        position: sticky;
        width: 350px;
        height: 600px;
        padding: 0 30px 0 0;
        margin: 0;
    }
}

.programmatic-foundation__left .content {
    padding-top: 30px;
}

.programmatic-foundation__left .content .socle-logo {
    margin: 0 auto;
    border: none;
}

.programmatic-foundation__left .content .socle-logo img {
    width: 230px;
}

.programmatic-foundation__right {
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 1000px) {
    .programmatic-foundation__right {
        width: calc(100% - 350px);
        padding-left: 60px;
    }
}

.programmatic-foundation__breadcrumb {
    margin: 30px 0 !important;
    padding: 0 !important;
}

.programmatic-foundation__breadcrumb li {
    display: inline-block;
    color: #7b889b;
}

.programmatic-foundation__breadcrumb li:not(:first-child):before {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #7b889b;
    opacity: 0.4;
    margin: 0 10px;
}

.programmatic-foundation__ressources {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.programmatic-foundation__ressources .thumbnail {
    box-sizing: border-box;
    display: flex;
    position: relative;
    align-items: flex-end;
    height: 140px;
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    background-image: url(../images/programmatic-foundation-thumbnail.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    padding: 20px;
}

@media (min-width: 650px) {
    .programmatic-foundation__ressources .thumbnail {
        width: 48.5%;
    }
}

.programmatic-foundation__ressources .thumbnail--one {
    background-position: top;
    margin-bottom: 24px;
}

@media (min-width: 650px) {
    .programmatic-foundation__ressources .thumbnail--one {
        margin-bottom: 0;
    }
}

.programmatic-foundation__ressources .thumbnail--two {
    background-position: center top 65%;
}

.programmatic-foundation__ressources .thumbnail__content {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: Roboto, Helvetica, sans-serif;
    z-index: 1;
}

.programmatic-foundation__ressources .thumbnail:before {
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.4), transparent);
    opacity: 1;
}

.programmatic-foundation__ressources .thumbnail:after,
.programmatic-foundation__ressources .thumbnail:before {
    content: "gradient";
    overflow: hidden;
    position: absolute;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 0.45s;
}

.programmatic-foundation__ressources .thumbnail:after {
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    opacity: 0;
}

.programmatic-foundation__ressources .thumbnail:hover:before {
    opacity: 0;
}

.programmatic-foundation__ressources .thumbnail:hover:after,
.programmatic-foundation__ressources .thumbnail:hover svg {
    opacity: 1;
}

.programmatic-foundation__contact {
    position: relative;
    font-family: Roboto, Helvetica, sans-serif;
    color: #7b889b;
    margin-top: 20px;
    padding: 20px 25px 0 0;
    border-top: 1px solid #e1e5ea;
    font-size: 13px;
    line-height: 18px;
}

.programmatic-foundation__contact .icn-close {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 15px;
    opacity: 0.5;
}

.programmatic-foundation__contact .icn-close:hover {
    opacity: 1;
}

.programmatic-foundation__search {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.programmatic-foundation__search .em-form__group {
    margin-bottom: 15px;
}

.programmatic-foundation__search .em-form__group .em-form__field {
    height: 50px;
    border-color: #fff;
}

.programmatic-foundation__search .text-search {
    flex-grow: 2;
}

.programmatic-foundation__search .city-search,
.programmatic-foundation__search .tag-search {
    flex-basis: 100%;
}

.programmatic-foundation__search-results {
    font-family: Roboto, Helvetica, sans-serif;
}

.programmatic-foundation__search-results .measures,
.programmatic-foundation__search-results .projects {
    margin-bottom: 50px;
}

.programmatic-foundation__search-results .measures .programmatic-foundation__projects,
.programmatic-foundation__search-results .projects .programmatic-foundation__projects {
    margin: 0;
}

.programmatic-foundation__leading .form__checkbox {
    margin: 20px 0 0;
}

.programmatic-foundation__legend {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 14px;
    margin: 50px 0 10px;
}

.programmatic-foundation__legend .legend-item {
    margin-right: 20px;
    white-space: nowrap;
    font-weight: 700;
}

.programmatic-foundation__legend .legend-item:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    vertical-align: middle;
}

.programmatic-foundation__legend .legend-item.leading-measure {
    color: #ff9540;
}

.programmatic-foundation__legend .legend-item.leading-measure:before {
    background-color: #ff9540;
}

.programmatic-foundation__legend .legend-item.basic-measure {
    color: #1789ff;
}

.programmatic-foundation__legend .legend-item.basic-measure:before {
    background-color: #1789ff;
}

.programmatic-foundation__legend .legend-item.project {
    color: #42b883;
}

.programmatic-foundation__legend .legend-item.project:before {
    background-color: #42b883;
}

.programmatic-foundation__view-measure {
    margin-bottom: 60px;
}

.programmatic-foundation__view-measure header h1 {
    margin-top: 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #1789ff;
    font-family: Roboto, Helvetica, sans-serif;
}

.programmatic-foundation__view-measure header h1.leading {
    color: #ff9540;
}

.programmatic-foundation__view-measure .content article a {
    color: #1d5fd1;
    border-bottom: none;
}

.programmatic-foundation__view-measure .content article img {
    width: 100% !important;
    height: auto !important;
}

.programmatic-foundation__view-measure .programmatic-foundation__project {
    margin-top: 30px;
}

.programmatic-foundation__view-approaches {
    background-color: #fff;
}

.programmatic-foundation__approaches {
    font-family: Roboto, Helvetica, sans-serif;
}

.programmatic-foundation__approach {
    margin-bottom: 70px;
}

.programmatic-foundation__approach h2 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 20px;
}

@media (min-width: 650px) {
    .programmatic-foundation__approach h2 {
        font-size: 26px;
    }
}

.programmatic-foundation__approach>.content {
    color: #7b889b;
    margin-bottom: 30px;
}

.programmatic-foundation__sub-approach {
    background-color: #fff;
}

.programmatic-foundation__sub-approach .title {
    font-size: 18px;
    margin-right: 10px;
    color: #7b889b;
    font-weight: 700;
}

@media (min-width: 650px) {
    .programmatic-foundation__sub-approach .title {
        font-size: 20px;
    }
}

.programmatic-foundation__sub-approach .subtitle {
    margin-top: auto;
    color: #7b889b;
}

.programmatic-foundation__sub-approach>.head {
    background-color: #f6f9fc;
}

.programmatic-foundation__sub-approach>.content {
    padding-left: 20px;
}

.programmatic-foundation__sub-approach.expanded>.head .title {
    color: #444;
}

.programmatic-foundation__items-type {
    font-size: 16px;
    font-weight: 700;
    color: #7b889b;
    text-transform: uppercase;
    margin: 30px 0 20px;
    letter-spacing: normal;
}

.programmatic-foundation__measures.programmatic-foundation__children .child,
.programmatic-foundation__projects.programmatic-foundation__children .child {
    border-bottom: none;
    overflow: hidden;
}

.programmatic-foundation__measures.programmatic-foundation__children .child .head,
.programmatic-foundation__projects.programmatic-foundation__children .child .head {
    padding: 25px 70px 25px 20px;
}

.programmatic-foundation__measures.programmatic-foundation__children .child .head .title,
.programmatic-foundation__projects.programmatic-foundation__children .child .head .title {
    font-size: 18px;
    font-weight: 700;
}

.programmatic-foundation__measures.programmatic-foundation__children .child.expanded>.head .toggle,
.programmatic-foundation__projects.programmatic-foundation__children .child.expanded>.head .toggle {
    background-color: #e9edf2;
}

.programmatic-foundation__measures.programmatic-foundation__children .child.expanded>.content,
.programmatic-foundation__projects.programmatic-foundation__children .child.expanded>.content {
    margin-bottom: 30px;
}

.programmatic-foundation__measures.programmatic-foundation__children .child.expanded>.content>.html,
.programmatic-foundation__projects.programmatic-foundation__children .child.expanded>.content>.html {
    margin-top: 10px;
    color: #444;
    padding: 0;
}

.programmatic-foundation__measure>.head {
    border-left: 4px solid #1789ff;
    background-color: #e9f4ff;
}

.programmatic-foundation__measure>.head .title {
    color: #1789ff;
}

.programmatic-foundation__measure.leading>.head {
    border-left: 4px solid #ff9540;
    background-color: #fff5ed;
}

.programmatic-foundation__measure.leading>.head .title {
    color: #ff9540;
}

.programmatic-foundation__children .child {
    margin-bottom: 10px;
}

.programmatic-foundation__children .child .content,
.programmatic-foundation__children .child .head {
    transform: translateZ(0);
    transition: all 0.2s;
}

.programmatic-foundation__children .child .head {
    box-sizing: border-box;
    padding: 25px 70px 25px 20px;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 0;
}

.programmatic-foundation__children .child .head .toggle {
    position: absolute;
    top: calc(50% - 15px);
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 30px;
}

.programmatic-foundation__children .child .head .toggle:after,
.programmatic-foundation__children .child .head .toggle:before {
    position: absolute;
    top: 10px;
    right: 14px;
    height: 10px;
    content: "";
    width: 2px;
    background-color: #7b889b;
    transition: all 0.2s;
}

.programmatic-foundation__children .child .head .toggle:before {
    transform: rotate(90deg);
}

.programmatic-foundation__children .child .content {
    max-height: 0;
    overflow: hidden;
}

@media (min-width: 1000px) {
    .programmatic-foundation__children .child .content {
        padding: 0 25px;
    }
}

.programmatic-foundation__children .child .measure-links {
    margin-bottom: 30px;
    padding: 20px 0;
    border-bottom: 1px solid #e9edf2;
}

.programmatic-foundation__children .child .measure-links a {
    display: inline-block;
    border: 1px solid #e1e5ea;
    font-size: 14px;
    color: #444;
    padding: 6px 12px;
    border-radius: 50px;
    font-weight: 700;
    margin-right: 5px;
    font-family: Roboto, Helvetica, sans-serif;
}

.programmatic-foundation__children .child .measure-links a:hover {
    text-decoration: none;
}

.programmatic-foundation__children .child .measure-links a .icn {
    vertical-align: middle;
    margin-right: 5px;
}

.programmatic-foundation__children .child .measure-links a.copied {
    position: relative;
}

.programmatic-foundation__children .child .measure-links a.copied:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #222;
    top: 33px;
    left: 53%;
}

.programmatic-foundation__children .child .measure-links a.copied:after {
    content: attr(data-success-title);
    position: absolute;
    left: 35%;
    top: 40px;
    color: #fff;
    padding: 6px 13px 6px 34px;
    border-radius: 3px;
    background: #222 url(../images/check.svg) no-repeat 9px;
}

.programmatic-foundation__children .child.expanded>.head {
    background-color: #fff;
}

.programmatic-foundation__children .child.expanded>.head .toggle {
    background-color: #e9edf2;
}

.programmatic-foundation__children .child.expanded>.head .toggle:after {
    transform: rotate(90deg);
}

.programmatic-foundation__children .child.expanded>.content {
    max-height: none;
    margin-bottom: 20px;
}

.programmatic-foundation__children .child.expanded>.content>.html {
    margin-bottom: 20px;
    color: #444;
}

.programmatic-foundation__projects {
    margin-top: 40px;
}

.programmatic-foundation__project .child>.head,
.programmatic-foundation__project>.head {
    padding: 25px 70px 25px 25px;
    border-left: 4px solid #42b883;
    background-color: #ecf8f3;
}

.programmatic-foundation__project .child>.head .title,
.programmatic-foundation__project>.head .title {
    color: #42b883;
    font-weight: 700;
}

.content article .static-page-overview {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.content article .static-page-overview__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    background-color: #999;
    position: relative;
    height: 180px;
    padding: 20px;
    border: none;
    margin-bottom: 30px;
    background-size: cover;
    background-position: 50%;
    border-radius: 3px;
    overflow: hidden;
    transition: all 0.125s ease;
    flex-basis: 100%;
}

.content article .static-page-overview__item:after,
.content article .static-page-overview__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.125s;
}

.content article .static-page-overview__item:before {
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.6), transparent);
    opacity: 1;
}

.content article .static-page-overview__item:after {
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
    opacity: 0;
}

.content article .static-page-overview__item:hover {
    transform: translateY(-1px);
}

.content article .static-page-overview__item:hover:before {
    opacity: 0;
}

.content article .static-page-overview__item:hover:after {
    opacity: 1;
}

.content article .static-page-overview__item h2 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 30px;
    font-style: italic;
}

@media (min-width: 650px) {
    .content article .static-page-overview__item {
        height: 230px;
        padding: 30px;
    }
    .content article .static-page-overview__item:nth-child(odd) {
        flex-basis: calc(50% - 15px);
        margin-right: 15px;
    }
    .content article .static-page-overview__item:nth-child(2n+2) {
        flex-basis: calc(50% - 15px);
        margin-left: 15px;
    }
}

.content article .static-page-related-articles {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.content article .static-page-related-articles__item {
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.content article .static-page-related-articles__item--thumbnail {
    min-width: 105px;
    flex-basis: 105px;
}

.content article .static-page-related-articles__item--thumbnail img {
    width: 100%;
}

.content article .static-page-related-articles__item--descr {
    flex-basis: 100%;
    margin-left: 30px;
}

.content article .static-page-related-articles__item--descr h4 {
    font-size: 18px;
    margin-top: 5px;
    line-height: 23px;
    display: block;
}

.content article .static-page-related-articles__item--descr span {
    line-height: 1.4;
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
    color: #444;
}

@media (min-width: 650px) {
    .content article .static-page-related-articles__item--thumbnail {
        min-width: 145px;
        flex-basis: 145px;
    }
    .content article .static-page-related-articles__item--descr h4 {
        margin-top: 10px;
        font-size: 20px;
    }
}

#layout-municipales .content header {
    position: relative;
    overflow: hidden;
    background-color: #ebf4ff;
    padding: 50px 0 30px;
    margin-bottom: 30px;
}

@media (min-width: 650px) {
    #layout-municipales .content header {
        padding: 100px 0 70px;
        margin-bottom: 50px;
    }
}

#layout-municipales .content header h1 {
    padding-right: 50px;
}

@media (min-width: 650px) {
    #layout-municipales .content header h1 {
        padding: 0;
    }
}

#layout-municipales .content header h2 {
    font-weight: 400;
    font-size: 18px;
}

.content article .static-page-trombi__item {
    margin-bottom: 60px;
}

.content article .static-page-trombi__item .head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.content article .static-page-trombi__item .head .id {
    margin-bottom: 30px;
}

.content article .static-page-trombi__item .head .id h2 {
    color: #ff4d89;
    margin: 0;
}

.content article .static-page-trombi__item .head .id a {
    margin-right: 10px;
}

.content article .static-page-trombi__item .head .id .fa {
    font-size: 18px;
}

.content article .static-page-trombi__item .head .photo {
    width: 210px;
    height: 150px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    margin-right: 30px;
}

.content article .static-page-trombi__item .description {
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-align: justify;
}

.retirement-simulator__header {
    background-color: #fad539;
    padding: 40px 0;
}

@media (min-width: 650px) {
    .retirement-simulator__header {
        padding: 80px 0;
    }
}

.retirement-simulator__header .title {
    margin-bottom: 20px;
}

.retirement-simulator__header .title span {
    background-color: #fff;
}

@media (min-width: 650px) {
    .retirement-simulator__header .title {
        margin-bottom: 45px;
    }
}

.retirement-simulator__journey {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    font-family: Roboto, Helvetica, sans-serif;
}

.retirement-simulator__journey .simulator-journey__item {
    display: inline-block;
    margin: 10px 0;
}

.retirement-simulator__journey .simulator-journey__item label {
    font-size: 18px;
}

.retirement-simulator__journey .simulator-journey__item label span {
    box-sizing: content-box;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 5px;
    line-height: normal;
}

.retirement-simulator__journey .simulator-journey__item label span select {
    position: relative;
    -webkit-appearance: none;
    box-sizing: content-box;
    height: 30px;
    padding: 0 30px 0 5px;
    border: none;
    border-bottom: 2px solid #000;
    background-color: #fff;
    border-radius: 0;
    font-size: 18px;
    font-family: Roboto, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    margin: 0;
}

.retirement-simulator__journey .simulator-journey__item label span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 7px 5px 0;
    right: 10px;
    top: 14px;
    pointer-events: none;
}

.retirement-simulator__result {
    padding: 40px 0 50px;
}

@media (min-width: 650px) {
    .retirement-simulator__result {
        padding: 80px 0 100px;
    }
}

.retirement-simulator__result .simulator-result__col {
    width: 100%;
    margin-bottom: 30px;
}

@media (min-width: 1000px) {
    .retirement-simulator__result .simulator-result__col {
        width: calc(50% - 40px);
    }
}

.retirement-simulator__result .simulator-result__col hr {
    width: 40px;
    margin: 30px 0;
}

@media (min-width: 650px) {
    .retirement-simulator__result .simulator-result__col hr {
        margin: 40px 0;
    }
}

.retirement-simulator__result .simulator-result__col sup {
    vertical-align: top;
    position: relative;
    top: -0.3em;
}

.retirement-simulator__result .simulator-result__col .subtitle {
    text-transform: uppercase;
    color: #42b883;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: Roboto, Helvetica, sans-serif;
}

.retirement-simulator__result .simulator-result__col--measure {
    margin-bottom: 30px;
    font-family: Roboto, Helvetica, sans-serif;
    color: #444;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.retirement-simulator__result .simulator-result__col.changed .simulator-result__col--measure {
    background-image: url(../images/icons/measure-changed.svg);
}

.retirement-simulator__result .simulator-result__col.unchanged .simulator-result__col--measure {
    background-image: url(../images/icons/measure-unchanged.svg);
}

.vote-result-percent-field:after,
.vote-result-percent-list-field:after {
    content: attr(data-percent);
    position: absolute;
    color: #42b883;
    font-size: 20px;
    right: 30px;
    bottom: 20px;
    line-height: 1;
}

.adherent__activity {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 24px;
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.adherent__activity .committee__details {
    margin-bottom: 20px;
}

.adherent__activity .committee__actions {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

@media (min-width: 650px) {
    .adherent__activity .committee__actions {
        flex-direction: row;
        align-items: flex-end;
    }
}

.adherent__activity .committee__actions .right {
    max-width: 260px;
    margin-top: 20px;
    text-align: left;
}

@media (min-width: 650px) {
    .adherent__activity .committee__actions .right {
        text-align: right;
    }
}

.adherent__activity .committee__actions .break {
    flex-basis: 100%;
    height: 0;
}

.adherent__activity .committee__actions .legend {
    font-size: 14px;
    font-family: Roboto, Helvetica, sans-serif;
    color: #8c8c8c;
    margin: 10px 0 0;
    line-height: normal;
}

.adherent__activity .committee__actions .legend.active {
    color: #42b883;
    font-weight: 700;
}

.adherent__activity .committee__actions .legend.pink {
    color: #ff4d89;
    font-weight: 700;
}

#adherent-profile {
    background-color: #f6f6f6;
    padding-top: 60px;
}

.adherent-profile {
    margin-bottom: 100px;
}

.adherent-profile__aside {
    box-sizing: border-box;
    margin-right: 5px;
    padding-right: 25px;
    padding-bottom: 30px;
    flex: 0 0 305px;
    display: none;
    position: sticky;
    top: 0;
    align-self: flex-start;
    max-height: 100vh;
    overflow-y: auto;
}

.adherent-profile__aside::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media (min-width: 1000px) {
    .adherent-profile__aside {
        display: block;
    }
}

.adherent-profile__id {
    font-family: Roboto, Helvetica, sans-serif;
}

aside .adherent-profile__id {
    margin-left: 15px;
}

.adherent-profile__id .name {
    font-weight: 700;
    color: #000;
    font-size: 20px;
}

.adherent-profile__id .adhesion-date {
    color: #8c8c8c;
    font-size: 14px;
    line-height: normal;
    margin-top: 6px;
}

.adherent-profile__roles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.adherent-profile__roles li {
    font-size: 12px;
    font-family: Roboto, Helvetica, sans-serif;
    line-height: normal;
    color: #0496ff;
    padding: 4px;
    border-radius: 2px;
    border: 1px solid #0496ff;
    margin: 0 5px 5px 0;
}

.adherent-profile__completion .gauge {
    display: block;
    background-color: #e5e5e5;
    width: 200px;
    height: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.adherent-profile__completion .gauge span {
    position: absolute;
    border-radius: 5px;
    height: 5px;
    left: 0;
    width: 50%;
    background-color: #46d5c7;
}

.adherent-profile__menu .menu-section {
    margin: 35px 0;
}

.adherent-profile__menu .menu-section__heading {
    display: block;
    position: relative;
    font-size: 18px;
    font-family: Roboto, Helvetica, sans-serif;
    color: #7b889b;
    border: none;
    padding-left: 38px;
    line-height: 30px;
    cursor: pointer;
    background-position: 0;
    background-repeat: no-repeat;
}

.adherent-profile__menu .menu-section__heading.menu-section-informations {
    background-image: url(../images/icons/adherent_menu/default/informations.svg);
}

.adherent-profile__menu .menu-section__heading.menu-section-informations.active {
    background-image: url(../images/icons/adherent_menu/active/informations.svg);
}

.adherent-profile__menu .menu-section__heading.menu-section-activity {
    background-image: url(../images/icons/adherent_menu/default/activity.svg);
}

.adherent-profile__menu .menu-section__heading.menu-section-activity.active {
    background-image: url(../images/icons/adherent_menu/active/activity.svg);
}

.adherent-profile__menu .menu-section__heading.menu-section-documents {
    background-image: url(../images/icons/adherent_menu/default/documents.svg);
}

.adherent-profile__menu .menu-section__heading.menu-section-documents.active {
    background-image: url(../images/icons/adherent_menu/active/documents.svg);
}

.adherent-profile__menu .menu-section__heading .icon-container {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
}

.adherent-profile__menu .menu-section__heading.active {
    font-weight: 700;
    color: #000;
}

.adherent-profile__menu .menu-section__items {
    padding-top: 10px;
}

.adherent-profile__menu .menu-section__items li {
    margin: 10px 0;
    padding-left: 38px;
    position: relative;
}

.adherent-profile__menu .menu-section__items li a {
    font-size: 16px;
    font-family: Roboto, Helvetica, sans-serif;
    color: #7b889b;
    border: none;
}

.adherent-profile__menu .menu-section__items li.active a,
.adherent-profile__menu .menu-section__items li a:hover {
    color: #000;
}

.adherent-profile__menu .menu-section__items li.active:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #46d5c7;
    border-radius: 20px;
}

.adherent-profile__funnel .funnel__items {
    position: relative;
}

.adherent-profile__funnel .funnel__items:before {
    content: "";
    width: 3px;
    position: absolute;
    left: 6.5px;
    top: 5px;
    display: block;
    bottom: 5px;
    box-sizing: border-box;
    background-color: #e5e5e5;
}

.adherent-profile__funnel .funnel__items li {
    margin: 24px 0;
    position: relative;
    padding-left: 30px;
}

.adherent-profile__funnel .funnel__items li a {
    font-size: 16px;
    font-family: Roboto, Helvetica, sans-serif;
    color: #8c8c8c;
    border: none;
}

.adherent-profile__funnel .funnel__items li a:hover {
    color: #000;
}

.adherent-profile__funnel .funnel__items li:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid #e5e5e5;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    box-sizing: border-box;
    background-color: #f6f6f6;
}

.adherent-profile__funnel .funnel__items li.active a {
    color: #000;
}

.adherent-profile__funnel .funnel__items li.active:before {
    border-color: #46d5c7;
}

.adherent-profile__content {
    flex-grow: 1;
}

.adherent-profile__section {
    background-color: #fff;
    border-radius: 3px;
    padding: 70px;
}

.adherent-profile__section h1 {
    margin-bottom: 40px;
}

.adherent-profile__section .section-subtitle {
    font-family: Gillsans, Roboto, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #8c8c8c;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.adherent-profile__section .data-display {
    font-family: Roboto, Helvetica, sans-serif;
    margin-bottom: 40px;
}

.adherent-profile__section .data-display__item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px 0;
}

.adherent-profile__section .data-display__item .label {
    color: #8c8c8c;
    min-width: 40%;
}

.adherent-profile__section .data-display__item .value {
    color: #444;
}

.adherent-profile__section .documents-section__list {
    margin-bottom: 40px;
}

.adherent-profile #engagement .form__checkbox,
.adherent-profile #engagement .form__radio,
.adherent-profile #subscriptions .form__checkbox,
.adherent-profile #subscriptions .form__radio {
    margin-bottom: 5px;
}

.adherent-profile #certification .certification-status {
    padding: 30px 40px 40px;
    margin-top: 40px;
}

.adherent-profile #certification .certification-status.certified {
    background-image: url(../images/icons/certification/certification_confettis.svg);
    background-position: center top -5px;
    background-repeat: no-repeat;
    background-size: 90%;
}

.adherent-profile #certification .certification-status .title {
    font-weight: 700;
    color: #000;
    margin-top: 15px;
    font-size: 18px;
}

.adherent-profile #certification .certification-status p {
    margin: 0 auto;
    max-width: 470px;
}

.territorial-council {
    padding-bottom: 100px;
}

.territorial-council__header {
    background-color: #208e73;
    padding: 60px 0;
    margin-bottom: 70px;
}

@media (min-width: 1000px) {
    .territorial-council__header {
        padding: 80px 0;
    }
}

.territorial-council__header--slim {
    padding: 25px 0;
}

.territorial-council__header__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 1000px) {
    .territorial-council__header__content {
        flex-direction: row;
    }
}

.territorial-council__header__titles {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 1000px) {
    .territorial-council__header__titles {
        margin: 0 5% 0 0;
        text-align: left;
    }
}

.territorial-council__main {
    width: 100%;
    margin-right: 0;
}

@media (min-width: 1000px) {
    .territorial-council__main {
        margin-right: 5%;
    }
}

.territorial-council__infos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}

@media (min-width: 1000px) {
    .territorial-council__infos {
        align-items: flex-start;
        font-size: 16px;
        justify-content: flex-start;
    }
}

.territorial-council__infos li {
    margin: 5px 15px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.territorial-council__infos li:first-child {
    margin-left: 0;
}

.territorial-council__infos li:last-child {
    margin-right: 0;
}

.territorial-council__infos li svg {
    margin-right: 10px;
}

.territorial-council__infos li a {
    color: #fff;
    text-decoration: underline;
}

.territorial-council__aside {
    min-width: 285px;
}

.territorial-council__aside img {
    max-width: 100%;
}

@media (max-width: 1000px) {
    .territorial-council__aside {
        background: #f6f6f6;
        padding: 30px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .territorial-council__aside .avatar-initials {
        background-color: #fff;
    }
}

.territorial-council__aside--section {
    margin-bottom: 50px;
}

.territorial-council__aside--section:last-child {
    margin: 0;
}

.territorial-council__aside--section h5 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    font-family: Roboto, Helvetica, sans-serif;
}

@media (max-width: 1000px) {
    .territorial-council__aside--section img {
        display: none;
    }
}

.territorial-council__member {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border: 1px solid #e1e5ea;
    margin-bottom: 20px;
}

.territorial-council__member .identity {
    flex-basis: 100%;
}

@media (min-width: 650px) {
    .territorial-council__member .identity {
        flex-basis: 50%;
    }
}

.territorial-council__member .roles {
    flex-basis: 100%;
    margin-top: 5px;
}

@media (min-width: 650px) {
    .territorial-council__member .roles {
        flex-basis: 50%;
    }
}

.territorial-council__member .roles .role {
    list-style: disc;
    list-style-position: inside;
    font-size: 14px;
}

.territorial-council #membership-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.territorial-council #membership-container .form__radio {
    flex-basis: 100%;
    margin-right: 0;
    margin-top: 20px;
}

@media (min-width: 650px) {
    .territorial-council #membership-container .form__radio {
        flex-basis: 50%;
    }
}

.territorial-council #membership-container .form__radio label:before {
    top: 13px;
}

.territorial-council .em-form .em-form__group .hidden-membership {
    display: none;
}

.territorial-council__candidacies .modal-content {
    position: absolute;
    border-radius: 0;
    margin: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 700px;
    overflow-y: auto;
}

@media (min-width: 1000px) {
    .territorial-council__candidacies .modal-content {
        padding: 100px;
    }
}

.territorial-council__candidacie {
    margin-bottom: 20px;
    border: 1px solid #e1e5ea;
    padding: 30px;
    position: relative;
    border-radius: 4px;
}

.territorial-council .quality-title-10,
.territorial-council .quality-title-11 {
    color: #208e73;
}

.territorial-council .quality-title-12 {
    color: #e83434;
}

.territorial-council .quality-title-14 {
    color: #2abaff;
}

.territorial-council .quality-title-15 {
    color: #1d5fd1;
}

.territorial-council__candidate {
    flex-basis: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

@media (min-width: 1000px) {
    .territorial-council__candidate {
        flex-basis: 50%;
        padding-right: 20px;
        margin-bottom: 0;
    }
}

.territorial-council__biography {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    right: 40px;
    border: 1px solid #e1e5ea;
    border-radius: 2px;
}

.territorial-council__biography img {
    transform: rotate(-90deg);
}

.territorial-council .election-poll-box {
    background-color: #fff;
    box-shadow: 0 15px 30px 0 hsla(0, 0%, 51.4%, 0.15);
    border-radius: 4px;
    padding: 40px;
}

.manager-space.message_referent__filter__search__col,
.manager-space.referent {
    counter-reset: poll-choice-counter;
}

.manager-space.message_referent__filter__search__col .meeting-form-fields,
.manager-space.referent .meeting-form-fields {
    border-radius: 3px;
    border: 1px solid #bcbcbc;
    background-color: #fafafa;
}

.manager-space.message_referent__filter__search__col .election-poll-container .poll-collection>div,
.manager-space.referent .election-poll-container .poll-collection>div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.manager-space.message_referent__filter__search__col .election-poll-container .poll-collection>div:before,
.manager-space.referent .election-poll-container .poll-collection>div:before {
    counter-increment: poll-choice-counter;
    content: "#" counter(poll-choice-counter);
    margin-right: 10px;
    display: flex;
    padding: 5px 13px;
}

.manager-space.message_referent__filter__search__col .election-poll-container .poll-collection>div input,
.manager-space.referent .election-poll-container .poll-collection>div input {
    flex-grow: 1;
}

.manager-space.message_referent__filter__search__col .election-poll-container .poll-collection>a,
.manager-space.referent .election-poll-container .poll-collection>a {
    margin-top: 40px;
}

.manager-header {
    background-color: #f6f9fc;
    margin-bottom: 68px;
}

.manager-header .first-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding: 35px 0;
}

.manager-header .first-section .manager-information {
    margin-top: 20px;
}

.manager-header .first-section .manager-information p {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 14px;
    color: #7b889b;
    margin: 0;
}

.manager-header .first-section .manager-information p span {
    color: #000;
    font-weight: 700;
}

.manager-header .first-section .report {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 11px;
    color: #7b889b;
    letter-spacing: 1px;
    margin: 0;
}

@media (min-width: 650px) {
    .manager-header .first-section .el:last-child {
        text-align: right;
    }
}

.manager-header .second-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.manager-header .second-section h1.page-title {
    margin-right: 30px;
}

.manager-header .second-section .direct-actions {
    font-size: 0;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.manager-header .second-section .direct-actions .btn {
    flex-basis: 50%;
}

.manager-header .second-section .direct-actions .btn span {
    display: none;
}

.manager-header .second-section .direct-actions .btn:first-child {
    margin-right: 10px;
}

.manager-header__menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px solid #e1e5ea;
    padding-bottom: 15px;
}

@media (min-width: 1000px) {
    .manager-header__menu ul {
        padding-bottom: 0;
    }
}

.manager-header__menu ul li {
    display: inline-block;
    margin: 0 15px -1px 0;
}

@media (min-width: 1000px) {
    .manager-header__menu ul li {
        margin: 10px 18px -1px 0;
    }
}

.manager-header__menu ul li:first-child {
    margin-left: 0;
}

.manager-header__menu ul li:last-child {
    margin-right: 0;
}

.manager-header__menu ul li a {
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #7b889b;
    display: inline-block;
    padding: 5px 0 14px;
    border-bottom: 3px solid transparent;
}

.manager-header__menu ul li a:hover {
    color: #000;
}

@media (min-width: 1000px) {
    .manager-header__menu ul li a:hover {
        border-bottom-color: #46d5c7;
    }
}

.manager-header__menu ul li a.is-new:after {
    content: "Nouveau";
    background-color: #000;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    padding: 3px 6px;
    text-transform: uppercase;
    line-height: normal;
    border-radius: 50px;
    vertical-align: middle;
    margin-left: 6px;
}

.manager-header__menu ul li:hover .toggle-menu {
    display: block;
}

.manager-header__menu ul li.active a {
    color: #000;
    font-weight: 700;
}

@media (min-width: 1000px) {
    .manager-header__menu ul li.active a {
        border-bottom-color: #46d5c7;
    }
}

@media (min-width: 1150px) {
    .manager-header__menu ul li.menu-right {
        margin-left: auto;
    }
}

@media (min-width: 650px) {
    .manager-header .first-section {
        flex-direction: row;
    }
    .manager-header .first-section .manager-information {
        margin: 0 20px 20px 0;
    }
    .manager-header .second-section .direct-actions {
        width: auto;
    }
    .manager-header .second-section .direct-actions .btn {
        flex-basis: auto;
    }
    .manager-header .second-section .direct-actions .btn span {
        display: inline;
    }
}

.manager__fixed-bar {
    display: block;
    position: fixed;
    z-index: 5;
    left: 0;
    right: 0;
    top: -80px;
    opacity: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(99, 98, 150, 0.15);
    width: 100%;
    height: 80px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

@media (min-width: 1000px) {
    .manager__fixed-bar.active {
        top: 0;
        opacity: 1;
        position: fixed;
    }
}

.manager__fixed-bar__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.manager__fixed-bar__content p {
    font-size: 18px;
    font-family: Roboto, Helvetica, sans-serif;
    width: calc(100% - 500px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.manager__fixed-bar__content p span {
    font-weight: 700;
}

.manager__fixed-bar__content .direct-actions {
    font-size: 0;
}

.manager__fixed-bar__content .direct-actions .btn {
    margin-left: 10px;
}

.manager-header .pre-space {
    padding: 55px 0;
}

@media (min-width: 650px) {
    .manager-header .pre-space {
        padding: 135px 0 55px;
    }
}

.manager-header .pre-space__item-number {
    font-family: Roboto, Helvetica, sans-serif;
    color: #7b889b;
    margin: 15px 0 0;
}

.pre-space__items-preview {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}

.pre-space__item-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 238px;
    margin-bottom: 26px;
    background-color: #f6f9fc;
    padding: 30px;
}

.pre-space__item-card .item-card-name {
    margin: 0;
    font-weight: 400;
}

.pre-space__item-card .item-card-url {
    display: block;
    margin-bottom: auto;
    margin-right: auto;
}

.pre-space__item-card .item-card-url .icn-link {
    position: relative;
    top: 2px;
}

.pre-space__item-card.iterate {
    background-color: #fff;
    border: 1px dashed #e1e5ea;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.pre-space__item-card.iterate:hover {
    border: 1px solid #f6f9fc;
    background-color: #f6f9fc;
}

.pre-space__item-card--muted {
    background-color: #fff;
    border: 1px dashed #e1e5ea;
    border-radius: 5px;
    color: #676767;
}

.pre-space__item-card--muted .approval__status {
    margin-left: 16px;
    display: inline-block;
}

.pre-space__item-card--muted .approval__status:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    position: relative;
    top: -2px;
    margin-right: 7px;
}

.pre-space__item-card--muted .approval__status--pending {
    color: #f3845b;
}

.pre-space__item-card--muted .approval__status--pending:before {
    background-color: #f3845b;
}

@media (min-width: 1000px) {
    .pre-space__item-card {
        width: 50%;
        max-width: 484px;
    }
    .pre-space__item-card:nth-child(odd) {
        margin-right: 26px;
    }
}

.manager-overview {
    padding-bottom: 100px;
}

.manager-overview__row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 1000px) {
    .manager-overview__row {
        flex-direction: row;
    }
}

.manager-overview__case {
    box-sizing: border-box;
    background-color: #f6f9fc;
    box-shadow: 0 1px 0 0 #e5e9ee;
    padding: 20px;
    margin-bottom: 26px;
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 1000px) {
    .manager-overview__case {
        flex-basis: calc(33% - 12px);
    }
}

.manager-overview__case--section {
    display: block;
    font-weight: 400;
    color: #7b889b;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: normal;
    text-transform: uppercase;
}

.manager-overview__case--value {
    display: block;
    font-weight: 400;
    color: #000;
    font-size: 34px;
    line-height: normal;
    margin-bottom: 5px;
}

.manager-overview__case--title {
    font-weight: 400;
    color: #000;
    font-size: 19px;
    margin-bottom: 15px;
    line-height: normal;
}

.manager-overview__case--baseline {
    margin: 0;
    color: #444;
    font-size: 16px;
}

.manager-overview__case--data-row {
    display: flex;
    flex-direction: column;
}

.manager-overview__case--data-row .el {
    margin-right: 30px;
    margin-bottom: 20px;
}

.manager-overview__case--footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 650px) {
    .manager-overview__case {
        padding: 30px;
    }
    .manager-overview__case--value {
        font-size: 40px;
    }
    .manager-overview__case--title {
        font-size: 22px;
    }
    .manager-overview__case--data-row {
        flex-direction: row;
    }
    .manager-overview__case--data-row .el {
        margin-bottom: 0;
    }
    .manager-overview__case--footer {
        margin-top: 40px;
    }
}

@media (min-width: 1000px) {
    .manager-overview__case--data-row .el {
        margin-right: 70px;
    }
}

.manager-overview__case.case-half {
    flex-basis: calc(50% - 12px);
}

.manager-overview__case.case-full {
    flex-basis: 100%;
}

.data-listing__row {
    display: flex;
    flex-direction: row;
    padding: 6px 0;
}

.data-listing__item--label {
    width: 35%;
    color: #8c8c8c;
    padding-right: 15px;
}

.data-listing__item--value {
    width: 60%;
    color: #444;
}

.modal-content .adherent__committees--item {
    padding: 20px 0;
    border-bottom: 1px solid #e1e5ea;
}

.modal-content .adherent__committees--item:last-child {
    border: none;
}

.team-organization {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.team-organization__member-container {
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
}

@media (min-width: 650px) {
    .team-organization__member-container {
        width: 50%;
    }
}

.team-organization__member {
    box-sizing: border-box;
    display: inline-block;
    padding: 30px;
    color: #000;
    height: 150px;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.04), 0 2px 5px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    width: 100%;
}

.team-organization__member .name {
    font-size: 18px;
    font-weight: 700;
    border: none;
}

.team-organization__member .roles {
    margin-top: 8px;
    font-size: 16px;
    color: #8c8c8c;
}

.alert {
    font-size: 15px;
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 20px;
    padding: 20px;
    border-radius: 3px;
}

.alert--tips {
    background-color: #fefbf0;
    color: #9a895f;
}

.alert--tips-blue {
    background-color: #ebf4ff;
    color: #698ab3;
}

.alert--error {
    background-color: #fae1e7;
    color: #ee324a;
}

.sub-section {
    font-size: 20px;
    color: #7b889b;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e5ea;
}

.manager__filters {
    background-color: #f6f9fc;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 45px;
}

@media (min-width: 650px) {
    .manager__filters {
        padding: 40px 40px 25px;
    }
}

.manager__filters select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.manager__filters__subtitle {
    margin-bottom: 30px;
    font-size: 18px;
    color: #000;
    line-height: normal;
}

.manager__filters__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.manager__filters__section {
    width: 100%;
}

@media (min-width: 650px) {
    .manager__filters__section {
        width: calc(50% - 30px);
        margin-right: 30px;
    }
}

@media (min-width: 1000px) {
    .manager__filters__section {
        width: calc(33.33% - 30px);
        margin-right: 30px;
    }
}

.manager__filters__actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.manager__filters__actions .btn:first-child {
    margin-right: 15px;
}

.manager__filters .filter__row {
    margin-bottom: 16px;
}

.manager__filters .filter__row .filter__label {
    display: block;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    color: #7b889b;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.manager__filters .filter__row .filter__field {
    box-sizing: border-box;
    display: block;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding-left: 12px;
    color: #444;
    margin: 0;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #c9d4e4;
    background-color: #fff;
}

.manager__filters .filter__row .filter__field::placeholder {
    color: #8c8c8c;
    font-weight: 400;
}

.manager__filters .filter__row .filter__field:disabled {
    background-color: #eef2f7;
    color: rgba(123, 136, 155, 0.5);
    cursor: not-allowed;
}

.manager__filters .filter__row .filter__field:disabled::placeholder {
    color: rgba(123, 136, 155, 0.5) !important;
}

.manager__filters .filter__row .filter__compl-info {
    display: block;
    line-height: 14px;
    font-size: 12px;
    color: #7b889b;
    margin-top: 5px;
    opacity: 0.8;
}

.manager__filters .filter__row .filter__radio__tabs {
    display: flex;
    flex-direction: row;
}

.manager__filters .filter__row .filter__radio__tab {
    position: relative;
    flex-grow: 1;
}

.manager__filters .filter__row .filter__radio__tab label {
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #444;
    margin: 0;
    height: 40px;
    border: 1px solid #c9d4e4;
    border-left-width: 0;
    background-color: #fff;
    line-height: 40px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
}

.manager__filters .filter__row .filter__radio__tab:first-child label {
    border-left-width: 1px;
    border-radius: 2px 0 0 2px;
}

.manager__filters .filter__row .filter__radio__tab:last-child label {
    border-radius: 0 2px 2px 0;
}

.manager__filters .filter__row .filter__radio__tab input[type="radio"] {
    position: absolute;
    width: 22px;
    height: 22px;
    margin: 0;
    outline: 0;
    z-index: -1;
}

.manager__filters .filter__row .filter__radio__tab input[type="radio"]:checked+label {
    font-weight: 700;
}

.manager__filters .filter__row .filter__radio__tabs.inputs--3 .filter__radio__tab {
    flex-basis: 33%;
}

.manager__filters .filter__row .filter__radio__tabs.inputs--4 .filter__radio__tab {
    flex-basis: 25%;
}

.manager__filters .filter__row .filter__multi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 40px;
}

.manager__filters .filter__row .filter__multi label {
    margin-bottom: 0;
}

.manager__filters .filter__row .form__checkbox input:disabled+.form__label {
    color: rgba(123, 136, 155, 0.5);
    cursor: not-allowed;
}

.manager__filters .filter__row .form__checkbox input:disabled+.form__label:before {
    background-color: #eef2f7;
}

.citizen-project__form .ck-editor__main>.ck-editor__editable,
.manager-space .ck-editor__main>.ck-editor__editable {
    min-height: 500px;
}

.citizen-project__form .ck-editor__main ol,
.citizen-project__form .ck-editor__main ul,
.manager-space .ck-editor__main ol,
.manager-space .ck-editor__main ul {
    padding-left: 40px;
    margin: 16px 0;
}

.citizen-project__form .ck-editor__main ul,
.manager-space .ck-editor__main ul {
    list-style: disc;
}

.citizen-project__form select,
.manager-space select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/icons/icn-form-select.svg) no-repeat right 10px center;
    cursor: pointer;
}

.citizen-project__form .form__row,
.manager-space .form__row {
    position: relative;
    margin-bottom: 20px;
}

.citizen-project__form .form__row .form__label,
.manager-space .form__row .form__label {
    display: block;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin-bottom: 10px;
}

.citizen-project__form .form__row .form__label span,
.manager-space .form__row .form__label span {
    font-weight: 400;
    color: #8c8c8c;
}

.citizen-project__form .form__row .form__field,
.manager-space .form__row .form__field {
    display: block;
    width: 100%;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding-left: 12px;
    color: #444;
    margin: 0;
    height: 60px;
    border-radius: 3px;
    border: 1px solid #e1e5ea;
    background-color: #fff;
    outline: 0;
    transition: border 0.2s;
    -webkit-transition: border 0.2s;
}

.citizen-project__form .form__row .form__field::placeholder,
.manager-space .form__row .form__field::placeholder {
    color: #8c8c8c;
    font-weight: 400;
}

.citizen-project__form .form__row .form__field:hover,
.manager-space .form__row .form__field:hover {
    border-color: #c4c4c4;
}

.citizen-project__form .form__row .form__field:focus,
.manager-space .form__row .form__field:focus {
    border-color: #1d5fd1;
}

.citizen-project__form .form__row .form__field:disabled,
.manager-space .form__row .form__field:disabled {
    background-color: #f6f9fc;
    color: #7b889b;
    cursor: default;
}

.citizen-project__form .form__row .form__field:disabled:hover,
.manager-space .form__row .form__field:disabled:hover {
    border-color: #e1e5ea;
}

.citizen-project__form .form__row .form__legend,
.manager-space .form__row .form__legend {
    color: #8c8c8c;
    display: block;
    margin-top: 5px;
    padding-bottom: 10px;
}

.citizen-project__form .form__row textarea.form__field,
.manager-space .form__row textarea.form__field {
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
}

.citizen-project__form .form__row .character-count,
.manager-space .form__row .character-count {
    position: absolute;
    right: 1px;
    bottom: 1px;
    background: #fff;
    opacity: 0.9;
    padding: 0 16px;
    font-size: 14px;
    line-height: 58px;
    pointer-events: none;
}

.citizen-project__form .form__row .type-and-select__tags,
.manager-space .form__row .type-and-select__tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 39px;
    margin-top: 12px;
}

.citizen-project__form .form__row .type-and-select__item,
.manager-space .form__row .type-and-select__item {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    height: 34px;
    background-color: #ebf4ff;
    padding: 0 35px 0 15px;
    border-radius: 50px;
    margin: 0 5px 5px 0;
}

.citizen-project__form .form__row .type-and-select__item--value,
.manager-space .form__row .type-and-select__item--value {
    display: block;
    font-family: Roboto, Helvetica, sans-serif;
    line-height: 34px;
    color: #698ab3;
    font-size: 15px;
}

.citizen-project__form .form__row .type-and-select__item--remove,
.manager-space .form__row .type-and-select__item--remove {
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    line-height: 0;
    opacity: 0.5;
    cursor: pointer;
    padding: 3px;
    transition: all 0.2s ease;
}

.citizen-project__form .form__row .type-and-select__item--remove:hover,
.manager-space .form__row .type-and-select__item--remove:hover {
    opacity: 1;
    transform: rotate(-90deg);
}

.citizen-project__form .form__group,
.manager-space .form__group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
}

@media (min-width: 650px) {
    .citizen-project__form .form__group,
    .manager-space .form__group {
        flex-wrap: nowrap;
    }
}

.citizen-project__form .form__group .form__row,
.manager-space .form__group .form__row {
    flex-grow: 1;
}

@media (min-width: 650px) {
    .citizen-project__form .form__group .form__row,
    .manager-space .form__group .form__row {
        margin-right: 14px;
    }
}

.citizen-project__form .form__group .form__row:last-child,
.manager-space .form__group .form__row:last-child {
    margin-right: 0;
}

.citizen-project__form .form__group.w-legend .form__row,
.manager-space .form__group.w-legend .form__row {
    margin-bottom: 0;
}

.citizen-project__form .form__date-and-time .form__group,
.manager-space .form__date-and-time .form__group {
    align-items: flex-start;
}

.citizen-project__form .form__date-and-time .form__group>div,
.manager-space .form__date-and-time .form__group>div {
    display: flex;
    flex-direction: row;
    line-height: 60px;
}

.citizen-project__form .form__date-and-time .form__group>div .form__field,
.manager-space .form__date-and-time .form__group>div .form__field {
    flex-basis: 100%;
    margin-right: 14px;
}

.citizen-project__form .form__date-and-time .form__group>div .form__field:last-child,
.manager-space .form__date-and-time .form__group>div .form__field:last-child {
    margin: 0;
}

@media (min-width: 650px) {
    .citizen-project__form .form__date-and-time .form__group>div .form__field:last-child,
    .manager-space .form__date-and-time .form__group>div .form__field:last-child {
        margin-right: 14px;
    }
}

.citizen-project__form .form__date-and-time .form__group>div:first-child,
.manager-space .form__date-and-time .form__group>div:first-child {
    flex-grow: 2;
    margin-bottom: 10px;
}

@media (min-width: 650px) {
    .citizen-project__form .form__date-and-time .form__group>div:first-child,
    .manager-space .form__date-and-time .form__group>div:first-child {
        margin-bottom: 0;
    }
}

.citizen-project__form .form__date-and-time .form__group>div:nth-child(2),
.manager-space .form__date-and-time .form__group>div:nth-child(2) {
    flex-grow: 1;
}

.citizen-project__form .form__date-and-time .form__group>div:nth-child(2) .form__field:first-child,
.manager-space .form__date-and-time .form__group>div:nth-child(2) .form__field:first-child {
    margin-left: 0;
    margin-right: 10px;
}

.citizen-project__form .form__date-and-time .form__group>div:nth-child(2) .form__field:last-child,
.manager-space .form__date-and-time .form__group>div:nth-child(2) .form__field:last-child {
    margin-left: 10px;
    margin-right: 0;
}

.citizen-project__form .form__tel .form__row:first-child,
.manager-space .form__tel .form__row:first-child {
    flex-grow: 1;
}

.citizen-project__form .form__tel .form__row:nth-child(2),
.manager-space .form__tel .form__row:nth-child(2) {
    flex-grow: 2;
}

.form__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.form__title .form__step {
    color: #8c8c8c;
    font-size: 18px;
}

.form__title .form__step .active {
    color: #000;
    font-size: 20px;
}

.form__subsection {
    border-left: 1px solid #e1e5ea;
    padding-left: 34px;
}

.btn-secondary {
    display: inline-block;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 15px;
    border: 1px solid #c5d1e6;
    border-radius: 20px;
    line-height: normal;
    outline: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    cursor: pointer;
}

.btn-secondary:disabled,
.btn-secondary:disabled:hover {
    background-color: #fff;
    border: 1px solid #e1e5ea;
    color: #e1e5ea;
    cursor: not-allowed;
}

.btn-secondary--gray {
    color: #444;
}

.btn-secondary--gray:hover {
    background-color: #444;
    border: 1px solid #444;
    color: #fff;
}

.btn-secondary--blue {
    color: #1d5fd1;
}

.btn-secondary--blue:hover {
    background-color: #2b7dc0;
    border: 1px solid #1d5fd1;
    color: #fff;
}

.btn-secondary--disabled {
    background-color: #fff;
    border: 1px solid #e1e5ea;
    color: #e1e5ea;
    cursor: not-allowed;
}

.datagrid__pre-table {
    font-family: Roboto, Helvetica, sans-serif;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.datagrid__pre-table h3 {
    font-size: 24px;
    line-height: 32px;
    margin-right: 10px;
    display: inline-block;
}

.datagrid__pre-table .datagrid__count {
    color: #444;
    font-size: 16px;
    line-height: 32px;
}

.datagrid__pre-table .datagrid__count span {
    font-weight: 700;
    color: #1d5fd1;
}

@media (min-width: 650px) {
    .datagrid__pre-table {
        justify-content: flex-start;
    }
    .datagrid__pre-table .datagrid__count {
        margin-left: auto;
        font-size: 18px;
    }
}

.datagrid__table__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.datagrid__table__tabs__items {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.datagrid__table__tabs__items span.separator {
    display: block;
    width: 6px;
    height: 6px;
    background-color: #e5e9ee;
    border-radius: 10px;
    margin: 0 15px;
}

.datagrid__table__tabs__items h3 {
    font-size: 18px;
    margin-right: 0;
}

.datagrid__table__tabs__items h3 a {
    color: #7b889b;
    font-weight: 400;
    border-bottom: none;
    transition: all 0.2s;
}

.datagrid__table__tabs__items h3 a:hover {
    color: #000;
}

.datagrid__table__tabs__items h3 a.active {
    color: #e53072;
}

.datagrid__table__tabs__items h3.tab__item--volunteer,
.datagrid__table__tabs__items h3.tab__item--volunteer a {
    color: #e83434;
    opacity: 0.75;
}

.datagrid__table__tabs__items h3.tab__item--volunteer.active,
.datagrid__table__tabs__items h3.tab__item--volunteer a.active {
    opacity: 1;
}

.datagrid__table__tabs__items h3.tab__item--running_mate,
.datagrid__table__tabs__items h3.tab__item--running_mate a {
    color: #0900c3;
    opacity: 0.75;
}

.datagrid__table__tabs__items h3.tab__item--running_mate.active,
.datagrid__table__tabs__items h3.tab__item--running_mate a.active {
    opacity: 1;
}

.datagrid__table-container {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 70px;
}

.datagrid__table-container.pb-small {
    padding-bottom: 30px;
}

.datagrid__action {
    min-height: 80px;
    background-color: #fff;
}

.datagrid__action--sticky-scroll {
    position: sticky;
    top: 0;
    z-index: 4;
}

.datagrid__action--wrapper {
    display: flex;
    align-items: flex-start;
}

.datagrid__action--align-right {
    margin-left: auto;
}

.datagrid__table-manager {
    width: 100%;
    min-width: 850px;
    text-align: left;
    font-family: Roboto, Helvetica, sans-serif;
    color: #444;
    font-size: 14px;
    margin-bottom: 15px;
}

.datagrid__table-manager thead {
    background-color: #f6f9fc;
    color: #7b889b;
    font-size: 13px;
    text-transform: uppercase;
}

.datagrid__table-manager thead tr {
    height: 48px;
}

.datagrid__table-manager thead tr th {
    line-height: normal;
    padding: 0 20px 0 0;
}

.datagrid__table-manager thead tr th a {
    color: #7b889b;
}

.datagrid__table-manager thead tr th a.sort-link {
    border: 0;
    position: relative;
}

.datagrid__table-manager thead tr th a.sort-link:after {
    content: " ";
    margin-left: 6px;
    margin-top: 4px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    opacity: 0.5;
    transition: opacity 0.2s ease;
    right: -15px;
}

.datagrid__table-manager thead tr th a.sort-link.sort-link--order-d:after {
    border-width: 0 5px 6px;
    border-color: transparent transparent #7b889b;
}

.datagrid__table-manager thead tr th a.sort-link.sort-link--order-a:after {
    border-width: 6px 5px 0;
    border-color: #7b889b transparent transparent;
}

.datagrid__table-manager thead tr th a.sort-link:hover:after {
    opacity: 1;
}

.datagrid__table-manager thead tr th:first-child {
    padding-left: 20px;
}

.datagrid__table-manager thead tr th:last-child {
    padding-right: 20px;
}

.datagrid__table-manager tbody tr {
    height: 68px;
    border-bottom: 1px solid #e1e5ea;
}

.datagrid__table-manager tbody tr.host-member {
    background-color: #dde5f0;
    border-color: #fff;
}

.datagrid__table-manager tbody tr td {
    line-height: normal;
    padding: 16px 20px 16px 0;
}

.datagrid__table-manager tbody tr td.adherent-identity .adherent-name {
    color: #000;
    font-weight: 700;
}

.datagrid__table-manager tbody tr td.adherent-identity .adherent-caracs {
    font-size: 12px;
    color: #7b889b;
}

.datagrid__table-manager tbody tr td.table-labels span {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 4px 8px;
    border-radius: 50px;
    background-color: #ebf4ff;
    color: #698ab3;
    font-size: 12px;
    border: none;
    white-space: nowrap;
}

.datagrid__table-manager tbody tr td.table-labels span.visually-hidden {
    display: none;
}

.datagrid__table-manager tbody tr td span.status:before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px 1px 0;
    box-sizing: border-box;
}

.datagrid__table-manager tbody tr td span.status__1 {
    color: #2abeaf;
}

.datagrid__table-manager tbody tr td span.status__1:before {
    background-color: #2abeaf;
}

.datagrid__table-manager tbody tr td span.status__2 {
    color: #7b889b;
}

.datagrid__table-manager tbody tr td span.status__2:before {
    border: 2px solid #7b889b;
}

.datagrid__table-manager tbody tr td span.status__3 {
    color: #cf4155;
}

.datagrid__table-manager tbody tr td span.status__3:before {
    border: 2px solid #cf4155;
}

.datagrid__table-manager tbody tr td span.status__4 {
    color: #f3845b;
}

.datagrid__table-manager tbody tr td span.status__4:before {
    border: 2px solid #f3845b;
}

.datagrid__table-manager tbody tr td a:not(.row-action) {
    color: #1d5fd1;
    border: none;
    transition: all 0.2s;
}

.datagrid__table-manager tbody tr td a:not(.row-action):hover {
    color: #000;
    opacity: 0.8;
}

.datagrid__table-manager tbody tr td a:not(.row-action).person {
    color: #444;
    border-color: #444;
}

.datagrid__table-manager tbody tr td:first-child {
    padding-left: 20px;
}

.datagrid__table-manager tbody tr td:last-child {
    padding-right: 20px;
}

.datagrid__table-manager input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    padding: 2px;
    border-radius: 1px;
    border: 1px solid #c9d4e4;
    background-color: #fff;
    outline: 0;
    vertical-align: middle;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    cursor: pointer;
}

.datagrid__table-manager input[type="checkbox"]:checked {
    background-color: #2b7dc0;
    border-color: #1d5fd1;
    content: url("data:image/svg+xml;utf8,<svg width='14px' height='10px' viewBox='73 77 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><polygon id='check' stroke='none' fill='%23ffffff' fill-rule='evenodd' points='73.1888049 82.5586077 74.5051607 80.8107776 80.0959758 85.0260906 78.77962 86.7739208'></polygon><polygon id='mark' stroke='none' fill='%23ffffff' fill-rule='evenodd' points='77.2807085 85.3731308 85.0384399 77.0539824 86.6382761 78.5458538 78.8805447 86.8650022'></polygon></svg>");
}

.datagrid__table-manager input[type="checkbox"]:indeterminate {
    background-color: #2b7dc0;
    border-color: #1d5fd1;
    content: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 16 16" fill="%23fff" xmlns="http://www.w3.org/2000/svg"><rect width="8" height="2" x="4" y="7" rx="1"/></svg>');
}

.datagrid__table-manager .icn--no-result {
    vertical-align: middle;
    margin-right: 10px;
}

.datagrid__table-row {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1000px) {
    .datagrid__table-row {
        flex-direction: row;
    }
}

.datagrid__table-row .datagrid__table-manager {
    min-width: auto;
}

@media (min-width: 1000px) {
    .datagrid__table-row .datagrid__table-container {
        margin-right: 40px;
    }
    .datagrid__table-row .datagrid__table-container:last-child {
        margin-top: 0;
    }
}

.datagrid__pager {
    margin-top: 20px;
}

.datagrid__pager ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.datagrid__pager ul li .pager__action {
    box-sizing: border-box;
    display: block;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding-left: 12px;
    color: #444;
    margin: 0;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #c9d4e4;
    background-color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.datagrid__pager ul li .pager__action.switch {
    width: 40px;
    padding: 0;
    text-align: center;
    margin-right: 4px;
    line-height: 40px;
}

.datagrid__pager ul li .pager__go-to-page {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 10px;
}

.datagrid__pager ul li .pager__go-to-page .pager__action {
    width: 60px;
    margin: 0 10px;
    text-align: center;
}

.datagrid__pager ul li .pager__go-to-page .pager__action::placeholder {
    color: #8c8c8c;
    font-weight: 400;
}

.label-list,
.label-list--loader {
    position: absolute;
    top: calc(100% + 10px);
    width: 275px;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(99, 98, 150, 0.25);
    background-color: #fff;
    padding: 8px 0;
}

.label-list .label {
    line-height: 40px;
    background-color: #fff;
    cursor: pointer;
    height: 40px;
    padding: 0 12px;
}

.label-list .label:hover {
    background-color: #f6f9fc;
}

.label-list .apply-btn {
    border-top: 1px solid #e1e5ea;
    line-height: 40px;
    background-color: #fff;
    cursor: pointer;
    height: 40px;
    padding: 0 8px 0 44px;
}

.label-list .checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 2px;
    margin-right: 12px;
    border-radius: 1px;
    border: 1px solid #c9d4e4;
    background-color: #fff;
    outline: 0;
    vertical-align: middle;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    cursor: pointer;
}

.label-list .checkbox--checked {
    background-color: #2b7dc0;
    border-color: #1d5fd1;
    content: url("data:image/svg+xml;utf8,<svg width='14px' height='10px' viewBox='73 77 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><polygon id='check' stroke='none' fill='%23ffffff' fill-rule='evenodd' points='73.1888049 82.5586077 74.5051607 80.8107776 80.0959758 85.0260906 78.77962 86.7739208'></polygon><polygon id='mark' stroke='none' fill='%23ffffff' fill-rule='evenodd' points='77.2807085 85.3731308 85.0384399 77.0539824 86.6382761 78.5458538 78.8805447 86.8650022'></polygon></svg>");
}

.label-list .checkbox--indeterminate {
    background-color: #2b7dc0;
    border-color: #1d5fd1;
    content: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 16 16" fill="%23fff" xmlns="http://www.w3.org/2000/svg"><rect width="8" height="2" x="4" y="7" rx="1"/></svg>');
}

.message_referent__filter__search__col h2,
.referent h2 {
    font-family: Roboto, Helvetica, sans-serif;
}

.referent__filters {
    margin-bottom: 50px;
}

.referent__filters__title {
    margin: 0;
    padding: 15px 15px 0;
    font-size: 24px;
}

.referent__filters__subtitle {
    margin: 20px 0 10px;
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 700;
}

.referent__filters .form__row {
    margin-bottom: 0;
}

.referent__filters__count {
    text-align: center;
    margin: 10px 0 50px;
}

.referent__filters__buttons {
    text-align: center;
}

.referent__filters__buttons a,
.referent__filters__buttons button {
    vertical-align: top;
    margin: 0 5px;
}

.referent__filters__search__col {
    flex: 1;
    margin: 0 100px 0 0;
}

.referent__filters__search__col .l__row {
    margin: 0 0 20px;
}

.referent__filters__search__col__area-code {
    margin: 0 0 10px !important;
}

.referent__filters__search__col .label__header__interest {
    margin-top: 20px;
}

.referent__filters__search__col__interest {
    padding: 10px;
    margin-bottom: 40px;
}

.referent__filters__search__col .form__checkbox {
    width: 50%;
}

.referent__filters__search__col .form__checkbox label:before {
    background: #fff;
}

.message_referent__filter__search__col .form__checkbox label:before {
    background: #e5e5e5;
}

.jecoute-survey {
    counter-reset: section;
}

.jecoute-survey .question-box {
    border-left: 1px solid #e1e5ea;
    padding: 15px 0 15px 30px;
    margin-top: 50px;
}

.jecoute-survey .question-choices {
    margin-bottom: 0;
}

.jecoute-survey .question-choices .em-form__row {
    margin-bottom: 10px;
}

.jecoute-survey .survey-question__widget {
    overflow: hidden;
}

.jecoute-survey .survey-question__widget .question-header {
    overflow: hidden;
    margin-top: 15px;
}

.jecoute-survey .survey-question__widget .question-header__label {
    float: left;
}

.jecoute-survey .survey-question__widget .question-header__label label:after {
    counter-increment: section;
    content: " " counter(section);
}

.jecoute-survey .survey-question__widget .question-header__management {
    float: right;
}

.ui-dialog__middle {
    height: auto !important;
}

.ui-dialog__middle .add-current-suggested-question {
    text-decoration: underline;
}

.ui-dialog__middle .add-current-suggested-question:hover {
    text-decoration: none;
}

.read-only input {
    opacity: 0.7;
    background: #e5e5e5;
    color: #7f7f7f;
    border-color: #bcbcbc;
    cursor: not-allowed;
}

.message-legend {
    margin: 20px 0;
}

.jecoute-survey-stats {
    counter-reset: section;
}

.jecoute-survey-stats .form__label {
    margin-bottom: 0;
}

.jecoute-survey-stats .form__label:before {
    counter-increment: section;
    content: counter(section) ". ";
}

.jecoute-survey-stats .total-answered {
    font-size: 14px;
}

.jecoute-survey-stats .block-stats {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.jecoute-survey-stats .block-stats .stats-percent {
    width: 95px;
    font-weight: 700;
}

.jecoute-survey-stats .block-stats .stats-bar {
    position: relative;
    display: block;
    height: 35px;
    width: 100%;
    background: #2d5679;
    transition: 0.4s linear;
    transition-property: width, background-color;
    color: #fff;
}

.jecoute-survey-stats .block-stats .stats-bar__title {
    position: absolute;
    top: 0;
    left: 0;
}

.jecoute-survey-stats .block-stats .stats-bar__title span {
    display: block;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}

.jecoute-survey-stats .block-stats .stats-bar__progress-bar {
    height: 35px;
    line-height: 35px;
    width: 0;
    background: #4a90e2;
}

.jecoute-survey-stats .block-stats .stats-bar__answered {
    position: absolute;
    right: 10px;
    top: 0;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
}

.voting-platform {
    position: relative;
    background-color: #f6f6f6;
    min-height: calc(100vh - 80px);
}

.voting-platform__header {
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
}

.voting-platform__header>div {
    min-height: 80px;
}

.voting-platform__header .anonymous span {
    color: #8c8c8c;
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    margin-left: 5px;
}

.voting-platform__ornaments {
    position: relative;
    z-index: 1;
    display: none;
}

@media (min-width: 1000px) {
    .voting-platform__ornaments {
        display: block;
    }
}

.voting-platform__ornaments .ornament {
    position: absolute;
}

.voting-platform__ornaments .ornament--3 {
    width: 230px;
    left: 0;
    top: 0;
}

.voting-platform__ornaments .ornament--2 {
    width: 278px;
    left: calc(50% - 139px);
    top: 0;
}

.voting-platform__ornaments .ornament--1 {
    width: 227px;
    right: 0;
    top: 0;
}

.voting-platform__content {
    margin: 60px 0;
    position: relative;
    z-index: 2;
}

@media (min-width: 1000px) {
    .voting-platform__content {
        margin: 140px 0;
    }
}

.voting-platform__content .introduction-header h1 {
    line-height: normal;
    max-width: 650px;
}

.voting-platform .candidate__box {
    position: relative;
    border: 1px solid #e1e5ea;
    background-color: #fff;
    border-radius: 3px;
}

.voting-platform .election-vote .candidate__box {
    padding: 30px 30px 60px;
    margin: 24px 0;
}

@media (min-width: 650px) {
    .voting-platform .election-vote .candidate__box {
        padding: 30px;
    }
}

.voting-platform .election-vote .candidate__box input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.voting-platform .election-vote .candidate__box input[type="radio"]:checked+label {
    box-shadow: 0 0 0 5px rgba(29, 95, 209, 0.1);
    border: 1px solid #1d5fd1;
}

.voting-platform .election-vote .candidate__box input[type="radio"]:checked+label:before {
    box-sizing: border-box;
    border: 8px solid #1d5fd1;
    background: #fff;
    content: "";
}

.voting-platform .election-vote .candidate__box input[type="radio"]:disabled+label {
    cursor: not-allowed;
}

.voting-platform .election-vote .candidate__box input[type="radio"]:disabled+label:before {
    background-color: #f6f9fc;
}

.voting-platform .election-vote .candidate__box input[type="radio"]:disabled+label:before:hover {
    border-color: #e1e5ea;
}

.voting-platform .election-vote .candidate__box label {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    border-radius: 3px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    border: 1px solid transparent;
}

.voting-platform .election-vote .candidate__box label:hover {
    border: 1px solid #1d5fd1;
}

.voting-platform .election-vote .candidate__box label:before {
    box-sizing: border-box;
    content: " ";
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    margin-right: 15px;
    background: #fff;
    border: 2px solid #e1e5ea;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: calc(50% - 11px);
    bottom: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    border-radius: 50px;
}

@media (min-width: 650px) {
    .voting-platform .election-vote .candidate__box label:before {
        left: auto;
        bottom: auto;
        top: calc(50% - 11px);
        right: 8%;
    }
}

.voting-platform .election-vote .candidate__box .box__content {
    position: relative;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 650px) {
    .voting-platform .election-vote .candidate__box .box__content {
        flex-direction: row;
    }
}

.voting-platform .election-vote .candidate__box .box__content .candidate-infos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 650px) {
    .voting-platform .election-vote .candidate__box .box__content .candidate-infos {
        align-items: flex-start;
        margin-left: 20px;
    }
}

.voting-platform .election-vote .candidate__box .box__content .candidate-photo {
    margin-bottom: 10px;
}

@media (min-width: 650px) {
    .voting-platform .election-vote .candidate__box .box__content .candidate-photo {
        margin-bottom: 0;
    }
}

.voting-platform .election-vote .candidate__box .box__content .candidate-biography {
    pointer-events: all;
}

.voting-platform .election-results .candidate__box {
    padding: 30px;
    margin-bottom: 24px;
}

.voting-platform .election-results .candidate__box.elected {
    border: 3px solid #2abaff;
}

.voting-platform .election-results .candidate__box .box__content .candidate-infos {
    width: 100%;
}

.voting-platform .election-results .candidate__box .box__content .candidate-photo {
    margin-right: 20px;
    min-width: 66px;
}

.voting-platform .election-results .election__ballots-detail .candidate-gender {
    display: inline-flex;
    vertical-align: text-bottom;
    margin-left: 4px;
}

.voting-platform .modal-content {
    position: absolute;
    border-radius: 0;
    margin: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 700px;
    overflow-y: auto;
}

@media (min-width: 1000px) {
    .voting-platform .modal-content {
        padding: 100px;
    }
}

.voting-platform .modal-content h3 {
    font-weight: 400;
}

.voting-platform .ballot-paper-container {
    margin: 50px auto 30px;
}

@media (min-width: 1000px) {
    .voting-platform .ballot-paper-container {
        padding: 0 35px;
        margin: 50px auto 80px;
    }
}

.voting-platform .ballot-paper {
    position: relative;
    width: 100%;
    max-width: 420px;
}

.voting-platform .ballot-paper:first-child {
    margin: 0 auto 30px;
    z-index: 4;
}

@media (min-width: 1000px) {
    .voting-platform .ballot-paper:first-child {
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 0;
    }
}

.voting-platform .ballot-paper:nth-child(2) {
    margin: 0 auto;
    z-index: 3;
}

@media (min-width: 1000px) {
    .voting-platform .ballot-paper:nth-child(2) {
        margin-left: auto;
        margin-right: 0;
        margin-top: -200px;
    }
}

.voting-platform .ballot-paper__area {
    padding-bottom: 66.67%;
    position: relative;
    background-color: #fff;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.12);
}

.voting-platform .ballot-paper__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.voting-platform .ballot-paper h3 {
    display: inline-block;
    font-weight: 400;
    margin-right: 8px;
}

.voting-platform .envelope-container {
    width: 100%;
    margin-top: -60px;
    margin-bottom: 40px;
}

.voting-platform .envelope-container .envelope {
    display: block;
    width: 150px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.voting-platform .envelope-container .envelope>svg {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    position: relative;
}

.voting-platform .envelope-container .envelope .tip {
    will-change: transform;
    transform-origin: 50% 100%;
    animation-direction: alternate;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    z-index: 1;
    animation-iteration-count: infinite;
}

@keyframes closeTip {
    0% {
        transform: rotateX(0deg);
        z-index: 1;
    }
    45% {
        transform: rotateX(0deg);
        z-index: 1;
    }
    90% {
        transform: rotateX(180deg);
        z-index: 3;
    }
    to {
        transform: rotateX(180deg);
        z-index: 3;
    }
}

.voting-platform .envelope-container .envelope .body {
    z-index: 2;
    margin-top: -26.5%;
}

.voting-platform .envelope-container .envelope .paper {
    transform: translate(21px, -50px);
    animation-direction: alternate;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

@keyframes slideIn {
    0% {
        transform: translate(21px, -50px);
    }
    70% {
        transform: translate(21px, 17px);
    }
    to {
        transform: translate(21px, 17px);
    }
}

.voting-platform .envelope-container .envelope.active .tip {
    animation-name: closeTip;
}

.voting-platform .envelope-container .envelope.active .paper {
    animation-name: slideIn;
}

.candidate__box .box__content {
    width: 100%;
}

.candidate__box .box__content .candidate-name {
    font-weight: 400;
}

.voting-platform__results .candidate-tabs--container .candidate-tab .tab--container {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1000px) {
    .voting-platform__results .candidate-tabs--container .candidate-tab .tab--container {
        flex-direction: row;
    }
}

.voting-platform__results .candidate-tabs--container .candidate-tab .tab--container .candidates-block {
    flex-basis: 100%;
    margin-bottom: 24px;
}

@media (min-width: 1000px) {
    .voting-platform__results .candidate-tabs--container .candidate-tab .tab--container .candidates-block {
        margin-right: 40px;
    }
}

.voting-platform__results .candidate-tabs--container .candidate-tab .tab--container .election__aside {
    flex: 0 0 100%;
}

@media (min-width: 1000px) {
    .voting-platform__results .candidate-tabs--container .candidate-tab .tab--container .election__aside {
        flex: 0 0 300px;
    }
}

.voting-platform__results .candidate-tabs--container .candidate-tab .tab--container .election__participated {
    background: #ff4d89;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 24px;
}

.voting-platform__results .candidate-tabs--container .candidate-tab .tab--container .election__participated p {
    margin: 0;
}

.voting-platform__results .candidate-tabs--container .candidate-tab .tab--container .election__stats {
    background-color: #fff;
    border-radius: 3px;
}

.voting-platform__results .candidate-tabs--container .candidate-tab .tab--container .election__stats .el {
    font-family: Roboto, Helvetica, sans-serif;
    margin: 20px 0;
}

.voting-platform__results .candidate-tabs--container .candidate-tab .tab--container .election__stats .el .title {
    font-size: 16px;
    color: #8c8c8c;
    margin-bottom: 10px;
}

.voting-platform__results .candidate-tabs--container .candidate-tab .tab--container .election__stats .el .value {
    font-size: 28px;
    color: #000;
    font-weight: 700;
}

.voting-platform__results .candidate-tabs--container .candidate-tab .tab--container .election__ballots-detail {
    width: 100%;
    max-width: 676px;
}

.voting-platform__results .candidate-tabs--container .candidate-tab .tab--container .election__ballots-detail .table--container {
    background: #fff;
    padding: 40px;
}

.voting-platform__results .candidate-tabs--container .candidate-tab .tab--container .election__ballots-detail .table--container table {
    width: 100%;
}

.voting-platform__results .progress-bar__gauge {
    flex-basis: 100%;
    height: 12px;
    border-radius: 6px;
    background: #f6f6f6;
}

.voting-platform__results .progress-bar__gauge .slider {
    height: 100%;
    border-radius: 6px;
    background: #2abaff;
}

.voting-platform__results .progress-bar__value {
    flex: 0 0 54px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.voting-platform__results .elected-tag {
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
}

.instance__elections-box {
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 15px 30px 0 rgba(255, 77, 137, 0.15);
    border-radius: 4px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.instance__elections-box h2 {
    color: #ff4d89;
    max-width: 500px;
}

.instance__elections-box hr {
    border: none;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #e1e5ea;
    margin: 0;
}

.instance__elections-box .elections-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 650px) {
    .instance__elections-box .elections-actions {
        flex-direction: row;
        align-items: center;
    }
}

.instance__elections-box .elections-actions>.btn {
    margin: 0 0 20px;
}

@media (min-width: 650px) {
    .instance__elections-box .elections-actions>.btn {
        margin: 0 20px 0 0;
    }
}

.instance__elections-box .elections-actions .candidacy-remove {
    flex-basis: 100%;
}

.instance__elections-box .elections-icon-container {
    position: relative;
    padding-left: 34px;
}

.instance__elections-box .elections-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.instance__elections-box:hover {
    box-shadow: 0 15px 45px 0 rgba(255, 77, 137, 0.3);
}

.image-cropper--container img {
    max-width: 100%;
}

.image-uploader--preview {
    text-align: center;
}

.image-uploader--preview label {
    color: #2abaff;
    font-size: 16px;
    cursor: pointer;
}

.image-uploader--preview label:hover {
    color: #9ad7e8;
}

.preview-image--container {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 50%;
    font-size: 24px;
    background-color: #f6f6f6;
    font-weight: 700;
    color: #2abaff;
    font-style: italic;
    text-align: center;
}

.candidate-gender {
    color: #8c8c8c;
    font-size: 10px;
    font-family: Roboto, Helvetica, sans-serif;
    border: 1px solid #8c8c8c;
    height: 16px;
    width: 12px;
}