*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*zadadz*/
.hide-mobile{
    display: flex !important;
}
.show-mobile{
    display: none !important;
}

label {
    cursor: pointer;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dd {
    margin: 0;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

h1 {
    font-size: 2.77rem;
    line-height: 3.33rem;
    color: inherit;
    text-transform: uppercase;
}

h2 {
    font-size: 1.11rem;
    line-height: 1.55rem;
}

.title_h2
{
    font-size: 1.66rem;
    line-height: 2rem;
    margin-top: 1.5em;
}

html {
    font-size: 18px;
}

body {
    color: #555555;
    background: #fff;
    font-family: "Bariol", Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
}

body.fixed {
    position: fixed;
    width: 100%;
}

.text-red {
    color: #D72F37;
}

.text-bold {
    font-weight: 700;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.mt-1 {
    margin-top: -webkit-calc(1rem * 1);
    margin-top: calc(1rem * 1);
}

.mt-2 {
    margin-top: -webkit-calc(1rem * 2);
    margin-top: calc(1rem * 2);
}
.mt-3 {
    margin-top: -webkit-calc(1rem * 3);
    margin-top: calc(1rem * 3);
}

.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.box_popin {
    display: none;
    padding: 25px;
    max-width: 500px;
    width: 100%;
    position: relative;
    background: #fcfbf9;
    z-index: 1000;
    color: inherit;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
}

.box_popin_title {
    color: inherit;
    border-bottom: 1px solid #C8C8C8;
    text-align: center;
    font-weight: bold;
    background: #fff;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px;
}

.box_popin_text {
    text-align: center;
    padding: 20px 20px 0;
    font-size: 18px;
    color: inherit;
}

.box_popin_close {
    float: right;
    display: block;
    height: 17px;
    width: 17px;
    background: url('../../Images/site/close.png') center center no-repeat;

    margin: 12px;
    position: absolute;
    right: 0;
    top: 0;
}

/* ============================= Pagination =================================== */


.pagination_pagecourante {
    color: #D62F37;
}

#multi-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 220px;
    /* width: 100% !important; */
}

/* ============================= Pagination =================================== */

.menu_burger {
    display: none;
    margin-left: 15px;
}

#nav-icon1 {
    width: 45px;
    height: 35px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    background: #D62F37;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 11px;
}

#nav-icon1 span:nth-child(3) {
    top: 23px;
}

#nav-icon1.open span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* ============================= Menu burger =================================== */

.footer {
    background-color: #D62F37;
    width: 100%;
    color: #fff;
    height: 50px;
    font-size: .77rem;
}

.footer_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.footer_content a {
    padding-left: 8px;
    padding-right: 8px;
}

.container {
    max-width: 1660px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
}

.container-full-height {
    height: 100%;
}

.container_soft {
    max-width: 880px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 10px;
}


.ie-stickyFooter {
    display: -ms-flexbox;
    -ms-flex-direction: column;
}

.page {
    width: 100%;
    min-height: 100vh;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;

}

.show-bg {
    background: url("../../Images/site/bg_ville.png") no-repeat;
    background-size: 840px;
    padding-bottom: 160px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.bg-bottom-center {
    background-position: bottom center;
}

.bg-bottom-left {
    background-position: bottom left;
}

.bg-bottom-right {
    background-position: bottom right;
}

.section_preview_actualites,
.section_preview_agenda {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.section_preview_agenda {
    flex-direction: column;
}

.listing_agenda .card_title {
    margin: 0 auto 25px;
} 

.section_preview_actualites {
    padding-top: 0px;
}

.section_preview_agenda,
.section_membre,
.section_contact {
    background-color: #F8F7F8;
}

.show_more {
    position: relative;
    font-size: .77rem;
    line-height: 1.2rem;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 10px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    text-align: end;
}

.btn-actu {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 25px;
}

.show_more.button-primary {
    width: fit-content;
}

.menu_top {
    position: relative;
    width: 100%;
    height: 100px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    z-index: 900;
}

.menu_top_logo {
    width: 155px;
    height: 67px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 10px;
    flex: none;
}

.menu_top_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 20px;
}

.menu_top_content_item {
    position: relative;
    padding: 0 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.menu_top_content_item.active,
.menu_top_content_item:hover {
    background-color: #D62F37;
    cursor: pointer;
}

.menu_top_content_item:hover a {
    text-decoration: none;
}

/* min 1280 */
.menu_top_content_item:hover .menu_top_content_submenu {
    display: block;
}

.menu_top_content_item.active .menu_top_content_item_link,
.menu_top_content_item:hover .menu_top_content_item_link {

    color: #fff;
}

.menu_top_content_item_link {
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.menu_top_content_submenu {
    position: absolute;
    display: none;
    top: 100px;
    left: 0;
    width: 377px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    z-index: 100;
    background: #fff;
}

.menu_top_content_submenu_item a {
    display: block;
    padding: 20px 30px;
}

.menu_top_content_submenu_item:hover,
.menu_top_content_submenu_item.active {
    background: #BA1921;
    color: #fff;
}

.menu_networks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-left: solid #555555 1px;
    padding-left: 30px;
    padding-right: 30px;
}

.menu_network_button {
    width: 30px;
    height: 30px;
    /* background-color: #D72F37; */
    margin-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.menu_network_button svg {
    width: 17px;
    height: 17px;
    fill: #fff;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s;
}

.menu_network_button:hover {
    /* background-color: #BA1921; */
    background-color: #d72f3733;
}

.menu_network_button:first-child {
    margin-left: 0;
}

.menu_responsive_desktop.show-mobile {
    width: 100%;
    /* display: flex !important; */
    align-items: center;
    align-self: center;
    justify-content: flex-end;
    border-right: solid 1px #000;
    padding-right: 30px;
}

.accueil_hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px);
    background: url("../../Images/site/background-index-opti.jpg") center center no-repeat;
    background-size: cover;
}

.accueil_hero.topdev {
    justify-content: center;
}

.main_title {
    max-width: 515px;
    width: 100%;
    margin-right: 10%;
}

.accueil_hero.topdev .main_title {
    max-width: 90%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0;
}

.main_title h1 {
    color: #fff;
}

.main_title p {
    font-style: italic;
    color: #fff;
    font-size: 2.22rem;
    line-height: 2.77rem;
}

.main_title .card_content {
    color: #555555;
    text-align: justify;
    font-size: 1em;
    line-height: initial;
}

.button-primary {
    display: inline-block;
    color: #fff;
    background: #D72F37;
    font-size: 1rem;
    padding: 10px 40px;
    line-height: 1.27rem;
    /* max-width: 200px;
    width: 100%; */
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-family: "Bariol", Verdana, Geneva, Tahoma, sans-serif;
}

.button-primary:hover {
    background: #BA1921;
}

.container-info-title {
    width: 390px;
    margin-right: 10%;
}

.container-list-events {
    min-width: 600px;
}

.container-list-events .button-primary {
    margin: 0;
    padding: 0.5em 1em;
}

.container-list-events .card_item .button-primary {
    font-size: 1rem;
    display: block;
    width: max-content;
}

.fiche a,
.fiche a span
{
    color: #D72F37 !important;
    -webkit-transition: color .3;
    -o-transition: color .3;
    transition: color .3;
}

.fiche a:hover,
.fiche a:hover span
{
    color: #BA1921 !important;
}

.button-primary:hover {
    text-decoration: none;
}

.button-primary a {
    text-decoration: none !important;
}

.button-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    max-width: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button-icon .icon {
    margin-right: 10px;
}

.menu_button_logout
{
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
}

.card_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.container-list-events .card_items {
    transition: all 0.3s;
    margin: 0;
    width: 600px;
}

.container-list-events .card_items:hover {
transform: scale(1.02);
}

.container-list-events .card_item {
    gap: 20px;
    flex-direction: row;
    align-items: center;
}

a.card_item,
a.card_items {
    text-decoration: none;
    width: fit-content;
}

.container.container-card {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}


/* test */

/* a.show_more {
    display: flex;
    justify-content: flex-end;
    max-width: 1660px;
    margin: 0 auto 30px;
} */

/* .section_preview_actualites, .section_preview_agenda {
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
}
.card_items {
    display: block;
}
.card_item {
    eight: 100%;
} */

/* fin test */

.card_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 390px;
    width: 100%;
    padding: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    margin-top: 15px;
    /* margin-left: 10px;
    margin-right: 10px; */
    background: #fff;
}

.accueil_hero.topdev .main_title .card_item {
    max-width: 100%;
    min-width: 600px;
}

.card_item .button-primary {
    font-size: 1.11rem;
}

.card_preview {
    width: 100%;
    height: 280px;
    overflow: hidden;
    display: flex;
}

.card_preview img {
    width: 100%;
    object-fit: cover;
}

.card_title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 25px 0;
}

.container-list-events .card_title {
    font-size: 1rem;
}

.allevents {
    margin-top: 25px!important;
}

.main_title .card_title {
    margin: 0;
    padding-left: 0.5em;
    border-left: 3px solid #555555;
}

.card_body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card_body-date {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    max-width: 60px;
}

.listing_agenda .card_body-date {
    max-width: none;
}

.section_preview_actualites .card_body,
.section_preview_agenda .card_body,
.card_items .card_body{
    flex-direction: column;
}

.section_preview_agenda .card_body {
    align-items: flex-start;
}

.listing_agenda .card_title {
    margin: 0 0 25px;
}

.main_title .card_body {
    flex-direction: row;
}

.article,
.wrapper {
    padding: 40px 1.5em 60px;
}

.article_title {
    margin-bottom: 15px;
    font-size: 1.66rem;
    line-height: 2.22rem;
    text-transform: inherit;
}

.section_connexion,
.section_contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

section:not(.accueil) {
    padding-top: 40px;
    padding-bottom: 60px;
}

.section_title {
    font-size: 1.66rem;
    line-height: 2.22rem;
    margin: 25px 0;
    text-transform: inherit;
}

.section_form_title {
    margin-bottom: 90px;
}

.form_title {
    font-size: 1.11rem;
    line-height: 1.66rem;
    font-weight: 400;
    text-align: center;

}

.section_about h2 {
    font-size: 1.11rem;
    line-height: 1.2rem;
    margin-bottom: 25px;
}

.form_input,
.textarea {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    border: solid 1px #E4E4E4;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #555555;
    margin-top: 15px;
}

.textarea {
    resize: none;
    min-height: 180px;
    font-size: 1rem;
    font-family: "Bariol", Verdana, Geneva, Tahoma, sans-serif;
}

.form_controls {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form_control {
    margin-top: 5px;
}

.form_input_50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form_input_50 .form_input {
    max-width: 49%;
}

.form_rgpd {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.input_checkbox {
    margin-top: 2px;
    margin-right: 10px;
}

.form_infos {
    margin-top: 10px;
    font-size: 0.77rem;
}

.form_bottom_contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.form_bottom_contact .button-primary {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.form_bottom_contact .form_rgpd {
    padding-right: 20px;
    font-size: .88rem;
}

.section_connexion_forms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.section_connexion_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section_connexion_form_left {
    max-width: 270px;
    width: 100%;
}

.section_connexion_form_right {
    max-width: 550px;
    width: 100%;
}

.section_connexion_forms input:not(.input_search)::-webkit-input-placeholder,
.section_contact input:not(.input_search)::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    text-align: center;
    font-style: italic;
}

.section_connexion_forms input:not(.input_search)::-moz-placeholder,
.section_contact input:not(.input_search)::-moz-placeholder,
textarea::-moz-placeholder {
    text-align: center;
    font-style: italic;
}

.section_connexion_forms input:not(.input_search):-ms-input-placeholder,
.section_contact input:not(.input_search):-ms-input-placeholder,
textarea:-ms-input-placeholder {
    text-align: center;
    font-style: italic;
}

.section_connexion_forms input:not(.input_search)::-ms-input-placeholder,
.section_contact input:not(.input_search)::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    text-align: center;
    font-style: italic;
}

.section_connexion_forms input:not(.input_search)::-webkit-input-placeholder, .section_contact input:not(.input_search)::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    text-align: center;
    font-style: italic;
}

.section_connexion_forms input:not(.input_search)::-moz-placeholder, .section_contact input:not(.input_search)::-moz-placeholder, textarea::-moz-placeholder {
    text-align: center;
    font-style: italic;
}

.section_connexion_forms input:not(.input_search):-ms-input-placeholder, .section_contact input:not(.input_search):-ms-input-placeholder, textarea:-ms-input-placeholder {
    text-align: center;
    font-style: italic;
}

.section_connexion_forms input:not(.input_search)::-ms-input-placeholder, .section_contact input:not(.input_search)::-ms-input-placeholder, textarea::-ms-input-placeholder {
    text-align: center;
    font-style: italic;
}

.section_connexion_forms input:not(.input_search)::placeholder,
.section_contact input:not(.input_search)::placeholder,
textarea::placeholder {
    text-align: center;
    font-style: italic;
}

.input_search {
    max-width: 396px;
    width: 100%;
    background: transparent;
    border: solid #555555 1px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 30px;
    margin-left: auto;
    /* margin-bottom: 20px; */
    display: block;
    background: url("../../Images/site/loupe.png") no-repeat scroll;
    background-color: #fff;
    background-size: 15px;
    background-position: center right 10px;
}

.input_search.left {
    margin-left: 0 !important;
    margin-right: auto;
}


.accueil .input_search {
    margin-top: 30px;
}

.input_search::-webkit-input-placeholder {
    font-style: italic;
}

.input_search::-moz-placeholder {
    font-style: italic;
}

.input_search:-ms-input-placeholder {
    font-style: italic;
}

.input_search::-ms-input-placeholder {
    font-style: italic;
}

.input_search::placeholder {
    font-style: italic;
}

.searchBar-container {
    display: flex;
    align-items: center;
}

.searchBar-container-mobile {
    display: none;
}

.searchBar-container-desktop {
    display: flex;
}

/* search bar */
.search {
    width: 100%;
    position: relative;
    display: flex;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #555555;
}

.searchTerm {
    width: 100%;
    border-right: none;
    padding: 0.5em 1.5em;
    /* height: 20px; */
    outline: none;
    color: #9DBFAF;
    border: none;
    border-radius: 10px;
}

.searchTerm:focus {
    color: #555555;
}

.searchButton {
    width: 40px;
    height: 36px;
    /* border: 1px solid #555555; */
    /* background: #555555; */
    background: url("../../Images/site/loupe.png") no-repeat scroll;
    background-color: #fff;
    background-size: 15px;
    background-position: center right 10px;
    text-align: center;
    color: #fff;
    border-radius: 0 10px 10px 0;
    border: none;
    cursor: pointer;
    font-size: 20px;
}	

    /*Resize the wrap to see the search bar change!*/
.wrap {
    max-width: 396px;
    width: 100%;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}
/* fin search bar */

.searchV2-container {
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.resultat-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    width: 65%;
    gap: 25px;
    margin-top: 50px;
}

.resultat-container-col {
    width: 100%;
}

.resultat-container-col div {
    margin-top: 15px;
}

.resultat-container-elements:not(:first-of-type) {
    margin-top: 25px;
}

.searchBar-container-mobile {
    display: flex!important;
}

.section_connexion_form .button-primary,
.popup .button-primary {
    font-size: 1rem;
    margin-top: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.section_about {
    margin-bottom: 40px;
}

.section_membre {
    padding: 0 0 60px;
}

.section_membre h2 {
    margin-top: 60px;
}

.container_blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.block {
    max-width: 730px;
    width: 100%;
}

.block_left {
    margin-right: 10px;
}

.block_right {
    margin-left: 10px;
}

.menber_lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 950px;
    margin: 0 auto;
    flex-wrap: wrap;
}


.member_list {
    max-width: 220px;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    word-break: break-word;
}

.menber_list_name {
    font-size: 1.11rem;
    line-height: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.list_departement_item {
    margin-top: 30px;
}

.list_departement_item_name {
    font-weight: 700;
    color: #D52F37;
    padding-bottom: 5px;
    display: inline-block;
}

.menber_list_item {
    margin: 5px 0;
}

.signature {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.signature_text {
    margin-left: 20px;
    font-size: .88rem;
}

.message-important {
    background: #555555;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 7px 15px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.histoire_item_content {
    background: #fff;
    padding: 0 10px;
}

.histoire_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.histoire_image {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
}

.histoire_item_body {
    margin-left: 20px;
}

.histoire_item_date {
    font-family: "Baskerville", cursive;
    font-size: 2.77rem;
    line-height: 2.77rem;
    color: #555555;
    font-weight: bold;
}

.histoire_item_title {
    max-width: 390px;
    width: 100%;
    font-size: 1.66rem;
    line-height: 2.11rem;
    font-weight: 400;
}

.histoire_suite {
    background: none;
    border: none;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.27rem;
    /* height: 15px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 10px 0;
}

.histoire_suite svg {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    margin-right: 8px;
}

.histoire_suite:hover {
    color: #D52F37;
    fill: #D52F37;
}

.section_histoire_wrapper>*+* {
    margin-top: 40px;
}


.histoire_item_body.active .histoire_suite svg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg)
}

.histoire_item_body.active .histoire_suite {
    color: #D52F37;
    fill: #D52F37;
}

#chiffres-droit {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
}

.histoire_item_content {
    -webkit-transition: height .5s ease;
    -o-transition: height .5s ease;
    transition: height .5s ease;
    overflow: hidden;
    text-align: justify;
    line-height: 1.55rem;
}

.archives_rachel_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.archives_rachel_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 465px;
    min-height: 400px;
    width: 100%;
    padding: 30px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
}

.archives_rachel_item:first-child
{
    margin-left: 0;
}
.archives_rachel_item:last-child
{
    margin-right: 0;
}

.archives_rachel_item .button-primary {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin-top: auto;
}

.archives_rachel_titre {
    font-size: 1.11rem;
    line-height: 1.44rem;
}

.archives_rachel_content {
    padding: 15px 0;
}

.form_forget_password {
    font-style: italic;
    font-size: 0.77rem;
    line-height: 1;
    display: block;
    text-align: right;
    margin-top: 10px;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    margin-bottom: 20px;
}

.form_forget_password:hover {
    text-decoration: none;
    color: #BA1921;

}

.archives_rachel_container img {
    width: 100%;
    object-fit: cover;
    max-height: 250px;
    height: 250px;
}


.popup {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 680px;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-animation: revealAnimationPopup 1s cubic-bezier(.5, 0, 0, 1) both;
            animation: revealAnimationPopup 1s cubic-bezier(.5, 0, 0, 1) both;
    z-index: 1000;
}

.popup .button-primary {
    margin-top: 15px;
}

.popup.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.popup .popup_close {
    border: none;
    background: transparent;
    color: #3E3E3E;
    fill: #3E3E3E;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 25px;
    height: 25px;
    margin-left: auto;
}

.popup .popup_close:hover svg {
    fill: #BA1921;
}

.popup form {
    margin: 0 auto;
}

.popup .form_custom_control_input {
    margin-top: 10px;
}

.backdrop {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

.backdrop.active {
    display: block;
}

.card_content,
.archives_rachel_content {
    text-align: justify;
    line-height: 1.2778rem;
}


.paragraphe_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.paragraphe_container img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-left: 60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.onglet
{
    cursor: pointer;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.onglet:hover,
.onglet.active
{
    color: #BA1921;
}

.div-ss-menu
{
    margin-left: 10px;
}

.onglet_container
{
    margin: 20px 0;
}

.membre_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.membre_header .button-primary
{
    margin-top: 0;
}

.section_membre_archives .input_search
{
    margin-left: 0;
    margin-right: auto;
    margin-top: 20px;
}

.onglet-menu
{
    margin-top: 10px;
}

.div-ss-menu a{
    margin-top: 5px;
}

.card_items_grid
{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows:1fr 1fr;
    grid-template-rows:1fr 1fr;
}

.card_items_grid .card_item
{
    -ms-grid-column: 1;
    -ms-grid-row: 1
}

.show-only-responsive
{
    display: none !important;
}


/* test slider */
.my-slider .card_items {
    max-height: 290px;
}

.my-slider .card_title {
    margin: 0 auto 25px;
}

.container.container-slider {
    display: block;
    position: relative;
    gap: 0;
    z-index: 50;
}

.my-slider .card_item {
    height: 290px;
    max-height: 290px;
}

.tns-ovh {
    overflow-x: hidden;
    padding: 1em 0;
}

.my-slider .controllerContainer {
    position: absolute;
    top: 50%;
    left: -50%;
    transform: translate(50%, 50%);
    display: flex;
    justify-content: space-between;
}

.controllerWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.controllerContainer {
    display: flex;
    justify-content: space-between;
    width: 95vw;
    position: relative;
}

.prevArrow {
    background: url(../../Images/site/leftArrow.svg);
    height: 50px;
    width: 50px;
    transition: all 0.3s;
}

.nextArrow {
    background: url(../../Images/site/leftArrow.svg);
    transform: rotate(180deg);
    height: 50px;
    width: 50px;
    transition: all 0.3s;
}

.prevArrow:hover,
.nextArrow:hover {
    cursor: pointer;
    transform: scale(1.2);
}

/* tetver */

.nextArrow:hover {
    transform: rotate(180deg) scale(1.2);
}

@media only screen and (max-width: 1700px)
{
    .section_preview_agenda h2,
    .section_preview_actualites h2 {
        text-align: center;
    }

    .card_items
    {
        /* max-width: 100%; */
        margin: 0 auto;
        /* -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; */
    }

    .section_preview_actualites .show_more
    {
        align-self: center;
        margin-top: 20px;
    }

}


@media only screen and (max-width:1500px) {

    .menu_networks
    {
        padding-right: 5px;
        padding-left: 10px;
    }

    .menu_top_content
    {
        padding-right: 5px;
    }

    .menu_top_content_item
    {
        padding: 0 5px;
    }

    .card_items {
        /* -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; */
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #chiffres-droit img {
        display: block;
        margin: 0 auto;
    }

    .container.container-slider {
        width: 90%;
    }

    @supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
        .menu_top_content {
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
        }
    }

    .hide-mobile{
        display: none !important;
    }
    .show-mobile{
        display: block !important;
    }

}


@media only screen and (max-width: 1265px)
{

    .menu_burger {
        display: block;
    }

    .menu_top_content {
        display: none;
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: -webkit-calc(100vh - 100px);
        height: calc(100vh - 100px);
        margin-top: 100px;
        z-index: 1000;
        background: rgba(255, 255, 255, .75);
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 0;
        overflow: auto;
    }

    .menu_top_content.open {

        display: block;
    }

    .menu_top_content_item {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -webkit-flex-direction: column;

        -ms-flex-direction: column;

        flex-direction: column;
        -webkit-animation: 1s slideFadeIn both cubic-bezier(.5, 0, 0, 1);
        animation: 1s slideFadeIn both cubic-bezier(.5, 0, 0, 1);
        padding: 20px 0;
        width: 100%;
    }

    .menu_top_content_submenu_item:hover,
    .menu_top_content_item:hover {
        background-color: transparent;
    }

    .menu_top_content_submenu_item:hover,
    .menu_top_content_item:hover .menu_top_content_item_link {
        color: #D62F37;
    }

    .menu_top_content_submenu {
        position: relative;
        top: 20px;
        width: 100%;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center;
        border-top: solid #D62F37 1px;
        border-bottom: solid #D62F37 1px;
    }

    .menu_networks {
        border-left: none;
        /* border-right: solid #555555 1px; */
        padding-left: 0px;
        padding-right: 10px;
        margin-left: auto;
    }
    
    .card_items{
        flex-wrap: wrap;
    }

    .card_items_grid
    {
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                justify-content: center;
    }

}


@media only screen and (max-width:1440px)
{
    .archives_rachel_container
    {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .archives_rachel_item:first-child
    {
        margin-left: 15px;
    }
    .archives_rachel_item:last-child
    {
        margin-right: 15px;
    }

    .section_rachel_listing .section_title 
    {
        text-align: center;
    }

    .my-slider .card_item {
        max-width: 350px;
        /* height: 500px;
        min-height: 500px; */
    }

}

@media screen and (min-width: 1200px) {
    .container.container-slider {
        width: 90%;
    }
}


@media only screen and (max-width:1120px) {
    .paragraphe_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .paragraphe_container img {
        margin-left: 0;
        margin-top: 20px;
    }
}


@media only screen and (max-width:1120px) {
    .archives_rachel_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .membre_header
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}

@media only screen and (max-width:990px) {
    .container_blocks {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .block_left {
        margin-right: 0;
    }

    .block_right {
        margin-left: 0;
        margin-top: 20px;
    }

    .menber_lists {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 600px;
    }


    .member_list
    {
        width: 100%;
    }

    .histoire_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .accueil_hero.topdev{
        height: 100%;
        padding: 1em;
    }

    .accueil_hero.topdev .main_title {
        padding: 0;
        margin: 0;
        width: 100%;
        flex-direction: column;
    }

    .accueil_hero.topdev .main_title h1 {
        font-size: 2rem;
    }

    .accueil_hero.topdev .main_title p {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .container-list-events .card_item {
        flex-direction: column;
        gap: 0;
    }

    .container-info-title {
        margin: 0 0 25px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .container-list-events {
        width: 100%;
        min-width: auto;
    }

    .container-list-events .card_items {
        width: 100%;
    }

    .accueil_hero.topdev .main_title .card_item {
        max-width: 290px;
        width: 290px;
        min-width: auto;
    }

    .container-slider .card_item {
        max-width: 290px;
        width: 290px;
        min-width: auto;
    }

    .container-slider .tns-ovh{
        padding: 0;
    }

    .my-slider .card_items {
        /* min-height: 500px;
        height: 500px; */
        padding: 0 0 20px;
    }

    .my-slider .button-primary {
        margin: 0 0 15px;
    }

    .my-slider .card_preview img,
    .my-slider .card_preview {
       height: 120px;
    }

    .controllerWrapper {
        top: initial;
        left: initial;
        display: flex;
        justify-content: center;
        position: relative;
        margin: 20px auto 0;
        transform: none;
    }

    .controllerContainer {
        width: 50vw;
    }

    .prevArrow,
    .nextArrow {
        height: 35px;
        width: 35px;
    }
}

@media screen and (max-width: 900px) {
    .accueil_hero.topdev .main_title .card_item {
        max-width: 290px;
        width: 290px;
        min-width: auto;
    }
}

@media only screen and (max-width:840px) {

    .main_title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .section_connexion_title {
        margin-bottom: 20px;
    }

    .section_connexion_form_left,
    .section_connexion_form_right {
        margin-top: 20px;
        max-width: 100%;
    }

    /*azdda*/
    .show-bg {
        background: #F8F7F8;
        padding-bottom: 40px !important;
    }

    .form_bottom_contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form_bottom_contact .form_rgpd {
        padding-right: 0;
    }

    .archives_rachel_item:first-child {
        margin-left: 0;
    }

    .archives_rachel_item:last-child
    {
        margin-right: 0;
    }
    .archives_rachel_item
    {
        margin-left: 0;
        margin-right: 0;
    }

    .container-list-events .card_item {

    }
}

@media only screen and (max-width:777px) {
    .button-primary:not(.button-icon) {
        padding: 10px 15px;
        font-size: .8rem;
    }

    .section_connexion_form .button-primary
    {
        margin-top: 20px;
    }

    .button-icon
    {
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                align-self: center;
    }


    .main_title {
        margin-right: 0;
        padding: 0 10px;
        max-width: 100%;
        text-align: center;
    }

    .card_items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form_input_50 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form_input_50 .form_input {
        max-width: 100%;
    }

    .section_connexion_forms {
        text-align: left;

    }

    .card_body {
        flex-direction: column;
    }

    .card_body-date {
        max-width: initial;
    }

    .main_title .card_title {
        border-left: initial;
    }

    .main_title .card_body {
        flex-direction: column;
    }

    .section_preview_actualites, .section_preview_agenda {
        justify-content: center;
    }
}

@media only screen and (max-width: 600px)
{
    .menber_lists
    {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .searchBar-container-mobile {
        display: flex;
    }
    
    .searchBar-container-desktop {
        display: none;
    }

    .resultat-container {
        width: 100%;
    }
    .accueil_hero {
        background: url("../../Images/site/background-index-mob-opti.jpg") center center no-repeat;

    }
}

@-webkit-keyframes slideFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* =========================== */

.reveal-loaded .reveal [class*="reveal-"] {
    opacity: 0 !important;
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
}

.reveal-loaded [class*="reveal-"] {
    -webkit-animation: revealAnimation 1s cubic-bezier(.5, 0, 0, 1) both;
    animation: revealAnimation 1s cubic-bezier(.5, 0, 0, 1) both;
}

.reveal-loaded .reveal-2 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.reveal-loaded .reveal-3 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.reveal-loaded .reveal-4 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@media (prefers-reduced-motion: reduce) {
    .reveal-loaded [class*="reveal-"] {
        -webkit-animation: none !important;
        animation: none !important;
    }
}

@-webkit-keyframes revealAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes revealAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes revealAnimationPopup {
    0% {
        opacity: 0;
        top: -webkit-calc(50% + 30px);
        top: calc(50% + 30px)
    }

    100% {
        opacity: 1;
        top: 50%;
    }
}

@keyframes revealAnimationPopup {
    0% {
        opacity: 0;
        top: -webkit-calc(50% + 30px);
        top: calc(50% + 30px)
    }

    100% {
        opacity: 1;
        top: 50%;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1000px)  {
    .container-info-title {
        margin-right: 0;
    }
    .container-list-events .card_items {
        width: min-content;
    }
    .accueil_hero.topdev .main_title .card_item {
        max-width: none;
        min-width: 500px;
    }
    h1 {
        /* font-size: 2.77rem; */
        font-size: 2.57rem;
    }
    .main_title p {
        /* font-size: 2.22rem; */
        font-size: 2.05rem;
    }
    .card_item {
        /* padding: 20px; */
        padding: 10px;
    }
}