/*
/	Solution web ideveloppement
/	http://www.ideveloppement.fr
/
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: 'comfortaa';
    src: url('../fonts/comfortaa-light-webfont.eot');
    src: url('../fonts/comfortaa-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/comfortaa-light-webfont.woff2') format('woff2'),
    url('../fonts/comfortaa-light-webfont.woff') format('woff'),
    url('../fonts/comfortaa-light-webfont.ttf') format('truetype'),
    url('../fonts/comfortaa-light-webfont.svg#comfortaa') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'comfortaa';
    src: url('../fonts/comfortaa-bold-webfont.eot');
    src: url('../fonts/comfortaa-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/comfortaa-bold-webfont.woff2') format('woff2'),
    url('../fonts/comfortaa-bold-webfont.woff') format('woff'),
    url('../fonts/comfortaa-bold-webfont.ttf') format('truetype'),
    url('../fonts/comfortaa-bold-webfont.svg#comfortaa') format('svg');
    font-weight: bold;
    font-style: normal;
}

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

.link-arrow:after,
.popup-container button.mfp-close:before,
.header .main-nav-toggler:before,
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    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-arrow-up:before {
    content: "\e900";
}
.popup-container button.mfp-close:before,
.main-nav-open .header .main-nav-toggler:before,
.icon-close:before {
    content: "\e901";
}
.icon-chevron-left:before {
    content: "\e902";
}
.link-arrow:after,
.icon-chevron-right:before {
    content: "\e903";
}
.icon-location:before {
    content: "\e904";
}
.header .main-nav-toggler:before,
.icon-menu:before {
    content: "\e905";
}
.icon-phone:before {
    content: "\e906";
}
.icon-pos-left {
    display: inline-block;
    margin-right: 7px;
}
.icon-pos-right {
    display: inline-block;
    margin-left: 7px;
}

/* Basic HTML
------------------------------------------------------------------------*/
body {
    font: 14px/1.62 'comfortaa', sans-serif;
    color: #1d1d1b;
    background: #eee;
    min-width: 320px;
}
body.main-nav-open {
    overflow: hidden;
}
p, h1, h2, h3, h4, h5, h6, ul, ol {
    margin: 0 0 20px;
}
h1, h2, h3, h4 {
    line-height: 1.25;
}
h1 {
    font-size: 34px;
    font-weight: bold;
    color: #edc621;
    margin: 0 0 40px;
}
h2 {
    font-size: 30px;
    font-weight: bold;
    color: #edc621;
    margin: 30px 0;
}
h3 {
    font-size: 24px;
    font-weight: normal;
    color: #edc621;
    margin: 30px 0;
}
h4 {
    font-size: 18px;
    font-weight: bold;
    color: #edc621;
    margin: 30px 0 5px;
}
a {
    color: #edc621;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
    color: #1d1d1b;
    text-decoration: underline;
}
ol {
    list-style: decimal;
    padding: 0 0 0 35px;
}
ul {
    list-style: disc;
    padding: 0 0 0 35px;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}
table {
    width: 100%;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="button"],
input[type="reset"],
input[type="submit"],
button,
textarea {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;

    font: inherit;

    box-shadow: none;
    outline: 0;
    opacity: 1;
    margin: 0;
}
textarea {
    overflow: auto;
    resize: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"],
button {
    cursor: pointer;
}
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0
}

html { box-sizing: border-box; }
*, *:before, *:after {
    box-sizing: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.nodisplay,
.hiddenField {
    display: none;
}

/* clearfix */
.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.wrapper {
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}
.large-wrapper {
    background: #fff;
    max-width: 1400px;
    margin: 0 auto;
}

.btn {
    display: inline-block;
    font: inherit;
    color: #fff;
    text-transform: uppercase;
    background: #edc621;
    border: 0;
    border-radius: 22px;
    font-size: 14px;
    padding: 12px 25px 10px;
    text-align: center;
    letter-spacing: 1px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:hover {
    color: #f6f6f6;
    text-decoration: none;
    background: #1d1d1b;
}

.img-left,
.img-right {
    display: block;
    margin: 0 auto;
}
.img-block {
    display: block;
    margin: 50px auto;
}

.text-center {
    text-align: center;
}

.rte {
    overflow: hidden;
    margin: 0 -10px;
    font-size: 0;
}
.rte .col {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 10px;
}

.alert {
    margin: 0 0 20px;
    border-radius: 22px;
    padding: 11px 20px;
    color: #fff;
}
.alert > * {
    margin: 0;
}
.alert a {
    color: #fff;
    text-decoration: underline;
}
.alert a:hover {
    text-decoration: none;
}
.alert-info {
    background: #058ed9;
}
.alert-danger {
    background: #ea2b1f;
}
.alert-success {
    background: #44af69;
}



/* Header
------------------------------------------------------------------------*/
.header {
    background: #292b31;
    overflow: hidden;
    padding: 15px 0;
    height: 102px;
    position: relative;
    z-index: 50;
}
.header-no-bg {
    background-color: rgba(41, 43, 49, 0.5);
}
.main-nav-open .header {
    overflow: visible;
}
.header .logo {
    float: left;
    width: 141px;
}
.header .logo h1 {
    margin: 0;
}
.header .logo a,
.header .logo img {
    display: block;
}
.header .main-nav-toggler {
    float: right;
    border: 0;
    padding: 0;
    margin: 6px 0 0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: relative;
    text-indent: -9999em;
    -webkit-transition-property: color, background;
    -moz-transition-property: color, background;
    -o-transition-property: color, background;
    transition-property: color, background;
}
.header .main-nav-toggler:before {
    /* See content at top */
    font-size: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-indent: 0;
}
.main-nav-open .header .main-nav-toggler {
    z-index: 200;
    position: fixed;
    top: 15px;
    right: 10px;
}
.main-nav-open .header .main-nav-toggler:before {
    font-size: 22px;
    width: 22px;
    height: 22px;
}
.main-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #292b31;
    z-index: 100;
    text-align: center;
}
.main-nav-open .main-nav {
    display: block;
}
.main-nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/bg.jpg') 50%;
    background-size: cover;
    opacity: 0.1;
}
.main-nav:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.main-nav > .wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.main-nav ul {
    list-style: none;
    padding: 102px 0 0;
    margin: 0;
}
.main-nav li {
    position: relative;
    margin: 0 0 40px;
}
.main-nav a {
    letter-spacing: 0;
    font-size: 20px;
    color: #fff;
}
.main-nav a:hover {
    color: #edc621;
    text-decoration: none;
}
.main-nav .active a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: -5px;
    background: #edc621;
}

/* Content
------------------------------------------------------------------------*/
.link a,
.link-arrow {
    text-transform: uppercase;
}
.link-arrow:after {
    display: inline-block;
    margin-left: 7px;
}
.form-row {
    margin: 0 0 20px;
}
.form-row .control-label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
}
.form-row input:not([type="checkbox"]):not([type="radio"]),
.form-row textarea {
    border: 1px solid #ddd;
    background: #fff;
    width: 100%;
    padding: 10px;
    height: 45px;
}
.form-row textarea {
    height: 140px;
}
.form-row input:not([type="checkbox"]):not([type="radio"]):focus,
.form-row textarea:focus {
    border-color: #edc621;
}
.form-row.error .control-label,
.form-row.error label.checkbox {
    color: #ea2b1f;
}
.form-row.error input:not([type="checkbox"]):not([type="radio"]),
.form-row.error textarea {
    border-color: #ea2b1f;
}
.submit {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.popup-container {
    max-width: 380px;
    margin: 0 auto;
    padding-top: 42px;
    position: relative;
}
.popup-container button.mfp-close {
    width: 22px;
    height: 42px;
    opacity: 1;
    color: #fff;
    text-indent: -9999px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.popup-container button.mfp-close:hover {
    color: #edc621;
}
.popup-container button.mfp-close:active {
    top: 0;
}
.popup-container button.mfp-close:before {
    /* See content at top */
    font-size: 22px;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-indent: 0;
}
.popup {
    background: #fff;
    padding: 40px 50px 20px;
    position: relative;
}
.popup:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/bg.jpg') 50%;
    background-size: cover;
    opacity: 0.2;
}
.popup .popup-inner {
    position: relative;
}
.popup .popup-inner h2 {
    text-align: center;
}
.popup .popup-inner h2:first-child {
    margin-top: 0;
}
.page-section {
    overflow-x: hidden;
    padding-top: 70px;
    padding-bottom: 50px;
}
.page-section:not(.page-section-bg) + .page-section:not(.page-section-bg) {
    padding-top: 0;
}
.page-section-bg {
    position: relative;
    overflow: hidden;
}
.page-section-bg .page-section-bg-inner {
    position: relative;
}
.page-section-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/bg.jpg') 50%;
    background-size: 100% auto;
    opacity: 0.2;
}
.page-section .disposition-wysiwyg:first-child h2:first-child,
.page-section .disposition-wysiwyg:first-child h3:first-child {
    margin-top: 0;
}

.disposition-img-left-text-right:not(:first-child),
.disposition-img-right-text-left:not(:first-child),
.disposition-img-left-text-right-3:not(:first-child),
.disposition-img-right-text-left-3:not(:first-child),
.disposition-two-images:not(:first-child) {
    margin-top: 50px;
}
.disposition-img-left-text-right .col-img img,
.disposition-img-right-text-left .col-img img,
.disposition-img-left-text-right-3 .col-img img,
.disposition-img-right-text-left-3 .col-img img,
.disposition-two-images .col img {
    display: block;
    margin: 0 auto 20px;
}

/* Tarteaucitron JS
------------------------------------------------------------------------*/
#tarteaucitronRoot #tarteaucitronAlertBig:before,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset:before {
    content: '';
    display: block;
    margin: 0 auto 20px;
    width: 280px;
    height: 100px;
    background: url('../img/logo-neta-cookies.png?2022') no-repeat 0 0 / 280px 100px;
}
@media
screen and (min-resolution: 1.5dppx),
screen and (-webkit-min-device-pixel-ratio: 1.5),
screen and (min-device-pixel-ratio: 1.5) {
    #tarteaucitronRoot #tarteaucitronAlertBig:before,
    #tarteaucitronRoot #tarteaucitronServices #tarteaucitronMainLineOffset:before {
        background-image: url('../img/logo-neta-cookies.png?2022');
    }
}

/* Home
------------------------------------------------------------------------*/
.home-slideshow {
    margin-top: -102px;
    position: relative;
}
.home-slideshow .wrap {
    overflow: hidden;
}
.home-slideshow .wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    font-size: 0;

    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.home-slideshow .wrap li {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 480px;
    position: relative;
    white-space: normal;
}
.home-slideshow .wrap .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.home-slideshow .wrap .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d1d1b+0,1d1d1b+100&0+0,0.85+100 */
    background: -moz-linear-gradient(top,  rgba(29,29,27,0) 0%, rgba(29,29,27,0.85) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(29,29,27,0) 0%,rgba(29,29,27,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(29,29,27,0) 0%,rgba(29,29,27,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d1d1b', endColorstr='#d91d1d1b',GradientType=0 ); /* IE6-9 */

}
.home-slideshow .wrap .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 101%;
    min-height: 101%;
    max-width: none;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.home-slideshow .wrap .text {
    position: absolute;
    left: 10px;
    bottom: 50px;
    right: 10px;
    max-width: 800px;
}
.home-slideshow .wrap .text h2 {
    color: #fff;
}
.home-slideshow .nav .prev,
.home-slideshow .nav .next {
    display: none;
}
.home-slideshow .nav .dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}
.home-slideshow .nav .dots button {
    background: #f6f6f6;
    border: 0;
    padding: 0;
    text-indent: -9999em;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.home-slideshow .nav .dots .active {
    background: #edc621;
}

.home-video {
    margin-top: 30px;
    margin-bottom: 30px;
}
.home-video-inner {
    position: relative;
}
.home-video-inner::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}
.home-video-inner .youtube_player,
.home-video-inner .youtube_player iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}
.home-news h2 {
    margin-top: 0;
    text-align: center;
}
.publications-list-filters {
    text-align: center;
}
.publications-list-filters ul {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    font-size: 0;
    display: inline-block;
}
.publications-list-filters li {
    display: block;
    padding: 0 10px;
    margin: 0 0 10px;
}
.publications-list-filters a {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 17px;
    color: #edc621;
    text-decoration: none;
}
.publications-list-filters a:hover {
    background: #edc621;
    color: #fff;
}
.publications-list-filters .active a {
    background: #eee;
    color: #1d1d1b;
}
.publications-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.publications-list li + li {
    margin-top: 40px;
}
.publications-list .date {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ddd;
}
.publications-list .title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}
.publications-list .author {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
}
.publications-list .link {
    font-size: 12px;
    margin-top: 20px;
    text-align: right;
}

.news-list {
    margin: 0 auto 20px;
    max-width: 300px;
}
.news-list ul {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    font-size: 0;
}
.news-list li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.news-list a {
    display: block;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.news-list .img {
    position: relative;
    overflow: hidden;
}
.news-list .img:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.news-list .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 101%;
    min-height: 101%;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.news-list .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    letter-spacing: 0;
    background: rgba(29, 29, 27, 0.7);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.news-list a:hover .text,
.has-touch .news-list .text {
    opacity: 1;
}
.news-list .text:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.news-list .text-inner {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #ddd;
    padding: 20px 20px 0;
}
.news-list .date {
    text-transform: uppercase;
}
.news-list .author {
    margin-top: -10px;
}
.news-list .title {
    color: #ddd;
    font-weight: normal;
    margin-top: 0;
    font-size: 20px;
}
.news-list .link {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #edc621;
}
.news-list-loader {
    position: relative;
}
.news-list-loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.news-list-loader button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 140px;
    height: 140px;
    line-height: 140px;
    border-radius: 50%;
    background: #edc621;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.news-date {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    color: #292b31;
    white-space: nowrap;
}

/* Logos
------------------------------------------------------------------------*/
.list-logos ul {
    list-style: none;
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.list-logos ul > li {
    flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
    width: 130px;
}
.list-logos ul > li::before {
    content: '';
    display: block;
    padding-top: 69.2307692307%;
}
.list-logos a,
.list-logos img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.list-logos img {
    object-fit: contain;
}

/* Contact
------------------------------------------------------------------------*/
.contact-section {
    margin-top: -102px;
    padding-top: 102px;
    position: relative;
}
.contact-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/bg.jpg') 50%;
    opacity: 0.2;
}
.contact-form {
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px;
}
.contact-form .wrapper {
    padding-left: 0;
    padding-right: 0;
}
.contact-form form {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}
.contact-info {
    position: relative;
    margin: 0 -10px;
    background: #292b31;
    color: #f6f6f6;
}
.contact-info .text {
    padding: 30px 10px 60px;
}
.contact-info .text-inner {
    max-width: 280px;
    margin: 0 auto;
    text-align: left;
}
.contact-info .contact-line {
    position: relative;
    padding-left: 36px;
}
.contact-info .contact-line [class^="icon-"],
.contact-info .contact-line [class*=" icon-"] {
    position: absolute;
    top: 3px;
    left: 0;
}

/* Footer
------------------------------------------------------------------------*/
.footer-top {
    background: #292b31;
    color: #fff;
    position: relative;
    padding-top: 70px;
    padding-bottom: 50px;
}
.footer-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/bg.jpg') 50%;
    background-size: cover;
    opacity: 0.1;
}
.footer-top .wrapper {
    position: relative;
}
.footer-top h2 {
    margin-top: 0;
    text-align: center;
}
.footer-top .link {
    text-align: center;
}
.footer-bottom {
    background: #1d1d1b;
    color: #ddd;
    font-size: 12px;
    padding: 30px 0 10px;
    text-align: center;
}
.footer-bottom img {
    margin-bottom: -5px;
}
.footer-bottom a {
    transition: none;
    color: #ddd;
    font-weight: normal;
    letter-spacing: normal;
}
.footer-bottom a:focus,
.footer-bottom a:hover {
    text-decoration: underline;
    color: #ddd;
}
.footer-nav ul {
    list-style: none;
    padding: 3px 0 0;
    margin: 0 0 17px;
}
.footer-nav li {
    display: inline;
    vertical-align: top;
}
.footer-nav li:before {
    content: ' - ';
}
.footer-nav li:first-child:before {
    content: '';
}
.footer-nav a {
    font-weight: normal;
    letter-spacing: 0;
    color: inherit;
}
.footer-nav .js-manage-cookies {
    background: none;
    padding: 0;
    border: 0;
    margin: 0;
    font-weight: normal;
    letter-spacing: 0;
    color: inherit;
}
.footer-nav .js-manage-cookies:focus,
.footer-nav .js-manage-cookies:hover {
    text-decoration: underline;
}
.footer-nav .langs .active {
    color: #edc621;
}

.back-to-top {
    display: none;
}

@media (min-width: 640px) {

    /* Basic HTML
    ------------------------------------------------------------------------*/
    .img-left {
        float: left;
        margin: 0 20px 10px 0;
    }
    .img-right {
        float: right;
        margin: 0 0 10px 20px;
    }

    /* Content
    ------------------------------------------------------------------------*/
    .disposition-two-images .col {
        width: 50%;
    }
    .disposition-two-images .col-full {
        width: 100%;
    }

    /* Home
    ------------------------------------------------------------------------*/
    .news-list {
        max-width: 620px;
    }
    .news-list li {
        width: 50%;
    }

    /* Contact
    ------------------------------------------------------------------------*/
    .contact-section > .wrapper {
        overflow: visible;
        position: static;
    }
    .contact-form {
        margin-right: 50%;
        padding-right: 20px;
        padding-bottom: 70px;
    }
    .contact-info {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        bottom: 0;
        margin: 0;
    }

    /* Footer
    ------------------------------------------------------------------------*/
    .footer-top-content {
        margin: 0 -10px;
        font-size: 0;
    }
    .footer-top-content .text,
    .footer-top-content .link {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        padding: 0 10px;
        font-size: 14px;
    }
    .footer-bottom .copy {
        float: left;
    }
    .footer-bottom .footer-nav {
        float: right;
        width: 50%;
        text-align: right;
    }
}

@media (min-width: 960px) {

    /* Basic HTML
    ------------------------------------------------------------------------*/
    body,
    .rte .col {
        font-size: 16px;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        margin-top: 50px;
        font-size: 32px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 20px;
    }

    .img-block {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .alert {
        padding-top: 10px;
        padding-bottom: 9px;
    }

    /* Header
    ------------------------------------------------------------------------*/
    .header {
        height: 116px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header .logo {
        width: 150px;
    }
    .header .main-nav-toggler {
        margin-top: 8px;
    }
    .main-nav-open .header .main-nav-toggler {
        position: relative;
        top: 0;
        right: 0;
    }

    /* Content
    ------------------------------------------------------------------------*/
    .form-two-cols {
        margin-left: -10px;
        margin-right: -10px;
        font-size: 0;
    }
    .form-two-cols .form-row {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px;
        font-size: 16px;
    }

    .page-section {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .disposition-wysiwyg > .wrapper,
    .disposition-two-images > .wrapper {
        max-width: 980px;
    }
    .disposition-img-left-text-right:not(:first-child),
    .disposition-img-right-text-left:not(:first-child),
    .disposition-img-left-text-right-3:not(:first-child),
    .disposition-img-right-text-left-3:not(:first-child),
    .disposition-two-images:not(:first-child) {
        margin-top: 60px;
    }
    .disposition-img-right-text-left,
    .disposition-img-right-text-left-3 {
        direction: rtl;
    }
    .disposition-img-right-text-left .col,
    .disposition-img-right-text-left-3 .col {
        direction: ltr;
    }
    .disposition-img-left-text-right .col,
    .disposition-img-right-text-left .col,
    .disposition-two-wysiwyg .col {
        width: 50%;
    }
    .disposition-img-left-text-right-3 .col,
    .disposition-img-right-text-left-3 .col {
        width: 66.6666666666%;
    }
    .disposition-img-left-text-right-3 .col-img,
    .disposition-img-right-text-left-3 .col-img {
        width: 33.3333333333%;
    }
    .disposition-img-left-text-right .col-full,
    .disposition-img-right-text-left .col-full,
    .disposition-img-left-text-right-3 .col-full,
    .disposition-img-right-text-left-3 .col-full,
    .disposition-two-wysiwyg .col-full {
        width: 100%;
    }
    .disposition-img-left-text-right .col > h2:first-child,
    .disposition-img-left-text-right .col > h3:first-child,
    .disposition-img-right-text-left .col > h2:first-child,
    .disposition-img-right-text-left .col > h3:first-child,
    .disposition-img-left-text-right-3 .col > h2:first-child,
    .disposition-img-left-text-right-3 .col > h3:first-child,
    .disposition-img-right-text-left-3 .col > h2:first-child,
    .disposition-img-right-text-left-3 .col > h3:first-child {
        margin-top: 0;
    }

    /* Home
    ------------------------------------------------------------------------*/
    .home-slideshow {
        margin-top: -116px;
    }
    .home-slideshow .wrap li {
        height: 600px;
    }
    .home-slideshow .wrap .text {
        bottom: 80px;
        padding-left: 90px;
        padding-right: 90px;
    }
    .home-slideshow .nav .dots {
        bottom: 35px;
    }
    .home-slideshow .nav .prev,
    .home-slideshow .nav .next {
        display: block;
        border: 0;
        background: rgba(29, 29, 27, 0);
        font-size: 35px;
        color: #fff;
        width: 70px;
        height: 50px;
        position: absolute;
        top: 50%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .home-slideshow .nav .prev {
        left: 0;
    }
    .home-slideshow .nav .next {
        right: 0;
    }
    .home-slideshow .nav .prev:hover,
    .home-slideshow .nav .next:hover {
        background: #1d1d1b;
    }
    .home-slideshow .nav .prev.inactive,
    .home-slideshow .nav .next.inactive {
        cursor: default;
        opacity: 0;
    }
    .home-slideshow .nav .prev [class^="icon-"],
    .home-slideshow .nav .prev [class*=" icon-"],
    .home-slideshow .nav .next [class^="icon-"],
    .home-slideshow .nav .next [class*=" icon-"] {
        font-size: 35px;
        width: 35px;
        height: 35px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .home-video {
        margin: 80px auto;
        width: 66.6666666666%;
    }

    .publications-list-filters {
        text-align: left;
    }
    .publications-list-filters ul {
        display: block;
    }
    .publications-list-filters li {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
    }
    .publications-list-filters a {
        font-size: 14px;
    }

    .publications-list li {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }
    .publications-list .date,
    .publications-list .text,
    .publications-list .link {
        flex: 0 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .publications-list .date {
        width: 100%;
        font-size: 14px;
    }
    .publications-list .text {
        width: calc(100% / 12 * 10);
    }
    .publications-list .link {
        margin-top: 0;
        width: calc(100% / 12 * 2);
    }

    .news-list {
        max-width: 1159px; /* 1160 - 1 ... so that it's divisible by 3 */
    }
    .news-list li {
        width: 33.3333333333%;
    }

    /* Logos
    ------------------------------------------------------------------------*/
    .list-logos ul > li {
        width: calc((100% / 7) - 20px);
        max-width: 130px;
    }

    /* Contact
    ------------------------------------------------------------------------*/
    .contact-section {
        margin-top: -116px;
        padding-top: 116px;
    }

    .contact-form {
        margin-right: 40%;
    }
    .contact-form form {
        margin-left: 0;
    }
    .contact-info {
        width: 40%;
    }

    /* Footer
    ------------------------------------------------------------------------*/
    .footer-top-content .text {
        width: 66.666666%;
        font-size: 16px;
    }
    .footer-top-content .link {
        width: 33.333333%;
        text-align: right;
    }

    .back-to-top {
        display: block;
        opacity: 0;
        position: fixed;
        bottom: 150px;
        left: auto;
        right: auto;
        width: 100%;
        max-width: 1400px;
        margin: 0;
        height: 0;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .back-to-top-visible .back-to-top {
        opacity: 1;
    }
    .back-to-top button {
        cursor: default;
        position: relative;
        float: right;
        margin-right: 20px;
        width: 60px;
        height: 60px;
        border: 0;
        background: rgba(41, 43, 49, 0.8);
        border-radius: 50%;
        color: #f6f6f6;
    }
    .back-to-top-visible .back-to-top button {
        cursor: pointer;
    }
    .back-to-top button:hover {
        background: rgba(41, 43, 49, 1);
    }
    .back-to-top [class^="icon-"],
    .back-to-top [class*=" icon-"] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        font-size: 30px;
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 1200px) {

    /* Header
    ------------------------------------------------------------------------*/
    .header .main-nav-toggler {
        display: none;
    }
    .main-nav {
        display: block;
        position: absolute;
        top: 28px;
        right: 50%;
        left: auto;
        bottom: auto;
        margin-right: -590px;
        background: none;
    }
    .main-nav::before,
    .main-nav::after {
        content: none;
    }
    .main-nav > .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .main-nav ul {
        padding-top: 0;
        display: flex;
        align-items: center;
        height: 60px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .main-nav li {
        flex: 0 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0;
    }

    /* Content
    ------------------------------------------------------------------------*/
    .disposition-img-left-text-right .col {
        padding-left: 110px;
    }
    .disposition-img-left-text-right .col-img,
    .disposition-img-left-text-right .col-full {
        padding-left: 10px;
    }
    .disposition-img-right-text-left .col {
        padding-right: 110px;
    }
    .disposition-img-right-text-left .col-img,
    .disposition-img-right-text-left .col-full {
        padding-right: 10px;
    }
    .disposition-img-left-text-right-3 .col {
        padding-left: 110px;
    }
    .disposition-img-left-text-right-3 .col-img,
    .disposition-img-left-text-right-3 .col-full {
        padding-left: 10px;
    }
    .disposition-img-right-text-left-3 .col {
        padding-right: 110px;
    }
    .disposition-img-right-text-left-3 .col-img,
    .disposition-img-right-text-left-3 .col-full {
        padding-right: 10px;
    }
    .disposition-two-images .col {
        padding-right: 110px;
    }
    .disposition-two-images .col + .col {
        padding-left: 110px;
        padding-right: 10px;
    }

    /* Home
    ------------------------------------------------------------------------*/
    .home-slideshow .wrap .text {
        width: 800px;
        right: auto;
        left: 50%;
        margin-left: -600px;
    }

    /* Contact
    ------------------------------------------------------------------------*/
    .contact-form {
        margin-right: 400px;
        padding-right: 100px;
    }
    .contact-info {
        width: 510px;
    }

}

@media (min-width: 1340px) {

    /* Home
    ------------------------------------------------------------------------*/
    .home-slideshow .wrap .text {
        padding-left: 0;
        padding-right: 0;
    }

}