﻿.navbar-nav > li > a {
    color: #fff;
}

.stylemenu {
    background-color: #f5870e;
    max-height: 150px;
}

.navbar-nav > li > a:after {
    content: none !important;
    position: absolute;
    right: 0px;
    top: 3px;
    font-size: 18px;
    font-weight: normal;
    opacity: 0;
}

.navbar-nav > li > a:before {
    content: none !important;
    position: absolute;
    right: 0px;
    top: 3px;
    font-size: 18px;
    font-weight: normal;
    opacity: 0;
}

.gallery {
    display: inline-block;
    margin-top: 20px;
}

.imggallery {
    margin-bottom: 5px;
}

.titrelogo {
    color: black;
    font-size: 3em;
    font-family: Lato;
}

.divrespoaccesrapide {
    margin-bottom: 2%;
    margin-left: 4%;
}

.circle {
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

.full-circle {
    height: 30px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    width: 30px;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}


.nav-content-custom {
    margin: 0 auto;
    padding: 0 8%;
    z-index: 2;
    height: 64px;
    padding-left: 14%;
}

.nav-content-custom-item {
    position: relative;
    display: inline-block;
    height: 46px;
}


.nav-content-custom-list {
    cursor: default;
    margin: 0 -10px;
    text-align: justify;
    width: auto;
    height: 44px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

    .nav-content-custom-list:after {
        content: '';
        width: 100%;
        display: inline-block;
        font-size: 0;
        line-height: 0;
    }

.ui.dropdown .menu > .item {
    font-size: 0.2em !important;
    padding: 0% !important;
}

.ui.dropdown > .left.menu {
    margin-right: 15px;
}

.nav-content-custom-link {
    cursor: pointer;
    font-size: 14px;
    line-height: 44px;
    font-weight: 400;
    letter-spacing: -0.01em;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter: alpha(opacity=100);
    color: white;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 10px;
    height: 44px;
    background: no-repeat;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-tap-highlight-color: transparent;
    outline-offset: -7px;
}
