/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?4t6b42');
    src:url('../fonts/icomoon.eot?#iefix4t6b42') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?4t6b42') format('truetype'),
        url('../fonts/icomoon.woff?4t6b42') format('woff'),
        url('../fonts/icomoon.svg?4t6b42#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
    content: "\e60e";
}
.icon-triangle-down:before {
    content: "\e60d";
}
.icon-triangle-right:before {
    content: "\e60c";
}
.icon-triangle-left:before {
    content: "\e60b";
}
.icon-arrows-h:before {
    content: "\e607";
}
.icon-play:before {
    content: "\e605";
}
.icon-location:before {
    content: "\e609";
}
.icon-arrow-left:before {
    content: "\e604";
}
.icon-arrow-right:before {
    content: "\e603";
}
.icon-envelope:before {
    content: "\e602";
}
.icon-enlarge2:before {
    content: "\e608";
}
.icon-play3:before {
    content: "\e606";
}
.icon-linkedin2:before {
    content: "\e600";
}
.icon-file-pdf:before {
    content: "\e60a";
}
.icon-mail:before {
    content: "\e601";
}

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?43521148');
  src: url('../fonts/fontello.eot?43521148#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?43521148') format('woff2'),
       url('../fonts/fontello.woff?43521148') format('woff'),
       url('../fonts/fontello.ttf?43521148') format('truetype'),
       url('../fonts/fontello.svg?43521148#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?43521148#fontello') format('svg');
  }
}
*/
 
 [class^="picto-"]:before, [class*=" picto-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.picto-history:before { content: '\f1da'; } /* 'ÃƒÂ¯Ã¢â‚¬Â¡Ã…Â¡' */



html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
    height: 100%;
}

body {
    font-family: 'Lato', sans-serif;
}

nav#menu, nav#menuMobile {
    height: 100%;
    width: 250px;
    background-color: #f3e3db;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
}

nav#menuMobile {
    display: none;
}

nav ul {
    margin: 0;
    padding: 0
}

nav ul li {
    text-transform: uppercase;
    list-style-type: none;
    border-bottom: 1px solid #8a7f7c;
    position: relative;
    padding-left: 10px;
    -webkit-transition: all 600ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
   -moz-transition: all 600ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
     -o-transition: all 600ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
        transition: all 600ms cubic-bezier(0.390, 0.500, 0.005, 0.835); /* custom */
}

nav ul li:first-child {
    height: 200px;
    position: relative;
    background-color: #f3e3db!important;
    box-shadow: none!important;
    border:none!important;
}

nav ul li:first-child:before {
    display: none!important
}

nav ul li:first-child:hover {
    background-color: white!important;
    border: none!important;
    box-shadow: 3px 4px 7px -1px rgba(0, 0, 0, 0.26) inset!important;
}

nav ul li:first-child a {
    padding: 0
}

.logo {
    padding: 0;
}

.logo img {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%);

}

.logo a {
    display: block;
    height: 100%;
    position:relative;
}

nav ul li.current, nav ul li:hover {
    background-color: #8a7f7c;
    box-shadow: 3px 4px 7px -1px rgba(0, 0, 0, 0.26) inset;
}

nav ul li.current:before, nav ul li:hover:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #FF8A52;
}

nav ul li.current a, nav ul li:hover a {
    color: white;
}

nav ul li a {
    text-decoration: none;
    display: block;
    padding:10px 0 10px 10px;
    color: #5F5755;
    -webkit-transition: all 400ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
   -moz-transition: all 400ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
     -o-transition: all 400ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
        transition: all 400ms cubic-bezier(0.390, 0.500, 0.005, 0.835); /* custom */
}

nav ul li.current,  nav ul li.current a {
    -webkit-transition: all 0s cubic-bezier(0.390, 0.500, 0.005, 0.835); 
   -moz-transition: all 0s cubic-bezier(0.390, 0.500, 0.005, 0.835); 
     -o-transition: all 0s cubic-bezier(0.390, 0.500, 0.005, 0.835); 
        transition: all 0s cubic-bezier(0.390, 0.500, 0.005, 0.835); /* custom */
}

nav ul li.mail {
    background-color: #FF8A52;
}

nav ul li.mail:hover {
   background-color: #8a7f7c
}

nav ul li.mail:before {
    display: none;
}

nav ul li.mail a {
    color: white;
    text-transform: none;
}

nav ul li.mail span {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

main {
    min-height: 100%;
    background-color: #6b6360;
    padding: 4%;
    margin-left: 250px;
    box-sizing:border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) inset;
    float: left;
    width: calc(100% - 250px);
}

#container {
    min-height: 100%;
    background-color: white;
    width: 100%;
    float: left;
    padding: 60px;
    box-sizing:border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
    -moz-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
    -o-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
    transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835); /* custom */
}

h1 {
    border-bottom: 1px solid #f26522;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 0.9em;
    font-size: 2.1vw;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
    color: hsla(16, 5%, 25%, 1);
}

.bigLetter {
    text-transform: uppercase;
    color: #f26522;
    font-weight: 800;
}

h2 {
    text-transform: uppercase;
    padding: 10px 15px 7px;
    background-color: #8a7f7c;
    display: inline-block;
    color: white;
    font-weight: 300;
    font-size: 1.1em;
    border-bottom: 5px solid #FF8A52;
    box-shadow: 0 2px 9px -2px rgba(0, 0, 0, 0.75) inset;
}

h2 {
    text-align: left;
}

h3 {
    color: #423E3D;
    margin-bottom: 0
}

p {
    margin-top: 5px;
}

.icon-location {
    font-size: 0.9em;
    color: #222;
    margin-right: 5px;
}

#container li {
    line-height: 1.3em;
    margin-bottom: 10px;
    list-style-type: square;
}

#container li ul li {
    list-style-type: circle;
}

.docs a {
    background-color: rgb(255, 173, 134);
    position: relative;
    display: inline-block;
    max-width: 23%;
    float: left;
    overflow: hidden;
    height: 0;
    padding-bottom: 30.7%;
    box-shadow: 0 7px 15px -4px rgba(107, 99, 96, 0.76);
    margin: 1%;
    -webkit-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
    -moz-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
    -o-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
    transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
}

.docs.comite a {
    float:none;
    margin-left: 0;
}

.docs a:hover {
    background-color: #ff8a52;
}

.list_heading {
    position: absolute;
    width: 100%;
    min-height: 60px;
    background-color: #2a2a2a;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-size: 1.5em;
    letter-spacing: 3px;
    z-index: 1;
}

.docs img {
    width: 100%;
    height: auto;
    opacity: 0.2;
    max-height: 546px;
    -webkit-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
    -moz-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
    -o-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
    transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
}

.docs a:hover img {
    opacity: 0.1;
}

ul {
    margin-bottom: 0
}

ul li ul {
    margin-top: 10px;
}

p a, #container ul li a {
    color: #f26522;
    text-decoration: none;
    border-bottom: 1px dashed #f26522;
    -webkit-transition: all 500ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
   -moz-transition: all 500ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
     -o-transition: all 500ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
        transition: all 500ms cubic-bezier(0.390, 0.500, 0.005, 0.835); /* custom */
}

p a:hover, #container ul li a:hover {
    color: #222!important;
    border-color: #222;
}

.icon-triangle-right {
    position: relative;
    top: 2px;
    left: -5px;
}

hr {
    margin: 1.5em 0 1em;
    clear: both;
}

.btn {
    display: inline-block;
    background-color: #f26522;
    padding: 10px 10px 10px 15px;
    color: white;
    box-shadow: 0 2px 7px 0px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    -webkit-transition: all 500ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
   -moz-transition: all 500ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
     -o-transition: all 500ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
        transition: all 500ms cubic-bezier(0.390, 0.500, 0.005, 0.835); /* custom */
}
.btn:hover {
    background-color: #f3e3db;
    color: #f26522
}

.btn .icon-arrow-right {
    position: relative;
    top: 2px;
    left: -6px;
}

p .icon-arrow-right {
    position: relative;
    top: 4px;
    font-size: 1.2em;
    margin-right: 5px;
}

.icon-download, .icon-enlarge2 {
    margin-left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    font-size: 7em;
    color: white;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.membres .icon-enlarge2 {
    top: calc(50% + 25px)
}

.pdf, .pdf img {
    -webkit-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
   -moz-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
     -o-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
        transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835); /* custom */
}

.pdf:hover {
    background-color: #ff8a52!important;
}

.pdf:hover img {
    opacity: 0.08!important
}



@media(max-width: 1048px) {
    h1 {
        text-align: left;
    }
}







/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.oldEvents h2 span {
    position: relative;
    left: -5px;
}

.here {
    padding: 5px 15px 6px;
    background-color: #f26522;
    color: white;
    letter-spacing: 2px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 400ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
    -moz-transition: all 400ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
    -o-transition: all 400ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
    transition: all 400ms cubic-bezier(0.390, 0.500, 0.005, 0.835)
}

.here:hover {
    background-color:#8a7f7c;
}

@media(max-width: 1024px) {

    html {
        color: #222;
        font-size: 1em;
        line-height: 1.4;
    }

    .mobileInvisible {
        display: none;
    }

    /*
     * Remove text-shadow in selection highlight:
     * https://twitter.com/miketaylr/status/12228805301
     *
     * These selection rule sets have to be separate.
     * Customize the background color to match your design.
     */

    ::-moz-selection {
        background: #b3d4fc;
        text-shadow: none;
    }

    ::selection {
        background: #b3d4fc;
        text-shadow: none;
    }

    /*
     * A better looking default horizontal rule
     */

    hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #ccc;
        margin: 1em 0;
        padding: 0;
    }

    /*
     * Remove the gap between audio, canvas, iframes,
     * images, videos and the bottom of their containers:
     * https://github.com/h5bp/html5-boilerplate/issues/440
     */

    audio,
    canvas,
    iframe,
    img,
    svg,
    video {
        vertical-align: middle;
    }

    /*
     * Remove default fieldset styles.
     */

    fieldset {
        border: 0;
        margin: 0;
        padding: 0;
    }

    /*
     * Allow only vertical resizing of textareas.
     */

    textarea {
        resize: vertical;
    }

    /* ==========================================================================
       Browser Upgrade Prompt
       ========================================================================== */

    .browserupgrade {
        margin: 0.2em 0;
        background: #ccc;
        color: #000;
        padding: 0.2em 0;
    }

    /* ==========================================================================
       Author's custom styles
       ========================================================================== */

    html, body {
        height: 100%;
        width: 100%;
    }

    body {
        font-family: 'Lato', sans-serif;
    }

    nav#menu {
        display: none;
    }

    nav#menuMobile {
        display: block;
        z-index: 6;
        width: 100%;
        height: 80px;
    }

    #menuMobile a.logoMobile {
        display: inline-block;
        height: 100%;
        line-height: 80px;
        padding-left: 20px;
    }

    .mobileHeader {
        height: 100%;
        line-height: 77px;
        padding-right: 20px;
        z-index: 10;
        position: relative;
        background-color: #f3e3db;
        box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.26);
    }

    #menuMobile ul {
        z-index: 2;
    }

    #menuMobile .hambMobileMenu {
        float: right;
        top: 50%;
    }

    #menuMobile .hambMobileMenu svg {
        width: 35px;
    }

    #menuMobile a img {
        max-width: 100px;
        vertical-align: -13px;
    }

    #menuMobile ul {
        margin: 0;
        padding: 0;
        margin-top: -480px;
        background-color: hsla(39, 25%, 92%, 1);
        -webkit-transition: all 600ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
       -moz-transition: all 600ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
         -o-transition: all 600ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
            transition: all 600ms cubic-bezier(0.390, 0.500, 0.005, 0.835); /* custom */
    }

    #menuMobile ul.menuDropdown {
        margin-top: 1px;
    }

    nav ul li {
        text-transform: uppercase;
        list-style-type: none;
        border-bottom: 1px solid #8a7f7c;
        position: relative;
        padding-left: 10px;
        -webkit-transition: all 600ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
       -moz-transition: all 600ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
         -o-transition: all 600ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
            transition: all 600ms cubic-bezier(0.390, 0.500, 0.005, 0.835); /* custom */
    }

    nav ul li:first-child {
        display: none;
    }

    nav ul li:first-child:before {
        display: none!important
    }

    nav ul li:first-child:hover {
        background-color: white!important;
        border: none!important;
        box-shadow: 3px 4px 7px -1px rgba(0, 0, 0, 0.26) inset!important;
    }

    nav ul li:first-child a {
        padding: 0
    }

    .logo {
        padding: 0;
    }

    .logo img {
        top: 52%;
        left: 50%;
        position: absolute;
        -webkit-transform:translateX(-50%) translateY(-50%);
        -moz-transform:translateX(-50%) translateY(-50%);
        -o-transform:translateX(-50%) translateY(-50%);
        -ms-transform:translateX(-50%) translateY(-50%);
        transform:translateX(-50%) translateY(-50%);
    }

    .logo a {
        display: block;
        height: 130px;
        position:relative;
    }

    nav ul li.current, nav ul li:hover {
        background-color: #8a7f7c;
        box-shadow: 3px 4px 7px -1px rgba(0, 0, 0, 0.11) inset;
    }

    nav ul li.current:before, nav ul li:hover:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background-color: #FF8A52;
    }

    nav ul li.current a, nav ul li:hover a {
        color: white;
    }

    nav ul li a {
        text-decoration: none;
        display: block;
        padding: 10px 0 8px 10px;
        color: #5F5755;
        -webkit-transition: all 400ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
        -moz-transition: all 400ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
        -o-transition: all 400ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
        transition: all 400ms cubic-bezier(0.390, 0.500, 0.005, 0.835); /* custom */
    }

    nav ul li.current,  nav ul li.current a {
        -webkit-transition: all 0s cubic-bezier(0.390, 0.500, 0.005, 0.835); 
       -moz-transition: all 0s cubic-bezier(0.390, 0.500, 0.005, 0.835); 
         -o-transition: all 0s cubic-bezier(0.390, 0.500, 0.005, 0.835); 
            transition: all 0s cubic-bezier(0.390, 0.500, 0.005, 0.835); /* custom */
    }

    nav ul li.mail {
        background-color: #FF8A52;
    }

    nav ul li.mail:hover {
       background-color: #8a7f7c
    }

    nav ul li.mail:before {
        display: none;
    }

    nav ul li.mail a {
        color: white;
        text-transform: none;
    }

    nav ul li.mail span {
        position: relative;
        top: 2px;
        margin-right: 5px;
    }

    main {
        min-height: 100%;
        background-color: white;
        padding: 101px 0 0 0;
        margin-left: 0;
        box-sizing:border-box;
        box-shadow: none;
        width: 100%;
    }

    #container {
        min-height: 100%;
        background-color: white;
        width: 100%;
        float: left;
        padding: 20px 20px 40px;
        box-sizing:border-box;
        box-shadow: none;
        opacity: 0;
        -webkit-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
        -moz-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
        -o-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
        transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835); /* custom */
    }

    h1 {
        border-bottom: none;
        font-weight: 600;
        letter-spacing: -.35px;
        line-height: 1em;
        font-size: 6vw;
        text-shadow: none;
        padding-bottom: 15px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0;
        text-transform: uppercase;
        color: hsla(16, 5%, 35%, 1);
    }

    .bigLetter {
        text-transform: uppercase;
        color: #f26522;
        font-weight: 800;
    }

    h2 {
        text-transform: uppercase;
        padding: 10px 15px 7px;
        background-color: transparent;
        display: inline-block;
        color: #8a7f7c;
        font-weight: 300;
        font-size: 1.1em;
        border-bottom: 2px solid #FF8A52;
        box-shadow: none;
        border-top: 2px solid #8a7f7c;
    }

    h2 {
        text-align: left;
        width: 100%;
        box-sizing: border-box;
        font-weight: 400;
        font-size: 17px;
        padding-bottom: 9px;
        margin-top: 30px;
        padding-left: 5px;
        clear: both;
    }

    h3 {
        color: #423E3D;
        margin-bottom: 0;
    }

    p {
        margin-top: 5px;
        /*text-align: justify;*/
    }

    .icon-location {
        font-size: 0.9em;
        color: #222;
        margin-right: 5px;
    }

    #container li {
        line-height: 1.3em;
        margin-bottom: 10px;
        list-style-type: square;
    }

    #container li ul li {
        list-style-type: circle;
    }

    .docs a {
        background-color: rgb(255, 173, 134);
        position: relative;
        display: inline-block;
        max-width: 48%;
        float: left;
        overflow: hidden;
        top: 10px;
        vertical-align: -5px;
        height: 0;
        padding-bottom: 71%;
        box-shadow: 0 7px 15px -4px rgba(107, 99, 96, 0.76);
        margin: 1%;
        -webkit-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
        -moz-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
        -o-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
        transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
    }

    .docs.comite {
        text-align: center;
        margin-bottom: 20px;
    }

    .docs.comite a {
        float:none;
        margin-left: 0;
    }

    .docs a:hover {
        background-color: #ff8a52;
    }

    .list_heading {
        position: absolute;
        width: 100%;
        min-height: 60px;
        background-color: #2a2a2a;
        text-align: center;
        line-height: 60px;
        text-transform: uppercase;
        color: white;
        text-decoration: none;
        font-size: 16px;
        letter-spacing: 0px;
        z-index: 1;
    }

    .docs img {
        width: 100%;
        height: auto;
        opacity: 0.2;
        max-height: 546px;
        -webkit-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
        -moz-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
        -o-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
        transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
    }

    .docs a:hover img {
        opacity: 0.1;
    }

    ul {
        margin-bottom: 0;
        padding-left: 20px;
    }

    ul li ul {
        margin-top: 10px;
    }

    p a, #container ul li a {
        color: #f26522;
        text-decoration: none;
        border-bottom: 1px dashed #f26522;
        -webkit-transition: all 500ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
       -moz-transition: all 500ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
         -o-transition: all 500ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
            transition: all 500ms cubic-bezier(0.390, 0.500, 0.005, 0.835); /* custom */
    }

    p a:hover, #container ul li a:hover {
        color: #222!important;
        border-color: #222;
    }

    .icon-triangle-right {
        position: relative;
        top: 1px;
        left: -5px;
    }

    hr {
        margin: 2.5em 0 1em;
        clear: both;
    }

    .btn {
        display: inline-block;
        background-color: #f26522;
        padding: 10px 10px 10px 15px;
        color: white;
        box-shadow: 0 2px 7px 0px rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        -webkit-transition: all 500ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
       -moz-transition: all 500ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
         -o-transition: all 500ms cubic-bezier(0.390, 0.500, 0.005, 0.835); 
            transition: all 500ms cubic-bezier(0.390, 0.500, 0.005, 0.835); /* custom */
    }
    .btn:hover {
        background-color: #f3e3db;
        color: #f26522
    }

    .btn .icon-arrow-right {
        position: relative;
        top: 2px;
        left: -6px;
    }

    p .icon-arrow-right {
        position: relative;
        top: 4px;
        font-size: 1.2em;
        margin-right: 5px;
    }

    .icon-download, .icon-enlarge2 {
        margin-left: 50%;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        font-size: 4em;
        color: white;
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    }

    .membres .icon-enlarge2 {
        top: calc(50% + 25px)
    }

    .pdf, .pdf img {
        -webkit-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
        -moz-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
        -o-transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
        transition: all 800ms cubic-bezier(0.390, 0.500, 0.005, 0.835); /* custom */
        max-width: 100%!important;
    }

    .pdf:hover {
        background-color: #ff8a52!important;
    }

    .pdf:hover img {
        opacity: 0.08!important
    }



    @media(max-width: 1048px) {
        h1 {
            text-align: left;
        }
    }







    /* ==========================================================================
       Helper classes
       ========================================================================== */

    /*
     * Hide visually and from screen readers:
     */

    .hidden {
        display: none !important;
    }

    /*
     * Hide only visually, but have it available for screen readers:
     * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
     */

    .visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    /*
     * Extends the .visuallyhidden class to allow the element
     * to be focusable when navigated to via the keyboard:
     * https://www.drupal.org/node/897638
     */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

    /*
     * Hide visually and from screen readers, but maintain layout
     */

    .invisible {
        visibility: hidden;
    }

    /*
     * Clearfix: contain floats
     *
     * For modern browsers
     * 1. The space content is one way to avoid an Opera bug when the
     *    `contenteditable` attribute is included anywhere else in the document.
     *    Otherwise it causes space to appear at the top and bottom of elements
     *    that receive the `clearfix` class.
     * 2. The use of `table` rather than `block` is only necessary if using
     *    `:before` to contain the top-margins of child elements.
     */

    .clearfix:before,
    .clearfix:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .clearfix:after {
        clear: both;
    }

    /* ==========================================================================
       EXAMPLE Media Queries for Responsive Design.
       These examples override the primary ('mobile first') styles.
       Modify as content requires.
       ========================================================================== */

    @media only screen and (min-width: 35em) {
        /* Style adjustments for viewports that meet the condition */
    }

    @media print,
           (-webkit-min-device-pixel-ratio: 1.25),
           (min-resolution: 1.25dppx),
           (min-resolution: 120dpi) {
        /* Style adjustments for high resolution devices */
    }

    /* ==========================================================================
       Print styles.
       Inlined to avoid the additional HTTP request:
       http://www.phpied.com/delay-loading-your-print-css/
       ========================================================================== */

    @media print {
        *,
        *:before,
        *:after {
            background: transparent !important;
            color: #000 !important; /* Black prints faster:
                                       http://www.sanbeiji.com/archives/953 */
            box-shadow: none !important;
            text-shadow: none !important;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        abbr[title]:after {
            content: " (" attr(title) ")";
        }

        /*
         * Don't show links that are fragment identifiers,
         * or use the `javascript:` pseudo protocol
         */

        a[href^="#"]:after,
        a[href^="javascript:"]:after {
            content: "";
        }

        pre,
        blockquote {
            border: 1px solid #999;
            page-break-inside: avoid;
        }

        /*
         * Printing Tables:
         * http://css-discuss.incutio.com/wiki/Printing_Tables
         */

        thead {
            display: table-header-group;
        }

        tr,
        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        p,
        h2,
        h3 {
            orphans: 3;
            widows: 3;
        }

        h2,
        h3 {
            page-break-after: avoid;
        }
    }

    .oldEvents h2 span {
        position: relative;
        left: -5px;
    }

    .here {
        padding: 5px 15px 6px;
        background-color: #f26522;
        color: white;
        letter-spacing: 2px;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
        -webkit-transition: all 400ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
        -moz-transition: all 400ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
        -o-transition: all 400ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
        transition: all 400ms cubic-bezier(0.390, 0.500, 0.005, 0.835);
    }

    .here:hover {
        background-color:#8a7f7c;
    }
}

@media(max-width: 1024px) and (orientation:landscape) {
    nav#menuMobile {
        height: 70px;
    }

    #menuMobile a img {
        max-width: 100px;
        vertical-align: 0px;
    }

    #menuMobile .hambMobileMenu svg {
        width: 35px;
    }

    .mobileHeader {
        line-height: 73px;
    }

    nav ul li a {
        padding: 6px 0 6px 10px;
        font-size: 15px;
    }

    main#content {
        padding-top: 71px;
    }

    h1 {
        font-size: 4.5vw;
        margin-bottom: 0;
    }

    .docs a {
        padding-bottom: 55%;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    h1 {
        font-size: 4.4vw;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    h1 {
        font-size: 3vw;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    select {
        font-size: 3.33vw;
    }
}