@charset "UTF-8";

body {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #686868;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.arrow {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-color: #1851C2;
    border-radius: 15px;
    position: fixed;
    bottom: 5%;
    right: 2%;
    margin-left: -20px;
    width: 20px;
    height: 20px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 13px;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}


h1, h2, h4, h5, h6 {
    color: #1853C2;
}

h1 {
    letter-spacing: 1px;
}

h2, h3 {
    font-weight: 300;
}

h3 {
    color: #e5ad4f;
}

.logged-in .dexp-sticky.fixed {
    margin-top: 60px!important;
}

label {
    margin-bottom: 20px;
    font-weight: 200;
}

.navigation_menu {
    padding: 0 14px;
}

.slash_title {
    color: #e5ad4f !important;
}

.fa-circle {
    font-size: 8px;
    vertical-align: middle;
    color: #e5ad4f;
}

/***********************
 * BUTTONS
***********************/
.btn {
    padding: 11px 25px;
    font-size: 18px;
}

.btn.btn-primary {
    background-color: #1853C2;
    color: #fff;
    border: none;
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background-color: #1853C2;
}

.btn.btn-info {
    background-color: #e9bc79;
    border: none;
}

.btn.btn-info:active,
.btn.btn-info:focus,
.btn.btn-info:hover {
    background-color:#e5ad4f;
}

/***********************
 * HEADER
***********************/
@media screen and (min-width: 992px) {
    #section-header .dexp-menu >ul>li>a:before,
    #section-header .dexp-menu >ul>li>span.nolink:before {
        background-color: #e5ad4f;
    }

    #section-header .dexp-menu >ul>li:last-child>a:before,
    #section-header .dexp-menu >ul>li:last-child>span.nolink:before,
    #section-header .dexp-menu >ul>li:last-child>a:hover,
    #section-header .dexp-menu >ul>li:last-child>a.active,
    #section-header .dexp-menu >ul>li:last-child>span.nolink:hover,
    #section-header .dexp-menu >ul>li:last-child>span.nolink.active {
        border-top: none;
        transition: none;
        background-color: #1853C2;
    }
}

#section-header .dexp-menu >ul>li>a:hover,
#section-header .dexp-menu >ul>li>a.active,
#section-header .dexp-menu >ul>li>span.nolink:hover,
#section-header .dexp-menu >ul>li>span.nolink.active,
#section-header .dexp-menu ul ul.menu li a:hover,
#section-header .dexp-menu ul ul.menu li a:active {
    color: #e5ad4f;
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    background: #e5ad4f !important;
    border: 5px solid #e5ad4f;
}

.tp-bannertimer.tp-bottom {
    background: #e5ad4f;
    opacity: 0.7;
}

#dexp-layerslider .overlay {
    opacity: 0.8 !important;
}

.tparrows {
    background: rgba(24, 83, 194,0.3) !important;
}

.tparrows:hover {
    background: #1853C2!important;
}

.region-slider .background_event {
    position: absolute;
    background-color: #1853C2;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}
.region-slider .overlay_site, .region-slider .overlay_site_logo {
    position: absolute;
    top: 40%;
}
.region-slider .overlay_site, .region-slider .overlay_site_logo {
    text-align: center;
}
.region-slider .overlay_site .icon-logo-ifa, .region-slider .overlay_site_logo .icon-logo-ifa {
    color: #1853C2;
    font-size: 150px;
}
.region-slider .overlay_site .site_title h3, .region-slider .overlay_site_logo .site_title h3 {
    margin-top: -50px;
    font-size: 34px;
    text-align: center;
    color: #1853C2;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 1px;
}
.region-slider .overlay_site .readmore_event {
    position: relative;
    text-align: center;
    top: 70px;
}
.region-slider .overlay_site img, .region-slider .overlay_site_logo img {
    margin-left: auto;
    margin-right: auto;
}
.region-slider .overlay_event, .region-slider .overlay_site {
    top: 45%;
}
.region-slider .overlay_event, .region-slider .overlay_site, .region-slider .overlay_event, .region-slider .overlay_site_logo {
    position: absolute;
    height: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.region-slider .overlay_event .title {
    position: relative;
    text-align: center;
}
.region-slider .overlay_event .title h3 {
    color: #e5ad4f;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 20px;
}
.region-slider .overlay_event .title h3 a {
    color: #ffffff;
    font-size: 27px;
    font-weight: 100;
    text-transform: capitalize;
    margin-top: 0;
}
.region-slider .post_meta {
    position: relative;
    color: #ffffff;
    text-align: center;
}
.region-slider .post_meta_content {
    color: #e5ad4f;

}
.region-slider .description {
    position: relative;
    color: #ffffff;
    text-align: center;
    padding-top: 5%;
}
.region-slider .overlay_event .readmore_event {
    position: relative;
    text-align: center;
    padding: 5%;
}
.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
    margin: 0;
}
.bx-wrapper .bx-pager {
    bottom: 0 !important;
}
.bx-wrapper .bx-controls-direction a {
    transition: none;
}
.bx-wrapper img {
    height: auto !important;
}

/***********************
 * REGION NAVIGATION
***********************/
#section-header .dexp-menu >ul>li>a, #section-header .dexp-menu ul ul.menu li a, #section-header .dexp-menu ul li span.nolink {
    color: #1853C2;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 14px;
    text-decoration: none;
}

#section-header .navigation_menu .dexp-menu li.last .join_menu {
    line-height: 20px;
    color: #ffffff;
}

/***********************
 * REGION FEATURE
***********************/
.dexp-shortcodes-box.box-center:not(.hovericon):not(.box-none) .box-icon {
    border: 1px solid #e5ad4f;
}

.region-feature h1.rtecenter {
    font-size: 40px;
    font-weight: 100;
    color: #1853C2;
}

.region-feature p.rtecenter {
    color: #1853C2;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
}

.region-feature .dexp-shortcodes-box h3.box-title {
    color: #1853C2;
    font-size: 25px !important;
}

.region-feature .dexp-shortcodes-box.box-circle .box-content, .dexp-shortcodes-box.box-circle.box-center:not(.hovericon) .box-content {
    font-weight: 300;
    text-align: justify;
}

/***********************
 * REGION PARALLAX-1
***********************/
.region-parallax-1 .messagebox1 h1, .region-parallax-1 .messagebox1 p, .region-parallax-1 .title .block-subtitle, .region-parallax-1 .title .lead {
    font-family: 'Helvetica Neue', Helvetica, sans-serif !important;
    font-style: normal;
}

.region-parallax-1 #block-block-34 {
    background-color: #f9f9f9;
    padding-top: 20px;
}

.region-parallax-1 a, .region-parallax-1 .block-subtitle {
    text-align: center;
}

.region-parallax-1 p.ifa_inter_desc {
    text-align: justify;
}

.region-parallax-1 .serviceicon {
    border: 2px solid #e5ad4f;
    color: #1853C2;
    font-size: 27px;
    height: 120px;
    line-height: 120px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 120px;
    z-index: 5;
    border-radius: 50%;
    margin-bottom: 50px;
}

.region-parallax-1 .messagebox1 h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 100;
}

.region-parallax-1 .messagebox1 .lead {
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
}

.region-parallax-1 h1.block-title, .region-parallax-1 p.block-subtitle, .region-parallax-1 h1.bloc-title {
    color: #1853C2;
}
.region-parallax-1 h1.block-title, .region-parallax-1 h1.bloc-title {
    font-size: 40px;
    font-weight: 100;
    padding-top: 50px;
}

.region-parallax-1 p.block-subtitle {
    font-size: 18px;
    line-height: 1.5;
}

.region-parallax-1 .skills_boxes .title h3 {
    color: #e5ad4f;
    font-size: 25px;
    font-weight: 100;
    text-transform: none;
}

.region-parallax-1 .skills_boxes p {
    text-align: justify;
}

.region-parallax-1 .block.overlay .inner {
    background: rgba(0, 105, 207, 0.7);
}

.region-parallax-1 #block-block-36 {
    background-size: auto !important;
}

/***********************
 * REGION LATEST NEWS
***********************/
#section-latest-news {
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
}

.region-latest-news .dexp-grid-item {
    padding-bottom: 30px;
}

.region-latest-news .post_meta span, .region-latest-news .post_meta span a {
    color: #1853C2;
}

.region-latest-news h1.block-title {
    font-size: 40px;
    font-weight: 100;
    color: #1853C2;
    padding: 60px 0 40px;
    text-align: center;
}

.region-latest-news hr {
    padding-bottom: 50px;
}

.region-latest-news .background_event {
background-color: #1853C2;
width: 540px;
height: 100px;
opacity: 0.8;
}

.region-latest-news .overlay_event {
    position:absolute;
    top:230px;
    z-index: 5;
}

.region-latest-news .overlay_event .title {
    position: absolute;
    top: 10px;
    left: 30px;
}

.region-latest-news .overlay_event h3.title_event {
    min-height: 60px;
}

.region-latest-news .overlay_event .title h3 {
    color: #e5ad4f;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0;
}

.region-latest-news .overlay_event .title h3 a {
    color: #ffffff;
    font-size: 27px;
    font-weight: 100;
    margin-top: 0;
}

.region-latest-news .post_meta {
    border: 1px solid #ededed;
    text-align: center;
    min-height: 60px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.region-latest-news .overlay_event .readmore_event {
    display: none;
}

.dexp-grid-item h2 {
    font-size: 24px;
}

.region-latest-news .post_meta .icon, .dexp-grid-item .icon, .region-slider .post_meta .icon {
    font-size: 22px;
}

.region-latest-news .post_meta .icon, .dexp-grid-item .icon {
    color: #1853C2;
}

.region-latest-news .post_desc p {
    text-align: justify;
}

.region-latest-news .col-lg-6 {
    min-height: 0;
}

/***********************
 * FOOTER
***********************/
.region-footer-first .info_contact, .region-footer-third h3.title_event a {
    color: #e5ad4f;
}
.region-footer-first p, #block-menu-menu-footer-menu ul li a, .region-footer-third p, .region-footer-fourth .tgb, .region-footer-third .event_description {
    color: #a6a6a6;
    font-weight: 300;
}
#block-menu-menu-footer-menu li {
    width: 100%;
    height: 40px;
}
#block-menu-menu-footer-menu {
    margin: 0 0 15px 0;
}
.region-footer-second h2, .region-footer-third h2, .footer1 h2.block-title {
    font-size: 18px;
    color: #696969;
    font-weight: 400;
    text-transform: none;
    margin: 0 0 15px 0;
}
.region-footer-third h3.title_event a {
    font-weight: 400;
}
.region-footer-third h4 {
    color: #1853C2;
    font-weight: 300;
}
.region-footer-fourth {
    background-color: #f7f7f7;
}
.region-footer-fourth .tgb {
    text-align: center;
    font-size: 12px;
    padding: 6px 0px 1px 0;
    color: #666666;
}

.region-footer-third .desc_event_footer {
    text-align: justify;
}

.region-footer-third {
    min-height: 0;
}

.title > hr:after {
border-top: 1px solid #e5ad4f;
}

.footer1 {
    padding: 0;
    border-top: none;
}

.jt-shadow {
    box-shadow: none;
}

/***********************
 * PAGE DOCUMENTATION
***********************/
.page-documentation .region-content hr {
    padding-bottom: 0;
}

.page-documentation-matinees-fiscales .region-content .pdf_file .item-list ul li,
.page-documentation-rencontres-bilaterales .region-content .pdf_file .item-list ul li,
.page-documentation-soirees-annuelles .region-content .pdf_file .item-list ul li,
.page-documentation-congres-mondiaux .region-content .pdf_file .item-list ul li {
    list-style-type: none;
    margin: 0;
}

/***********************
 * PAGE ADHERENTS
***********************/
.page-entreprises-administration .region-content .view-content .col-md-6, .page-adherents-individuels .region-content .view-content .col-md-4 {
    line-height: 2;
}

/***********************
 * PAGE FROIDE
***********************/
#section-page-title {
    background: url("../img/page-type.jpg") no-repeat scroll 0 0 rgba(0,0,0,0);
    border-bottom: 3px solid #FFFFFF;
}

#section-page-title h1.page_title {
    font-size: 30px;
    font-weight: 100;
}

.region-pagetitle h1.page_title {
    border-bottom: none;
}

#section-page-title .breadcrumb {
    color: #e5ad4f;
    font-weight: 100;
}

#section-page-title .breadcrumb a:not(.btn) {
    color: #ffffff;
}

.region-feature h1.bloc-title {
    font-size: 40px;
    font-weight: 100;
    padding-top: 50px;
    color: #1853C2;
    text-align: center;
}

.page-contact .region-feature .dexp-shortcodes-box.box-circle .box-content, .page-contact .dexp-shortcodes-box.box-circle.box-center:not(.hovericon) .box-content {
    text-align: center;
}

h2.title_yin {
    font-size: 18px;
    color: #1853C2;
    text-align: center;
}

.page-node-100 #section-footer {
    border-top: 1px solid #E9E9E9;
    padding-top: 25px;
    margin-top: 20px;
}

/***********************
 * ASIDE
***********************/
.region-right-sidebar .desc_ifa_aside {
    text-align: justify;
}

.region-right-sidebar .title_aside {
    color: #1853C2;
    font-size: 30px;
    font-weight: 300;
}

.region-right-sidebar .btn {
    padding: 11px 82px;
}

/**********************/

#go-to-top:focus,
#go-to-top:hover,
#go-to-top:active {
    background-color: #1853C2;
}

/***********************
 * PAGE EVENT
***********************/
.region-content .dexp-grid-item {
    padding-bottom: 50px;
}

.region-content .post_meta span, .region-content .post_meta span a {
    color: #1853C2;
}

.region-content h1.block-title {
    font-size: 40px;
    font-weight: 100;
    color: #1853C2;
    padding: 60px 0 40px;
    text-align: center;
}

.region-content .post_desc p {
    text-align: justify;
}

.region-content .dates_event .fa, .region-content .dates_event h2, .region-content .lieu_event .fa, .region-content .lieu_event h2, .region-content .pdf_file h2 {
    color: #1853C2;
}

.region-content .dates_event h2, .region-content .lieu_event h2 {
    display: inline;
}

.region-content .dates_event .fa, .region-content .lieu_event .fa {
    font-size: 24px;
    margin: 30px 0 10px;
}

.node-type-evenements .region-content .node-evenements .content .field-name-field-programme ul {
    margin-left: 17px;
}

.page-congres .region-content .view-content .event_wrapper, .page-soirées-annuelles .region-content .view-content .event_wrapper {
    min-height: 220px;
}

.page-matinees-fiscales .region-content .view-content .event_wrapper, .page-rencontres-bilatérales .region-content .view-content .event_wrapper {
    min-height: 350px;
}

/***********************
 * PAGES MEMBRES
***********************/
.view-id-membres_de_l_ifa .dexp-grid-item {
    min-height: 355px;
}

.view-id-membres_de_l_ifa .no-photo .dexp-grid-item {
    min-height: 200px;
}

.page-comité-scientifique .region-content .view-content .team-name h3 .lead, .page-bureau .region-content .view-content .team-name h3 .lead {
    color: #686868;
}

.page-comité-scientifique .region-content .view-membres-de-l-ifa h2, .page-bureau .region-content .view-membres-de-l-ifa h2 {
    clear: both;
    padding-top: 35px;
}

.page-comité-scientifique .region-content .view-membres-de-l-ifa h3, .page-bureau .region-content .view-membres-de-l-ifa h3 {
    margin-bottom: 0;
}

.page-comité-scientifique .region-content .no-photo .dexp-grid-item, .page-bureau .region-content .no-photo .dexp-grid-item {
    min-height: 0;
    padding-bottom: 0;
}

.page-bureau .region-content .view-display-id-membre_associe_permanent_gouvernance .dexp-grid-item {
    min-height: 90px;
}

/***********************
 * NODE MAP
***********************/
.page-ifa-dans-le-monde .region-content .content .view-ifa-dans-le-monde .gmap .gmap-popup a:hover h2 {
    text-decoration: underline;
}

/***********************
 * REGION LATEST NEWS
***********************/

@media screen and (min-width: 1000px) and (max-width: 1199px) {
    .region-latest-news .background_event {
        width: 440px;
    }

    .region-latest-news .overlay_event .readmore_event {
        left: 0;
        top: 270%;
    }

    .region-latest-news .overlay_event {
        top: 170px;
    }

    .region-latest-news .dexp-grid-item {
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    #section-latest-news .event_overlay, #section-latest-news .background_event {
        display: none;
    }

    .region-latest-news .overlay_event {
        position: relative;
        top: 0;
        right: 0;
    }

    .region-latest-news .overlay_event .readmore_event {
        left: 0;
        top: 470px;
    }

    .region-latest-news .dexp-grid-item {
        padding-bottom: 0;
        min-height: 370px;
    }

    .region-latest-news .overlay_event .title {
        position: relative;
        top: 0;
        left: 0;
    }

    .region-latest-news .overlay_event .title h3 a {
        color: #1853C2;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .fa-angle-right:before, .fa-angle-down:before{
        color:#fff;
    }

    .dexp-menu-toggler i.fa {
        color: #FFFFFF;
        background-color: rgb(0, 105, 207);
        font-size: 21px;
        line-height: 35px;
        width: 40px;
    }
}

@media screen and (max-width: 991px) {
    .menu-toggler {
        border: 1px solid #1853c2;
    }

    .dexp-dropdown {
        background-color: #fff;
    }

    .fa-angle-right:before, .fa-angle-down:before {
        color: #1853c2;
    }
}

@media screen and (max-width: 768px) {
    .btn {
        width: 100%;
    }

    #section-latest-news .event_overlay, #section-latest-news .background_event {
        display: none;
    }

    .region-latest-news .overlay_event .readmore_event {
        position: relative;
        top: 410px;
        left: 0;
    }

    .region-latest-news .overlay_event {
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: -50px;
    }

    .region-latest-news .dexp-grid-item {
        padding-bottom: 20px;
        min-height: 350px;
    }

    .region-latest-news .dexp-grid-item .media_element {
        float: none;
        margin: 0;
    }

    .region-latest-news .post_meta {
        height: 80px;
    }

    .region-latest-news .post_meta .lieu {
        display: block;
    }

    .region-latest-news .overlay_event .title {
        position: relative;
        top: -40px;
        left: 0;
    }

    .region-latest-news .overlay_event .title h3 a {
        color: #1853C2;
        margin-top: 0;
        margin-bottom: 20px;
    }

    ul.menu{
        padding-right: 10px;
    }

    .fa-angle-right:before, .fa-angle-down:before{
        color:#fff;
    }

    .dexp-menu-toggler i.fa {
        color: #FFFFFF;
        background-color: rgb(0, 105, 207);
        font-size: 21px;
        line-height: 35px;
        width: 40px;
    }

    .fa-angle-right:before, .fa-angle-down:before {
        color: #1853C2;
    }
}

/***********************
 * HEADER
***********************/
@media screen and (min-width: 1250px) and (max-width: 1500px) {
    .region-slider .overlay_site_logo .icon-logo-ifa {
        font-size: 110px;
    }
    .region-slider .overlay_site_logo .site_title_logo h3 {
        font-size: 26px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
    .region-slider .overlay_site_logo {
        top: 30%;
    }
    .region-slider .overlay_site_logo .icon-logo-ifa {
        font-size: 100px;
    }
    .region-slider .overlay_site_logo .site_title h3 {
        font-size: 22px;
        line-height: 30px;
        margin-top: -30px;
    }
}
@media screen and (min-width: 1200px) {
    .page-node-100 .region-content .dexp-shortcodes-box .btn.short {
        margin-top: 96px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .page-congres .region-content .view-content .event_wrapper, .page-soirées-annuelles .region-content .view-content .event_wrapper {
        min-height: 350px;
    }

    #section-header .dexp-menu >ul>li>a, #section-header .dexp-menu ul ul.menu li a, #section-header .dexp-menu ul li span.nolink {
        padding: 8px 12px;
    }
}