
#uploader {
    width: 100%;
}
.inputfile {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

/* Custom - Nav Hompage only */
#nav-homepage {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

/* Custom */
.logo-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.ui.logo {
    width : 50px;
}
.mobile-image {
    width: 12% !important;
}
.hidden {
    visibility: hidden;
    display: none;
}
.hidden.menu {
    display: none;
}
/* Smooth scroll vanilla JS */
html {
    scroll-behavior: smooth;
}
/* Disabled style */
div[disabled=disabled] {
    pointer-events: none;
    opacity: 0.4;
}

.resolution-item .content {
    display: flex;
    align-items: center;
}
.resolution-item .card {
    min-height: 95px;
    height: 100%;
}
.fullwidth {
    width: 100% !important;
}
.fullheight {
    height: 100% !important;
}
.category .content {
    border-top: none !important;
    margin:0 auto;
}
.category .image {
    background-color : white !important;
    width: 80% !important;
    padding: 1rem !important;
}
.is-tiny {
    height: 2rem;
    width: 2rem;
    margin-right: 1rem;
}

.capitalize {
    text-transform: capitalize;
}
/* / Custom */

/* Semantic (add from template / layout) */
@media print {
    #ghostery-tracker-tally {
        display:none !important
    }
}
.masthead {
    background: linear-gradient(#76c893, #4e8ecd) !important;
    /* Pour assurer la compatibilité avec certains navigateurs plus anciens */
    background: -webkit-linear-gradient(#76c893, #4e8ecd) !important;
}
.masthead.segment {
  min-height: 700px;
  padding: 1em 0em;
}
.masthead .logo.item img {
    margin-right: 1em;
}
.masthead .ui.menu .ui.button {
    margin-left: 0.5em;
}
.masthead h1.ui.header {
    margin-top: 3em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}
.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
}

.ui.vertical.stripe {
    padding: 8em 0em;
}
.ui.vertical.stripe h3 {
    font-size: 2em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
    margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
    clear: both;
}
.ui.vertical.stripe p {
    font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
}

.quote.stripe.segment {
    padding: 0em;
}
.quote.stripe.segment .grid .column {
    padding-top: 5em;
    padding-bottom: 5em;
}

.footer.segment {
    padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
    display: none;
}

@media only screen and (max-width: 700px) {
    .ui.fixed.menu {
        display: none !important;
    }
    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
        display: none;
    }
    .secondary.pointing.menu .toc.item {
        display: block;
    }
    .masthead.segment {
        min-height: 350px;
    }
    .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
    }
    .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
    }
}

