/* formulaires */

.list-group-item {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-top: 1em;
    margin-bottom: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.list-group-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.list-group-item label::before {
    position: absolute;
    content: "";
    top: 1px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #dcdcdc;
    border-radius: 50%;
}

.list-group-item label::after {
    position: absolute;
    content: "";
    top: 6px;
    left: 5px;
    height: 5px;
    width: 5px;
    background-color: #dcdcdc;
    border-radius: 50%;
}

input[type=radio]:checked+label::before {
    background-color: #2196F3;
}

input[type="checkbox"] {
    curser: pointer;
    &:hover, &:focus, &:hover+label, &:focus+label {
        border-color: #ddd;
        color: #ddd;
    }
    &:checked+label {
        color: black;
        position: relative;
    }
}

input[type="checkbox"]:not(#nav-trigger)+label::before {
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 0.1em;
    position: relative;
    display: inline-block;
    background-color: #ddd;
    border-radius: 1px;
}

input[type="checkbox"]:not(#nav-trigger):checked+label::after {
    content: '✔';
    display: block;
    position: absolute;
    top: -4px;
    left: 18px;
    width: 6px;
    height: 6px;
    color: #2296f3
}

.list-group-item label {
    text-transform: uppercase;
}

.list-group-item label+p {
    font-size: 90% !important;
}

.form-group, .input-group {
    position: relative;
    margin-bottom: 1em;
}

.form-group input[type=text], .input-group input[type=text], .form-group input[type=email], .input-group input[type=email], .input-group input[type=number], .form-group input[type=tel] {
    width: 100%;
    color: #464545;
    border-bottom: 1px solid;
    border-color: inherit;
}

.input-group textarea, .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    color: #464545;
    margin-top: 0.5em;
}

.input-group .input-group-addon {
    position: absolute;
    right: 0px;
    top: 5px;
    display: none;
}

.btn {
    background-color: white !important;
    text-transform: uppercase;
    width: 60%;
    margin: 0 auto;
    border: 2px solid;
    display: block;
    
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-appearance: none !important;
}

#helpBlock {
    display: none;
}

.input-group input[type=text]:focus, .input-group input[type=email]:focus, .input-group input[type=number]:focus, .input-group textarea:focus, .form-group input[type=text]:focus, .form-group input[type=email]:focus, .form-group input[type=number]:focus, .form-group input[type=tel]:focus, .form-group textarea:focus {
    - web;
    outline: none;
    border-color: #464545;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

* {
    box-sizing: border-box;
    border-color: inherit;
    padding: 0;
    margin: 0;
}

input {
    border: none;
    border-bottom: 1px solid;
    font-size: 80%;
    padding: 5px 0px 2px 0px;
}

textarea {
    border: 1px solid inherit;
    font-size: 80%;
    padding: 5px 2px 2px 2px;
    width: 100%;
}

button {
    background: inherit;
    font-size: 1.2em;
    font-weight: bold;

    padding: 6px;
    border: none;
    font-family: Arial;
}

.news-search-form button {
    position: relative;
    top: 5px;
}

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

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

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

/*@font-face {
    font-family: 'Maison Neue';
    src: url('../Css/font/MaisonNeue-Medium.eot');
    src: url('../Css/font/MaisonNeue-Medium.eot?#iefix') format('embedded-opentype'), url('../Css/font/MaisonNeue-Medium.woff') format('woff'), url('../Css/font/MaisonNeue-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Maison Neue Bold';
    src: url('../Css/font/MaisonNeue-Bold.eot');
    src: url('../Css/font/MaisonNeue-Bold.eot?#iefix') format('embedded-opentype'), url('../Css/font/MaisonNeue-Bold.woff') format('woff'), url('../Css/font/MaisonNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Atelier';
    src: url('../Css/font/Atelier-Regular.eot');
    src: url('../Css/font/Atelier-Regular.eot?#iefix') format('embedded-opentype'), url('../Css/font/Atelier-Regular.woff') format('woff'), url('../Css/font/Atelier-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.logo a {
    text-decoration: none;
    border: none;
    display: block;
}

p strong {
    font-family: 'Maison Neue Bold';
    font-weight: normal !important;
}*/

p b {
    font-family: 'MaisonNeue';
    font-weight: bold !important;
}

.menu-item li {
    list-style: none;
    color: inherit;
    padding-bottom: 0.3em;
}

ul.menu-item {
    display: block;
    width: 20%;
    float: left;
    padding-right: 51px;
}

.font-atelier {
    font-family: 'Atelier';
}

.h3 {
    font-size: 1.4em;
    line-height: 2em;
    padding-bottom: 4em;
}

.texte h2 {
    font-size: 1.6em;
}

.info-wrapper {
    font-size: 0.85rem;
    font-size: 1.2em;
    line-height: 1.2em;
}

.main-container {
    z-index: 5;
    margin-top: 108px;
}

.header .logo {
    padding-top: 10px;
    max-width: 175px;
    min-width: 140px;
    width: 12%;
    float: left;
}

.header .mention {
    width: 255px;
    margin-right: 0px;
    margin-top: -100px;
    position: absolute;
    top: 141px;
    width: 19%;
    right: 0px;
}

.menu-container {
    width: 100%;
    height: 100%;
    top: 200px;
    left: 0px;
    position: absolute;
}

.header, .main {
   /* max-width: 1350px;*/
    margin: 0 auto;
}

.header {
    position: relative;
    z-index: 9999;
    padding: 0;
    margin-top: 0px;
    width: 100%;
}

.spacer {
    height: 1em;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 0.8em 0 0.8em 0;
    padding: 0;
    position: relative;
    top: -10px;
}

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

textarea {
    resize: vertical;
}

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

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    /*font: 110% 'MaisonNeue', Helvetica, Arial;*/
    background: #ffffff;
}

.ce-gallery, .ce-outer, .ce-inner, .ce-row, .ce-column {
    width: 100%;
}

.ce-column .image {
    width: 100%;
    margin-bottom: 0.5em;
}

.ce-gallery img, .news-img-wrap img {
    display: block;
    height: auto;
    width: 100%;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow: visible;
}

.wrapper {
    padding: 0 25px;
}

.header .wrapper {
    padding: 0px;
    overflow: visible;
}

.font-atelier {
    text-transform: uppercase;
}

a.font-atelier {
    font-weight: normal;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

nav a:hover {
    text-decoration: underline;
}

a {
    color: inherit;
}

a.icon {
    font-size: 1.25em;
    border: none;
}

.main {
    margin: 0 auto;
    overflow: visible;
    position: relative;
    z-index: 99;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

.grid, .grid-stack {
    padding: 0px;
}

.grid-stack-item .wrapper, .news-item .wrapper {
    padding: 0em 25px 0em 25px;
    padding-top: 0.5em;
    padding-bottom: 0.4em;
}

.grid-stack-item.image .wrapper {
    padding: 0 30px;
    padding-top: 1em;
    margin-left: -6px;
    margin-top: 15px;
}

.grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item {
    -webkit-transition: left 0s, top 0s, height 0s, width 0s;
    -moz-transition: left 0s, top 0s, height 0s, width 0s;
    -ms-transition: left 0s, top 0s, height 0s, width 0s;
    -o-transition: left 0s, top 0s, height 0s, width 0s;
    transition: left 0s, top 0s, height 0s, width 0s;
    -webkit-transition-delay: left 0s, top 0s, height 0s, width 0s;
    -moz-transition-delay: left 0s, top 0s, height 0s, width 0s;
    -ms-transition-delay: left 0s, top 0s, height 0s, width 0s;
    -o-transition-delay: left 0s, top 0s, height 0s, width 0s;
    transition-delay: left 0s, top 0s, height 0s, width 0s;
}

.news-item, .pagination {
    position: relative;
}

.border {
    border-left: 5px solid;
    border-right: 5px solid;
}

.vertical-border {
    position: absolute;
    height: 100.6%;
    width: 9px;
    background: #c6c6c6;
    top: 0px;
    transition: 500ms;
}

.main>.vertical-border {
    height: 100.6%;
}

.left-vertical-border.vertical-border {
    left: -4.5px;
}

.right-vertical-border.vertical-border {
    right: -4.5px;
}

.grey-black {
    border-color: #dadada;
    color: #4c4c4c;
}

.grey-black .vertical-border {
    background-color: #b9b9b9;
}

.orange-blue {
    border-color: #ff744b;
    color: #ff744b;
}

.orange-blue .vertical-border {
    background-color: #0069cb;
}

.orange-blue a:hover, .orange-blue .menu-item:hover>a {
    border-color: #0069cb;
    color: #0069cb;
}

.blue-orange {
    border-color: #0069cb;
    color: #0069cb;
}

.blue-orange .vertical-border {
    background-color: #ff744b;
}

.blue-orange a:hover, .blue-orange .menu-item:hover>a {
    border-color: #ff744b;
    color: #ff744b;
}

.green-blue {
    border-color: #00c7ae;
    color: #00c7ae;
}

.green-blue .vertical-border {
    background-color: #324970;
}

.green-blue a:hover, .green-blue .menu-item:hover>a {
    border-color: #324970;
    color: #324970;
}

.blue-green {
    border-color: #324970;
    color: #324970;
}

.blue-green .vertical-border {
    background-color: #00c7ae;
}

.blue-green a:hover, .blue-green .menu-item:hover>a {
    border-color: #00c7ae;
    color: #00c7ae;
}

.darkblue-goldyellow {
    color: #0069cb;
    border-color: #0069cb;
}

.darkblue-goldyellow .vertical-border {
    background-color: #ffa246;
}

.darkblue-goldyellow a:hover, .darkblue-goldyellow .menu-item:hover>a {
    border-color: #ffa246;
    color: #ffa246;
}

.goldyellow-darkblue {
    color: #ffa246;
    border-color: #ffa246;
}

.goldyellow-darkblue .vertical-border {
    background-color: #0069cb;
}

.goldyellow-darkblue a:hover, .goldyellow-darkblue .menu-item:hover>a {
    border-color: #0069cb;
    color: #0069cb;
}

span.h2 a {
    color: inherit;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.4em;
    text-transform: uppercase;
}

.green-brown {
    border-color: #00c7ae;
    color: #00c7ae;
}

.green-brown .vertical-border {
    background-color: #b87247;
}

.green-brown a:hover, .green-brown .menu-item:hover>a {
    border-color: #b87247;
    color: #b87247;
}

.brown-green {
    border-color: #b87247;
    color: #b87247;
}

.brown-green .vertical-border {
    background-color: #00c7ae;
}

.brown-green a:hover, .brown-green .menu-item:hover>a {
    border-color: #00c7ae;
    color: #00c7ae;
}

.violet-yellow {
    border-color: #9958b8;
    color: #9958b8;
}

.violet-yellow .vertical-border {
    background-color: #ffa246;
}

.violet-yellow a:hover, .violet-yellow .menu-item:hover>a {
    border-color: #ffa246;
    color: #ffa246;
}

.yellow-violet {
    border-color: #ffa246;
    color: #ffa246;
}

.yellow-violet .vertical-border {
    background-color: #9958b8;
}

.yellow-violet a:hover, .yellow-violet .menu-item:hover>a {
    border-color: #9958b8;
    color: #9958b8;
}

.violet-red {
    border-color: #6170d9;
    color: #6170d9;
}

.violet-red .vertical-border {
    background-color: #ff6a6a;
}

.violet-red a:hover, .violet-red .menu-item:hover>a {
    border-color: #ff6a6a;
    color: #ff6a6a;
}

.red-violet {
    border-color: #ff6a6a;
    color: #ff6a6a;
}

.red-violet .vertical-border {
    background-color: #6170d9;
}

.red-violet a:hover, .red-violet .menu-item:hover>a {
    border-color: #6170d9;
    color: #6170d9;
}

.sable-bleu {
    border-color: #D1A363;
    color: #D1A363;
}

.sable-bleu .vertical-border {
    background-color: #2196F3;
}

.sable-bleu a:hover, .sable-bleu .menu-item:hover>a {
    border-color: #2196F3;
    color: #2196F3;
}

.bleu-sable {
    border-color: #2196F3;
    color: #2196F3;
}

.bleu-sable .vertical-border {
    background-color: #D1A363;
}

.bleu-sable a:hover, .bleu-sable .menu-item:hover>a {
    border-color: #D1A363;
    color: #D1A363;
}

.orange-green {
    border-color: #ff744b;
    color: #ff744b;
}

.orange-green .vertical-border {
    background-color: #00c7ae;
}

.orange-green a:hover, .orange-green .menu-item:hover>a {
    border-color: #00c7ae;
    color: #00c7ae;
}

.green-orange {
    border-color: #00c7ae;
    color: #00c7ae;
}

.green-orange .vertical-border {
    background-color: #ff744b;
}

.green-orange a:hover, .green-orange .menu-item:hover>a {
    border-color: #ff744b;
    color: #ff744b;
}

.bg-pattern-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 250px;
    left: 0px;
    z-index: -1;
}

.bg-pattern {
    max-width: 1350px;
    position: relative;
    height: 100%;
    margin: 0 auto;
}

.bg-pattern .pattern {
    height: 100%;
    position: relative;
}

.h4 {
    text-transform: uppercase;
    font-weight: 500;
}

.wrapper hr {
    border-top: 9px solid;
    border-color: inherit;
    /* color: #808080 !important; */
}

.separator .wrapper {
    height: 1px !important;
    padding: 0px;
    margin-top: 13px;
    margin-bottom: 13px;
    background: #fff;
}

.separator hr {
    border-color: #d2d2d2;
    top: 0px;
    position: relative;
    z-index: 99999;
}

.ui-resizable-w {
    left: 0px !important;
}

.ui-resizable-e {
    right: 0px !important;
}

.grid-stack-item {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    background: white;
}

.grid-stack-item.image {
    z-index: 9999;
}

.project .title-wrapper {
    position: relative;
    margin-top: -53px;
    top: -14px;
    left: 20px;
    color: white;
    font-family: "Atelier";
}

.project .title-wrapper .title {
    visibility: hidden;
    font-size: 1.4em;
}

.link-wrapper a {
    color: inherit;
    font-family: 'MaisonNeue';
    font-weight: bold;
}

.grid-stack-item.ui-draggable-dragging .thumb-wrapper, .grid-stack-item.ui-resizable-resizing .thumb-wrapper {
    display: none;
}

.grid-stack-item article {
    font-size: 0.93em;
}

.separator {
    margin-left: -4px;
    padding-right: 8px !important;
    z-index: 99999;
}

.grid-stack-item .thumb-wrapper {
    position: absolute;
    top: -20px;
    width: 240px;
    right: 30px;
    z-index: 99999;
    display: none;
}

.grid-stack-item:hover .thumb-wrapper {
    display: block;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* RESET */

figure, h1 {
    margin: 0;
    padding: 0;
}

/* CLEANING */

.header-container {
    position: relative;
    width: 100%;
    top: 0px;
    background: #fff;
    z-index: 99999;
    padding-top: 20px;
}

.headroom {
    will-change: transform;
    transition: 350ms linear;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-100%);
}

.headroom--not-top.headroom--pinned {
    box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.2);
}

.menu-wrapper {
    /* position: relative; */
    /* top: 17px; */
    /* left: 25px; */
    /* margin-bottom: 20px; */
}

.menu-wrapper li {
    margin: 0;
    font-size: 0.92rem;
    margin: 0;
    text-transform: uppercase;
}

.menu-wrapper .submenu-item li {
    font-size: 0.9em;
    line-height: 1.65em;
    padding-bottom: 0.4em;
    width: 100%;
}

.menu-wrapper .menu-item {
    position: relative;
    display: inline-block;
}

.menu-wrapper .submenu-item {
    background-color: #ffffff;
    min-width: 270px;
    padding: 15px 10px 10px 10px;
    z-index: 9999999;
    margin-left: -20px;
    overflow: hidden;
    transition: 300ms;
}

.menu-wrapper .menu-item:hover>.submenu-item {
    display: block;
}

.menu-wrapper .menu-item+.menu-item::before {
    /* content: " | "; */
    white-space: pre;
}

.menu-wrapper .submenu-item .menu-item::before {
    content: none;
}

/* afficher le sous menu directement */

.menu-wrapper .menu-item>.submenu-item .submenu-item {
    left: 10px;
    top: 0px;
    position: relative;
    box-shadow: none;
    padding: 5px 20px;
}

.menu-item:hover .submenu-item {
    display: block;
}

/* article */

a {
    text-decoration: none;
    border-bottom: 1px solid;
}

.meta {
    margin: 1.1em 0 0.9em 0;
}

.breadcrumb {
    list-style-type: none;
    padding-bottom: 1.3vh;
    font-size: 1.25vw;
    letter-spacing: 0.5px;
}

.breadcrumb li {
    margin-left: 0;
    margin-right: 3px;
    display: inline;
}

.breadcrumb>li+li::before {
    content: ">\00a0";
}

.ariane {
    padding-bottom: 1.3vh;
    font-size: 1.25vw;
    letter-spacing: 0.5px;
}

.links, .resume p>a {
    font-size: 0.9rem;
    margin-top: 0.3rem;
    line-height: 1.5rem;
}

.image {
    margin: 1em 0 0 0;
}

.content {
    margin-top: 0.5rem;
}

.page p, .page li, article p, article li, .texte p, .texte li {
    color: #464545;
}

.encart p {
    color: #464545;
    line-height: 1.35em;
}

.news li {
    margin: 0px;
    list-style: none;
    color: inherit;
    line-height: 0.3em;
    margin: 0.2em 0;
}

.news li ul {
    padding-left: 10px;
    padding-top: 0px;
    font-size: 0.7rem !important;
    border-left: 1px solid;
    margin: 5px;
}

.news li a {
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: inherit;
}

.news li a.active {
    font-family: 'MaisonNeue';
    font-weight: bold;
}

.news .article {
    margin-bottom: 0;
    padding-bottom: 0;
}

.news .article:last-child {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

.news .article p strong {
    font-family: 'MaisonNeue';
}

.resume .titre, .resume h1, .resume h2 {
    /* font-family: 'Maison Neue Bold'; */
    text-transform: uppercase;
    font-size: 2.3em;
    line-height: 1.1em;
    margin: 0;
    color: #464545;
    font-style: normal;
}

h2+p, .titre+p {
    margin-top: 0 !important;
}

/*h3 {
    margin: 0.9em 0 0 0;
    font-size: 1.2em;
}*/

h2+h3 {
    margin-top: 0.1em;
}

/*h3+p {
    margin-top: 0 !important;
}*/

article h1.titre {
    font-size: 3.2em;
    line-height: 1.1em;
}

h1, h2, h3, h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'MaisonNeue';
}

.description {
    font-size: 1.4em;
}

.page .description {
    font-size: 1.1em;
}

article .description, article .teaser-text {
    font-size: 1.25em;
}

article .caption {
    float: right;
    width: 25%;
    min-width: 250px;
    padding: 0px 10px;
    font-size: 0.8em;
    line-height: 1.3em;
    color: inherit;
    font-family: 'MaisonNeue';
    font-weight: bold;
    border-left: 2px solid;
    margin: 1em;
}

article .ce-image, article .ce-gallery {
    overflow: visible;
    float: left;
}

article .news-img-wrap .outer {
    position: relative;
}

article .image {
    margin-bottom: 1em;
    margin-top: 1em;
}

article .news-img-wrap {
    margin-bottom: 1.5em;
    margin-top: 1em;
}

article .news-text-wrap>p:not(.caption) {
    max-width: 70%;
    margin-bottom: 1em;
    margin-top: 1em;
}

article .news-text-wrap img {
    margin: 1em 0;
    width: 100%;
    height: auto;
}

article .ce-gallery figcaption, article .news-img-caption {
    display: table-caption;
    caption-side: bottom;
    float: right;
    width: 25%;
    padding: 0px 6px;
    font-size: 0.8em;
    line-height: 1.3em;
    color: inherit;
    font-family: 'MaisonNeue';
    font-weight: bold;
    border-left: 2px solid;
    margin: 1.25em 0;
    position: absolute;
    right: 0px;
}

article blockquote p {
    font-size: 2.4em;
    line-height: 1.3em;
    margin: 1em;
    margin-right: auto;
    width: 75%;
    font-family: 'MaisonNeue';
    font-weight: bold;
}

figcaption {
    display: table-caption;
    caption-side: bottom;
    float: left;
    width: 66%;
    font-size: 0.7rem;
    line-height: 1.3em;
    color: inherit;
    margin: 0.5em 0;
    right: 0px;
}

.texte>header h1, .texte>header h2, .texte h3 {
    padding-bottom: 0.3em;
}

.liste {
    display: flex;
}

.liste ul {
    columns: 2;
}

article .content>p, article .ce-bodytext>p {
    margin-bottom: 1em;
    margin-top: 1em;
    max-width: 70%;
}

li>p {
    font-size: 0.95em !important;
    line-height: 1.46em !important;
    margin-bottom: 0em !important;
    margin-top: 0em !important;
}

.texte p:first-of-type, .texte li:first-of-type {
    margin-top: 0.3em;
}

li {
    margin-left: 1em;
}

.content>.image {
    margin-bottom: 1em;
    margin-top: 1em;
    width: 100%;
}

.encart {
    font-size: 2.4em;
    line-height: 1em;
    margin: 1em;
    margin-right: auto;
    width: 75%;
}

.grand-titre {
    font-size: 1.6em;
}

.grand-titre h1.titre {
    padding-top: 0.1em;
}

/* resume */

.d-all .grid-stack-item[data-gs-width="5"] .resume, .d-all .grid-stack-item[data-gs-width="4"] .resume, .d-all .grid-stack-item[data-gs-width="3"] .resume, .d-all .grid-stack-item[data-gs-width="2"] .resume, .d-2of5 .grid-stack-item[data-gs-width="12"] .resume, .d-3of5 .grid-stack-item[data-gs-width="4"] .resume, .d-2of5 .grid-stack-item[data-gs-width="5"] .resume, .d-2of5 .grid-stack-item[data-gs-width="7"] .resume, .d-3of5 .grid-stack-item[data-gs-width="6"] .resume, .d-1of5 .grid-stack-item[data-gs-width="12"] .resume, .d-2of5 .grid-stack-item[data-gs-width="6"] .resume, .d-all .grid-stack-item[data-gs-width="2"] .resume {
    font-size: 0.55em;
}

.d-1of4 .grid-stack-item .resume {
    font-size: 0.55em;
}

.d-3of5 .grid-stack-item[data-gs-width="9"] .resume {
    font-size: 0.65em;
}

.d-all .grid-stack-item[data-gs-width="10"] .resume, .d-all .grid-stack-item[data-gs-width="9"] .resume, .d-all .grid-stack-item[data-gs-width="8"] .resume, .d-all .grid-stack-item[data-gs-width="7"] .resume, .d-all .grid-stack-item[data-gs-width="6"] .resume {
    font-size: 0.72em;
}

.d-1of2 .resume, .d-2of3 .resume {
    font-size: 0.55em;
}

/* texte */

.d-all .grid-stack-item[data-gs-width="4"] .texte, .d-all .grid-stack-item[data-gs-width="3"] .texte, .d-all .grid-stack-item[data-gs-width="2"] .texte, .d-2of5 .grid-stack-item[data-gs-width="12"] .texte, .d-3of5 .grid-stack-item[data-gs-width="4"] .texte, .d-2of5 .grid-stack-item[data-gs-width="5"] .texte, .d-2of5 .grid-stack-item[data-gs-width="7"] .texte, .d-3of5 .grid-stack-item[data-gs-width="6"] .texte, .d-1of5 .grid-stack-item[data-gs-width="12"] .texte, .d-2of5 .grid-stack-item[data-gs-width="6"] .texte, .d-all .grid-stack-item[data-gs-width="2"] .texte {
    font-size: 0.80em;
}

.d-all .grid-stack-item[data-gs-width="5"] .texte, .d-all .grid-stack-item[data-gs-width="6"] .texte, .d-all .grid-stack-item[data-gs-width="7"] .texte {
    font-size: 1em;
}

.d-all .grid-stack-item[data-gs-width="4"] .texte p, .d-all .grid-stack-item[data-gs-width="3"] .texte p, .d-all .grid-stack-item[data-gs-width="2"] .texte p {
    font-size: 1.05em;
}

.d-all .grid-stack-item[data-gs-width="12"] .texte {
    font-size: 1.5em;
}

.grid-stack-item article {
    font-size: 0.90em;
}

/* footer specific font-size */

.d-1of2 .wrapper, .d-2of3 .wrapper {
    padding: 0 1em;
}

footer li {
    margin: 0px;
    list-style: none;
    color: inherit;
    line-height: 1em;
}

footer li a {
    font-size: 0.8rem;
    line-height: 1.3rem;
    color: inherit;
}

footer .grid-stack-item {
    font-size: 0.8em;
    min-height: 160px !important;
    margin-bottom: 10px;
}

footer h2 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

footer .handicap-auditif {
    text-decoration: none;
    border: none !important;
}

/* MOBILE */

@media (max-width: 768px) {
    html {
        font-size: 0.85em;
        line-height: 1.3;
    }
    /* Nav Trigger */
    .nav-trigger {
        position: absolute;
        clip: rect(0, 0, 0, 0);
    }
    /*.main {
        margin-left: 10px;
        margin-right: 10px;
    }*/
    label[for="nav-trigger"] {
        position: fixed;
        right: 20px;
        top: 35px;
        z-index: 2;
        height: 20px;
        width: 30px;
        cursor: pointer;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
        background-size: contain;
    }
/*    .menu-wrapper li {
        margin-left: 1em;
    }*/
    .menu-wrapper>li.menu-item {
        font-size: 2em;
        list-style: none;
        padding-bottom: 2em;
    }
    .menu-wrapper>ul {
/*        position: absolute;
        width: 96%;
        background: white;
        top: 135px;
        padding: 6px;
        list-style: none;
        margin-left: 2%;
        display: none;*/
    }
    .menu-wrapper ul+ul {
        border-left: 1px solid inherit;
    }
    .menu-wrapper .nav-trigger {
        position: absolute;
        clip: rect(0, 0, 0, 0);
    }
    .menu-wrapper .menu-item>.submenu-item>li.menu-item>a {
        font-size: 1.1em;
    }
    .nav-trigger~.menu {
        left: 105%;
    }
    .nav-trigger:checked~.menu {
        left: 0px;
        display: block;
    }
    /*.menu-wrapper ul.submenu-item {
        border-left: 2px solid;
        display: block;
        position: relative;
        background: none;
        min-width: inherit;
        box-shadow: none;
        padding: 0;
        margin: auto;
        padding: 0px 0px !important;
        top: 0px;
    }*/
    .menu-wrapper ul.submenu-item li {
        padding-bottom: 0.25em;
        font-size: 0.95em;
    }
    .menu-wrapper {
        position: relative;
        top: 0px;
        left: 0px;
    }
    .menu-wrapper .menu-item+.menu-item::before {
        content: none;
    }
    .menu-wrapper li.menu-item {
        padding-bottom: 0.5em;
        display: block;
        font-size: 1.0em;
        line-height: 1.45em;
        margin-bottom: 0.3em;
        margin-top: 0.3em;
    }
    .menu-wrapper>ul li.menu-item>a {
        text-decoration: none;
        font-size: 1.5em;
        line-height: 1.25em;
    }
    .menu-wrapper .menu-item>.submenu-item>li.menu-item>a {
        font-size: 1.1em;
    }
    .breadcrumb {
        list-style-type: none;
        padding-bottom: 1rem;
        font-size: 1.15rem;
    }
    .breadcrumb li {
        margin-left: 0;
        margin-right: 5px;
        display: inline;
    }
    .breadcrumb>li+li::before {
        content: ">\00a0";
    }
    .grid-stack, .grid-stack-item {
        height: auto !important;
    }
    .grid-stack-item, .grid-stack-item-content {
        position: relative !important;
        width: 100% !important;
        left: 0px !important;
    }
    .grid-stack-item-content {
        padding-bottom: 0.5em;
    }
    .grid-stack-item .resume, .grid-stack-item .texte {
        font-size: 0.93em !important;
    }
    .description {
        font-size: 1em;
    }
    p {
        line-height: 1.6rem;
    }
    .links {
        font-size: 1em;
    }
    .image+p {
        margin: 1em 0 1em 0;
    }
    .header {
        width: 100%;
    }
    .m-only {
        display: block;
    }
    .header-container {
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .header .logo {
        width: auto;
    }
    .header .logo img {
        margin-left: 20px;
        width: 130px;
    }
    .main-container {
        margin-top: 0px;
    }
    .left-vertical-border {
        left: -2px !important;
    }
    .right-vertical-border {
        right: -4px !important;
    }
    .wrapper hr {
        margin: 0.5em 0 1em 0;
        border-width: 6px;
    }
    .header .wrapper hr {
        margin: 0;
    }
    .main .wrapper>hr:first-of-type {
        margin-top: 2em;
    }
    .vertical-border {
        width: 6px;
    }
    .grid-stack-item .wrapper {
        padding-bottom: 0.2em;
        padding: 0em 10px;
    }
    footer .grid-stack-item {
        font-size: 1em;
        min-height: 0px !important;
        margin-bottom: 0px;
    }
    footer .grid-stack-item .links {
        font-size: 1rem;
    }
    .sticky {
        position: relative;
    }
/*    a {
        border-bottom-width: 0px;
        font-family: 'Maison Neue Bold' !important;
        text-decoration: underline;
    }*/
    a.font-atelier {
        font-family: 'Atelier' !important;
        letter-spacing: 0px;
        text-decoration: none;
        border-bottom: 1px solid;
    }
    article .image {
        margin-bottom: 0em;
        margin-top: 0em;
    }
    article .news-img-wrap {
        margin-bottom: 1em;
        margin-top: 1em;
    }
    article .caption, article .ce-gallery figcaption, article .news-img-caption {
        float: left;
        width: 95%;
        padding: 0px 5px;
        min-width: auto;
        font-size: 0.8em;
        color: inherit;
        font-family: 'MaisonNeue';
        font-weight: bold;
        border-left: 2px solid;
        margin: 1em 0em 1em 0em;
        position: relative;
    }
    article .content>p, article .ce-bodytext>p {
        margin-bottom: 1em;
        line-height: 1.75rem;
        margin-top: 1em;
        max-width: 100%;
    }
    article .news-text-wrap>p:not(.caption) {
        max-width: 100% !important;
        width: 100% !important;
    }
    .grid-stack-item.article .d-1of3, .grid-stack-item.article .d-2of3 .wrapper {
        padding: 0px 0 10px 0;
    }
    article h1.titre {
        font-size: 3em;
        line-height: 1.25em;
    }
    article .encart, article blockquote {
        margin-left: auto;
        margin-right: auto;
        width: 95%;
    }
    article blockquote p {
        width: 100%;
        margin: 1em 0 1em 0;
        font-size: 1.7rem;
        line-height: 2.2rem;
    }
    article .description p, article .teaser-text p {
        line-height: 1.4em;
    }
    .resume h2, .resume h1 {
        font-size: 1.7em;
    }
    .meta {
        margin: 0.5em 0 0.5em 0;
    }
}

/* TABLET */

@media (min-width: 769px) and (max-width: 1030px) {
    body {
        font-size: 0.85em;
    }
    .header, .main {
        width: 98%;
    }
    .mention {
        display: none;
    }
}

/* DESKTOP */

@media (min-width: 1030px) {
    body {
        /*font-size: 1.1vw;*/
        margin: 0 7vw;
    }
}

/* SPECIAL MEDIA QUERIES */

@media (max-width: 1435px) {
    .mention {
        display: none;
    }
}

/* HUGE DESKTOP */

@media (min-width: 1580px) {
    body {
        /*font-size: 108%;*/
    }
    .breadcrumb {
        list-style-type: none;
        padding-bottom: 1.45vh;
        font-size: 1.15vw;
        letter-spacing: 0.5px;
    }
    .breadcrumb li {
        margin-left: 0;
        margin-right: 10px;
        display: inline;
    }
    .breadcrumb>li+li::before {
        content: ">\00a0";
    }
    .menu-wrapper li {
        font-size: 0.95rem;
    }
}