* {
    box-sizing: border-box
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 10px
}

a:active, a:hover {
    outline: 0
}

b, strong {
    font-weight: 700
}

img {
    vertical-align: middle
}

label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%
}

body {
    font-size: 1.6em;
    letter-spacing: .0625em;
    line-height: 1.8em
    box-sizing: border-box;
    color: #212a54;
    font-family: Corps, sans-serif;
    margin: 0;
    overflow-x: hidden
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    body {
        font-size: 1.4em;
        line-height: 1.6em
    }
}

a {
    color: #28295a;
    font-weight: 700;
    text-decoration: none
}

a:focus, a:hover {
    color: #555;
    text-decoration: underline
}

p {
    margin: 1.6rem 0 2rem;
    text-align: justify
}

.page-content a {
    color: #000;
    font-weight: 400;
    text-decoration: underline;
    text-underline-position: under
}

.page-content a:focus, .page-content a:hover {
    color: #555
}

h1 {
    font-size: 3.2rem;
    line-height: 3.2rem;
    margin-bottom: 40px
}

h2 {
    font-size: 2.8rem
}

h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
}

h6 {
    font-size: 1.4rem;
    line-height: 1.4rem
}

pre {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    background-color: #f8f8f8;
    border-radius: 5px;
    color: #27373f;
    direction: ltr;
    margin: 1.6rem 0 1rem;
    overflow-x: auto;
    padding: 1.6rem;
    tab-size: 4
}

code {
    background-color: #eee;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #27373f;
    padding: .4rem .8rem
}

pre code {
    background-color: #f8f8f8;
    border: 0;
    border-radius: 0;
    color: #27373f;
    padding: 0;
    white-space: pre
}

blockquote {
    border-left: 2px solid #dcdcdc;
    font-style: italic;
    padding-left: 1.6rem
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-top: 0
}

td, th {
    padding: 1.6rem
}

img {
    max-width: 100%;
    height: auto;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden
}
.partenaire img {
    width: 200px;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%
}

.container {
    margin: 0 auto;
    max-width: 100rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%
}

.navbar-default {
/*     -moz-transition: all .35s; */
    /* -webkit-transition: all .35s; */
    background-color: #fefefe;
    border-color: rgba(34, 34, 34, .05);
    /* transition: all .35s; */
}

@media(min-width:1000px) {
    .navbar-default {
        border-color: rgba(255, 255, 255, .3)
    }

    .navbar-default.affix {
        border-color: rgba(34, 34, 34, .05)
    }

    .active {
        border-bottom: .125em solid #ffcd00
    }
}

.navbar-default .navbar-text {
    color: #000;
    font-size: 18px;
    margin-left: 0
}

.navbar-default .navbar-text:focus, .navbar-default .navbar-text:hover {
    background-color: transparent;
    text-decoration: none
}

.navbar-default .navbar-header .navbar-brand {
    color: #000;
    font-size: 18px
}

.navbar-brand>img {
    max-height: 150%;
    max-width: 150%
}

.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
    color: #000;
    font-weight: 500
}

.navbar-default .nav>li.active>a, .navbar-default .nav>li.active>a:focus {
    background-color: transparent;
    color: #0984a3 !important
}

.navbar-default .nav>li.active>a:focus:hover, .navbar-default .nav>li.active>a:hover {
    background-color: transparent
}

.navbar-default .navbar-header .navbar-text:focus, .navbar-default .navbar-header .navbar-text:hover, .navbar-default .navbar-header .navbar-brand:focus, .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .nav>li>a:focus:hover, .navbar-default .nav>li>a:hover {
    color: #555
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    a.navigation-title {
        font-size: 0
    }

    a.navigation-title::after {
        content: '~';
        font-size: 2.4rem;
        margin-left: -1.4rem;
        text-align: center
    }
}

.content {
    flex: 1
}

.list ul {
    list-style: none;
    margin: 3.2rem 0;
    padding: 0
}

.list ul li {
    font-size: 1.6rem
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    .list ul li {
        font-size: 1.4rem;
        margin: 1.6rem 0
    }
}

.list ul li span {
    display: inline-block;
    margin-left: 0;
    margin-right: 3rem;
    text-align: left;
    width: 20rem
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    .list ul li span {
        display: block;
        text-align: left
    }
}

.centered {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.footer {
    text-align: center
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.err {
    background-color: #e3d2d2;
    color: #a61717
}

.btn-link {
    color: #000
}

.about-avatar {
    border: 1px solid #888;
    float: none;
    margin-bottom: 0;
    max-width: 40%;
    padding: 5px;
    width: 250px
}

@media(min-width:632px) {
    .about-avatar {
        float: left;
        margin-left: 0;
        margin-right: 20px
    }
}


h1, h2 {
    color: inherit;
    font-family: Titre
}

h3, h4 {
    font-family: CorpsBold
}

#hero {
    background-color: #4682b4;
    box-sizing: content-box;
    height: 600px;
    overflow: hidden;
    padding-bottom: 80px;
    position: relative
}

#hero svg {
    bottom: 70px;
    fill: #fff;
    position: absolute
}

.heromountain2 {
    left: 100px
}

.heromountain4 {
    right: 0
}

.heromountain3 {
    right: 200px
}

div#hero::after {
    background: linear-gradient(0deg, #e9f6fa, #fff);
    bottom: 0;
    content: "";
    height: 60px;
    position: absolute;
    width: 100%
}

div#hero::before {
    border-left: 40vw solid;
    border-right: 60vw solid;
    border-top: 40px solid transparent;
    bottom: 60px;
    color: #fff;
    content: "";
    position: absolute;
    width: 0;
    z-index: 1
}

.content {
    background: #e9f6fa;
    margin: 0;
    padding: 80px 40px
}

footer {
    padding: 20px 0 10px;
    position: relative
}

footer::before {
    content:"";
    border-bottom: 20px solid #fff;
    border-left: 80vw solid;
    border-right: 20vw solid;
    color: transparent;
    left: 0;
    position: absolute;
    top: -20px;
    width: 0;
    z-index: 1
}

#navigation .container {
    max-width: 1200px;
    padding: 0
}

.herodiaporamaoverlay {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.container section {
    margin-bottom: 160px;
    margin-bottom: 120px
}

.content h2 {
    font-family: Soustitre;
    font-size: 40px
}

p {
    font-size: 1.1em;
    line-height: 1.5em
}

#navigation {
    font-family: Titre;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 100
}

address {
    display: inline
}

.dark .content {
    background: #28295a;
    color: #e9f6fa
}

.dark div#hero::after {
    background: linear-gradient(0deg, #28295a, #e9f6fa)
}

.dark footer::before {
    border-bottom-color: #e9f6fa
}

.dark #hero svg {
    fill: #e9f6fa
}

.dark #hero::before {
    color: #e9f6fa
}

.button, .content section:not(.links) a[href^="/"], [type=submit] {
    background: #fff;
    border: none;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px
}

.button:hover, .content section:not(.links) a[href^="/"]:hover, [type=submit]:hover {
    background-color: #28295a;
    color: #e9f6fa;
    text-decoration: none
}

label {
    display: block
}

.field {
    margin-bottom: 20px
}

[type=email], [type=text], textarea {
    border: none;
    border-bottom: 1px solid transparent;
    outline: 0;
    width: 100%;
    padding: 10px;
}

[type=email]:focus, [type=text]:focus, textarea:focus {
    border: none;
    border-bottom: 1px solid
}

textarea {
    height: 200px;
    resize: vertical
}

section.links a:hover {
    text-decoration: none
}

h2.daytitle {
    font-family: Titre;
    line-height: 1.2em;
}

h1.programmetitle {
    font-family: Soustitre
}

h3.info {
    font-family: Corps;
    font-weight: 400
}

h3.projection {
    text-transform: uppercase
}

.container.programme {
    max-width: 1200px
}

.events {
    column-gap: 40px;
    columns: 2;
    margin-bottom: 100px
}

.dark footer, .dark #navigation {
    background: #e9f6fa
}

@media screen and (max-width:1000px) {
    .events {
        columns: 1
    }
}

h3.event {
    font-family: Soustitre;
    font-size: 32px
}

.subtitle {
    font-family: TitreLight
}

.subtitle::after, .subtitle::before {
    content: '"'
}

body.programme .content {
    padding-top: 100px
}

.palmares li {
    margin-bottom: 10px
}

article date {
    font-family: Titre;
    font-size: 22px
}

article h3 {
    margin: 10px 0
}

.blog article:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px
}

.palmares article:not(:last-of-type) {
    margin-bottom: 40px
}

#socials {
    display: flex
}

form {
    margin: 40px 0
}

#socials i {
    background-size: contain;
    display: block;
    height: 16px;
    width: 16px
}

#socials a {
    padding-left: 8px;
    padding-right: 8px
}

nav ul {
    list-style: none;
    margin: 7.5px -15px;
    margin-bottom: 0;
    padding-left: 0
}

.nav>li {
    display: block;
    position: relative
}

.nav>li>a {
    display: block;
    padding: 10px 15px;
    position: relative
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #eee;
    text-decoration: none
}

.field.submit, .button-box, .palmares p {
    text-align: right
}

@media (min-width:1000px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-brand {
    line-height: 20px;
    padding: 15px
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-color: #ddd;
    border-radius: 4px;
    float: right;
    margin: 8px 15px;
    padding: 9px 10px;
    position: relative
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle:focus, .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-collapse {
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    height: 0;
    overflow: hidden;
    transition: height .4s ease
}

.notice {
    background: #fff;
    padding: 10px 20px;
    border-left: 4px solid;
    margin: 10px 0;
    display: none;
}
form.done #form-done,form.error #form-error{
    display: block;
}

#form-done {
    border-color: yellowgreen;
}

#form-error {
    border-color: tomato;
}
#ecoscore {
    font-size: 14px;
}

#ecoscore::before {
    content: "✓";
    display: inline-block;
    font-weight: bold;
    background: yellowgreen;
    color: #fff;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
}
.navbar-nav>li>a {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px
}


.links p {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
}

@media (min-width:1000px) {
    #navbar-menu {
        height: auto !important
    }
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }

    .navbar-header {
        padding: 0 10px
    }

    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-bottom: 15px;
        padding-top: 15px
    }
    h2.daytitle {
        line-height: 40px;
    }
    
    .content h2 {
        font-size: 32px;
    }
    
    h3 {
        font-size: 20px;
    }
    
    h3.event {
        line-height: 36px;
    }
}

@media screen and (max-width:1200px) {
    svg.heromountain1 {
        height: 200px
    }

    svg.heromountain2 {
        height: 100px
    }

    svg.heromountain3 {
        height: 150px;
        right: 160px
    }

    svg.heromountain4 {
        height: 300px
    }

    .herodiaporamaoverlay {
        background-size: 70%
    }
}

@media screen and (max-width:1000px) {
    svg.heromountain1 {
        height: 150px;
        left: -16px
    }

    svg.heromountain2 {
        height: 80px;
        left: 66px
    }

    svg.heromountain3 {
        height: 100px;
        right: 50px
    }

    svg.heromountain4 {
        height: 160px;
        width: 140px
    }

    .herodiaporamaoverlay {
        background-size: 100%
    }

    footer .about * {
        display: block
    }

    .content {
        padding: 80px 10px
    }
    .container {
        padding: 10px;
    }

    .navbar-default .navbar-header .navbar-brand {
        flex: 1;
        height: auto;
        padding: 7px 4px
    }

    .navbar-header {
        align-items: center;
        display: flex;
        justify-content: center
    }

    .palmares ul {
        padding-left: 20px
    }

    .button-box, .palmares p {
        text-align: center
    }

    .links p a {
        flex: 50%
    }

    #socials a {
        padding-left: 15px
    }

    #socials i {
        height: 20px;
        width: 20px
    }

    .nav>li {
        display: block;
        padding: 0 20px;
        position: relative
    }

    footer .about span, .sr-only {
        display: none
    }
    table,tbody,tr{
        display:block;        
    }
    td,th{
        display:flex;
        flex-direction:column;
        width:100% !important;
    }
    table p{
        word-break:break-word;
    }
}