/**********************************************FONT*********************************************
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');

*********************************************BODY**********************************************/

body {
    padding-top: 116px;
    font-size: 10px;
    font-family: 'Roboto', Verdana, Geneva, sans-serif;
    font-weight: 300;
}
body > .container {
    margin-top: 15px;
}
.ce-bodytext p {
    font-size: 1.4em;
}
a:focus,
a:active {
    outline: medium none;
}
@media (max-width: 766px) {
    body {
        padding-top: 51px;
    }
}

.news h2 {
    font-size: 10px;
    margin: 0;
    padding: 5px;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
}
.news .img-responsive {
    min-width: 100%;
}
.news .distance {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    color: #fff;
    padding: 2px 5px;
    font-size: 10px;
}
.news .noVideo {
    display: none;
}
.desc {
    display: none;
}
.focus-on .news {
    opacity: 0.3
}
.focus-on .news.focus {
    opacity: 1.0
}
#main_map_wrapper {
    display: none
}
.distance {
    display: none;
}
a:hover,
a:focus {
    text-decoration: none;
}

/**********************************************BOOTSTRAP**********************************************/
.img-responsive {
    width: 100%;
}
.form-control {
    border: 1px solid #87a4bf;
    border-radius: 0;
}
.form-control:focus {
    border-color: #87a4bf;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(135,164,191,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(135,164,191,.6);
}
@media (min-width: 768px) {
    #via-navbar-collapse .navbar-nav > li > .dropdown-menu {
        margin-top: -5px;
    }
}
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

/**********************************************CHECKBOX**********************************************/
div.checkbox{display: inline-block; margin:0 2%;}
div.checkbox input[type=checkbox] + label:hover, input[type=radio] + label:hover { cursor: pointer; }

div.checkbox input[type=checkbox]{position: absolute; margin-left: 0 !important; z-index: 1; opacity:0.0}
div.checkbox input[type=checkbox] + label,
div.checkbox input[type=radio] + label { font-size: 16px; color:#6B6C6F; padding-left: 0 !important;}


div.checkbox input[type=checkbox] + label:before, input[type=radio] + label:before {font-family: "Glyphicons Halflings"; font-size: 12px; position: relative; top: 0;  margin-right: 0.2em; }
div.checkbox input[type=checkbox]:before + label { content: '\e157'; }
div.checkbox input[type=checkbox] + label:before { content: '\e157'; }
div.checkbox input[type=checkbox] + label:hover:before { content: '\e013'; filter: alpha(opacity=20); opacity: 0.2; }
div.checkbox input[type=checkbox]:checked + label:before { content: '\e013'; }
div.checkbox input[type=checkbox]:checked + label:hover:before { filter: alpha(opacity=100); opacity: 1; }


input[type=radio] + label:before { content: '\E207'; }
input[type=radio] + label:hover:before { content: '\E207'; filter: alpha(opacity=20); opacity: 0.2; }
input[type=radio]:checked + label:before { content: '\E207'; }
input[type=radio]:checked + label:hover:before { filter: alpha(opacity=100); opacity: 1; }





/**********************BTN**********************/
.btn {
    border-radius: 0;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    box-shadow: none;
    text-shadow: none;
}
.btn-default {
    background-image: none;
    border-color: #e0e0e0 ;
    background-color: #e0e0e0 ;
    color: #6b6c6f;
}
.btn-default:hover,
.btn-default:focus {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}
.btn-default .badge {
    color: #e0e0e0;
}
.btn-primary {
    background-image: none;
    border-color: #ecc716;
    background-color: #ecc716;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #D5B419;
    border-color: #ecc716;
}
.btn-primary .badge {
    color: #ecc716;
}
.btn-facebook {
    background-color: #3a579a;
    color: #fff;
}
.btn-facebook:hover,
.btn-facebook:focus {
    background-color: #314A83;
    color: #fff;
}
.btn-facebook .badge {
    background-color: #fff;
    color: #3a579a;
}
.btn-twitter {
    background-color: #00abf0;
    color: #fff;
}
.btn-twitter:hover,
.btn-twitter:focus {
    background-color: #0092CC;
    color: #fff;
}
.btn-twitter .badge {
    background-color: #fff;
    color: #00abf0;
}
.btn-linkedin {
    background-color: #127bb6;
    color: #fff;
}
.btn-linkedin:hover,
.btn-linkedin:focus {
    background-color: #0F699B;
    color: #fff;
}
.btn-linkedin .badge {
    background-color: #fff;
    color: #127bb6;
}
.btn-print,
.btn-email {
    background-color: #f0f0f0;
    color: #000;
}
.btn-print:hover,
.btn-print:focus,
.btn-email:hover,
.btn-email:focus {
    background-color: #DDDDDD;
}
.left-sidebar .btn-pinterest {
    background-color: #D50C22;
    color: #fff;
}
.left-sidebar .btn-pinterest:hover,
.left-sidebar .btn-pinterest:focus {
    background-color: #BD081C;
    color: #fff;
}
.btn-google {
    background-color: #DB4437;
    color: #fff;
}
.btn-google:hover,
.btn-google:focus {
    background-color: #D6492F;
    color: #fff;
}

/**********************************************VIA**********************************************/
.via-logo {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    text-transform: initial;
    color: #fff;
}
.via-yellow {color: #ecc716;}
.via-greyblue {color: #87a4bf;}
.via-darkblue {color: #3f7493;}
.via-purpledark {color: #7d2f67;}
.via-purple {color: #843494;}
.via-blue {color: #146ab4;}
.via-red {color: #c63b3b;}
.via-green {color: #34a449;}
.via-orange {color: #f6851f;}
.via-border-bottom,
.via-border-top {
    width: 10%;
    background-color: #ecc716;
}
.via-border-left,
.via-border-right {
    height: 10%;
    background-color: #ecc716;
}
.large-news .via-border-bottom,
.large-news .via-border-top {
    height: 22px;
}
.large-news .via-border-left,
.large-news .via-border-right {
    width: 22px;
}
.mid-news .via-border-bottom,
.mid-news .via-border-top {
    height: 15px;
}
.mid-news .via-border-left,
.mid-news .via-border-right {
    width: 15px;
}
.btn-viayellow {
    background-color: #ecc716;
    color: #fff;
    border: 1px solid #ecc716;
    background-image: none;
}
.btn-viagreyblue {
    background-color: #87a4bf;
    color: #fff;
    border: 1px solid #87a4bf;
    background-image: none;
}
.btn-viadarkblue {
    background-color: #3f7493;
    color: #fff;
    border: 1px solid #3f7493;
    background-image: none;
}

/**********************************************NAVBAR**********************************************/
.top-header {
    width: 100%;
    border-bottom: 1px solid #fff;
    /*text-align: center;*/
}
.top-header .brand {
    text-align: center;
    display: block;
}
.top-header .brand img {
    margin: 10px 0;
    height: 44px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.top-header .pull-right {
    /*margin-top: 20px;*/
    position: absolute;
    top: 20px;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.smaller .top-header .pull-right {
    top: 8px;
}
.top-header .social-link {
    color: #fff;
    font-size: 1.6em;
    margin-left: 5px;
}
.top-header .social-link.link-newsletter{
    text-transform: none;
    font-size: 12px;
    text-align: center;
    max-width: 60px;
    display: inline-block;
}
.top-header .social-link.link-newsletter i{
    display: block;
}
.footer-social .social-link.link-newsletter {
    display: none;
}
.top-header .social-link:hover {
    color: #ecc716;
}
.smaller .top-header .brand img {
    height: 30px;
}
.navbar-via {
    background-color: #3f7493;
    font-size: 1.6em;
    text-transform: uppercase;
}
.navbar-header {
    background-color: #3f7493;
}
.navbar-via .editions-dropdown-menu {
    text-transform: none;
}
.navbar-brand img {
    height: 25px;
}
.navbar-brand,
.navbar-nav > li > a {
    text-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-via,
.navbar-nav > li > a {
    color: #fff;
    text-shadow: none;
}
.navbar-via .nav li.nav-header {
    display: none;
}
.navbar-via .nav > li > a:hover,
.navbar-via .nav > li > a:focus {
    color: #87a4bf;
    background-color: transparent;
}
.navbar-via .navbar-toggle {
    border: 1px solid #fff;
}
.navbar-via .icon-bar {
    background-color: #fff;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #87a4bf;
}
.dropdown-menu {
    border-radius: 0;
    border-top: 5px solid #ecc716;
    background-color: #3f7493;
}
.dropdown-menu > li > a,
.sub-menu-link > li > a {
    color: #fff;
    padding: 10px 5px;
    width: 100%;
    display: block;
}
.dropdown-menu > li,
.sub-menu-link > li {
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.editions-dropdown-menu > li {
    text-transform: none;
}
@media (min-width: 767px) {
    .editions-dropdown-menu {
        min-width: 200px;
    }
    .editions-dropdown-menu > li > a,
    .sub-menu-link > li > a {
        padding: 5px 15px;
        font-size: 18px;
    }
    .editions-dropdown-menu > li,
    .sub-menu-link > li {
        border-bottom: 0;
        margin-bottom: 0;
    }
}
.dropdown-menu > li > a:hover,
.sub-menu-link > li > a:hover {
    background-color: #87a4bf;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: unset;
    background-image: none;
    color: #87a4bf;
}
.dropdown-menu .input-group {
    margin-right: 10px;
    margin-left: 10px;
    width: 300px;
}
.form-search {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 2;

}
/*.form-search #search-term-container{position: relative;}*/
.form-search .submit-search{
    display: none;
    font-size: 0;
    white-space: nowrap;
    right: 96px;
    z-index: 2;
}
.form-search .submit-search .btn{
    height: 39px;
}
.form-search #search-term-container{
    border-top: 5px solid #ecc716;
    background-color: #3f7493;
    padding:15px;
}
#search-term{
    height: 40px;
    font-size: 1.8em;
}
.btn-search{/*display: none; opacity: 0.0 */}
#search-term-container .ui-autocomplete{position:relative}
.btn-search:focus,
.btn-search-sm:focus {
    color: #fff !important;
}
.btn-search-sm {
    margin-top: 13px;
    margin-right: 20px;
    margin-bottom: 13px;
    color: #fff;
    font-size: 1.5em;
    line-height: 0;
}
.mobile-search {
    padding-left: 10px;
}
.mobile-search .input-group {
    width: calc(100% - 20px);
}
li.direct,
li.replay {
    background-color: #87a4bf;
    padding-bottom: 1px;
    border-right: 1px solid #3f7493;
}
li.direct .glyphicons::before,
li.replay .glyphicons::before {
    padding: 2px 8px;
}
.navbar-via .nav > li.direct > a:hover,
.navbar-via .nav > li.direct > a:focus,
.navbar-via .nav > li.replay > a:hover,
.navbar-via .nav > li.replay > a:focus {
    color: #3f7493;
}
@media (min-width: 767px) {
    .smaller .form-search{
        margin-top: -16px;
    }
    #search-term-container .input-group-btn .btn-primary{
        height: 39px;
    }
}
@media (max-width: 767px) {
    .form-search{
        margin-top: -51px;
        z-index: 1031;
        width: calc(100% - 50px);
    }
    .form-search .container{
        padding-right: 0;
        padding-left: 0;
    }
    .form-search #search-term-container{
        padding: 5px;
        width: 100%;
    }
    #search-term {
        height: auto;
        font-size: 1.4em;
    }
    .form-search .submit-search{
        /* top:5px;
         right: 0;*/
    }
    .form-search .submit-search .btn{
        height: auto;
    }
    .nav-group-btn{
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    .nav-group-btn.active{
        z-index: 1032;
        margin-right: -60px;
    }
    .navbar-brand{
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    .navbar-brand.active{
        margin-left: -2000px;
    }
}
/**********************************************Dropdown hover**********************************************/
@media (max-width: 767px) {
    li.dropdown a {
        float: left;
        width: calc(100% - 80px);
    }
    li.dropdown .dropdown-toggle {
        float: left;
        width: 65px;
        height: 100%;
        text-align: center;
        background-color: #ecc716;
    }
    #via-navbar-collapse .nav > li {
        height: 40px;
        border-bottom: 1px solid #fff;
        clear: both;
    }
    .mobile-search {
        clear: both;
        padding-top: 10px;
    }
    .navbar-right {
        margin-top: -7.5px;
    }
    span.dropdown-toggle {
        cursor: pointer;
    }
    span.dropdown-toggle .caret {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid;
        margin-top: 14px;
    }
    .dropdown-menu > li,
    .sub-menu-link > li {
        border-bottom: 0;
        margin-bottom: 0;
    }
    .dropdown-menu > li > a,
    .sub-menu-link > li > a {
        padding: 5px 0;
        width: 100%;
        display: block;
    }
    .dropdown-menu > li > a:hover,
    .sub-menu-link > li > a:hover {
        color: #87a4bf;
        background-color: transparent;
    }
}
@media (min-width: 767px) {
    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
    }
}

/**********************************************MegaMenu**********************************************/
.sub-menu-link {
    padding: 0 30px;
}
.sub-menu-last-news {
    border-left: 1px solid #fff;
    padding-left: 30px;
}
.sub-menu-recent-news {
    padding-right: 30px;
}
.sub-menu-last-news h2,
.sub-menu-recent-news h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.sub-menu-last-news h2::before,
.sub-menu-last-news h2::after,
.sub-menu-recent-news h2::before,
.sub-menu-recent-news h2::after {
    background-color: #fff;
}
.sub-menu-last-news .mid-news .bloc-info {
    padding-left: 30px;
}
.sub-menu-last-news .mid-news .bloc-city {
    padding-left: 30px;
    top: 59px;
}
.sub-menu-last-news .mid-news span.withVideo {
    bottom: 65px;
    font-size: 30px;
    right: 13px;
}
.sub-menu-last-news .mid-news .social-link {
    display: none;
}
.sub-menu-last-news .mid-news .title {
    padding: 0;
}
.sub-menu-last-news .mid-news .title a {
    font-size: 18px;
}
.sub-menu-last-news .mid-news .border-content-bottom {
    width: 170px;
}
.sub-menu-last-news .mid-news .border-content-left {
    height: 40px;
}
.sub-menu-last-news .mid-news .title span {
    font-size: 14px;
}
.sub-menu-last-news .mid-news .text a {
    font-size: 14px;
    color: #fff;
}
.sub-menu-last-news .mid-news .city-name,
.sub-menu-last-news .mid-news .date {
    font-size: 25px;
}
.sub-menu-last-news .mid-news .date {
    color: #fff;
}
.sub-menu-recent-news .title a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.sub-menu-recent-news .text a {
    color: #fff;
    font-size: 12px;
}
.sub-menu-recent-news .date {
    font-style: italic;
    font-size: 12px;
    color: #ecc716;
}
.sub-menu-recent-news .col-sm-5,
.sub-menu-recent-news .col-sm-7 {
    padding-left: 0;
    padding-right: 0;
}
.sub-menu-recent-news .col-sm-5 {
    padding-right: 15px;
}
.sub-menu-recent-news .news-image {
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/**********************************************sidenav**********************************************/
@media (max-width: 767px) {
    #via-navbar-collapse {
        height: 100vh !important;
        min-height: 100vh !important;
        width: 0;
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        background-color: #3f7493;
        transition: 0.5s;
        padding-top: 60px;
        font-size: 14px;
    }
    #via-navbar-collapse.in {
        margin-left: 250px;
        width: 250px;
    }
    #via-navbar-collapse.collapsing {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/**********************************************BLOCS TITLE**********************************************/
h2 {
    font-family: 'Ubuntu', sans-serif;
    color: #6b6c6f;
    font-size: 2.8em;
    text-transform: uppercase;
    font-weight: bold;
    /*border-bottom: 3px solid #3f7493;*/
    overflow: hidden;
    margin: 0;
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
}
h2 > span {
    margin-right: 15px;
}
h2 > span.via-yellow{
    margin-right: 6px;
}
h2:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-right: -100%;
    border-bottom: 1px dotted #6b6c6f;
}
.related-title h2 {
    text-transform: none;
    font-size: 20px;
}

/**********************************************NEWS**********************************************/
.news-container .large-news,
.news-container .mid-news,
.news {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 3px;
    padding-right: 3px;
}
.news-container .large-news {
    margin-top: 0;
}
@media (max-width: 767px) {
    .news-container .mid-news:first-child:after {
        margin-bottom: 20px;
    }
    .news-container .news:last-child:after {
        height: 0;
        margin-top: 0;
    }
}
span.withVideo {
    bottom: 52px;
    color: #fff;
    font-size: 3em;
    position: absolute;
    right: 0;
}
.mid-news span.withVideo {
    bottom: 65px;
}
a:hover span.withVideo {
    color: #ecc716;
}
span.noVideo {
    display: none;
}

/**********************************************SOCIAL LINK HOME**********************************************/
.news .social-link,
.large-news .social-link,
.mid-news .social-link {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    position: absolute;
    bottom: 51px;
    left: 3px;
    overflow: hidden;
    display: inline;
}
.news .social-link a,
.large-news .social-link a,
.mid-news .social-link a {
    padding: 5px;
    /*clear: both;*/
    float: left;
    background-color: #869eb5;
    color: #fff;
    border-right: 1px solid #3f7493;
    vertical-align: middle;
    line-height: 1;
    font-size: 1.6em;
    min-width: 26px;
    min-height: 26px;
    margin-left: -27px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.large-news .social-link a i {
    color: #fff;
}
.news .social-link a:last-child,
.large-news .social-link a:last-child,
.mid-news .social-link a:last-child {
    border-right: 0;
}
.news:hover .social-link a,
.large-news:hover .social-link a,
.mid-news:hover .social-link a {
    margin-left: 0;
}
.large-news .social-link {
    bottom: 116px;
    width: 72px;
}
.large-news .social-link {
    margin-left: 22px;
}
@media (min-width: 1200px) {
    .mid-news .social-link {
        bottom: 65px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .large-news .social-link {
        bottom: 101px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .large-news .social-link {
        bottom: 85px;
    }
}
@media (max-width: 767px) {
    .news .social-link a,
    .large-news .social-link a,
    .mid-news .social-link a {
        margin-left: 0;
    }

    .large-news .social-link {
        margin-left: 0;
        bottom: 58px;
    }
}

/**********************************************LARGE NEWS**********************************************/
.large-news .bloc-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 3px;
    padding-right: 15px;
    width: 100%;
}
.bloc-city {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 3px;
    padding-right: 3px;
    width: auto;
}
.bloc-city > div {
    position: relative;
}
.large-news .title {
    width: 85%;
    padding: 5px 10px;
    background-color: #3f7493;
    text-overflow: ellipsis;
    margin-left: 22px;
}
.large-news .title p {
    color: #fff;
    font-size: 3.5em;
    text-align: left;
    text-overflow: ellipsis;
    line-height: 1.2em;
    overflow: hidden;
    max-height: 85px;
    min-height: 43px;
    margin: 0;
    font-weight: normal;
}
.large-news .title a,
.large-news .title a:hover {
    color: #fff;
}
.large-news .bloc-city .border-content-left,
.large-news .bloc-city .via-border-left {
    top: 0;
    height: 50px;
}
.large-news .bloc-city .border-content-top {
    left: 0;
    width: 78px;
}
.large-news .border-content-left {
    height: 40px;
}
.large-news .border-content-left,
.large-news .via-border-left {
    position: absolute;
    bottom: 0;
}
.large-news .border-content-bottom {
    width: 300px;
    clear: both;
}
.large-news .text {
    width: 100%;
    height: 52px;
    background-color: #3f7493;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}
.large-news .city-name {
    float: left;
    padding: 1px 8px;
    margin: 22px;
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    height: 100%;
    background-color: #3f7493;
}
.large-news .city-name span {
    vertical-align: middle
}
.large-news .description {
    width: 87%;
    padding: 5px 10px;
    font-size: 1.8em;
    line-height: 1.2em;
    text-align: justify;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    float: left;
    height: 100%;
}
.large-news .date {
    width: 13%;
    float: left;
    padding: 5px 10px;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.2em;
}
.large-news a .city-name,
.large-news a:hover .city-name,
.large-news a .date,
.large-news a:hover .date {
    color: #fff;
}
.large-news .bloc-add-info {
    width: 210px;
    height: 190px;
    background-color: #3f7493;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    margin-top: 22px;
    margin-right: 22px;
}
.large-news .bloc-add-info .pourcentage {
    font-size: 8em;
}
.large-news .bloc-add-info .text {
    width: 100%;
    height: 55px;
    font-size: 1.9em;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
}
.large-news .border-content-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    margin-right: 22px;
}
.large-news .border-content-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 225px;
}
.large-news .border-content-right .via-border-right {
    height: 120%;
}
.large-news span.withVideo {
    left: 50%;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}
.large-news span.withVideo {
    color: rgba(236, 199, 22, 0.2);
    font-size: 9em;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .large-news .title p {
        font-size: 2.9em;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .large-news .title p {
        font-size: 2.2em;
    }
}
@media (max-width: 992px) {
    .large-news .date {
        width: 26%;
    }
    .large-news .description {
        width: 74%;
    }
    .large-news .bloc-info {
        bottom: 0;
    }
}
@media (max-width: 767px) {
    .news-container .news {
        clear: both;
    }
    .large-news {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .large-news .title p {
        font-size: 2.7em;
        max-height: 65px;
        min-height: 20px;
    }
    .large-news .bloc-info {
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }
    .large-news .title p {
        font-weight: bold;
    }
    .large-news .border-content-left,
    .large-news .via-border-left {
        top: 0;
    }
    .large-news .border-content-bottom {
        position: absolute;
        top: -15px;
    }
    .large-news span.withVideo {
        transform: translate(-50%, -100%);
    }
    .large-news span.withVideo {
        color: rgba(236, 199, 22, 0.4);
        font-size: 6em;
    }
}
@media (max-width: 560px) {
    .large-news .title {
        margin-left: 15px;
        width: 95%;
    }
    .large-news .title p {
        font-size: 1.4em;
        max-height: 36px;
        min-height: 20px;
    }
    .large-news .city-name {
        margin: 15px;
        font-size: 1.6em;
        font-weight: normal;
    }
    .large-news .border-content-left {
        height: 20px;
    }
    .large-news .via-border-top {
        height: 15px;
    }
    .large-news .via-border-left {
        width: 15px;
    }
    .large-news .border-content-bottom {
        width: 237px;
    }
    .large-news .via-border-bottom {
        height: 15px;
    }
    .large-news .text {
        height: 41px;
    }
    .large-news .date {
        font-size: 1.4em;
        width: 35%;
    }
    .large-news .description {
        font-size: 1.4em;
        width: 65%;
        border-left: none;
    }
}

/**********************************************MID NEWS**********************************************/
.mid-news .bloc-info {
    position: absolute;
    bottom: 79px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 85%;
}
.mid-news .title {
    height: 53px;
    margin: 6px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 6px;
}
.mid-news .title a {
    font-size: 2.2em;
    line-height: 26px;
    text-align: justify;
}
.mid-news .title a,
.large-news .title a:hover {
    color: #fff;
}
.mid-news .border-content-left {
    height: 27px;
}
.mid-news .border-content-left,
.mid-news .via-border-left {
    position: absolute;
    bottom: 0;
}
.mid-news .border-content-bottom {
    width: 200px;
    clear: both;
}
.mid-news .text {
    height: 39px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mid-news .text a {
    color: #000;
    font-size: 1.4em;
    text-align: justify;
    text-decoration: none;
}
.mid-news .border-content-top {
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
}
.mid-news .via-border-top {
    height: 13px;
}
.mid-news .border-content-left {
    height: 40px;
}
.mid-news .border-content-left,
.mid-news .via-border-left {
    position: absolute;
    top: 0;
    width: 13px;
}
.mid-news .city-name {
    float: left;
    padding: 1px 5px;
    margin: 13px;
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    height: 100%;
    background-color: #3f7493;
    color: #fff;
}
.mid-news .date {
    color: #3f7493;
    font-size: 1.2em;
    font-weight: lighter;
    font-style: italic;
}
.mid-news .container-text {
    background-color: #3f7493;
    margin: 0;
}
.mid-news .social-link a:hover,
.news .social-link a:active,
.news .social-link a:focus {
    background-color: #ecc716;
}

/**********************************************LISTE**********************************************/
.news .title {
    margin: 6px 0;
    height: 39px;
    padding: 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news .title a {
    color: #3f7493;
    font-size: 1.4em;
    line-height: 18px;
    text-align: justify;
}
.news .title a {
    color: #fff;
}
.news .text {
    height: 39px;
    overflow: hidden;
    margin-bottom: 5px;
    text-align: justify;
}
.news .text a {
    color: #000;
    font-size: 1.4em;
    text-decoration: none;
}
.news .border-content-top {
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
}
.news .via-border-top {
    height: 13px;
}
.news .border-content-left {
    height: 40px;
}
.news .border-content-left,
.news .via-border-left {
    position: absolute;
    width: 13px;
}
.news .city-name {
    float: left;
    padding: 1px 5px;
    margin: 13px;
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    height: 100%;
    background-color: #3f7493;
    color: #fff;
}
.news .date {
    color: #3f7493;
    font-size: 1.2em;
    font-weight: lighter;
    font-style: italic;
}
.news .container-text {
    background-color: #3f7493;
    margin: 0;
}
.news .social-link a:hover,
.news .social-link a:active,
.news .social-link a:focus {
    background-color: #ecc716;
}
.see-more {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    display: inline-block;
}
.not-local .see-more{display: none;}
.see-more a {
    background-color: #acaeb0;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    font-size: 1.2em;
}
.see-more:before,
.see-more:after {
    background-color: #acaeb0;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: calc(50% - 36px);
}
.see-more:before {
    margin-left: -50%;
}
.see-more:after {
    margin-right: -50%;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .news .title {
        height: 31px;
    }
    .news .title a {
        font-size: 1.2em;
        line-height: 14px;
    }
    .news .social-link {
        bottom: 43px;
    }
    .mid-news .title {
        height: 41px;
    }
    .mid-news .title a {
        font-size: 1.8em;
        line-height: 19px;
    }
    .mid-news .social-link {
        bottom: 53px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mid-news .title {
        height: 39px;
    }
    .news .title a,
    .mid-news .title a {
        font-size: 1.3em;
    }
}
@media (max-width: 767px) {
    .mid-news .title {
        height: 39px;
    }
    .mid-news .title a {
        font-size: 1.4em;
        line-height: 18px;
    }
}

/**********************************************CMS**********************************************/
.ce-bodytext p {
    font-size: 1.4em;
}

/**********************************************SINGLE**********************************************/
.single-news .img-copyright {
    position: absolute;
    margin-right: 15px;
    right: 0;
    width: auto;
    margin-top: -25px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}
.single-news .img-copyright p {
    padding: 5px 10px;
    margin: 0;
}
.single-news iframe{display: block; margin: 0 auto; width:100% !important; max-width:100%;}
.single-news iframe.twitter-tweet-rendered{margin: 10px auto 20px;}

.single-news .text img{max-width:100%; height:auto !important;}
/* A supprimer si valider
.single-news .border-content-left {
    height: 35px;
}

.single-news .border-content-left,
.single-news .via-border-left {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
}

.single-news .border-content-bottom {
    width: auto;
    clear: both;
}

.single-news .via-border-bottom  {
    padding: 5px 10px;
}
.single-news .via-border-bottom p {
    margin: 0;
}
*/
.single-news h1{
    font-family: 'Ubuntu', sans-serif;
    color: #6b6c6f;
}
.single-news .teaser{font-size:16px}
.news-info {
    color: #3f7493;
    font-size: 1.4em;
    line-height: 16px;
}
.news-info div {
    border-right: 1px solid #3f7493;
}
.news-info div:last-child {
    border: none !important;
}
.single-news .text {
    font-size: 1.4em;
    text-align: justify;
    margin: 20px 0;
}
.comment-section {
    padding-top: 20px;
    color: #3f7493;
}
.nb-comments {
    font-size: 1.6em;
}
.comment-section a {
    color: #87a4bf;
    font-size: 1.4em;
    margin-left: 15px;
}
.comment-section a:hover {
    color: #3f7493;
    text-decoration: none;
}
.comment-user {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}
.comment-user .author,
.comment-user .datetime,
.comment-user .comment {
    font-size: 1.4em;
    color: #000;
}
.comment-user .comment {
    margin: 20px 0;
    text-align: justify;
}
.comment-user .content-social {
    background-color: #F0F0F0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.2em;
}
.comment-user .social a {
    font-size: 12px;
}
.comment-user .social-link {
    color: #bfc4ca;
    display: inline-block;
    margin-top: -3px;
    margin-bottom: -3px;
}
.comment-user .social-link:last-child {
    margin-right: 20px;
}
.comment-user .social-link:hover {
    background-color: #acb1b6;
}
.direct-tv table{
    font-size: 1.4em;
}
.video-fixed{
    position: fixed;
    z-index: 5;
}
.video-bottom{
    bottom: 0;
    right: 0;
}
@media (min-width: 767px) {

    .smaller .video-fixed{
        margin-top: -30px;
    }
}
@media (max-width: 767px) {
    .single-news h1 {
        font-size: 25px;
        margin-top: 10px;
    }
}

/**********************************************RELATED**********************************************/
.related-news {
    margin-top: 15px;
}
.related-news [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.related-news .title {
    color: #3f7493;
    font-size: 1.4em;
    line-height: 18px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.related-news .text {
    height: 38px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 0;
}
.related-news .text a {
    color: #000;
    text-align: justify;
    text-decoration: none;
}
.related-news .title a {
    color: #fff;
}
.related-news .text {
    height: 39px;
    overflow: hidden;
    margin-bottom: 5px;
    text-align: justify;
}
.related-news .text a {
    color: #000;
    font-size: 1.4em;
    text-decoration: none;
}
.related-news .border-content-top {
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
}
.related-news .via-border-top {
    height: 13px;
}
.related-news .border-content-left {
    height: 40px;
}
.related-news .border-content-left,
.related-news .via-border-left {
    position: absolute;
    width: 13px;
}
.related-news .city-name {
    float: left;
    padding: 1px 5px;
    margin: 13px;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    height: 100%;
    background-color: #3f7493;
    color: #fff;
}
.related-news .date {
    color: #7a7a7a;
    font-size: 1.4em;
    font-weight: lighter;
}
.related-news .date {
    color: #fff;
    font-size: 1.2em;
    font-weight: lighter;
    font-style: italic;
}
.related-news .container-text {
    background-color: #3f7493;
    margin: 0;
}
.related-news .social-link {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.related-news .social-link a {
    padding: 5px;
    clear: both;
    float: right;
    background-color: #869eb5;
    color: #fff;
    border-bottom: 1px solid #3f7493;
    vertical-align: middle;
    line-height: 1;
    font-size: 1.6em;
    min-width: 26px;
    min-height: 26px;
}
.related-news .social-link a:last-child {
    border-bottom: 0;
}
.related-news .social-link a:hover,
.related-news .social-link a:active,
.related-news .social-link a:focus {
    background-color: #ecc716;
}
@media (max-width: 767px) {
    .related-news [class*="col-"]:last-child {
        padding-left: 15px;
    }
    .related-news .visible-xs {
        overflow: unset;
    }
    .related-news {
        margin-bottom: 20px;
    }
    .related-news .title {
        height: auto;
        min-height: 20px;
        max-height: 38px;
    }
    .related-news .text {
        height: auto;
        min-height: 20px;
        max-height: 38px;
    }
}

/**********************************************LEFT-SIDEBAR**********************************************/
.left-sidebar {
    padding-top: 20px;
}
.left-sidebar .btn {
    margin-bottom: 20px;
    width: 100%;
}
.left-sidebar .btn-group {
    display: unset;
}
.left-sidebar .dropdown-menu > li > .btn-google:hover {
    background-color: #D6492F;
    color: #fff;
}
.left-sidebar .btn-print,
.left-sidebar .btn-email {
    color: #000;
}
.left-sidebar .dropdown-menu > li > .btn-print:hover,
.left-sidebar .dropdown-menu > li > .btn-print:focus,
.left-sidebar .dropdown-menu > li > .btn-email:hover,
.left-sidebar .dropdown-menu > li > .btn-email:focus {
    background-color: #ddd;
    color: #000;
}
.left-sidebar .open > .dropdown-menu {
    display: contents;
}
@media (max-width: 767px) {
    .single-news .btn.visible-xs {
        display: inline-block !important;
    }
    .single-news .btn {
        margin-right: 5px;
        width: 17.5%;
        font-size: 22px;
        line-height: unset;
        margin-bottom: 0;
    }
    .single-news .btn:last-child {
        margin-right: 0;
    }
    .single-news .btn .badge {
        left: -6px;
        top: -20px;
    }
    .single-news .btn-primary {
        background-color: #fff;
        border-color: #fff;
        color: #ecc716;
    }
    .single-news .btn-primary:hover,
    .single-news .btn-primary:focus {
        color: #D5B419;
    }
    .single-news .btn-primary .badge {
        color: #fff;
        background-color: #ecc716;
    }
    .single-news .btn-facebook {
        background-color: #fff;
        color: #3a579a;
    }
    .single-news .btn-facebook:hover,
    .single-news .btn-facebook:focus {
        background-color: #fff;
        color: #314A83;
    }
    .single-news .btn-facebook .badge {
        color: #fff;
        background-color: #3a579a;
    }
    .single-news .btn-twitter {
        background-color: #fff;
        color: #00abf0;
    }
    .single-news .btn-twitter:hover,
    .single-news .btn-twitter:focus {
        background-color: #fff;
        color: #0092CC;
    }
    .single-news .btn-twitter .badge {
        color: #fff;
        background-color: #00abf0;
    }
    .single-news .btn-linkedin {
        background-color: #fff;
        color: #127bb6;
    }
    .single-news .btn-linkedin:hover,
    .single-news .btn-linkedin:focus {
        background-color: #fff;
        color: #0F699B;
    }
    .single-news .btn-linkedin .badge {
        color: #fff;
        background-color: #127bb6;
    }
    .single-news .btn-pinterest {
        background-color: #fff;
        color: #BD081C;
    }
    .single-news .btn-pinterest:hover,
    .single-news .btn-pinterest:focus {
        background-color: #fff;
        color: #D50C22;
    }
    .single-news .btn-email {
        background-color: #fff;
        color: #000;
    }
    .single-news .btn-email:hover,
    .single-news .btn-email:focus {
        background-color: #fff;
        color: #6b6c6f;
    }
    .single-news .btn-google {
        background-color: #fff;
        color: #DB4437;
    }
    .single-news .btn-google:hover,
    .single-news .btn-google:focus {
        background-color: #fff;
        color: #D6492F;
    }
}

/**********************NEWSLETTER**********************/
.newsletter .form-control {
    border: 1px solid #6b6c6f;
}
.newsletter .btn {
    margin-top: -5px;
}
.newsletter p{
    font-size: 12px;
}
/*#mailchimp-ajax-response .txt{
    font-size: 15px;
    top: -10px;
    position: relative;
}
#mailchimp-ajax-response .fa-check-circle{
    color:#34a449;
    font-size: 40px;
    margin-right: 10px;
}*/
@media (min-width: 768px) and (max-width: 1200px) {
    .newsletter h2 {
        font-size: 12px;
    }
}

/**********************automodal**********************/
.automodal{width:100%; height:100%}
.automodal .modal-lg, .automodal .modal-lg .modal-content, .automodal .modal-lg .modal-content .modal-body{height:95%;}
.automodal iframe{width:95%; height: 100%; margin: 0 2.5%; border: none}
.automodal .modal-header{border:none;}


/**********************modal**********************/
.modal-content{
    border-radius: 0;
}
#modal-newsletter h2,
#modal-reception h2{
    padding-top:0;
    padding-bottom:0;
    display: inline;
    font-size: 22px;
    text-transform: none;;
}
#modal-newsletter h2:after,
#modal-reception h2:after{
    width:0;
}
.modal-header{
    border-bottom: 1px dotted #6b6c6f;
}
/*#modal-newsletter .col-sm-6:first-child{
    padding-right: 5px;
}
#modal-newsletter .col-sm-6:nth-child(2){
    padding-left: 5px;
}*/
#modal-newsletter .btn-primary,
#modal-newsletter .btn-default{
    text-transform: uppercase;
    margin-bottom: 0;
}
#modal-newsletter label,
#modal-newsletter p{
    font-weight:normal;
    font-size: 14px;
    color: #6b6c6f;
    text-transform: none;
}
#modal-newsletter .m-progress-bar {
    min-height: 0.5em;
    background: #ecc716;
    width: 5%;
}
#modal-reception .table{
    margin-bottom: 0;
    font-size: 12px;
}

/**********************************************SIDEBAR**********************************************/

/**********************AD**********************/
.sidebar .ad img {
    /*width: calc(100% + 20px);
    margin-left: -10px;*/
    width: 100%;
    margin-bottom: 20px;
}
.left-sidebar .ad img {
    width: 100%;
    margin-bottom: 20px;
}

/**********************RECTEPTION**********************/
.btn-reception{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
}

/**********************NEWS**********************/
.sidebar {
    padding-left: 0;
    margin-bottom: 15px;
}
.sidebar H2 {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 22px;
    text-transform: none;
}
.block-news .title {
    max-height: 52px;
    min-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.3em;
    line-height: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.block-news .text {
    font-size: 1.2em;
    line-height: 12px;
    margin: 0;
}
.block-news .title a {
    color: #3f7493;
}
.block-news .text a {
    color: #333;
}
.block-news .date {
    color: #3f7493;
    font-size: 1.1em;
    font-weight: lighter;
}
.block-news .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}
.block-news .col-sm-6:first-child {
    padding-right: 15px;
}
.block-news .news-text,
.block-news .news-image {
    padding: 10px 0;
    border-bottom: 1px dotted #6b6c6f;
}
.block-news .text-img {
    display: inline-block;
    width: 100%;
}
.block-news .text-img .text {
    text-align: left;
}
.news-image .containt-txt {
    width: 171px;
    float: left;
    padding-left: 15px;
}
.news-image .containt-img {
    width: 101px;
    float: left;
    height: 65px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .news-image .containt-txt {
        width: 157px;
        padding-right: 10px;
    }
    .news-image .containt-img {
        width: 65px;
    }
}
@media (max-width: 992px) {
    .news-image .containt-txt {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .news-image .containt-img {
        width: 100%;
        height: auto;
    }
}

/**********************FOLLOW**********************/
.block-follow h3 {
    font-size: 2em;
    color: #3f7493;
    font-weight: bold;
}
.block-follow p {
    font-size: 1.4em;
}
.block-follow .social-link {
    color: #bfc4ca;
    margin-right: 10px;
    display: inline-block;
    font-size: 4em;
    font-weight: bold;
}
.block-follow .social-link:hover {
    color: #acb1b6;
}
.separator {
    height: 1px;
    width: 100%;
    margin: 25px 0;
    background-color: #ecc716;
}
.block-follow input[type="text"] {
    width: 100%;
    height: 30px;
    border: 1px solid #87a4bf;
    padding: 0 10px;
}
.block-follow input::placeholder {
    font-size: 1.4em;
    font-style: italic;
    color: #7a7a7a;
}
.btn-follow {
    padding: 10px;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    border: none;
}

/**********************LINK**********************/
.block-link {
    margin-top: 20px;
    margin-bottom: 10px;
}
.block-link h3 {
    font-size: 2em;
    color: #3f7493;
    font-weight: bold;
}
.block-link .separator {
    height: 1px;
    width: 100%;
    margin: 25px 0;
    background-color: #d5b419;
}
.block-link ul {
    padding: 0 10px;
    width: 100%;
}
.block-link li {
    font-size: 1.5em;
    font-style: italic;
    /*border-bottom: 1px solid #A6A6A6;*/
    padding-top:5px;
    padding-bottom:5px;
    list-style: none;
    font-weight: bold;
}

.block-link li:before{
    font-family: FontAwesome;
    content: "\f0c8 ";
    color: #ECC716;
}
.block-link li a:hover{
    color: #6b6c6f;
}
.block-link li a,
.block-link .partner a {
    color: inherit;
}
.block-link .partner a {
    margin-right: 10px;
    font-size: 1.4em;
}
.block-link .partner a:after {
    margin-left: 10px;
    content: "-";
}
.block-link .partner a:last-child:after {
    margin-left: 0;
    content: "";
}

/**********************************************MOBILE AD**********************************************/
.mobilepartners {
    width: 100%;
    background-color: #fff;
    padding: 1px 15px 0 15px;
    position: fixed;
    bottom: 0;
    z-index: 4;
}
.mobilepartners .carousel-indicators {
    bottom: -12px;
}
@media (orientation: landscape) {
    .mobilepartners {
        display: none !important;
    }
}

/**********************************************FOOTER**********************************************/
.footer {
    background-color: #6b6c6f;
    text-align: left;
    padding: 30px 0;
    font-size: 2.3em;
    color: #fff;
    line-height: 1.2em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    margin-top: 15px;
}
.footer .col-sm-6 {
    padding-left: 30px;
    padding-right: 30px;
}
.footer .col-sm-3 {
    padding-left: 30px;
    padding-right: 30px;
    border-left: 2px dotted #fff;
}
.footer-social {
    margin-top: 10px;
}
.footer-social a {
    color: #fff;
    font-size: 1.5em;
    margin-top: 10px;
    margin-right: 5px;
}
.footer-social a:hover {
    color: #ecc716;
}
.footer-brand img {
    height: 30px;
}
.footer-link {
    display: grid;
}
.footer-link a {
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
}
.footer-link a:hover {
    text-decoration: none;
}
@media (min-width: 768px) {
    .footer > div.container {
        display: flex;
    }
}
@media (max-width: 767px) {
    .footer {
        padding: 30px 0 130px 0;
    }
    .footer .col-sm-6 {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px;
        text-align: center;
    }
    .footer .col-sm-3 {
        padding: 15px;
        border-left: 0;
        border-top: 2px dotted #fff;
        text-align: center;
    }
}

/**********************************************ERROR 404**********************************************/
.error_404{
    text-align: center;
    font-size: 1.4em;
}

.error_number {
    text-align: center;
    border-radius: 50%;
    width: 280px;
    height: 280px;
    font-size: 10em;
    font-weight: bold;
    color: #ecc716;
    background-color: #3f7493;
    padding-top: 39px;
    margin-left: calc(50% - 140px)
}

@media (max-width: 767px) {
    .error_number {
        width: 140px;
        height: 140px;
        font-size: 5em;
        padding-top: 19px;
        margin-left: calc(50% - 70px)
    }
}

/**********************************************BACK TO TOP**********************************************/
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-align: center;
    padding: 8px;
    z-index: 100;
    display: none;
    color: #fff !important;
    background-color: rgba(236, 199, 22, 0.5);
}
.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus {
    background-color: rgba(236, 199, 22, 1);
}
.back-to-top i {
    font-size: 40px;
}
@media (max-width: 767px) {
    .back-to-top {
        bottom: 5px;
        right: 5px;
    }
    .back-to-top i {
        font-size: 30px;
    }
}

/**********************************************ANIMATE**********************************************/
.animate-border-width {
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    width: 100%;
}
.animate-border-height {
    -webkit-transition: height 1s ease-in-out;
    -moz-transition: height 1s ease-in-out;
    -o-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
    height: 100%;
}

/**********************************************MARGIN**********************************************/
/*padding left et right 0*/
.padding-0-LR {
    padding-left: 0;
    padding-right: 0;
}
.padding-0-L {
    padding-left: 0;
}
.padding-0-R {
    padding-right: 0;
}
/*padding left et right 0 jusqu'a 1200px*/
@media (min-width: 1200px) {
    .padding-0-lg-LR {
        padding-left: 0;
        padding-right: 0;
    }
    .padding-0-lg-L {
        padding-left: 0;
    }
    .padding-0-lg-R {
        padding-right: 0;
    }
}
/*padding left et right 0 jusqu'a 992px*/
@media (min-width: 992px) {
    .padding-0-md-LR {
        padding-left: 0;
        padding-right: 0;
    }
    .padding-0-md-L {
        padding-left: 0;
    }
    .padding-0-md-R {
        padding-right: 0;
    }
}
/*padding left et right 0 jusqu'a 768px*/
@media (min-width: 768px) {
    .padding-0-sm-LR {
        padding-left: 0;
        padding-right: 0;
    }
    .padding-0-sm-L {
        padding-left: 0;
    }
    .padding-0-sm-R {
        padding-right: 0;
    }
}
/*  YANN */
.puttocache {
    position: absolute;
    width: 2px;
    height: 2px;
    background: rgba(128, 128, 128, 0.5);
    z-index: 1;
    margin-top: -3px;
}

/**********************************************YAMM**********************************************/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .yamm-content {
    padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

/**********************************************UI**********************************************/
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0;
}
.ui-menu {
    background-color: #fff;
    border: 1px solid #3F7493;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ui-menu-item {
    padding:2px 5px;
    border-bottom: 1px dotted #6b6c6f;
}
.ui-menu-item a{
    color: #333;
    font-size: 1.4em;
    line-height: 1.2em;
}
.ui-menu-item:hover{
    background-color: #F0F0F0;
}
.ui-autocomplete-loading {
    background-color: #ffffff;
    background-image: url("../img/loading.gif");
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 30px;
}
.ui-menu .ui-menu-item-wrapper{
    padding: 0;
}

/** pub bg - 1900x900*/
body.sda-bg {
    background-repeat: no-repeat;
    background-position: center 117px;
}

body.sda-bg > .container {
    margin-top: 104px;
}

body.sda-bg.smaller {
    background-position: center 103px;
}

@media screen and (max-width: 1199px) {
    body.sda-bg {
        background-size: 1528px;
        background-position: center 117px;
    }
    body.sda-bg.smaller {
        background-position: center 76px;
    }
    body.sda-bg > .container {
        margin-top: 136px;
    }
}

@media screen and (max-width: 991px) {
    body.sda-bg {
        background-size: 1200px;
        background-position: center 116px;
    }
    body.sda-bg.smaller {
        background-position: center 102px;
    }
    body.sda-bg > .container {
        margin-top: 70px;
    }
}
@media screen and (max-width: 766px) {
    body.sda-bg {
        background-size: 1250px;
        background-position: center 51px;
    }
    body.sda-bg > .container {
        margin-top: 70px;
    }
}