.content {
    padding: 2rem 3rem;
}

.referentiel-metier .head-profil {
    text-align: center;
    text-transform: uppercase;
}

.referentiel-metier .head-profil h1 {
    font-weight: bold;
    font-size: 22px;
}

.referentiel-metier .head-profil p {
    font-size: 18px;
}

.referentiel-metier label {
    font-weight: bold;
}

.referentiel-metier .dropdown-item {
    font-size: 11px;
}
.theme-candidat .title-upper {
    color: #F26446;
}

.strophe-visibility {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 3rem;
}

input[type="text"] {
    width: 100%;
    height: 42px;
    border: 1px solid #7997af;
    border-radius: 0px!important;
}

.link-profil, .link-profil:hover{
    color: #1B3244;
    font-size: 1.4rem;
    text-decoration: underline;
    padding-right: 4rem;
}

.separation-row {
    border-top: 1px solid #95999c;
    margin: 2rem 0;
}

.autocomplete {
    position: relative;
}

.autocomplete-list {
    position: absolute;
    width: 100%;
    margin-top: 6px;
    padding: 10px;
    background-color: #FFFFFF;
    z-index:100;
    color: #20232E;
    border: 1px solid #7997AF;
}

.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 1;
}

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

.text-center {
    text-align: center;
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url("../../../../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fontsold/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("../fontsold/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("../fontsold/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("../fontsold/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("../fontsold/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: #F26446;
}

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

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

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

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

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


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

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


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

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

.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-left-1 {
    margin-left: 1rem;
}

.margin-left-2 {
    margin-left: 2rem;
}

.margin-left-3 {
    margin-left: 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;
}

.padding-top-1 {
    padding-top: 1rem;
}

.padding-top-half {
    padding-top: 0.5rem;
}



.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;
    box-shadow: 4px 9px 14px 1px rgba(148, 143, 148, 0.74);
    border-radius: 5px;
}
.header-event {
    margin-top: 0rem;
    margin-bottom: 40px;
}

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

.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;
}

.event .dropdown-menu {
    width: 100%;
    overflow-y: auto !important;
    max-height: 240px;
}

.event .block-error {
    background-color: #f8d7da;
    background-image: url('../../../../img/angular/forms/picto-error.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    color: #721c24;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 15px 15px 15px 50px;
}

.event .error-contain {
    background-image: url("../../../../img/edito/icone/alert.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #ff0000;
    clear: both;
    font-size: 12px;
    margin-bottom: 10px;
    padding-left: 25px;
    min-height: 18px;
    margin-top: 15px;
}

.event .error-contain ul,
.event .error-contain-without-margin-left ul {
    list-style: none;
    padding: 0 0 0 5px;
}

.event .error-contain,
.event .error-contain-without-margin-left {
    background-image: url('../../../../img/angularjs/forms/icon_warning.png');
    background-position: left top;
}

/*  FILTER ACCORDION */
.event .filter-choice-listing {
    background-color: #FFF;
    border-radius: 5px;
    padding: 1rem 0rem 8rem 0rem;
    box-shadow: 4px 9px 14px 1px rgba(148, 143, 148, 0.74);
    margin-bottom: 3rem;
}

.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 0.3rem 2rem;
    border-bottom: 1px solid #F1F1F1;
}

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

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: 2.6rem;
}

.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;
    justify-content: center;

}

@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: #1b3244;
    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: #f26446;
}

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

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

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


.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: #F26446; }
.event .list-filters .filter-badge.delete-filter-all a {
    color: #F26446; }

/* FIN FILTER SELECTED */


/*  CARD EVENT */
.event .card-event {
    background: #FFF;
    color: #1B3244;
    border-radius: 5px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.event .card-event:hover {
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.84);
}

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

.event .card-event .card-title h2 {
    color: #1B3244;
    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: 30px;
    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: #1B3244 !important; }

.event .vertical-dots li.slick-active {
    background-color: #1B3244;
}
.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 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: #1B3244;
}

.header-detail .header-detail-title {
    font-size: 1.8rem;
}
.zone-detail {
    background-color: #fff;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 5px;
    padding: 2rem 4rem;
    margin-bottom: 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;
}

.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;
}

.card-problematic {
    position: relative;
    min-height: 156px;
    background-color: #fff;
    border-radius: 5px;

    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}

.card-problematic .card-title {
    font-family: "Montserrat-SemiBold";
    margin-bottom: 16px;
    color: #1B3244;
}

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

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



.card-problematic:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 13px;
    right: 7px;
    width: 75%;
    top: 0;
    transition: all .2s ease-in-out;
}

.card-problematic:hover:before {
    box-shadow: 0 15px 10px #777;
    transform: rotate(3deg);
}

.card-problematic a{
    color: #1B3244;
}

.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: #1b3744;
    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: #fff;
}

.carte-france .one-region:hover path{
    fill: #005795;
    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;
}


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

.block-modalite .toggle-container {
    align-items: center;
    display: flex;
}

.block-modalite .toggle-container label {
    margin: 0 auto;
}

