img {
    border: none;
}

img.noselect {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 5
}

img:hover.estomp {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 8
}

img:hover.rotate {
    transform: rotate(5deg);
    transition: .5s ease
}


img.icone {
    width: 48px !important;
    height: auto !important
}

img.iconesmall {
    width: 38px !important;
    height: auto !important
}

img.iconeverysmall {
    width: 28px !important;
    height: auto !important
}

img.iconeminus {
    width: 18px !important;
    height: auto !important
}


img.l100 {
    width: 100% !important;
    height: auto !important
}


a {
    text-decoration: none;
    color: #7F7F7F
}

a:hover {
    color: #600E13
}

.clair {
    color: #CFC9C0
}

.clairG {
    color: #CFC9C0;
    font-weight: bold
}

.moyen {
    color: #9D000C
}

.moyenG {
    color: #9D000C;
    font-weight: bold
}

.fonce {
    color: #685E51
}

.fonceG {
    color: #685E51;
    font-weight: bold
}


.blanc {
    color: #FFF
}

.blancG {
    color: #FFF;
    font-weight: bold
}

.rouge {
    color: #9D000C
}

.rougeG {
    color: #9D000C;
    font-weight: bold
}

.gris {
    color: #6F6F72
}

.grisG {
    color: #6F6F72;
    font-weight: bold
}

.noir {
    color: #000
}

.noirG {
    color: #000;
    font-weight: bold;
}


.cartouche {
    background-color: #9D000C;
    color: #EEE;
    padding: 3px;
}


.gras {
    font-weight: bold !important;
}

.grasoff {
    font-weight: normal;
}

.grasextra {
    font-weight: normal !important;
    font-weight: 900;
}

.gauche {
    text-align: left;
}

.droite {
    text-align: right;
}

.centre {
    text-align: center;
}

.justif {
    text-align: justify;
}

.float-g {
    float: left
}

.float-d {
    float: right
}

.float-none {
    float: none !important
}

.milieu {
    vertical-align: middle
}

.retour {
    clear: both
}

.cadre {
    border: 1px solid #CC0000
}

.curseur {
    cursor: pointer
}

.curseuroff {
    cursor: default
}

.opaque {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-opacity: 3
}

.visible {
    display: block;
    visibility: visible
}

.nonvisible {
    display: none;
    visibility: hidden
}

.minuscule {
    text-transform: none;
}

.upper {
    text-transform: uppercase;
}

.minus {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.expli {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #9C9A97;
    padding: 2%
}

.alert {
    padding: 10px;
    background-color: #CC0000;
    color: #FFF;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center
}

.message {
    padding: 10px;
    background-color: #949FAB;
    color: #FFF;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center
}

.filet-s {
    border-bottom: 1px solid #9C9A97;
    margin: 3px 0
}

.filet-d {
    border-bottom: 1px dashed #9C9A97;
    margin: 3px 0
}


.m-top1 {
    margin-top: 1% !important
}

.m-top2 {
    margin-top: 2% !important
}

.m-top3 {
    margin-top: 3% !important
}

.m-top5 {
    margin-top: 5% !important
}

.m-top10 {
    margin-top: 10% !important
}


.m-left1 {
    margin-left: 1% !important
}

.m-left2 {
    margin-left: 2% !important
}

.m-left3 {
    margin-left: 3% !important
}

.m-left5 {
    margin-left: 5% !important
}

.m-left10 {
    margin-left: 10% !important
}


.m-topbot1 {
    margin-top: 1% !important;
    margin-bottom: 1% !important
}

.m-topbot2 {
    margin-top: 2% !important;
    margin-bottom: 2% !important
}

.m-topbot3 {
    margin-top: 3% !important;
    margin-bottom: 3% !important
}

.m-topbot5 {
    margin-top: 5% !important;
    margin-bottom: 5% !important
}

.m-topbot10 {
    margin-top: 10% !important;
    margin-bottom: 10% !important
}


.margin1 {
    margin: 1% !important
}

.margin2 {
    margin: 2% !important
}

.margin5 {
    margin: 5% !important
}

.margin10 {
    margin: 10% !important
}


.padding1 {
    padding: 1% !important
}

.padding2 {
    padding: 2% !important
}

.padding5 {
    padding: 5% !important
}


.l40 {
    width: 40% !important;
    margin: auto
}

.l60 {
    width: 60% !important;
    margin: auto
}

.l80 {
    width: 80% !important;
    margin: auto
}

.l100 {
    width: 100% !important
}

input, textarea, select {
    font-family: Sofia;
    font-size: 13px;
}

.obli {
    border: 1px solid #9D000C
}


li {
    padding-bottom: 3px;
}

/*list-style-image: url(/images/icon_fleche.png)*/


a.fancybox-pdf {
    position: relative;
}

a span.infobulle {
    opacity: 0;
    transition: all .25s;
    position: absolute;
    right: 0;
    color: #DDD;
    background-color: #9D000C;
    padding: 5px 10px;
    font-size: 14px;
    font-style: normal !important;
}

a:hover span.infobulle {
    opacity: 1;
}


#toppage {
    position: fixed;
    background-image: url(/images/haut-page.png);
    height: 48px;
    width: 48px;
    right: 2%;
    bottom: 2%;
    cursor: pointer
}

#toppage:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 8
}

@media (max-width: 768px) {

    #toppage {
        display: none;
        visibility: hidden
    }

}


#cookie-notice {
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #627788;
    text-align: center;
    padding: 1% 10%;
    z-index: 99
}

#cookie-notice img {
    float: right;
    margin: 0 1%;
    width: 48px;
    height: auto;
    cursor: pointer
}


.flashresponse {
    position: absolute;

    width: 800px;
    max-width: 90%;

    transition-duration: 0.3s;
    top: -100px;

    z-index: 100000;

    font-size: 20px;
}

.flashresponse-success {
    background: #00a41c;
    color: white;
}

.flashresponse-error {
    background: #9D000C;
    color: white;
}

.flashresponse > div {
    padding: 20px;
}

.bg-darkpurple {
    background: #2C2C3C;
}

.hexagones-filigrane {
    z-index: -1;

    position: absolute;
    overflow: hidden;

    right: 0;

    width: 50%;
}

.hexagones-filigrane img {
    position: relative;
    right: -30%;
}