@font-face {
    font-family: 'Helvetica Neue LT'; /*a name to be used later*/
    src: url('7b72d33f-8b87-4c48-b397-42d28164d598.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'Helvetica Neue MD'; /*a name to be used later*/
    src: url('de072bd5-8296-4ec1-93ac-7b4e3ab2225f.ttf'); /*URL to font*/
}
* {
    font-family: 'Helvetica Neue LT';
    letter-spacing: 1.3px;
}
.navbar-main {
    height:148px;
    background-color: #ffffff;
    display: table;
    border:none;
    padding-bottom: 40px;
    letter-spacing: 3px;
    position: fixed;
    z-index:10;
    width:100%;
}
.navbar-secondary {
    margin-left:20px;
    padding:0px;
    height:148px;
    background-color: #ffffff;
    display: table;
    border:none;
    letter-spacing: 3px;
    padding-bottom: 40px;
    position: fixed;
    z-index:100;
}
.row {
    margin:0px;
    padding:0px;
}

.navbar-brand {
    margin-left:48px;
    margin-top:42px;
    padding:0px;
    margin-right:48px;
}
.navbar-brand2 {
    margin-left:20px;
    margin-top:20px;
    padding:0px;
    margin-right:20px;
}
.navbar-link {
    text-align: center;
    float: none;
    display: table-cell;
    vertical-align: bottom;
    width:100%; /*936*/
    line-height: 13px;
}
.navbar-link > p, .navbar-link > b > p {
    box-sizing: border-box;
    border-right:solid 1px black;
    font-size: 13.5px;
    height:13px;
    margin:0px;
    padding:0px;
    color:black;
}
.navbar-link > *:first-child p, .navbar-link > p:first-child{
    border-left:solid 1px black;
}
/* Desktop */
@media only screen and (min-width:650px)
{
    .navbar-link > *:hover
    {
        opacity: .5;
    }
}

/* Mobile */
@media only screen and (max-width:650px)
{
    .navbar-link > *:active
    {
        opacity: .5;
    }
}
a {
    color:#000000;
}
a:hover {
    color:#000000;
}
html {
    position: relative;
    min-height: 100%;
    height:100%;
}
body {
    /* Margin bottom by footer height */
    height:100%;
}
img {
    padding:0px;
    margin:0px;
}
/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 0 -40px;
}
.wrapArticle {
    min-height: 100vh;
    padding:0px;
}
.footer {
    height: 40px;
    position: absolute;
    width:100%;
    bottom:0px;
}
@media (max-width: 769px) {
    .footer {
        height: 40px;
    }
}
.footer>.container {
    padding:0px;
    margin:0px;
    font-size: 10.5px;
    max-width: 100%;
}
.footer>.container>* {
    text-align: center;
    padding:0px;
}
.footer>.container>*:first-child {
    border-left: black solid thin;
}
.footer>.container>*:last-child {
    border-right: black solid thin;
}
.padd {
    width:200px;
}
.padd2 {
    width:20px;
}
.articles {
    padding:0px;
    padding-bottom:100px;
}
.article-date {
    width: 80px;
    font-size: 13.5px;
    float: none;
    vertical-align: middle;
}
.article-titre {
    font-size:13.5px;
    float: none;
    display: table-cell;
    vertical-align: middle;
    max-width:700px;
    padding: 12px 0 13px;
}
.main-slider {
    margin:0px;
    padding:0px;
    width:600%;
}
.overflow {
    padding:0px;
    margin:0px;
    overflow-x: hidden;
    max-width: 100%;
    margin-left:48px;
    padding-top:148px;
}
.inset {
    padding:0px;
    margin:0px;
}
div[class*="article-"], p[class*="article-"] {
    padding:0px;
}
.article:first-child {
    border-top:black solid 1px;
}
.article {
    border-bottom:black solid 1px;
    height:40px;
    max-width:100%; /*780*/
    padding:0px;
    overflow: hidden;
    margin:0px;
}


@media only screen and (min-width:650px)
{
    .article:hover > .article-main {
        opacity: .5;
    }
}

/* Mobile */
@media only screen and (max-width:650px)
{
    .article:active > .article-main {
        opacity: .5;
    }
}

.article-main {
     height:40px;
     display: table;
 }
@media(max-width:767px){
    .article-contenu {
        padding:0px;
        margin-bottom: 40px;
    }
}@media(min-width:766px){
    .article-contenu {
        padding:0px;
        margin-bottom: 40px;
        margin-left: 80px;
        padding-right: 80px !important;
    }
}
#exep {
    margin-left: 0px;
}
.headerImg {
    padding:0px;
    margin: 0px;
    margin-bottom:10px;
}
.otherImg {
    display: none;
}
.sm {
    font-size: 10.5px;
}
.imageSplash {
    width:100%;
    height:100%;
    padding-top:-100px;
    fit-content:fill;
}
.article-texte {
    margin-bottom:0px;
    text-align: justify;
}
.non-justified {
    text-align: left !important;
}
.slide {
    padding:5vh;
}
.slide>img {
    position:relative !important;
    top: 50% !important;
    transform: translateY(-50%);
}
#ouvert {
    height:auto;
}
.map {
    width:100%;
    height:auto;
}


.mobileMenu {
    position:fixed;
    height:100%;
    width:100%;
    left:100%;
    top:0;
    background-color: rgba(255,255,255,0.9);
    z-index:100;
}
.mobileMenu>ul {
    list-style: none;
    font-size:13.5px;
    margin-top:158px;
}
.mobileMenu>ul>li {
    height:40px;
}
.mobileMenu>ul>b>li {
    height:40px;
}
.closeMenu {
    position:absolute;
    height:100%;
    width:50%;
    left:-50%;
    top:0;
    opacity: 0.05;
}
.menuButton {
    position: absolute;
    top: 0;
    right: 16.67%;
}