/*
Theme Name: Rencontres Michel Serres Agen
Theme URI: https://idizbox.com
Author: iDizBox
Author URI: https://idizbox.com
Description: Thème - 2025
Version: 1.00
Text Domain: idbxboostrap1
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*
:root {
    --color-1: #F29226;
    --color-2: #FDE0C2;
    --color-3: #f8a84e;
    --color-text: #000000;
    --color-white: #000000;
}
*/


html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 100vh;
    overflow-x: clip;
    overflow-y: visible !important;
}

body {
    background-color: var(--color-white);
    color: var(--color-text);
    font-family: "Verdana", "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mobile_only {
    display: none;
}

.roboto {
    font-family: "Roboto", "Verdana", sans-serif;
}

.verdana {
    font-family: "Verdana", "Roboto", sans-serif;
}

:focus {
    outline: 0!important;
}

a, a:visited, a:focus {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.mb_10 { margin-bottom: 10px; }
.mb_15 { margin-bottom: 15px; }
.mb_20 { margin-bottom: 20px; }
.mb_25 { margin-bottom: 25px; }
.mb_30 { margin-bottom: 30px; }
.mb_40 { margin-bottom: 40px; }
.mb_50 { margin-bottom: 50px; }
.mb_60 { margin-bottom: 60px; }
.mt_10 { margin-top: 10px; }
.mt_15 { margin-top: 15px; }
.mt_20 { margin-top: 20px; }
.mt_25 { margin-top: 25px; }
.mt_30 { margin-top: 30px; }
.mt_40 { margin-top: 40px; }
.mt_50 { margin-top: 50px; }
.mt_60 { margin-top: 60px; }

.pb_10 { padding-bottom: 10px; }
.pb_15 { padding-bottom: 15px; }
.pb_20 { padding-bottom: 20px; }
.pb_25 { padding-bottom: 25px; }
.pb_30 { padding-bottom: 30px; }
.pb_40 { padding-bottom: 40px; }
.pb_50 { padding-bottom: 50px; }
.pb_60 { padding-bottom: 60px; }
.pt_10 { padding-top: 10px; }
.pt_15 { padding-top: 15px; }
.pt_20 { padding-top: 20px; }
.pt_25 { padding-top: 25px; }
.pt_30 { padding-top: 30px; }
.pt_40 { padding-top: 40px; }
.pt_50 { padding-top: 50px; }
.pt_60 { padding-top: 60px; }

.text_justify {
    text-align: justify;
}

.separator_fullwidth {
    width: 100%;
    height: 2px;
    background-color: #000000;
}

.pos_rel {
    position: relative;
}

.color_1 {
    color:  var(--color-1);
}

.bg_color_1 {
    background-color:  var(--color-1);
}

.color_2 {
    color:  var(--color-2);
}

.bg_color_2 {
    background-color:  var(--color-2);
}

.color_3 {
    color:  var(--color-3);
}

.bg_color_3 {
    background-color:  var(--color-3);
}

.bg_color_3b {
    background-color:  #FFFFFF;
}

.color_white {
    color:  #FFFFFF;
}

h1, .h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
}

h2, .h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

h3 {
    margin-bottom: 0;
}

h2.h2_big, .h2_big {
    font-size: 50px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.h2_defaut {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.p_div p:last-of-type {
    margin-bottom: 0;
}

.btn, .btn:active, .btn:visited, .btn:focus {
    background-color: var(--color-white);
    color: var(--color-text);
    font-size: 25px;
    font-weight: 500;
    padding: 13px 35px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    border-radius: 0px;
    border: 2px solid var(--color-text);
    line-height: normal;
}

.btn:hover {
    background-color: var(--color-1);
    color: #FFFFFF;
    border: 2px solid var(--color-text);
}

.btn_ss_small, .btn_ss_small:active, .btn_ss_small:hover, .btn_ss_small:focus, .btn_ss_small:visited {
    font-size: 18px;
}

.br20 {
    border-radius: 20px;
}

.page_standard {
    padding-top: 50px;
}

ul li::marker {
  color: var(--color-1);
}

.bg_greylight {
    background-color: #F1F1F1;
}

.btn.btn_100 {
    width: 100%;
}

.btn.btn_colorful {
    background-color: var(--color-1);
    color: #FFFFFF;
}

.btn.btn_colorful:hover {
    background-color: var(--color-2);
    color: var(--color-1);
}

/************************************/
/************************************/
/*              SLIDERS             */
/************************************/
/************************************/

.swiper-pagination {
    position: relative;
    margin-top: 15px;
}

.swiper-pagination-bullet-active {
    background: #000000;
}

/************************************/
/************************************/
/*               NAVBAR             */
/************************************/
/************************************/

.navbar {
/*    padding: 20px 0;*/
    padding: 5px 0;
/*    background-color: var(--color-1);*/
    background-color: var(--color-2);
}

.navbar-brand {
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    z-index: 10;
}

.main_nav_logo {
    width: 108px;
    height: auto;
}

#main_navbar .menu-item {
    padding: 0 15px;
}

#main_navbar .menu-item:first-of-type {
    padding-left: 0;
}

#main_navbar .menu-item:last-of-type {
    padding-right: 0;
}

.nav-link {
    padding: 0;
/*    color: var(--color-white);*/
    color: var(--color-1);
    font-weight: 500;
    font-size: 20px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 5px;
    margin-left: 8px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.47799 3.46394L7.73397 0.207929C7.79931 0.14011 7.878 0.0866292 7.96511 0.0508242C8.05221 0.0150191 8.1458 -0.00230684 8.23995 -4.86371e-05C8.33429 -0.000475883 8.42777 0.0181578 8.51473 0.0547609C8.60168 0.0913641 8.68029 0.145164 8.74593 0.212934C8.81385 0.278924 8.86759 0.358146 8.90371 0.445691C8.93982 0.533236 8.95758 0.627248 8.95595 0.721936C8.95758 0.816625 8.93982 0.910637 8.90371 0.998181C8.86759 1.08573 8.81385 1.16495 8.74593 1.23094L5.33596 4.64195C5.22109 4.75901 5.08316 4.85093 4.93093 4.91194C4.78687 4.96973 4.6332 4.99961 4.47799 4.99995C4.32277 4.99961 4.16904 4.96973 4.02498 4.91194C3.87275 4.85093 3.73482 4.75901 3.61995 4.64195L0.203938 1.22294C0.137678 1.15808 0.0856638 1.08012 0.0512276 0.994031C0.0167913 0.90794 0.000738144 0.815609 0.00398636 0.722943C0.00514317 0.629459 0.0247717 0.537131 0.0618477 0.451306C0.0989237 0.365481 0.152655 0.287864 0.219929 0.222943C0.285919 0.155018 0.365172 0.101347 0.452717 0.0652285C0.540261 0.0291099 0.634274 0.0113189 0.728962 0.0129519C0.82365 0.0113189 0.917663 0.0291099 1.00521 0.0652285C1.09275 0.101347 1.17194 0.155018 1.23793 0.222943L4.47799 3.46394Z' fill='%23010219'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    transition: all .15s ease-in-out;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
/*    color: var(--color-2);*/
    color: var(--color-text);
}

.btn_menu .nav-link {
    background-color: var(--bluemid);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    padding: 12px 30px !important;
    border-radius: 10px;
}

.btn_menu .nav-link:hover {
    background-color: #1070df;
    color: #FFFFFF;
}

.navbar-nav .btn_menu .nav-link.active {
    color: var(--white);
}

.navbar-nav {
    align-items: center;
}

#main_navbar .dropdown-menu {
    border-radius: 20px;
    border: 1px solid #ced8e5;
}

#main_navbar .dropdown-menu .menu-item {
    padding: 0;
}

#main_navbar .dropdown-item.active, #main_navbar .dropdown-item:active {
    color: var(--bluemid);
    background-color: transparent;
}

#main_navbar .dropdown-item:focus, #main_navbar .dropdown-item:hover {
    color: var(--bluemid);
    background-color: transparent;
}

#main_navbar .dropdown-item {
    color: var(--black);
    font-weight: 600;
}

.navbar-toggler {
    background-color: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 30px;
    z-index: 10;
}

.navbar-toggler:focus {
    text-decoration: none;
    background-color: none;
    outline: 0;
    box-shadow: none;
}

.navbar-toggler .navbar_togglebar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 2px;
/*    background-color: var(--color-white);*/
    background-color: var(--color-1);
}

.navbar-toggler .navbar_togglebar+.navbar_togglebar {
    margin-top: 5px;
}

.nav_open .navbar-toggler .navbar_togglebar_1 {
    transform: rotate(45deg);
    transform-origin: 0% 50%;
}

.nav_open .navbar-toggler .navbar_togglebar_2 {
    opacity: 0;
}

.nav_open .navbar-toggler .navbar_togglebar_3 {
    transform: rotate(-45deg);
    transform-origin: 0% 50%;
    margin-top: 6px;
}

#top_nav {
    padding: 20px 0;
}

.topmenu_social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.topmenu_social svg path {
    fill: #000000;
}

.topmenu_social a:hover svg path {
    fill: var(--color-1);
}

.topmenu_social li {
    display: inline-block;
    margin-right: 20px;
}

.topmenu_social li:last-of-type {
    margin-right: 0px;
}

.topmenu_dates_edition {
    text-align: center;
/*    color: #FFFFFF;*/
    color: var(--color-1);
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    line-height: normal;
    font-weight: 500;
}

.topmenu_links {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.topmenu_links_a {
    font-weight: 500;
    color: var(--color-1);
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
}

/************************************/
/************************************/
/*             ACCUEIL              */
/************************************/
/************************************/

.page_standard.page_accueil {
    padding-top: 0;
}

#home_top img {
    width: 100%;
}

.home_slide_imgcont {
    position: relative;
    overflow: hidden;
    height: 452px;
    width: 100%;
}

.home_slide_imgcontin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

img.home_slide_img {
    object-fit: cover;
    height: -moz-available;
    width: -moz-available;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    transition: all 0.5s ease-in-out;
    object-position: center;
    max-width: none;
}

.temoignage-card {
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #e1e8ed;
}

.temoignage_header {
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid #e1e8ed;
}

.temoignage_prenom {
    color: var(--color-1);
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
}

.temoignage_date {
    color: #697882;
    font-family: inherit;
    font-size: 12.5px;
    font-weight: 400;
}

.temoignage_txt {
    padding: 10px 20px 20px 20px;
}

.home_partenaires_imgcont {
    position: relative;
    overflow: hidden;
    height: 110px;
    width: 100%;
}

.home_partenaires_imgcontin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home_partenaires_imgcontin img {
    object-fit: contain;
    height: -moz-available;
    width: -moz-available;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    transition: all 0.5s ease-in-out;
    object-position: center;
    max-width: none;
}

.home_partenaires_slidercont {
    position: relative;
    padding: 0 40px;
}

.home_partenaires_slidercont .swiper-button-next:after, .home_partenaires_slidercont .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 30px;
    font-weight: bold;
    color: var(--color-1);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

#home_programmation_slider .swiper-button-next:after, #home_programmation_slider .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 30px;
    font-weight: bold;
    color: var(--color-1);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.home_prog_slidercont {
    position: relative;
    padding: 0 40px;
}

.swiper.home-programmation-swiper {
    max-height: 400px;
}

.home-programmation-swiper {
  visibility: hidden;
}
.home-programmation-swiper.swiper-initialized {
  visibility: visible;
}

.programme_card.programme_conf_container {
    padding-top: 125%;
    max-height: 400px;
}

.programme_card.programme_conf_container .programme_conf_nom {
    font-size: 24px;
    line-height: 1;
}

.programme_card.programme_conf_container .programme_conf_titre, .programme_card.programme_conf_container .programme_conf_date, .programme_card.programme_conf_container .programme_conf_lieu {
    line-height: 1;
    font-size: 16px;
}

.programme_card_nom {
    text-align: center;
/*    color: #FFFFFF;*/
    color: var(--color-1);
    margin-top: 5px;
    font-size: 21px;
    font-weight: 400;
}

.btn.btn_acc_prog {
    text-transform: none;
}

.btn.btn_acc_prog:hover {
    background-color: var(--color-2);
    color: #000000;
}

#home_programmation_reservation {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--color-2);
}

a.progsolo_h2_a {
    color: var(--color-text);
}

a.progsolo_h2_a:hover {
    color: var(--color-1);
}

.home_parrain_imgcont {
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 300px;
    cursor: pointer;
    margin: auto;
}

.home_parrain_imgcontin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home_parrain_imgcontin img {
    object-fit: contain;
    height: -moz-available;
    width: -moz-available;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    transition: all 0.5s ease-in-out;
    object-position: center;
    max-width: none;
}

.home_parrain_infos {
    text-align: center;
    margin-top: 10px;
    color: var(--color-1);
}

.home_parrain_nom {
    font-weight: bold;
    font-size: 22px;
}

/************************************/
/************************************/
/*        ÉDITION PASSÉE            */
/************************************/
/************************************/

#joursAccordion .accordion-item {
    color: var(--color-text);
    background-color: #FFFFFF;
    border: 1px solid #000000;
}

#joursAccordion .accordion-item:first-of-type, .accordion-item:last-of-type {
    border-radius: 0;
}

#joursAccordion .accordion-button {
    background-color: var(--color-1);
    color: #FFFFFF;
    font-size: 25px;
    border-radius: 0!important;
}

#joursAccordion .accordion-button::after {
    margin-left: 0;         /* supprime l’espace à gauche */
    margin-right: .5rem;    /* espace après la flèche */
    order: -1;              /* place la flèche avant le texte */
}

#joursAccordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#joursAccordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#joursAccordion .accordion-button:focus {
    box-shadow: none;
}

#joursAccordion .accordion-button:not(.collapsed) {
    color: var(--color-1);
    background-color: #FFFFFF;
    box-shadow: inset 0 calc(-1 * 1px) 0 #000000;
}

h2.conf_edpass_titre {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}

/************************************/
/************************************/
/*          PROGRAMMATION           */
/************************************/
/************************************/

.page_programmation {
    position: relative;
}

.page_programmation:before {
    content: '';
/*    background-image:url(img/programmation_header.jpg);*/
    position: absolute;
    top: 82px;
    left: -207px;
    width: 1470px;
    height: 597px;
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
}

.programme_conf_container {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    width: 100%;
    cursor: pointer;
}

.programme_conf_contin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.programme_conf_contin img {
    object-fit: cover;
    height: -moz-available;
    width: -moz-available;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    transition: all 0.5s ease-in-out;
    object-position: center;
    max-width: none;
}

.programme_conf_continfos {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    color: #FFFFFF;
    opacity: 0;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.programme_conf_container:hover .programme_conf_continfos {
    opacity: 1;
}

.programme_conf_continfos:before {
    content: '';
    background-color: var(--color-1);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.programme_conf_continfosin {
    position: relative;
    z-index: 2;
}

.programme_conf_nom {
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
}

.programme_conf_titre {
    font-family: "Verdana", Sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.btn.btn_small {
    font-size: 22px;
    text-transform: none;
    padding: 10px 30px;
}

#programmationTabs {
    gap: 15px;
}

#programmationTabs.nav-pills .nav-link {
    color: #000000;
    border: 2px solid #000000;
    font-size: 23px;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 5px;
    border-radius: 0;
    width: 100%;
    background-color: #FFFFFF;
}

#programmationTabs.nav-pills li.nav-item {
    flex: 1 1 0;
    text-align: center;
}

#programmationTabs.nav-pills .nav-link.active, #programmationTabs.nav-pills .show>.nav-link, #programmationTabs.nav-pills .nav-link:hover {
    color: #FFFFFF;
    background-color: var(--color-1);
}

/************************************/
/************************************/
/*      PROGRAMMATION SOLO          */
/************************************/
/************************************/

.page_standard.page_programmation_solo {
    padding-top: 0;
}

.progsolo_header {
    position: relative;
}

.progsolo_header:before {
    content: '';
    background-image:url(img/cercle.png);
    position: absolute;
    top: 73px;
    left: 50%;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.progsolo_photocont {
    position: relative;
    overflow: hidden;
    padding-top: 77%;
    max-width: 580px;
}

.progsolo_photocontin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.progsolo_photocontin img {
    object-fit: cover;
    height: -moz-available;
    width: -moz-available;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    transition: all 0.5s ease-in-out;
    object-position: center;
    max-width: none;
}

.progsolo_top_titre {
    border: 2px solid var(--color-1);
    padding: 15px 30px;
    text-align: center;
    color: var(--color-1);
    text-transform: uppercase;
    font-family: "Roboto", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    display: inline-block;
    background-color: #FFFFFF;
    top: -60px;
    left: -100px;
    position: relative;
    z-index: 2;
}

h2.progsolo_h2 {
    font-family: "Verdana", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 15px;
}

.progsolo_datelieu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.progsolo_lieu {
    display: flex;
    align-items: center;
    gap: 6px;
}

/************************************/
/************************************/
/*            CONFERENCES           */
/************************************/
/************************************/

.page_standard.page_conferences {
    padding-top: 0;
}

h3.conferences_jour_titre {
    font-family: "Roboto", Sans-serif;
    font-size: 30px;
    font-weight: 500;
}

h4.conferences_lieu {
    font-family: "Verdana", Sans-serif;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 30px;
}

.btn_conference {
    margin-bottom: 20px;
}

a.conference_titre_a {
    color: var(--color-1);
    font-weight: bold;
    font-size: 20px;
}

.conf_solo_datelieu {
    display: flex;
    align-items: center;
    gap: 10px;
}

.conf_solo_lieu {
    display: flex;
    align-items: center;
    gap: 6px;
}

a.conference_lien_a {
    color: var(--color-1);
    text-decoration: underline;
}

/************************************/
/************************************/
/*        INFOS PRATIQUES           */
/************************************/
/************************************/

.acces_sstitre {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 500;
}

#faqAccordion .accordion-item {
    border-radius: 0;
    border: 0;
    margin-bottom: 15px;
}

#faqAccordion .accordion-header {
    border: 2px solid #000000;
    margin-bottom: 8px;
}

#faqAccordion .accordion-body {
    border: 2px solid var(--color-1);
}

#faqAccordion .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #FFFFFF;
    box-shadow: none;
}

#faqAccordion .accordion-button:focus {
    box-shadow: none;
}

.train_infos_hop {
    padding: 15px;
    background-color: var(--color-2);
    border: 2px solid var(--color-1);
    margin-bottom: 30px;
}

/************************************/
/************************************/
/*        DEVENEZ SOCIOS            */
/************************************/
/************************************/

.socios_header_img1 {
    max-width: 305px;
    height: auto;
}

.socios_titre {
    font-family: "Verdana", Sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
}

/************************************/
/************************************/
/*         ESPACE PRESSE            */
/************************************/
/************************************/

.input_bb {
    border-radius: 0;
    border: 1px solid #DFDFDF;
    box-shadow: none!important;
}

span.isreq {
    color: var(--color-1);
}

.form_label {
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 16px;
}

.form-control:focus {
    border-color: #000000;
}

.pres_imgcont {
    position: relative;
    overflow: hidden;
    height: 200px;
    width: 200px;
    cursor: pointer;
    margin: auto;
    border-radius: 1000px;
}

.pres_imgcontin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pres_imgcontin img {
    object-fit: cover;
    height: -moz-available;
    width: -moz-available;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    transition: all 0.5s ease-in-out;
    object-position: center;
    max-width: none;
}

.edito_img_contssss {
    display: flex;
    align-items: center;
    gap: 30px;
}

.edito_imgcont {
    position: relative;
    overflow: hidden;
    height: 200px;
    width: 200px;
    cursor: pointer;
    border-radius: 1000px;
}

.edito_imgcontin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.edito_imgcontin img {
    object-fit: cover;
    height: -moz-available;
    width: -moz-available;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    transition: all 0.5s ease-in-out;
    object-position: center;
    max-width: none;
}


/************************************/
/************************************/
/*             FOOTER               */
/************************************/
/************************************/

footer {
    background-color: var(--color-2);
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer_titre {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}

.footer_nl_cont {
    border-style: dashed;
    border-width: 0px 2px 0px 0px;
    border-color: #FFFFFF;
    height: 100%;
    padding-right: 20px;
}

#footer_form_nl input {
    border: 1px solid #DFDFDF;
    border-radius: 0;
    font-size: 18px;
    padding: 11px 10px;
}

#footer_form_nl input:focus {
    box-shadow: none;
}

#footer_form_nl_merci {
    display: none;
    font-weight: 600;
}

#menu-footer a {
    color: var(--color-1);
}

#menu-footer li {
    margin-right: 15px;
}

#menu-footer li:last-of-type {
    margin-right: 0px;
}

.footer_social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_social svg path {
    fill: var(--color-1);
}

.footer_social a:hover svg path {
    fill: #000000;
}

.footer_social li {
    display: inline-block;
    margin-left: 20px;
}

.footer_social li:first-of-type {
    margin-left: 0px;
}

.footer_social_titre {
    display: none;
    color: var(--color-1);
    margin-bottom: 10px;
}

.form_espace_presse_merci {
    display: none;
    color: var(--color-1);
    text-align: center;
}

.nav_mobile_only {
    display: none;
}

.form_check_nl label.form-check-label {
    color: var(--color-1);
    font-size: 16px;
}

/************************************/
/************************************/
/*          MEDIA QUERIES           */
/************************************/
/************************************/

@media (min-width: 993px) and (max-width: 1200px) {
    
    .programme_conf_nom {
        font-size: 24px;
    }
    
    .topmenu_dates_edition {
        font-size: 18px;
    }

    .nav-link {
        font-size: 18px;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
    
    .topmenu_links_a {
        font-size: 18px;
    }
    
    .topmenu_links {
        gap: 15px;
    }
    
}

@media (max-width: 992px) {
    
    /* NAVBAR */
    
    .nav_mobile_only {
        display: block;
    }
    
    .navbar-collapse ul.navbar-nav {
        position: absolute;
        top: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .navbar-collapse {
        width: 100%;
/*        background-color: var(--color-1);*/
        background-color: var(--color-2);
        position: fixed;
        z-index: 9;
        display: block;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
/*        top: 79px;*/
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.4s;
    }

    .navbar-collapse.show {
/*        min-height: calc(100vh - 79px);*/
        min-height: 100vh;
        visibility: visible;
        opacity: 1;
        z-index: 9;
    }
    
    #main_nav .nav-link {
        text-align: center;
    }
    
    .dropdown-menu[data-bs-popper] {
        border: 0;
        margin-top: 5px;
        text-align: center;
    }
    
    #main_navbar .menu-item, #main_navbar .menu-item:first-of-type, #main_navbar .menu-item:last-of-type {
        padding: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #main_navbar .dropdown-menu .menu-item {
        padding: 0 !important;
    }
    
    .topmenu_dates_edition, #top_nav {
        display: none;
    }
    
    .navbar {
        padding: 5px 15px;
    }
    
    .main_nav_container {
        padding: 0;
    }
    
    .h2_defaut, .footer_titre, h2, .h2, .programme_conf_nom, h1, .h1 {
        font-size: 24px;
    }
    
    .temoignage_prenom {
        font-size: 20px;
    }
    
    .footer_nl_cont {
        border: none;
        padding-right: 0;
        margin-bottom: 50px;
        text-align: center;
    }
    
    .btn, .btn:active, .btn:visited, .btn:focus {
        font-size: 20px;
    }
    
    #footer_form_nl input {
        padding: 11px 10px;
    }
    
    .btn_footer_form_nl {
        width: 100%;
        margin-top: 5px;
    }
    
    h2.h2_big, .h2_big {
        font-size: 25px;
    }
    
    .socios_header_img1 {
        max-width: 190px;
        height: auto;
        margin-bottom: 30px;
    }
    
    .socios_titre {
        font-size: 20px;
    }
    
    #menu-footer {
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }
    
    .footer_social_titre {
        display: block;
    }
    
    h2.conf_edpass_titre {
        margin-top: 15px;
    }
    
    #programmationTabs.nav-pills .nav-link {
        font-size: 20px;
        padding: 10px 15px;
    }
    
    h2.progsolo_h2 {
        font-size: 22px;
    }
    
    .progsolo_top_titre {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
    .progsolo_datelieu {
        display: block;
        text-align: center;
    }
    
    .progsolo_lieu {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }
    
    .progsolo_photocont {
        margin: auto;
    }
    
    .programme_card.programme_conf_container .programme_conf_nom {
        font-size: 22px;
        line-height: 1;
    }
    
    #home_programmation_reservation {
        background-size: cover;
        background-image: none!important;
    }
    
    .img_conference_solo {
        margin-bottom: 30px;
    }
    
    .conf_solo_datelieu {
        display: block;
    }
    
}