html {
    font-size: 62.5%;
    position: relative;
}

.row {
    margin-bottom: 2rem;
}

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

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url("../../../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../../../fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../../../fonts/Montserrat-Regular.woff2") format("woff2"), url("../../../fonts/Montserrat-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("../../../fonts/Roboto-Regular.woff2") format("woff2"), url("../../../fonts/Roboto-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

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

@font-face {
    font-family: 'Roboto';
    src: url("../../../fonts/Roboto-Bold.woff2") format("woff2"), url("../../../fonts/Roboto-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

.btn-event {
    color: #fff;
    border-radius: 16px;
    border: none;
    text-transform: uppercase;
    padding: 9px 21px;
}


.btn-event[disabled] {
    pointer-events: none;
    border: none;
    cursor: not-allowed;
    opacity: .65;
}


.btn-event:hover {
    color: #fff;
}

.btn-primary-event {
    font-size: 1.4rem;
    font-family: "Montserrat-SemiBold";
}

.btn-primary-event {
    border: none;
}

.theme-candidat .btn-primary-event {
    background-color: #FF531F;
}

.theme-recruteur .btn-primary-event {
    background-color: #80A9F5;
}

.theme-recruteur .btn-primary-event:hover {
    background-color: #003A5D;
}

.theme-candidat .btn-primary-event:hover {
    background-color: #ea3610;
}

.theme-candidat .title-event {
    color: #232558;
}

.theme-recruteur .title-event {
    color: #232558;
}


.display-flex-default {
    display: flex;
}

.display-flex-inline {
    display: inline-flex;
}


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

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

.width-25 {
    width: 25%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.width-75 {
    width: 75%;
}

.width-100 {
    width: 100%;
}

.margin-right-2, .margin-right-20 {
    margin-right: 2rem;
}

.margin-right-3 {
    margin-right: 3rem;
}

.margin-top-3 {
    margin-top: 3rem;
}


.margin-bottom-10 {
    margin-bottom: 1rem;
}

.margin-bottom-20 {
    margin-bottom: 2rem;
}

margin-bottom-30 {
    margin-bottom: 3rem;
}

.margin-bottom-3, margin-bottom-30 {
    margin-bottom: 3rem;
}

.margin-top-1, .margin-top-10 {
    margin-top: 1rem;
}

.margin-top-2, .margin-top-20 {
    margin-top: 2rem;
}

.margin-top-3, .margin-top-30 {
    margin-top: 3rem;
}


.title-upper {
    text-transform: uppercase;
}

.msg-important {
    font-weight: 500;
    font-family: "Montserrat-SemiBold";
}

.text-emphase {
    font-size: 1.8rem;
    margin-bottom: 0;
}

.region-choice-text {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 0;
}

.event .card-event-structure {
    display: flex;
    padding: 2rem 3rem;
    background-color: #fff;
    margin-top: 2rem;
    margin-bottom: 1rem;
    flex-direction: row;
}

.header-event {
    margin-top: 0rem;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .header-event {
        margin-bottom: 20px;
    }
}

.header-event h1 {
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.margin-top-40 {
    margin-top: 4rem;
}

.event .card-event-structure {
    padding-top: 2rem;
}

.event .card-event-structure .card-event-customer, .event .card-event-structure .card-part-event {
    display: block;
    width: 50%;
}

.event .bloc-customer {
    display: flex;
    align-items: center;
    padding-top: 2rem;
    padding-left: 1rem;
}

.event .card-event-customer {
    /*display: flex;*/
    display: block;
    align-items: center;
    padding-right: 2rem;
}

@media (max-width: 768px) {
    .event .card-event-customer {
        flex-direction: column;
    }
}

.event .card-event-customer img {
    margin-right: 0rem;
}

.event .card-event-customer p {
    font-family: "Montserrat-SemiBold";
    text-transform: uppercase;
    margin-left: 3rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: bold;
}


.slick-dots li button:before {
    font-size: 30px;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: white !important;
}

.slick-dots li button:before {
    opacity: 1 !important;
    color: #3E475A !important;
}

.vertical-dots li.slick-active button:before {
    opacity: 1;
    color: white;
}

.event-pub img {
    width: 100%;
    height: auto;
}


/*  FILTER ACCORDION */
.event .filter-choice-listing {
    background-color: #FFF;
    border-radius: 0px;
}

.event .filter-choice-listing .accordion-context {
    padding: 16px 0 10px 10px;
}

.event .filter-choice-listing li {
    font-size: 1.2rem;
}

.event .custom-radio-button {
    padding-left: 0rem;
}

.event .custom-radio-button span {
    cursor: pointer;
}

.event .custom-radio-button span.actived {
    font-weight: bold;
    pointer-events: none;
}

.event .custom-radio-button .checkmark {
    width: 0;
    height: 0;
}

.event .accordion-context.filtre-recherche {
    padding: 1.6rem 0 1.3rem 2rem;
    border-bottom: 1px solid #F1F1F1;
}

.event .filtre-recherche a {
    color: #232558;
}

a:hover {
    text-decoration: none;
}

.event .accordion-context .filtre-recherche-header {
    font-size: 1.4rem;
    font-weight: bold;
}

.event .accordion-context.filtre-recherche.filtre-region .filtre-recherche-header {

}

.event .accordion-context.filtre-recherche .accordion-icon {
    top: 1.9rem;
}

.event .accordion-context.filtre-recherche .accordion-toggle {
    height: 4rem;
}

.event .accordion-context .accordion-icon:before, .event .accordion-context .accordion-icon:after {
    width: 3px;
    height: 9px;
}

.event .filter-choice-zone, .event .event-articles {
    padding-top: 0;
}

.event .col-gauche {
    /*  padding-right: 3rem; */
}

.event .col-droite {
    /*  padding-left: 3rem;   */
}

.event .event-articles {
    padding-left: 4rem;
}


.accordion-context {
    position: relative;
}

.accordion-context .accordion-content {
    transition: all 0.25s ease-in-out;
    opacity: 1;
    transform: translate(0, 0);
    margin: 15px;
    z-index: 2;
}

.accordion-context .accordion-content.no-horizontal-margin {
    margin-left: 0;
    margin-right: 0;
}

.accordion-context .accordion-content.no-margin-bottom {
    margin-bottom: 0;
}

.accordion-context .accordion-header {
    padding-bottom: 1rem;
    border-bottom: 1px solid;
    min-height: 3.5rem;
}

.accordion-context .accordion-icon {
    position: absolute;
    top: 12px;
    right: 18px;
}

.accordion-context .accordion-icon:before, .accordion-context .accordion-icon:after {
    content: "";
    transition: all 0.25s ease-in-out;
    position: absolute;
    background-color: currentColor;
    width: 3px;
    height: 9px;
}


/* accordion avec input .accordion-toggle */
.accordion-context .accordion-toggle {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}

.accordion-context .accordion-toggle:checked ~ .accordion-content {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}

.accordion-context .accordion-toggle:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
}

.accordion-context .accordion-toggle:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

/* FIN accordion avec input .accordion-toggle */

.accordion-context.filtre-recherche .accordion-content {
    margin-right: 0;
    margin-left: 0;
}

.accordion-context .accordion-icon:before {
    transform: translate(-2px, 0) rotate(45deg);
}

.accordion-context .accordion-icon:after {

    transform: translate(2px, 0) rotate(-45deg);
}

.accordion-context .collapsed .accordion-icon:before {
    transform: translate(-2px, 0) rotate(-45deg);
}


.accordion-context .collapsed .accordion-icon:after {
    transform: translate(2px, 0) rotate(45deg);
}


.accordion-context.filtre-recherche .accordion-content.no-horizontal-margin {
    margin-left: 0;
}

.accordion-context.filtre-recherche .accordion-icon {
    top: 6px;
}

.accordion-context.filtre-recherche .accordion-toggle {
    height: 2rem;
    top: 0;
    right: 0;
}

.accordion-context.filtre-recherche .custom-checkbox + .accordion-toggle {
    width: 2rem;
}

.accordion-context.filtre-recherche .custom-checkbox + .accordion-toggle:checked ~ .accordion-content {
    margin-bottom: 0;
}

/* FIN FILTER ACCORDION */

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.event .filtre-recherche li {
    margin-bottom: 1rem;
}

/* FILTER SELECTED  */
.event .filter-selected {
    display: flex;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.event .filter-selected .title-filter {
    margin-right: 2rem;
    font-size: 1.4rem;
    padding-top: 0.2rem;
    flex: 0 0 auto;
}

.event .list-filters {
    display: flex;
    flex-wrap: wrap;
}

.event .filter-chips {
    display: flex;
}

@media (max-width: 768px) {
    .event .filter-chips {
        flex-direction: column;
    }

}

.event .title-filter-chips {
    margin-right: 2rem;
    flex: 0 0 auto;
    font-family: "Montserrat-SemiBold";
    font-size: 1.2rem;
    padding-top: 4px;
    margin-bottom: 1rem;
}

.event .list-filter-chips {
    display: flex;
    flex-wrap: wrap;
    font-family: Montserrat;
    font-size: 1.2rem;
}

.event .badge {
    color: #232558;
    border: 1px solid currentColor;
    line-height: 24px;
    font-size: 1.2rem;
    border-radius: 5px;
    padding: 0 10px 0 10px;
    margin: 0 12px 10px 0px;
}

.event .badge .cross-close {
    margin-left: 1rem;
    margin-right: 0;
    cursor: pointer;
}

.event .badge.badge-filter-region,  .event .badge.badge-filter-region a{
    color: #026096;
}

.event .badge.badge-filter-region {
    border: 1px solid #026096;
}

.event .badge.badge-filter a{
    color: #232558;
}

.event .badge.badge-filter {
    border: 1px solid #232558;
}


.event .list-filters .filter-badge {
    border: 1px solid currentColor;
    padding: 0.5rem 1rem;
    margin: 0 1.2rem 1rem 0;
    border-radius: 5px;
}

.event .list-filters .filter-badge a {
    color: currentColor;
    font-weight: bold;
    margin-left: 2rem;
}

.event .list-filters .filter-badge.delete-filter-all {
    color: #FF531F; }
.event .list-filters .filter-badge.delete-filter-all a {
    color: #FF531F; }

/* FIN FILTER SELECTED */


/*  CARD EVENT */
.event .card-event {
    background: #FFF;
    color: #232558;
    padding: 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.bloc-card-event {
    height: 100%;
    min-height: 11em;
}

.event .card-event .card-title {
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    min-height: 5em;
}

.event .card-event .card-title h2 {
    color: #232558;
    font-size: 1.6rem;
}

.event .card-event .card-description {
    font-size: 1.4rem;
    text-transform: capitalize;
}

.event .card-event .card-description p {
    margin-bottom: 0.2rem;
}

.event .slick-dots {
    width: 60px;
    top: 40%;
    right: 0;
}


/* FIN CARD EVENT */
@media (max-width: 1200px) {
    .event .card-event-structure {
        flex-direction: column-reverse;
        align-items: center;
        height: 50rem;
        padding-top: 2rem;

    }

    .event .slick-slider {
        width: 280px;
    }

    .event .card-event-customer {
        /* display: flex; */
        display: block;
        flex-direction: column;
        align-items: center;
    }

    .slick-list {
        width: 200px;
    }

    .event .filter-choice-zone {
        padding-right: 0;
    }

    .event .event-articles {
        padding-left: 0;
    }

}

@media (max-width: 768px) {

    .event .card-event-structure {
        flex-direction: column-reverse;
        align-items: center;
        height: 100%;
        padding-top: 2rem;
    }

    .event .slick-slider {
        width: 280px;
    }

    .event .bloc-customer {
        flex-direction: column;
    }

    .event .card-event-customer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .event .card-event-customer p {
        margin-left: 0;
    }

    .slick-list {
        width: 200px;
    }

    .event .slick-dots {
        right: -20%;
    }

    .event .filter-selected {
        flex-direction: column;
    }

    .event .filter-selected .title-filter {
        margin-bottom: 1.5rem;
    }

    .event .filter-choice-zone {
        padding-right: 0;
    }

    .event .event-articles {
        padding-left: 0;
    }
}


.event .slick-dots li {
    display: block;
}

.vertical-dots {
    right: 0;
    list-style: none;
    display: block;
    position: absolute;
    top: 40%;
    margin-top: -10px;
    text-align: right;
}

.vertical-dots li {
    position: relative;
    margin-bottom: 10px;
    background-color: #7997AF;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    cursor: pointer;
}

.vertical-dots li button {
    font-size: 0;
    line-height: 0;
    display: none;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.vertical-dots li button:hover, .vertical-dots li button:focus {
    outline: none;
}

.vertical-dots li button:hover:before, .vertical-dots li button:focus:before {
    opacity: 1;
}

.vertical-dots li button:before {
    font-family: 'slick';
    font-size: 5px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #3E475A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vertical-dots li.slick-active button:before {
    opacity: 1;
    color: white;
}

.event .vertical-dots, .event .slick-dots {
    top: 40%;
}

@media (max-width: 768px) {
    .event .slick-dots {
        width: 160px;
        height: 40px;
        top: 92%;
        right: 50%;
        transform: translate(50%, 0);
    }

    .event .slick-dots li {
        display: inline-block;
    }

}


.event .vertical-dots li, .event .slick-dots li {
    height: 10px;
}

.event .vertical-dots li button, .event .slick-dots li button {
    height: 16px;
}

.event .vertical-dots li button:before, .event .slick-dots li button:before {
    color: #7997AF !important;
}

.event .vertical-dots li.slick-active button:before, .event .slick-dots li.slick-active button:before {
    color: #232558 !important; }

.event .vertical-dots li.slick-active {
    background-color: #232558;
}

.event .workshop-detail {
    display: flex;
    padding-top: 1px;
    margin-bottom: 0.8rem;
}

.event .workshop-detail.type-event h4 {
    font-weight: bold;
    font-size: 1.4rem;
}

.event .workshop-detail .workshop-detail-title {
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold";
    font-size: 1.6rem;
}

.event .workshop-detail.workshop-detail-date {
    position: relative;

}

.event .workshop-detail .workshop-detail-precision {
    position: absolute;
    bottom: -14px;
    left: 0;
}

@media (max-width: 768px) {
    .event .workshop-detail .workshop-detail-title {
        font-size: 1.3rem;
    }
}

.event .workshop-detail .workshop-detail-type {
    font-family: "Montserrat-SemiBold";
    font-size: 1.4rem;
}

.event figure {
    margin: 0;
    display: block;
    padding-top: 2px;
}

.workshop-detail-hour, .workshop-detail-area {
    align-items: center;
}


.event .workshop-detail-area svg {
    height: 24px;
}

.event .workshop-detail-info {
    margin-left: 1.5rem;
}

.workshop-detail-hour p, .workshop-detail-area p {
    font-size: 1.4rem;
    font-family: "Montserrat";
}

.event .event-date {
    height: 62px;
    width: 50px;
    flex: 0 0 auto;
    padding-top: 2.1rem;
    background: url(../../../img/angular/nos-evenements/calendar.svg) no-repeat;
    background-size: 50px 58px;
    text-align: center;
    font-family: Roboto;
    margin: 0 1rem 1.6rem 0;
}

.event .event-date p {
    margin-bottom: 0;
}

.event .event-twitter {
    background-color: #fff;
    padding: 1rem 0;
    border-radius: 0.5rem;
    margin-top: 2rem;
}

.event .event-date .month-date-limit {
    margin-top: 2px;
    text-align: left;
    padding-left: 1px;
    font-weight: bold;
    width: 64px;
}

.event .timeline-tweetlist {

}


.event .timeline-tweetlist .head-twitter {
    padding: 0 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(12, 70, 100, 0.12);
}

.event .timeline-tweetlist-one {
    padding: 1rem;
    font-size: 1.4rem;
    border-bottom: 1px solid rgba(12, 70, 100, 0.12);
}

.event .author-twitter {
    display: flex;

}

.event .avatar-twitter img {
    width: 32px;
}

.event .identity-twitter {
    display: flex;
    align-items: center;
    padding-left: 8px;
    flex: 0 1 100%;
    justify-content: space-between;
}

.event .head-twitter .tweet-author-label {
    font-size: 1.8rem;
}

.event .head-twitter .tweet-author-name {
    font-size: 1.2rem;
    color: #2b7bb9;
}

.event .timeline-tweetlist-container {
    height: 30rem;
    overflow-y: scroll;
    border-bottom: 1px solid rgba(12, 70, 100, 0.12);
}

.event .timeline-tweetlist .body-twitter {
    padding-left: 4rem;
}

.event .footer-twitter {
    padding: 2rem 1rem 1rem;
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
}

.event .event-date .day-date {
    font-size: 1.8rem;
    font-family: "Roboto";
    font-weight: bold;
    line-height: 1;
}

.event .event-date .month-date {
    font-size: 1.4rem;
    font-family: "Roboto";
    line-height: 1;
}


/*   PAGE DETAIL */

.header-detail {
    padding-top: 0rem;
}

.header-detail a, a:hover {
    color: #232558;
}

.header-detail .header-detail-title {
    font-size: 1.8rem;
    margin-bottom: 0;
}

.zone-detail {
    background-color: #fff;
    border-radius: 5px;
    padding: 3rem;
}

.zone-detail .col-left {

}

.zone-detail .title-detail {
    margin-bottom: 1rem;
}


.zone-detail img {
    width: 100%;
}

select {
    width: 100%;
}

.event .form-detail {
    width: 90%;
}

.choice-filter {
    margin-bottom: 3rem;
    max-width: 480px;
}

.choice-map {
    background: url(../../../img/angular/nos-evenements/map.svg) no-repeat;
    background-position: 6px center;
    background-size: 24px 24px;
    border-radius: 5px;
    padding: 8px 12px 8px 8px;
    text-indent: 25px;
}

.choice-date {
    background: url(../../../img/angular/nos-evenements/icon_date-hour.svg) no-repeat;
    background-position: 8px center;
    background-size: 24px 24px;
    border-radius: 5px;
    padding: 8px 12px 8px 8px;
    text-indent: 35px;
}

.section-info-desc {
    margin-bottom: 20px;
}

.section-info-desc.city-selected-area {
    margin-bottom: 20px;
}

.section-info-desc.rich-text {
    margin: 20px 0 16px;
}

.section-info-desc h4 {
    font-family: "Montserrat-SemiBold";
    font-size: 1.4rem;
}

.section-info-desc .info-adress {
    margin-left: 2rem;
}

.section-info-desc .info-adress span {
    display: block;
}

.section-info-desc p {
    margin-bottom: 0;
}

.zone-detail .city-selected-area img {
    width: 24px;
    height: 24px;
}

.rich-text {
    font-family: "Montserrat-SemiBold";
}

.theme-candidat .rich-text h4{
    color: #232558;
}

.theme-recruteur .rich-text h4{
    color: #232558;
}

.fs-14 {
    font-size: 1.4rem;
}

.card .card-title {
    text-transform: uppercase;
}

.mb-20 {
    margin-bottom: 20px;
}



.card-title {

}

.card-body {
    display: flex;
    flex-direction: column;
}

.small-link {
    color: #005795;
    text-decoration: underline;
}

.small-link:hover {
    text-decoration: none;
}

.zone-pub {
    margin-bottom: 3rem;
}

.zone-pub img {
    width: 100%;
    height: auto;
}

.twitter-zone {
    background: #fff;
    padding: 2rem;
}

.carte-france {
    position: relative;
    margin-top: 0rem;

    padding-top: 0%;
}

.tooltip-region {
    display: none;
}

.carte-france svg {
    width: 100%;
    position: relative;
    bottom: 0;
}

.text-region {
    font-size:15px;
    color: #232558;
    cursor: pointer;
}

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

.msg-sanitaire {
    width: 80%;
}

@media (max-width: 1900px) {
    .carte-france {
        margin-top: 0rem;
    }
}

@media (max-width: 1600px) {
    .carte-france {
        margin-top: 0rem;
    }
}

@media (max-width: 1400px) {
    .carte-france {
        margin-top: 2rem;
    }

    .carte-france svg {
        top: -10px;
        max-height: 32rem;
    }
}

@media (max-width: 1300px) {
    .carte-france svg {
        top: -24px;
    }

}

@media (max-width: 1200px) {
    .carte-france {
        margin-top: 2rem;
    }

    .carte-france svg {
        top: -10px;
        max-height: 32rem;
    }
}

@media (max-width: 1020px) {
    .carte-france {
        margin-top: 2rem;
    }

    .carte-france svg {
        top: -26px;
        max-height: 32rem;
    }
}

@media (max-width: 768px) {
    .carte-france {
        margin-top: 1rem;
    }

    .carte-france svg {
        transform: scale(1.3, 1.3);
        margin-top: 60px;
        max-height: 32rem;
    }

    .new-line {
        display: block;
    }
}

.row-carte {
    margin-bottom: 5rem;
}


.carte-france svg path {
    fill: #7a8999;
}

.carte-france .one-region:hover path {
    fill: #026096;
    cursor: pointer;
}

.carte-france .one-region:hover .text-region {
    fill: #fff;
    cursor: pointer;
}

.title-event {
    font-family: "Montserrat-SemiBold";
    font-size: 1.6rem;
}

.event h4.type-event, .event .filtre-intitule {
    font-family: "Montserrat-SemiBold";
    font-size: 1.4rem;
}

.zone-detail-descriptif ol {
    list-style: decimal;
}

.zone-detail-descriptif ul {
    list-style: circle;
}
