﻿.wrapper {
    background: none;
}

.page-wrapper {
    background: none;
}

    .page-wrapper.auth-page {
        background: none;
    }

.titre {
    font-size: 3rem !important;
    width: 64px;
}

.titrepad {
    padding-top: 10px;
    padding-left: 15px;
}

a.my-tool-tip, a.my-tool-tip:hover, a.my-tool-tip:visited {
    color: black;
}

.tooltip-inner {
    min-width: 400px;
}

body {
    display: block;
    position: relative;
    margin: 0 auto;
    z-index: 0;
    background: none;
}

    body::before {
        display: block;
    }

    body::after {
        display: block;
        background: url(../dist/img/big/contact.jpg) no-repeat center center fixed;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        content: "";
        opacity: 0.4;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -1;
    }

@media (max-width: 1368px) {
    .titre {
        font-size: 2rem !important;
        width: 48px;
    }
}

@media (max-width: 768px) {
    .titre {
        font-size: 1.5rem !important;
        width: 32px;
    }

    .titrepad {
        padding-top: 19px;
        padding-left: 10px;
    }
}