/*general--------------------------------------------------------------------------------------------------------*/
.link_arrow_square{
    font-size: 20px !important;
    color:#B4D23C;
    background: #fff;
    line-height: 15px;
    margin-left:10px;
}
.form-control {
    border: 1px solid #3C5A46;
    border-radius: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 400 !important;
    font-size: 14px !important;
    color:#000 !important;
    text-transform: none !important;
}
input[type="submit"], input[type="button"],
button, .bouton, .Btn, .BtnForm,
#content_confirmation input[type="submit"], a.btn {
    text-transform: none;
    font-family: "Oswald", sans-serif;
    font-weight: 400 !important;
}
.clearfix{
    clear: both;
}
.arianne_link{
    margin: 0 0 30px 0;
}
#main_wrapper_interne img {
    border-radius: 20px;
}

.img_caption {
    display: inline-block;
    position: relative;
}

.img_caption img {
    display: block;
    margin:0 !important;
    width: 100%;
}

.img_caption::after {
    content: attr(data-alt);
    position: absolute;
    bottom:0;
    left: 0;
    /*height: 1.5em;*/
    width: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 2;
    color:white;
    text-align: center;
    line-height: 1.2em;
    font-size: 14px;
    padding:2px 3px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
/*debut section dupliciate tinymce -----------------------------------------------------------------------------------*/
p a, .arianne_link a{
    text-decoration: underline;
    color:#3C5A46 !important;
}
p a:hover, .arianne_link a:hover{
    color:#000 !important;
    text-decoration: underline;
}

.text_section_1, .section_2_text_wrapper, .section_3_text_wrapper, .text_section_4{
    background: #E1F0FF;
    padding:40px 12%;
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px;
}
.text_section_1::after, .text_section_2::after, .text_section_3::after, .text_section_4::after{
    background-image: url("/client_file/themes/biztrox/interface/arrow.png");
    content: "";
    display: inline-block;
    width: 10px;
    height: 30px;
    position: absolute;
    left: calc(50% + 2.5% - 5px);
    bottom: -15px;
}
.text_section_2::after, .text_section_3::after{
    bottom: 15px;
}
.no_arrow::after{
    content: none;
}
.text_section_2, .text_section_3{
    overflow: hidden;
    position: relative;
}

.section_2_text_wrapper, .section_3_text_wrapper{
    width: 70% ;
    float:left;
    margin-bottom: 30px;
}
.section_2_text, .section_3_text{
    width: 80% ;
}
.section_2_img img, .section_3_img img, .text_section_5 img{
    width: 100%;
    height:auto;
    border-radius: 20px;
}
.section_2_img, .section_3_img{
    width: 40%;
    float:left;
    margin-left: -10%;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}
.section_3_text_wrapper, .text_section_4{
    background: #E9F2C5;
}
.text_section_5{    /* Align vertical */
    display: flex;
    justify-content: center;
    align-items: center;
}
#main_wrapper_interne ul li{
    list-style: none;
}
#main_wrapper_interne ul li::before{
    width: 9px;
    height: 9px;
    display: inline-block;
    background: #B4D23C;
    content: "";
    margin: 0px 8px 0 -17px;
}
#main_wrapper_interne ol { counter-reset: item; }
#main_wrapper_interne ol li { display: block; }
#main_wrapper_interne ol li:before {
    content: counter(item) " - ";
    counter-increment: item;
    color: #3C5A46;
    margin-left:10px;
}
.steps ul li::before, ul[role="menu"] li::before, ul#menu_membre li::before, ul#paiement_tab_entete li::before{
    content: none !important;
}

.section_2_text .btn, .text_section_4 .btn{
    background: #fff !important;
}

.lien_chronique, #main_wrapper_interne .lien_chronique{
    color: #B4D23C;
    width: 25px !important;
    margin: 5px 0 0 0;
    border-radius: 0 !important;
}


/*fin section dupliciate tinymce -------------------------------------------------------------------------------*/

body .accordeon_titre > a, body .accordeon_titre > a:hover{
    color:#3C5A46 !important;
}
body .accordeon_titre a.collapsed{
    color:#000 !important;
}
.accordion .panel{
    border-left: none;
    border-right:none;
    border-radius: 0;
    border-color:#3C5A46;
    margin: 0 0 0px 20px;

}
.accordion > .panel ~ .panel{ /*ne s'applique pas au 1er .panel*/
    border-top:none;
}
.accordion .panel h5{
    font-family: "Oswald", sans-serif;
    font-weight: 400 !important;
    font-size: 30px !important;
    padding-right: 10px;
}
.accordion .panel .card-header {
    padding: 50px 30px 50px 0px;
}
.accordeon_titre a{
    /*padding-right: 10px;
    overflow: hidden;*/
}
.accordeon_titre a.collapsed::after
{
 content: "\f078" !important;
}
.accordeon_titre a::after {
    /*transform: rotate(-90deg);  */
    /*content: '›' !important; */

    content: "\f077" !Important;
    display: block;
    font-family: FontAwesome;

    left: auto;
    right: 1%;
   top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 40px;
    color: #3C5A46 !important;
}
.accordeon_titre a.collapsed::after {
   /* transform: rotate(90deg);  */
    color: #3C5A46 !important;
}

.search-form input#search{
    color:#fff !important;
}
.search-form input#search:focus { border-color: #fff !important; }

.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    top:unset;
    display: block;
    transition: 0.2s ease;
    z-index: 99999999;
    cursor: pointer;
}
.back-to-top i{
    color: #3C5A46;
    font-size: 40px
}

.date_subsection img{
    border-radius: 0 !important;
}
.section_ev_cat{
    display: none;
}

/*menu secondaire------------------------------------------------------------------------------------------------------*/
.top-header{
    background: #fff;
    border-bottom: 1px solid #E8E8E8;
}
.top-header li a, .navigation .navbar .nav-item .nav-link {     /*menu principale/secondaire*/
    font-family: "Oswald", sans-serif;
    border-right:none !important;
}
.top-header li a{
    font-size: 14px;
    color:#3C3C3C !important;
}

.top-header li.regular a:not(.login-btn)::before, .spc_menu_mobile a::before{
    width: 9px;
    height: 9px;
    display: inline-block;
    background: #B4D23C;
    content: "";
    margin:0px 8px 0 0;
}
.top-header li a.login-btn{
    color:#000 !important;
    background: #D2F050;
    border-radius: 20px;
    padding:10px 11px 10px 7px !important;
}
.login-btn i{display:none;}
#searchOpen i{
    font-size: 22px;
}

/*menu principale------------------------------------------------------------------------------------------------------*/
body #main_nav{
    border-bottom-color: transparent !important;
}
body.modal-open #main_nav{
    z-index: 0;
}
#main_nav .navbar-nav{
    width: 100%;
}
.navigation .navbar .nav-item {
    width: inherit;
    text-align: center;
}
.navigation .navbar .nav-item .nav-link {
    font-size: 16px;
    color:#3C3C3C !important;
    font-weight: 400;
    text-transform: none;
}
.dropdown-toggle::after {
    border:none !important;
    content:none;
}
.dropdown-toggle i{
    margin:0 0 0 10px;
}
#main_nav a[aria-expanded="true"] {
    background: transparent;
}
#main_nav .nav-item.dropdown .dropdown-menu{
    background: #E1F0FF;
    border-radius: 20px;
    left: 0;
}
#main_nav .nav-item.dropdown .dropdown-menu:after {
    content: "";
    position: absolute;
    left: calc( 50% - 12px);
    top: -10px;
    width: 25px;
    height: 25px;
    background: #E1F0FF;
    transform: rotate(-45deg);
}
#main_nav .dropdown-menu .dropdown-item{
    font-size: 14px !important;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color:#000;
}
/*modal login------------------------------------------------------------------------------------------------------*/
.signup-form a {
    color: #3C5A46;
}

/*main slider------------------------------------------------------------------------------------------------------*/
#main_slider.owl-carousel{
    max-width: 1100px;
    margin:0 auto;
}
#main_slider.owl-carousel .owl-item img {
    border-radius: 30px
}
button.owl-prev, button.owl-next, .owl-next {
    text-shadow: none;
    color:#D8DEDA !important;
}
button.owl-prev:hover, button.owl-next:hover, .owl-next:hover{
    color:#3C5A46 !important;
}

/*quicklink--------------------------------------------------------------------------------------------------------*/
/*#quicklink_container .col-md-1{
    display: none;
}*/
#quicklink_container .col-md-1{
    display: none;
}
@media (min-width: 992px) {
    #quicklink_container .col-lg-2 {
        flex: 0 0 20%!important;
        max-width: 207%!important;
    }
}
#section_quicklink{
    overflow: inherit !important;
}
#quicklink_container{
    background: #E1F0FF;
    border-radius: 40px;
    padding: 20% 38px 10px;
    margin-top:-15%;
}
.quicklink_content{
    text-align: center;
    padding-top:45px;
}
.quicklink_content img {
    width: auto;
    height:auto;
}
.quicklink_text_wrapper{
    background: transparent !important;
    margin-top:0px !important;
    padding: 20px 5px !important;
}
.quicklink_text {
    box-shadow: none !important;
    background: transparent !important;
    margin-left:0 !important;
}
.quicklink_content:hover .quicklink_text_wrapper .text_top p{
    color:#3C5A46 !important;
}
.quicklink_content img{
    transition: transform 250ms !important;
}
.quicklink_content:hover img{
    transform: translateY(-12px);
}
#quicklink_1{
    margin-top: -72px;
}
#quicklink_img_1{
    display: none;
}
#quicklink_1:hover img{
    transform: translateY(0px);
}
#quicklink_text_1 .quicklink_text_wrapper .text_top p,
#quicklink_container a:hover #quicklink_text_1 span.text_top p{
    font-size: 50px !important;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}
#quicklink_text_1 .quicklink_text_wrapper .text_top p span{
    font-size: 14px !important;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color:#000;
}
#quicklink_text_1 .fa-square-arrow-up-right{
    font-size: 20px !important;
    color:#B4D23C;
    background: #fff;
    line-height: 15px;
}
body #quicklink_container a span.text_top p,body #quicklink_container a:hover span.text_top p, body #quicklink_container a span.text_top p {
    font-size: 17px !important;
}
.social_follow{
    font-size: 14px !important;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color:#3C5A46;
}

/*home event/news --------------------------------------------------------------------------------------------------------*/
.nouvelleacceuil h2{

    margin:0 !important;
}

#home_slider_event .item{
    padding:0 10%;
}
.home_slider_event_cat_img{
    width: auto !important;
    height:auto;
    display: inline-block !important;
    margin:0 10px 0 0;
}
.home_slider_event_cat_titre{
    font-weight: 400;
    font-size: 14px;
    color:#3C5A46;
}
.home_slider_event_img{
    width: 100%;
    border-radius: 20px;
    margin:20px 0;
}
.home_slider_event_titre{
    margin:0 0 20px 0;
    color:#3C5A46;
}
.home_slider_event_date{
    font-family: "Oswald", sans-serif;
    color:#000;
    font-size: 20px;
    font-weight: 400;
}
.home_slider_event_resume{
    line-height: 1.75em;
}
.home_slider_event_more{
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
body .event_primary_cat {
    border-bottom: 3px solid #3C5A46 !important;
}

#home_slider_event .item>a>i{
    background: #D2F050;
    padding: 10px;
    border-radius: 20px;
    margin-right: 10px;

}

@media screen and (max-width: 1400px) {
    #home_slider_event .owl-next{
        right: 5%;
    }
    #home_slider_event .owl-prev{
        left: 5%;
    }
}

/*news-event--*/
section.nouvelleacceuil{
    background: #fff;
}

.home_news_wrapper{
    border:2px solid #B4D23C;
    border-radius: 30px;
    padding: 30px 25px 20px;
    margin:40px 0 0;
    max-width:550px;
    min-height: 300px;
    /*-webkit-transition-duration: .10s, 0s;
    -moz-transition-duration: .10s, 0s;
    -o-transition-duration: .10s, 0s;
    transition-duration: .10s, 0s;
    -webkit-transition-delay: 0s, .10s;
    -moz-transition-delay: 0s, .10s;
    -o-transition-delay: 0s, .10s;
    transition-delay: 0s, .10s;*/
}
.home_news_wrapper:hover{
    border:5px solid #B4D23C;
    padding: 27px 22px 17px;
    /*-webkit-transition-duration: .10s, 0s;
    -moz-transition-duration: .10s, 0s;
    -o-transition-duration: .10s, 0s;
    transition-duration: .10s, 0s;
    -webkit-transition-delay: 0s, .10s;
    -moz-transition-delay: 0s, .10s;
    -o-transition-delay: 0s, .10s;
    transition-delay: 0s, .10s;*/
}
.chro {
    padding-left: 5% !important;
}

.home_news_date{
    font-weight: 400;
    font-size: 14px;
    color:#000;
    margin-bottom:0;
}
.home_news_titre{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color:#000;
    margin-bottom: 20px;
    min-height: 56px;
}
.home_news_resume{
    line-height: 24px;
    min-height: 120px;
}
.home_news_wrapper .fa-arrow-up-right-from-square{
    color:#B4D23C;
    font-size: 25px;
    margin:5px 0 0 0;
}
.home_actu_bt_wrapper{
    max-width: 550px;
}

.home_actu_btn{
    margin: 0 !important;
}
#wrapper_home_title_actu{
    max-width: 550px;
}

.NewsSummary h2{
    margin-bottom: 0;
}

#eventDetails .sidebar-center .btn, #eventDetails .subframe,#eventDetails .sidebar{
    border-radius: 10px !important;
}
#eventDetails .sidebar,#eventDetails .duree_icon, #eventDetails .custom-badge:not(.badge_Mode_de_diffusion){
    background: #E9F2C5 !important;
}
#eventDetails .sidebar-center .btn{
    background:#3C5A46 !important;
    color:#fff !important;
}
#eventDetails .custom-date-duree,
#eventDetails .duree_section,
#eventDetails .duree_icon,
#eventDetails .custom-duree,
#eventDetails .sidebar-title,
#eventDetails .masterTitle,
#eventDetails .custom-badge:not(.badge_Mode_de_diffusion),
#eventDetails .icon-pdf{
    color:#3C5A46 !important;
}
#eventDetails .custom-duree{
    border-color:#3C5A46 !important;
}

/*infolettre/parallax-------*/
#infolettre_home_wrapper{
    background: #fff;
    border-radius: 30px;
    width: auto;
    max-width: 815px;
    margin: 0 auto;
    padding: 5% 13% 4%;
}
#infolettre_home_wrapper h2{
    font-weight: 400;
    color: #3C5A46;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
}
#infolettre_home_wrapper p{
    margin-bottom: 30px;
}

#home_infolettre_courriel{}
#home_infolettre_sbt{
    margin-top:0 !important;
}

/*parallax*/
html {
    /*height: 100%;
    overflow-x: hidden;*/
}
body {
    /*perspective: 1px;*/
    /*transform-style: preserve-3d;*/
    /*height: 100%;*/
    /*overflow-y: scroll;
    overflow-x: hidden;*/
}
#parallax_wrapper {
    margin-top:50px;
    position: relative;
    padding: 6vh 10% 17vh;
    min-height: 40vh;
    width: 100vw;
    box-sizing: border-box;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
    transform-style: inherit;
    background: 50% 50% / cover;

}
#parallax_wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .7);
    background: 50% 50% / cover;
}
#parallax_wrapper {
    background-image: url("/client_file/themes/biztrox/interface/paral.jpg");
    z-index:2;
}
#parallax_wrapper #parallax_content {
    /*transform: translateZ(.25px) scale(.75);
    transform-origin: 50% 100%;*/
}

/*partenaire*/
#home_partenaire_wrapper{
    margin: 75px 0 50px;
}
#home_partenaire_wrapper img{
    margin: 0px 5% 15px 0;
}
#home_partenaire_wrapper h2{
    margin-bottom: 30px;
}
#home_partenaire_wrapper h3{
    font-size: 20px;
    color:#3C5A46;
    text-transform: uppercase;
}
#home_partenaire_wrapper h3::before{
    width: 9px;
    height: 9px;
    display: inline-block;
    background: #B4D23C;
    content: "";
    margin: 0px 8px 4px 0;
}

/*footer--------------------------------------------------------------------------------------------------------*/
body footer{
    background: linear-gradient(to right, #E1F0FF 50%, white 0%, #fff 5%) !important;
}

#footer_wrapper{
    margin-top:50px;
    padding: 30px;
    background:#E1F0FF;
    border-top-right-radius: 25px;
}
#footer_wrapper p, #footer_wrapper a, #footer_wrapper p a{
    color:#000 !important;
}

#logo_footer_wrapper img{
    max-width: 133px;
    margin-bottom:40px;
}


#social_desk{
    width:65px;
    height: 230px;
    padding-top: 115px;
    padding-left:25px;
    position: fixed;
    right: 10%;
    bottom: 23%;
    z-index: 999;
}
#social_desk a{
    display:block;
}
#social_desk .social_follow{
    transition: 0.5s all;
    transform: rotate(90deg);
    transform-origin: center 0;
    position: absolute;
    top: 55px;
    right: -48px;
}
#social_desk img{
    margin:10px 0;
}
@media screen and (max-width: 1700px) {#social_desk{right: 4%;}}
@media screen and (max-width: 1500px) {#social_desk{right: 20px;}}


/*formation-----------------------------------------------------------------------------------------------------*/
#main_wrapper_interne .eventcustom_dropdown {
    background:#3C5A46;
    border-radius: 20px;
}
body #main_wrapper_interne #reinit_filtre_evenement:hover {
        background: #3C5A46 !important;
}
body #main_wrapper_interne #reinit_filtre_evenement {
    background: #D2F050 !important;
}
#main_wrapper_interne #event_customCard .custom-card-header {
    background: #E1F0FF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
body #event_customCard .card-body {min-height:190px !important;}
#main_wrapper_interne #event_customCard .custom-badge {
    background-color: #E9F2C5 !important;
    color:#3C5A46 !important;
    border:1px solid #C6DD69;
    border-radius: 10px;
}
#main_wrapper_interne #event_customCard .custom-card-title {
    color:#000; font-weight: 400;
    color: #3C3C3C;                   font-family: "Oswald", sans-serif;   font-size: 26px;
}
#main_wrapper_interne #event_customCard .custom-link{
    color:#3C5A46;
}
#main_wrapper_interne #event_customCard .custom-link:hover{
    color:#000;
}
#main_wrapper_interne #event_customCard .custom-duree, #eventDetails .custom-duree {
    border-color:#3C5A46;
    color:#3C5A46;
    border-radius: 10px;
}
#main_wrapper_interne #event_customCard .custom-card{
    /*box-shadow: none;
    border: 1px solid #3C5A46;*/
    border-radius:20px;
}
#main_wrapper_interne #event_customCard .custom-footer{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

li.list-unstyled::before {
    content: none !important;
}
.resp-tabs-list li {
    background: #E9F2C56E url('/images/grad_menu.png') bottom left repeat-x !important;
    font-size: 22px;
    font-family: "Oswald", sans-serif;
}
.resp-vtabs .resp-tabs-container {
    border: none;
}
.resp-tab-content {padding-top:0;border: none;  }
.resp-vtabs .resp-tabs-container {box-shadow: none;}


.resp-tabs-list li {
    margin: 0 20px 20px !important;
    color: #000 !important;
    border-radius: 20px !important;
    background: #E9F2C5 !important;
    text-transform: none;
    font-family: "Oswald", sans-serif;
    font-weight: 400 !important;
    display: inline-block;
    position: relative;
    border: 0;

    text-align: center;
    line-height: 1.1875em;
    text-decoration: none;
    transition: all .25s ease-in;
    box-shadow: none;
    display: table-cell;
    float:none;
}
.Htab .resp-tabs-list li.resp-tab-active {
    background:#3C5A46 !important;
    color:#fff !important;
}

/*
ul.resp-tabs-list{
    width: 100%;
    overflow: auto;
    display: table-row;
}
.Htab{
    display: table !important;
}   */

/*module event--------------------------*/
body .list_event_wrapper:nth-child(2n),body .list_news:nth-of-type(2n) {
    background: #fff !important;
}

/*page compte--------------------------*/
#account_accordion .card{
    border:none !important;
    margin-bottom: 15px;
}
#account_accordion .card-header {
    background: none;
    border: none !important;
}
body #form_edition_membre a, .wizard > .steps .done a, body .wizard > .steps .done a:hover{
    background:#3C5A46 !important;
}
#form_edition_membre a {
    color: #fff !important;
}
#form_edition_membre li.current a {
    color: #3C5A46 !important;
}
#menu_membre li.active a, body #form_edition_membre .current a,
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active{
    background:#E9F2C5 !important;
}

/*mobile--------------------------------------------------------------------------------------------------------*/
#mobile_search, #mobile_entete_menu_opened, .mobile_show{
    display: none;
}
.navbar-toggler {
    background: transparent;
    padding:0 !important;
    border:none;
    margin-top: 15px !important;
}
.navbar-toggler span{
    font-size: 14px !important;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color:#3C5A46;
    display: block;
    margin: 0 0 10px 0;
}

#mobile_entete_menu_opened{
    background: #3C5A46;
    padding:100px 40px 20px;
    margin: 0 -15px;
    width: calc(100% + 30px);
    position: relative;
}
#mobile_entete_menu_opened .fa-xmark{
    color: #fff;
    font-size: 40px;
}

@media screen and (max-width: 1150px) {
    #main_slider.owl-carousel {
        margin: 0 25px;
        width:calc(100% - 50px);
    }

    #quicklink_container .row > .spc_margin_fix{
        width:100%;
    }
    #quicklink_container .row > .spc_margin_fix ~ .spc_margin_fix{
        width:50%;
    }
    #quicklink_container .row > .spc_margin_fix ~ .spc_margin_fix .quicklink_content{
        padding-top: 15px;
    }
    /*#quicklink_container {
        margin-top: -50px;
    }*/
    #quicklink_text_1 .quicklink_text_wrapper .text_top p,
    #quicklink_container a:hover #quicklink_text_1 span.text_top p{
        font-size: 40px !important;
    }
}


@media screen and (max-width: 990px) {
    /*#quicklink_container {
        margin-top: -100px;
    }*/
    .top-header,
    .zeynep-opened #mobile_entete_menu_closed, .mobile_hide{
        display: none;
    }
    .zeynep-opened #mobile_entete_menu_opened, .mobile_show{
        display: block;
    }
    #mobile_entete_menu_closed{
        margin: 80px 0 50px;
        width: 100%;
    }
    #mobile_entete_menu_opened .navbar-toggler{
        position: absolute;
        bottom: 20px;
        right: 60px;
    }
    #mobile_search i{
        font-size: 24px;
        color:#000;
    }
    #mobile_search{
        display: block;
        margin-top: 25px;
    }
    #logo_sticky_nav{
        top: auto;
    }

    #logo_sticky_nav img{
        height: 67px !important;
    }
    #main_nav .navbar{
        margin: 0 -15px;
    }
    #navbarNavDropdown{
        background: #E1F0FF;
        padding-bottom: 30px;
    }
    .navigation .navbar .nav-item {
        text-align: left;
    }
    .navigation .navbar .nav-item .nav-link {
        text-align: left;
        padding:15px 25px 15px 50px;
        font-size: 20px;
    }
    #main_nav li.show > a{
        color:#000 !important;
    }
    #main_nav .dropdown-menu .dropdown-item{
        text-align: left ;
        font-size: 16px !important;
        padding: 0 10px 15px 23px;
    }
    .navigation .navbar .dropdown-menu {
        box-shadow: none;
        padding: 0px 20px 10px 50px;
    }
    .spc_menu_mobile{
        margin: 25px 10px 10px 50px;
    }
    .spc_menu_mobile a{
        font-family: "Oswald", sans-serif;
        font-size: 20px;
        color:#3C3C3C;
    }
    .social_mobile{
        padding: 35px 25px 15px 50px;
    }
    .social_mobile img{
        margin:0 3%;
    }


    #quicklink_1 .quicklink_text {
        text-align: left;
    }
    .chro h2{
        margin-top:50px;
    }
    .chro {
        padding-left: 15px !important;
    }

    .section_2_text_wrapper, .section_2_text, .section_2_img, .section_3_text_wrapper, .section_3_text, .section_3_img{
        float:none;
        width: 100%;
        margin:0 auto;
    }
    .section {
        padding: 40px 0;
    }
    #quicklink_container {border-radius:0;}

    .responsive_table td, .responsive_table th{
        display: block !important;
        width: 100% !important;
        float: none !important;
        margin:10px 0 20px !important;
    }
}
@media screen and (max-width: 768px) {
    .cookieAcceptBar {
        height: auto !important;
    }
    .responsive_table {
        border-spacing: 0 !important
    }
    .responsive_table td,.responsive_table th, .responsive_table col{
        width: 100% !important;
        display: block !important;
        margin-bottom: 10px !important;
        overflow: auto;
        text-align: center;
    }
    .responsive_table td img, .responsive_table td a img, .responsive_table td p a img,
    .responsive_table th img, .responsive_table th a img, .responsive_table th p a img {
        width: 100%;
        height: auto;
        float: none !important;
    }
}

@media screen and (max-width: 550px) {
    /*#quicklink_container {
        margin-top: -200px;
    }*/
}
@media screen and (max-width: 400px) {
    #logo_sticky_nav img {
        height: auto !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
#quicklink_container
{
 margin-top: -5%;
}
}
body.modal-open #main_nav.opened-cookie-modal , body.modal-open #main_nav.opened-cookie-modal #logo_sticky_nav
{
    display:initial !Important;
    margin-bottom: 1rem !important;
}
a.navbar-brand {
    display: initial;
}
.navigation
{
margin-bottom: 1rem !important;
}