


:root {
    --content-width: 1450px;

    --rgb-color-1: 0, 0, 0;
    --rgb-color-2: 236, 159, 44;
    --rgb-color-3: 236, 90, 44;
    --rgb-color-4: 250, 233, 206;
    --rgb-color-5: 175, 121, 22;

    --color-default: #000000;
    --color-1: #000000;
    --color-2: #ec9f2c;
    --color-3: #ec5a2c;
    --color-4: #fae9ce;
    --color-5: #af7916;
    --color-6: #582603;
    --color-7: #9F521E;

    --title-color: var(--color-6);

    --bf500: #ec5a2c;
}

@font-face {
    font-family: "Poppins";
    src: url('/plugin/Gdsa/font/Poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: "Poppins";
    font-weight: 200;
    src: url('/plugin/Gdsa/font/Poppins/Poppins-ExtraLight.ttf');
}

@font-face {
    font-family: "Poppins";
    font-weight: 300;
    src: url('/plugin/Gdsa/font/Poppins/Poppins-Light.ttf');
}

@font-face {
    font-family: "Poppins";
    font-weight: 400;
    src: url('/plugin/Gdsa/font/Poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: "Poppins";
    font-weight: 500;
    src: url('/plugin/Gdsa/font/Poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: "Poppins";
    font-weight: 600;
    src: url('/plugin/Gdsa/font/Poppins/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: "Poppins";
    font-weight: 700;
    src: url('/plugin/Gdsa/font/Poppins/Poppins-Bold.ttf');
}

* {
    font-family: "Poppins";
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}

html, body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.66;
    background:#f5f5f5;
}

html {
    overflow-x:hidden;
}

a {
    text-decoration: none;
    color: var(--color-3);
    transition-duration: .5s;
    transition-property: color, background;
}

a:hover {
    color: var(--color-2);
}

h1 {
    color: var(--title-color);
    font-size:50px;
    font-weight: 700;
    line-height:65px;
}

h2 {
    color: var(--title-color);
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    margin-top:40px;
}

h2:first-child {
    margin-top:0;
}

h2 a {
    color: var(--title-color);
}
h2 img {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    width:44px;
}

h3 {
    color: var(--title-color);
    font-size: 18px;
    font-weight: 600;
    margin-top:20px;
}

h3:first-child {
    margin-top:0;
}

h3 + p {
    margin-top: 0;
}
h3 a {
    color: var(--title-color);
}

h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color:var(--color-6);
    margin-top:50px;
}

h4.smaller {
    font-size: 20px;
    line-height: 30px;
}

h4:first-child {
    margin-top:0;
}

h5 {
    color:var(--color-6);
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    margin-top:30px;
}

h5:first-child {
    margin-top:0;
}

h6 {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color:#000;
    text-transform:uppercase;
    margin-top:15px;
}

h6:first-child {
    margin-top:0;
}

p {
    margin-top:20px;
    margin-bottom:0;
}

p:first-child {
    margin-top:0;
}

.center {
    display:block !important;
    width:max-content;
    margin-left:auto;
    margin-right:auto;
}

img {
    display:block;
    width:100%;
    height: max-content;
}

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

strong {
    font-weight:500;
}

ul {
    color:#000;
    font-size:16px;
    line-height:30px;
    margin-top:30px;
    list-style:disc;
    font-weight:300;
    padding-left:20px;
}

ul:first-child {
    margin-top:0;
}

ul li {
    font-size:16px;
    line-height:30px;
    position:relative;
    color:#000;
    list-style:disc;
    margin-top:7px;
}

ul li:first-child {
    margin-top:0;
}

ol {
    color:#000;
    font-size:16px;
    line-height:30px;
    margin-top:30px;
    list-style:decimal;
    font-weight:300;
    padding-left:20px;
}

ol:first-child {
    margin-top:0;
}

ol li {
    font-size:16px;
    line-height:30px;
    position:relative;
    color:#000;
    list-style:decimal;
    margin-top:7px;
}

ol li:first-child {
    margin-top:0;
}

.menu {
    padding-left:0;
    list-style:none;
}

.menu li {
    list-style:none;
    margin-top:0;
}


body > header {
    width: var(--content-width);
    margin: 0 auto;
    padding:20px calc((100vw - var(--content-width)) / 2);
    display: flex;
    align-items:center;
    justify-content: space-between;
    position:fixed;
    top:0;
    left:0;
    box-sizing: content-box;
    z-index:1000;
    background:white;
    box-shadow: 0px 4px 4px 0px #00000010;
    min-height:90px;
    transition-property: padding-top, padding-bottom, min-height;
}

.on-scroll > header {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 80px;
    transition-duration: .5s;
}

body > header .logo-container a {
    display: flex;
    width:150px;
}
body > header .logo-container a img {
    display: block;
    width:100%;
}

body > header nav {
    margin: 20px 0 auto auto;
}

body > header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 19px;
    white-space: nowrap;
}

body > header ul ul {
    background: #FFFFFF;
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    display: none;
    box-shadow: 0px 3px 4px 3px #00000010;
}

body > header nav ul.menu > li {
    position: relative;
    margin-right: 40px;
}

body > header nav ul.menu > li:last-child {
    margin-right:0;
}

body > header nav ul.menu > ul > li > a {
    padding: 0 3px;
    cursor:pointer;
}
body > header nav ul.menu > ul > li > span {
    padding: 0 3px;
}

body > header nav ul.menu > li a:hover,
body > header nav ul.menu > li span:hover,
body > header nav ul > li.active > a,
body > header nav ul > li.active > span {
    color:var(--color-3);
}

body > header li:hover > ul {
    display: block;
}

body > header ul li a {
    display: inline-block;
    color: RGB(var(--color-default));
}

body > header ul ul li {
    margin-top:14px;
}

body > header ul ul li:first-child {
    margin-top:0;
}

body > header ul ul li a {
    color: RGB(var(--color-default));
    padding: 3px 25px;
}

body > header nav ul.menu > ul > li.menu-has-children > a:after,
body > header nav ul.menu > li.menu-has-children > span:after {
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    content: "\f078";
    font-size: .7em;
    font-weight: 900;
    line-height: 1;
    margin-left: 10px;
}

body > header ul li a.contact {
    color: #AF7916;
    font-weight: 600;
}

header a.button-3 {
    margin-left:auto;
    margin-right:0;
    display:block;
    width:max-content;
}


.slider.home {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    height: calc(100vh - 130px);
}
.jseditor .slider.home {
    height: 600px;
}

.slider.home .slider-items {
    height:100% !important;
}

.slider.home .slider-items .slideritem {
    height:100% !important;
}

.slider.home .slider-menu {
    display: none;
}

.slider.home .slider-content {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}

.slider.home .slider-content .filter {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:#00000033;
}

.slider.home .slider-content .block-text {
    position: absolute;
    top: 50%;
    left: calc((100vw - var(--content-width)) / 2);
    transform:translate(0,-50%);
}
.slider.home .slider-content p:first-child {
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    color: #FFFFFF;
    max-width: 810px;
    text-shadow: 0 4px 4px RGBA(0, 0, 0, .45);
    margin: 0;
}
.slider.home .slider-content a.primary-button {
    font-size: 20px;
}

.slider.home a.button-1 {
    font-size: 25px;
    line-height: 37px;
}



.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap:wrap;
    margin-top:45px;
}

.news-list:first-child {
    margin-top:0;
}

.news-list li {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3 - 90px / 3);
    margin-top:45px;
    margin-right:45px;
    margin-left:0;
}

.news-list li:nth-child(3n) {
    margin-right:0;
}

.news-list li:nth-child(-n + 3) {
    margin-top:0;
}

.news-list li h3.title {
    margin-top:10px;
    margin-bottom:10px;
}

.news-list .picture-container {
    height: 300px;
}

.news-list .footer {
    display: flex;
    justify-content: space-between;
    padding-top:22px;
    margin-top: auto;
    background:none;
}
.news-list .footer .readmore {
    color: var(--color-2);
    font-weight: 600;
    font-size: 18px;
    transition-duration: .5s;
    transition-property: color;
}

.news-list .footer .readmore:hover {
    color: var(--color-3);
}

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

ul.pages {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
ul.pages li {
    display: inline-block;
    text-align: center;
}
ul.pages li.page,
ul.pages li.preview {
    border: none;
}
ul.pages li.preview a,
ul.pages li.next a {
    color: #4E4D4D;
}
ul.pages li.page a,
ul.pages li.page span {
    display: inline-block;
    border-radius: 5px;
    width: 25px;
    line-height: 28px;
    border: 1px solid #7D7D7D;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}
ul.pages li.page span.current-page {
    border-color: var(--color-3);
    background: var(--color-3);
    color: #FFFFFF;
}

.news-categories {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.news-categories li {
    display: block;
    margin-top:0;
}
.news-categories a {
    display: block;
    border: 1px solid var(--color-3);
    color: var(--color-3);
    border-radius: 10px;
    margin-right: 45px;
    margin-bottom: 60px;
    padding: 10px 30px;
    line-height: 1;
    white-space: nowrap;
    font-weight: bold;
    background:white;
}
.news-categories .active a {
    background: var(--color-3);
    color: #FFFFFF;
}

.a-new-content {
    margin-top:30px;
}

.a-new-content:first-child {
    margin-top:0;
}

p.date {
    margin-top:35px;
}

p.date:first-child {
    margin-top:0;
}

.other-news {
    margin-top:100px;
}

.other-news:first-child {
    margin-top:0;
}

.other-news .news-list .picture-container {
    height:200px;
}


.cms-blog-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:100%;
}
.cms-blog-items .cms-blog-item {
    width: calc((100% - 150px) / 4);
    margin-top: 70px;
    margin-right:50px;
}

.cms-blog-items .cms-blog-item:nth-child(-n + 4) {
    margin-top: 0;
}

.cms-blog-items .cms-blog-item:nth-child(4n) {
    margin-right: 0;
}

.cms-blog-items .cms-blog-item h2 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}
.cms-blog-items .cms-blog-item p {
    margin-top:8px;
}
.cms-blog-items .cms-blog-item > a.picture-container {
    width: 100%;
    height: calc(((var(--content-width) - 150px) / 4) * 9 / 16);
}
.cms-blog-items .cms-blog-item .cms-blog-readmore {
    display: none;
}


.content-header {
    height: 280px;
    display: flex;
    background-size: cover;
    background-position: center center;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    overflow:hidden;
}

.content-header .filter {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#00000033;
    z-index:2;
}

.content-header img {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    z-index:1;
    transform:scale(1.2);
    transition-duration: 5s;
    transition-property: transform;
}

.content-header img.startAnimation {
    transform:scale(1);
}

.content-header > h1 {
    color: #FFFFFF;
    margin: auto;
    font-size: 50px;
    font-weight: 700;
    text-shadow: 0 4px 4px RGBA(0, 0, 0, .45);
    position:relative;
    z-index:3;
    padding-left:20px;
    padding-right:20px;
}

.primary-button {
    padding:10px 30px;
    padding-right:80px;
    background:var(--color-3);
    color:white;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    position:relative;
    border-radius:39px;
    transition-duration: .5s;
    transition-property: color, background;
}

.primary-button:hover {
    background:var(--color-2);
    color:white;
}

.primary-button:after {
    content:"";
    position:absolute;
    top:50%;
    right:30px;
    transform:translate(0,-50%);
    display:block;
    width:25px;
    height:25px;
    background:url("/media/icons/clic.png");
    background-size:contain;
    background-position:center;
}

.secondary-button {
    padding:3px 35px;
    background:var(--color-2);
    color:white;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color:white !important;
    display:block;
    width:max-content;
}

.button-1 {
    background: var(--color-2);
    display: inline-block;
    border-radius: 40px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    padding: 7px 30px;
    margin-top:45px;
    text-align:center;
    cursor:pointer;
    transition-duration: .5s;
    transition-property: color, background;
}

.button-1:hover {
    background: var(--color-3);
    color:white;
}

.button-1.add-file {
    padding: 3px 15px;
    margin-top:20px;
    font-size: 15px;
    line-height: 22px;
}

.button-1:first-child {
    margin-top:0;
}

a.button-1.dark {
    background: var(--color-3);
}

a.button-1.dark:hover {
    background: var(--color-2);
}

.button-1 span {
    margin-left:15px;
}

a.button-2 {
    background: var(--color-2);
    display: inline-block;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
    padding: 0 20px;
}

a.button-3 {
    background: white;
    border: 1px solid var(--color-2);
    display: inline-block;
    color: var(--color-2);
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    padding: 5px 10px;
    transition-duration: .5s;
    transition-property: color, background, border-color;
}

a.button-3:hover {
    background: var(--color-3);
    border-color: var(--color-3);
    color: white;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:30px;
}

.container:first-child {
    margin-top:0;
}

.container.container-with-colmun > div:first-child {
    width: calc(100% - 320px - 140px);
}
.container.container-with-colmun > div:last-child {
    width: 320px;
}

.container-grid > div {
    margin-top: 30px;
}

.container-grid > div:first-child {
    margin-top:0;
}

#tinymce .container-grid > div {
    border: 1px dashed #EEEEEE;
}
.container-grid-1-2 > div {
    width: calc(calc(100% - 50px) / 2);
    margin-right:50px;
}
.container-grid-1-2 > div:nth-child(2n) {
    margin-right:0;
}

.container-grid-1-2 > div:nth-child(-n + 2) {
    margin-top:0;
}

.container-grid-1-3 > div {
    width: calc((100% - 60px) / 3);
    margin-right:30px;
}

.container-grid-1-3 > div:nth-child(3n) {
    margin-right:0;
}

.container-grid-1-3 > div:nth-child(-n + 3) {
    margin-top:0;
}

.size-1-2 {
    width: calc(100% / 2);
}
.size-1-3 {
    width: calc(100% / 3);
}


.bloc {
    display: flex;
    justify-content: center;
    padding: 80px 0;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}
.bloc .picture {
    width: 500px;
    min-height:max-content;
    border-radius: 10px;
    overflow: hidden;
}

.bloc .picture img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.bloc .text {
    width: calc(var(--content-width) - 500px - 140px);
}
.bloc .text .button-container {
    text-align: center;
}
.bloc .text .primary-button {
    margin: 0 auto;
    margin-top: 40px;
}

.bloc.align-left .text {
    order: 1;
}
.bloc.align-left .picture {
    order: 2;
    margin-left: 140px;
}

.bloc.align-right .text {
    order: 2;
}
.bloc.align-right .picture {
    order: 1;
    margin-right: 140px;
}

.bloc.image-taller .text {
    width: 600px;
}

.bloc.image-taller .picture {
    width: calc(var(--content-width) - 600px - 140px);
}

.bloc.color-1 {
    background: var(--color-1);
}
.bloc.color-2 {
    background: var(--color-2);
}
.bloc.color-3 {
    background: var(--color-3);
    color: #FFFFFF;

    --title-color: RGB(255, 255, 255);
}
.bloc.color-4 {
    background: var(--color-4);
}


.bloc.color-1 h5, .bloc.color-2 h5, .bloc.color-3 h5 {
    color:white;
}

.bloc.color-1 h1, .bloc.color-2 h1, .bloc.color-3 h1 {
    color:white;
}

.bloc-simple {
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    overflow: hidden;
    --bloc-color: #DDDDDD;
    margin-top:60px;
}

.bloc-simple:first-child {
    margin-top:0;
}

.bloc-simple.color-1 {
    border-color: var(--color-1);
    --bloc-color: var(--color-1);
}
.bloc-simple.color-2 {
    border-color: var(--color-2);
    --bloc-color: var(--color-2);
}
.bloc-simple.color-3 {
    border-color: var(--color-3);
    --bloc-color: var(--color-3);
}
.bloc-simple.color-4 {
    border-color: var(--color-4);
    --bloc-color: var(--color-4);
}
.bloc-simple.color-6 {
    border-color: var(--color-6);
    --bloc-color: var(--color-6);
}
.bloc-simple.color-7 {
    border-color: var(--color-7);
    --bloc-color: var(--color-7);
}

.bloc-simple h4 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    text-transform: uppercase;
    background: var(--bloc-color);
    color: #FFFFFF;
    margin: 0;
    padding: 20px 0;
}
.bloc-simple .content {
    padding:30px 20px;
    width:calc(100% - 40px);
    background:white;
}

.bloc-simple .content dl {
    margin-top:20px;
}

.bloc-simple .content dl:first-child {
    margin-top:0;
}

.bloc-simple .content dl a {
    color:#000;
}

.bloc-simple .content .news-list {
    display:block;
}

.bloc-simple .content .news-list li {
    width: 100%;
    margin-top:45px;
    margin-right:0;
    border-bottom:1px solid var(--bloc-color);
}

.bloc-simple .content .news-list li:last-child {
    border-bottom:none;
}

.bloc-simple .content .news-list li:nth-child(-n + 3) {
    margin-top:45px;
}

.bloc-simple .content .news-list li:first-child {
    margin-top:0;
}

.bloc-simple .content .news-list .picture-container {
    height: calc(280px / 3 * 2);
}

.bloc-simple .content .news-list li a {
    color:var(--bloc-color);
}

.bloc-simple .content .news-list li a:hover {
    color:var(--color-7);
}

.bloc-simple .content .button-1 {
    margin-left:auto;
    margin-right:auto;
    font-size: 12px;
    line-height: 23px;
    font-weight:500;
    display:block;
    width:max-content;
    padding-left:30px;
    background:var(--bloc-color);
    color:white;
    margin-top:45px;
}

.bloc-simple .content .button-1:hover {
    background:var(--color-7);
    color:white;
}

.bloc-simple .content .button-1:before {
    display:none;
}

.bloc-simple .content .menu li {
    margin-top:10px;
}

.bloc-simple .content > a, .bloc-simple .content .menu li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    width:calc(100% - 16px);
    padding-left:16px;
    position:relative;
    display:block;
    color:#000;
    margin-top:10px;
}

.bloc-simple .content > a:hover, .bloc-simple .content .menu li a:hover {
    color:var(--bloc-color);
}
.bloc-simple .content > a:first-child, .bloc-simple .content .menu li a, .bloc-simple .content .menu li:first-child {
    margin-top:0;
}

.bloc-simple .content .menu li.active a {
    color:var(--bloc-color);
}

.bloc-simple .content > a:before, .bloc-simple .content .menu li a:before {
    position:absolute;
    top:0;
    left:0;
    content:">";
    color:var(--bloc-color);
    font-size:15px;
}

.bloc-amounts {
    background: var(--color-4);
    border-radius: 10px;
    padding: 30px;
}
.bloc-amounts > div {
    flex: 1;
    text-align: center;
    font-weight: 600;
    color: var(--color-3);
}
.bloc-amounts > div > span {
    display: block;
}
.bloc-amounts > div .icon {
    height: 70px;
    width:max-content;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:5px;
}

.bloc-amounts > div .icon img {
    width:max-content;
    height:100%;
}

.bloc-amounts > div .fas, .bloc-amounts > div .fa {
    font-size: 70px;
    margin-bottom:5px;
}
.bloc-amounts > div .amount {
    color: var(--color-6);
    font-size: 32px;
    font-weight: 600;
}

.padding {
    padding-top:80px;
    padding-bottom:80px;
}

.tag {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    background: var(--color-3);
    padding: 0 20px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 10px 10px 0;
    color: #FFFFFF;
    z-index: 10;
}

.date {
    color: #7D7D7D;
    font-weight: 300;
    font-style: italic;
}


.picture-container {
    position: relative;
    overflow: hidden;
    display: block;
    height: 340px;
    border-radius: 10px;
}
.picture-container img {
    display: block;
    width: 100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.picture-container.with-zoom img {
    transform: scale(1);
    transition: 500ms linear transform;
}
.picture-container.with-zoom:hover img {
    transform: scale(1.1);
}

dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
dl dt {
    width: 30px;
    margin: 0;
    padding: 0;
}
dl dd {
    width: calc(100% - 30px);
    margin: 0;
    padding: 0;
}
dl .fas, dl .far, dl .fa {
    color: var(--color-2);
}

.block {
    padding:80px 0;
}

.bloc .text p {
    margin-top:50px;
}

.bloc .text p:first-child {
    margin-top:0;
}

.two-images {
    display:flex;
    flex-wrap:wrap;
    margin-top:40px;
    margin-bottom:40px;
}

.two-images:first-child {
    margin-top:0;
}

.two-images:last-child {
    margin-bottom:0;
}

.two-images div {
    margin-right:40px;
    border-radius:10px;
    overflow:hidden;
    height:calc(((var(--content-width) - 320px - 140px) * 0.45) - 40px);
}

.two-images div:first-child {
    width:calc(45% - 40px);
}

.two-images div:last-child {
    margin-right:0;
    width:55%;
}

.two-images div > img {
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center;
}

.download-block {
    margin-top:40px;
}

.download-block:first-child {
    margin-top:0;
}

.download-block > p {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    color:var(--color-6);
}

.download-links {
    margin-top:25px;
    display:flex;
    flex-wrap:wrap;
}

.download-links:first-child {
    margin-top:0;
}

.download-links > div {
    margin-right:100px;
    margin-bottom:30px;
    display:flex;
    flex-wrap:wrap;
    position:relative;
    max-width:170px;
}

.download-links > div:last-child {
    margin-right:0;
}

.download-links > div > a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
}

.download-links > div > span {
    font-size:50px;
    line-height:50px;
    margin-right:15px;
    color:var(--color-3);
    transition-duration: .5s;
    transition-property: color, background;
}

.download-links > div > p {
    color:var(--color-3);
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    width:calc(100% - 65px);
    margin-top:0;
    transition-duration: .5s;
    transition-property: color, background;
}

.download-links > div:hover > span, .download-links > div:hover > p {
    color:var(--color-2);
}

.one-image {
    width:100%;
    max-width:max-content;
    height:max-content;
    overflow:hidden;
    border-radius:10px;
    margin-top:40px;
}

.one-image:first-child {
    margin-top:0;
}

.double-images {
    display:flex;
    flex-wrap:wrap;
    margin-top:40px;
}

.double-images:first-child {
    margin-top:0;
}

.double-images div {
    margin-right:40px;
    overflow:hidden;
    height:calc(((var(--content-width) - 320px - 140px) * 0.25));
    width:calc((100% - 40px) / 2);
}

.double-images div:last-child {
    margin-right:0;
}

.double-images div > img {
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center;
}

.container.container-with-colmun > div:first-child .bloc {
    width:100%;
}

.container.container-with-colmun > div:first-child .bloc > div:first-child {
    width:max-content;
    max-width:calc(50% - 50px);
    margin-left:0;
    margin-right:auto;
}

.container.container-with-colmun > div:first-child .bloc > div:last-child {
    width:max-content;
    max-width:calc(50% - 50px);
    margin-left:auto;
    margin-right:0;
}

.container.container-with-colmun > div:first-child .bloc .picture {
    height:max-content;
}

.container.container-with-colmun > div:first-child .bloc .picture img {
    max-width:100%;
    width:max-content;
    height:auto;
}

.container.container-with-colmun > div:first-child .bloc .text p {
  margin-top: 20px;
}

.contact-page form {
    margin-top:45px;
    background:var(--color-2);
    padding:55px 70px;
    border-radius:21px;
}

.contact-page form:first-child {
    margin-top:0;
}

.contact-page form dt, .contact-page form #form-element {
    display:none;
}

.contact-page form #rgpd-label {
    display:block;
}

.contact-page form dl {
    display:flex;
    flex-wrap:wrap;
}

.contact-page form dd {
    margin-left:auto;
    margin-right:auto;
    width:calc((100% - 35px) / 2);
    margin-top:35px;
}

.contact-page form dd#lastname-element, .contact-page form dd#email-element {
    margin-left:0;
}

.contact-page form dd#firstname-element, .contact-page form dd#phone-element {
    margin-right:0;
}

.contact-page form dd#lastname-element, .contact-page form dd#firstname-element {
    margin-top:0;
}

.contact-page form dd#message-element {
    width:100%;
}

.contact-page form dt#label-label,
.contact-page form dt#rgpd-label {
    display:block;
    width:calc(100% - 30px);
    color:var(--color-6);
    font-size:14px;
    margin-top:35px;
    text-align:left;
    font-weight:300;
    line-height: 22px;
}

.contact-page form dd.checkboxRGPD {
    width:20px;
    margin-right:10px;
    position:relative;
}

.contact-page form dd#hcaptcharesponse-element {
    order:3;
    width:100%;
    text-align:left;
}

.contact-page form dd#send_message-element {
    order:4;
    width:100%;
}

.contact-page form input[type=text], .contact-page form textarea {
    background: var(--color-4) !important;
    padding:13px 18px !important;
    width:calc(100% - 36px) !important;
    color:var(--color-7) !important;
    border:none !important;
    font-family: "Poppins";
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 28px !important;
    text-align: left;
    border-radius:6px;
}

.contact-page form input[type=text]::placeholder, .contact-page form textarea::placeholder {
    color: var(--color-5) !important;
    font-family: "Poppins";
    opacity:0.8;
    font-weight:400;
}

.contact-page form input[type=submit] {
    border:none;
    background: var(--color-3);
    border:1px solid var(--color-3);
    padding:12px 25px;
    color: white;
    font-family:"Poppins";
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    cursor:pointer;
    margin-left:auto;
    margin-right:auto;
    display:block;
    min-width:190px;
    border-radius:45px;
    transition-duration: .5s;
    transition-property: color, background;
}

.contact-page form input[type=submit]:hover {
    background: var(--color-4);
    color:var(--color-3);
}

.contact-page form textarea {
    height:125px;
}

.contact-page form .errors {
    color: #f21102;
  margin-top: 10px;
  text-align: left;
  width: max-content;
  font-weight: 600;
  letter-spacing: 1px;
}

.contact-page form .checkboxRGPD .errors {
    position:absolute;
    bottom:-30px;
}

.slider .slideritem {
    background-size: 120%;
}
.slider .slideritem.startAnimation {
    animation-name: slideritem;
    animation-duration: 5s;
    animation-iteration-count: 1;
}

@keyframes slideritem {
    from {
        background-size: 120%;
    }
    to {
        background-size: 100%;
    }
}

.slider .slideritem.startAnimation {
    background-size: 100%;
}

#tinymce .download-links > div a {
  height: 30%;
}

.mce-content-body [data-mce-selected="inline-boundary"] {
    opacity:0.5;
}

.map-and-buttons {
    display:flex;
    flex-wrap:wrap;
    width:100%;
    align-items:center;
    margin-top:30px;
}

.map-and-buttons:first-child {
    margin-top:0;
}

.map-and-buttons > div {
    width:calc((100% - 60px) / 2);
    margin-right:60px;
}

.map-and-buttons > div:last-child {
    margin-right:0;
}

.map-and-buttons > div.buttons a {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    width:max-content;
    padding:11px 30px;
    background:var(--color-3);
    color:white;
    border-radius:39px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top:30px;
    transition-duration: .5s;
    transition-property: color, background;
}

.map-and-buttons > div.buttons a:hover {
    background:var(--color-2);
}

.map-and-buttons > div.buttons a:first-child {
    margin-top:0;
}

.map-and-buttons > div.buttons a span {
    font-size: 25px;
    line-height: 30px;
    margin-right:16px;
}

.map-and-buttons > div.buttons a img {
    height:25px;
    width:auto;
    margin-left:16px;
}

.grey-bg {
    background:#F5F5F5;
}

.photo-gallery {
    margin-top:50px;
}

.photo-gallery:first-child {
    margin-top:0;
}

.photo-gallery-photos {
    list-style:none;
    padding:0;
    display:flex;
    flex-wrap:wrap;
}

.photo-gallery-photos > li {
    list-style:none;
    width:calc((100% - 100px) / 3);
    margin-right:50px;
    margin-top:50px;
}

.photo-gallery-photos > li:nth-child(3n) {
    margin-right:0;
}

.photo-gallery-photos > li:nth-child(-n + 3) {
    margin-top:0;
}

.photo-gallery-photos > li a {
    width:100%;
    height:max-content;
}

.photo-gallery-photos > li img {
    width:100%;
    height:calc(((var(--content-width) - 100px) / 3) * 9 / 16);
    object-fit:cover;
    object-position:center;
}

.photo-gallery-photos > li span {
    margin-top: 10px;
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    color:#000;
    display:block;
}


form dl {
    display: flex;
    flex-wrap: wrap;
}

form dt:not(.form-before-label) {
    display: none;
}

form input[type=text],
form input[type=password],
form textarea {
    background: var(--color-4);
    padding: 13px 18px;
    width: calc(100% - 36px);
    color: var(--color-7);
    border: none;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
    border-radius: 6px;
}

form input[type=text]::placeholder,
form input[type=password]::placeholder,
form textarea::placeholder {
    color: var(--color-5);
    font-family: "Poppins";
    opacity: .8;
    font-weight: 400;
}

form input[type=submit] {
    border: none;
    background: var(--color-3);
    border: 1px solid var(--color-3);
    padding: 12px 25px;
    color: white;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    display: block;
    min-width: 190px;
    border-radius: 45px;
    transition-duration: .5s;
    transition-property: color, background;
}

form input[type=submit]:hover {
    background: var(--color-4);
    color: var(--color-3);
}

form p {
    text-align: center;
    font-weight: bold;
}
form .errors {
    color: #EF0000;
    margin-top: 0;
}

.forms-register-login h2 {
    text-align: center;
}
.forms-register-login form {
    margin: 0 auto;
    width: 400px;
}
.forms-register-login dl dt:not(.form-before-label),
.forms-register-login dl dd:not(.form-before-label) {
    width: 100%;
}


form.form-user,
form.form-user-manager {
    margin-top: 45px;
    background: var(--color-2);
    padding: 55px 70px;
    border-radius: 21px;
}

form.form-user dd,
form.form-user-manager dd {
    margin-left: auto;
    margin-right: auto;
    width: calc((100% - 35px) / 2);
    margin-top: 35px;
}

form.form-user p,
form.form-user-manager p {
    color: #FFFFFF;
}

form dt.form-before-label {
    width: calc(100% - 30px);
    margin-top: 35px;
}
form dd.form-before-label {
    width: 30px;
}



body > footer {
    margin-top: 40px;
    box-shadow: 0 -4px 4px RGBA(0, 0, 0, .15);
}

.footer {
    font-size: 15px;
    line-height: 2;
    background:white;
}

.footer .top a {
    color: #000;
}

.footer .bottom a {
    color: var(--color-5);
}

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

.footer ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.footer .top {
    padding: 30px 0;
}

.footer .bottom {
    background: var(--color-4);
    padding:15px calc((100vw - var(--content-width)) / 2);
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}

.footer .top > div {
    display: flex;
    width: var(--content-width);
    margin: 0 auto;
    justify-content: space-between;
}

.footer .top > div *:first-child {
    margin-top: 0;
}

.footer .top > div > div {
    width: calc((100% - 300px) / 4);
    margin-right:100px;
}

.footer .top > div > div:last-child {
    margin-right:0;
}
.footer .top ul ul {
    display: none;
}

.footer .top ul {
    margin-top:20px;
    padding-left:15px;
    list-style:disc;
}

.footer .top ul:first-child {
    margin-top:0;
}

.footer .top ul li {
    list-style:disc;
}

.footer img {
    width:max-content;
}


.footer dl {
    margin-top:20px;
}

.footer dl:first-child {
    margin-top:0;
}

.footer .bottom .menu {
    display:flex;
    flex-wrap:wrap;
    width: calc(100% / 4 * 3);
    list-style:none;
    justify-content: space-between;
}

.footer .bottom .menu > li:before {
    display:none;
}

.footer .bottom .menu > li a, footer .bottom .menu > li span {
    color: var(--color-5);
    font-style: normal;
    text-decoration:none;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    cursor:pointer;
}

.footer .bottom .arduinnova {
    width:200px;
    margin-left: auto;
    display: flex;
}

.footer .bottom .arduinnova img {
    width:100%;
}



.hornet-trap-card article {
    width: calc(60% - 52px);
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    background: #FFFFFF;
}

.hornet-trap-card ul,
.hornet-trap-card ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hornet-trap-card .fas {
    color: var(--color-2);
}

.hornet-trap-card table {
    border: 1px solid #7d7d7d;
    border-collapse: collapse;
    font-size: .9em;
    width: 100%;
}
.hornet-trap-card table th,
.hornet-trap-card table td {
    border: 1px solid #a5a5a5;
    padding: 10px;
    box-sizing: border-box;
}
.hornet-trap-card tfoot tr {
    background: var(--color-4);
    font-weight: 500;
}

.hornet-trap-card div[data-jsmap] {
    height: initial;
    width: calc(40% - 30px);
    margin-left: 30px;
    z-index: 1;
}



body > section {
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    margin-top:130px;
    min-height:calc(100vh - 130px);
}

.jseditor {
    margin: 0 auto;
}

.bloc-simple .fas {
    color: var(--icon-color);
    font-size: 1.2em;
    vertical-align: middle;
}
.bloc-simple svg {
    display: inline-block;
    height: 20px;
    fill: var(--icon-color);
    vertical-align: middle;
}

.communities-stats {
    list-style: none;
    margin: 0;
    padding: 0;
}
.communities-stats li {
    margin: 10px 0;
    list-style: none;
}
.communities-stats-container {
    display: grid;
    grid-template-columns: repeat(5, 80px);
    white-space: nowrap;
}


@media all and (max-width:1600px) {
    :root {
        --content-width: 1200px;
    }
    
    .news-list .picture-container {
      height: 240px;
    }
}

@media all and (max-width:1400px) {
    :root {
        --content-width: 1000px;
    }
    
    .news-list .picture-container {
      height: 200px;
    }

    .bloc .text {
        width: calc(var(--content-width) - 500px - 70px);
    }

    .bloc.align-left .picture {
        order: 2;
        margin-left: 70px;
    }

    .bloc.align-right .picture {
        order: 1;
        margin-right: 70px;
    }
    
    .bloc.image-taller .picture {
        width: calc(var(--content-width) - 600px - 70px);
    }
    
    .footer .top > div {
        flex-wrap:wrap;
    }
    
    .footer .top > div > div {
        width: calc((100% - 100px) / 2);
        margin-right:100px;
        margin-top:50px;
    }
    
    .footer .top > div > div:nth-child(-n + 2) {
        margin-top:0;
    }
    
    .footer .top > div > div:nth-child(2n) {
        margin-right:0;
    } 
    
    .footer .top > div > div:last-child {
        margin-right:0;
    } 
    
    .container.container-with-colmun > div:first-child {
      width: calc(100% - 290px - 50px);
    }
    
    .two-images div {
        margin-right:40px;
        border-radius:10px;
        overflow:hidden;
        height:calc(((var(--content-width) - 290px - 50px) * 0.45) - 40px);
    }
    
    .container.container-with-colmun > div:last-child {
      width: 290px;
    }
    
    .bloc-simple .content {
      padding: 15px 10px;
      width: calc(100% - 20px);
    }
    
    .bloc-amounts {
      padding: 15px;
    }
    
    .bloc-simple .content .news-list li p {
        font-size:14px;
        line-height:22px;
    }
    
    .bloc-simple .content .news-list li h3.title {
      font-size: 16px;
      line-height:24px;
    }
    
    .double-images div {
      margin-right: 40px;
      overflow: hidden;
      height: calc(((var(--content-width) - 290px - 50px) * 0.25));
      width: calc((100% - 40px) / 2);
    }
    
    .contact-page form {
      padding: 30px 35px;
    }
    
    .map-and-buttons > div {
        width:calc((100% - 30px) / 2);
        margin-right:10px;
    }
    
    .map-and-buttons > div:first-child {
        width:calc((100% - 30px) * 0.4);
        margin-right:30px;
    }
    
    .map-and-buttons > div:last-child {
        width:calc((100% - 30px) * 0.6);
    }
}

@media all and (max-width:1200px) {
    :root {
        --content-width: 900px;
    }

    .news-list .picture-container {
      height: 180px;
    }

    .bloc-amounts {
        flex-wrap:wrap;
    }

    .bloc-amounts > div {
      width:50%;
      flex:unset;
      margin-top:30px;
    }

    .bloc-amounts > div:nth-child(-n + 2) {
        margin-top:0;
    }

    .contact-page form input[type="text"], .contact-page form textarea {
      padding: 10px 14px !important;
      width: calc(100% - 28px) !important;
      font-size: 14px !important;
      line-height: 22px !important;
    }

    .contact-page form dd {
        width:calc((100% - 20px) / 2);
        margin-top:20px;
    }

    .contact-page form dt#rgpd-label {
        margin-top:20px;
    }

    .contact-page form .checkboxRGPD .errors {
      bottom: -20px;
    }

    .map-and-buttons > div.buttons a {
        padding:7px 20px;
        font-size: 16px;
        line-height: 24px;
        margin-top:20px;
    }

    .map-and-buttons > div.buttons a span {
        font-size: 20px;
        line-height: 24px;
        margin-right:10px;
    }

    .map-and-buttons > div.buttons a img {
        height:20px;
        margin-left:10px;
    }

    .forms-register-login {
        flex-direction: column;
    }
    .forms-register-login > div {
        margin: 0 auto 50px auto;
    }
}


@media all and (max-width:992px) {
    :root {
        --content-width: 90vw;
    }

    .menu-responsive-button-container {
        display:block;
        background:none;
        position:absolute;
        top:29px;
        right:calc((100vw - var(--content-width)) / 2);
        z-index: 100;
        transition-duration: .5s;
        transition-property: top;
    }

    .on-scroll .menu-responsive-button-container {
        top:19px;
    }

    .menu-responsive-button {
        background:none;
        border:none;
        width: max-content;
        line-height: 17px;
        height: 35px;
        margin-right:0;
    }

    .menu-responsive-close .menu-responsive-button {
        position:relative;
    }

    .menu-responsive-button span.fa-bars {
      content: url('/media/icons/menu.png');
      width: 35px;
      height: 100%;
    }

    .menu-responsive-button span.fa-times {
        content: url('/media/icons/menu.png');
        width: 35px;
        height: 100%;
    }

    header .menu {
        display:block;
        width: var(--content-width);
        overflow: hidden;
        margin-left: -150px;
    }

    header .menu > li {
        margin-left:auto !important;
        margin-right:auto !important;
        margin-bottom:15px;
        text-align:center;
        display:block;
    }

    header .menu > li a, header .menu > li span {
        text-align:center;
    }

    header .menu > li:nth-child(-n + 2) {
        margin-top:0;
    }

    header .menu > li:last-child {
        padding-bottom:10px;
        margin-right: auto;
        margin-bottom:0;
    }

    header .right .menu > li:last-child {
      margin-right: auto;
    }

    header .menu > li:first-child {
        padding-top:60px;
        transition-duration: .5s;
        transition-property: margin-right;
    }

    header .menu li:nth-child(2n) {
      margin-right: auto;
    }

    header .right .menu li > ul {
        display:block;
        position:relative;
        transform:none;
        box-shadow:none;
        padding:0;
        text-align:center;
        margin-top:10px;
        margin-bottom:0px;
        width:max-content;
        margin-left:auto;
        margin-right:auto;
        max-width:100%;
    }

    header .menu li > ul > li {
        margin-right:auto;
        margin-left:auto;
    }

    header .menu li > ul > li:last-child {
        margin-right:auto;
    }

    header .menu li > ul > li > a {
        text-align:center;
        font-size: 13px;
        font-weight: 400;
        line-height: 19px;
        margin-left:auto;
        margin-right:auto;
    }

    header .menu li a, header .menu li span {
      font-size: 18px;
      line-height: 24px;
    }

    body > header {
        align-items:start;
        min-height:52px;
    }

    .on-scroll > header {
        align-items:start;
        min-height:52px;
    }

    body > header .logo-container a {
      width: 100px;
    }

    header a.button-3 {
      margin-right: 80px;
      margin-top:7px;
    }

    body > header nav {
      margin: 0 !important;
    }

    body > header nav > .menu-responsive-container > ul > li > a, body > header nav > .menu-responsive-container > ul > li > span {
        position:relative;
    }

    .menu-responsive-active li.menu-has-children > a::after, .menu-responsive-active li.menu-has-children > span::after {
        float:none;
    }

    body > header ul ul {
        display:block;
        position:relative;
        box-shadow:none;
        padding-top: 4px;
        padding-bottom: 0px;
    }

    .slider.home {
        height: calc(100vh - 92px);
    }

    .on-scroll .slider.home {
        height: calc(100vh - 72px);
    }

    body > section {
        margin-top:92px;
        min-height:calc(100vh - 92px);
    }

    .on-scroll > section {
        margin-top:72px;
        min-height:calc(100vh - 72px);
    }

    .news-list {
        display:block;
    }

    .news-list li {
        width: 100%;
        margin-top:45px;
        margin-right:0;
    }

    .news-list li:nth-child(-n + 3) {
        margin-top:45px;
    }

    .news-list li:first-child {
        margin-top:0;
    }

    .news-list .picture-container {
        height: calc(var(--content-width) / 3 * 2);
    }

    .bloc {
        flex-wrap:wrap;
    }

    .bloc .text {
        width: var(--content-width);
        margin:0 calc((100vw - var(--content-width)) / 2);
    }

    .bloc .picture {
        width: var(--content-width);
        margin:0 calc((100vw - var(--content-width)) / 2);
        min-height:max-content;
        border-radius: 10px;
        overflow: hidden;
    }

    .bloc .picture img {
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center;
    }

    .bloc.align-left .picture {
        order: 2;
        margin-left: calc((100vw - var(--content-width)) / 2);
        margin-top:40px;
    }

    .bloc.align-right .picture {
        order: 1;
        margin-right: calc((100vw - var(--content-width)) / 2);
        margin-bottom:40px;
    }

    .bloc.image-taller .picture {
        width: var(--content-width);
    }

    .bloc.image-taller .text {
      width: var(--content-width);
    }

    body > footer {
        margin-top: 20px;
    }

    .footer .top > div {
        display:block;
    }

    .footer .top > div > div {
        width: max-content;
        max-width:100%;
        margin-right:auto;
        margin-left:auto;
    }

    .footer .top > div > div:nth-child(-n + 2) {
        margin-top:50px;
    }

    .footer .top > div > div:first-child {
        margin-top:0;
    }

    .footer .top > div > div:nth-child(2n) {
        margin-right:auto;
    }

    .footer .top > div > div:last-child {
        margin-right:auto;
    }

    .footer img {
        margin-left:auto;
        margin-right:auto;
    }

    .footer p, .footer h6, .footer a {
        text-align:center;
    }

    .footer .top ul li a {
        display:block;
    }

    .footer .top ul li {
        width:max-content;
        max-width:100%;
        margin-left:auto;
        margin-right:auto;
    }

    .footer .bottom {
        display:block;
    }

    .footer .bottom .menu {
        display:block;
        width:100%;
        margin-right:0;
    }

    .footer .bottom .menu > li {
        margin-left:auto;
        margin-right:auto;
        margin-top:20px;
        width:max-content;
        width:100%;
        text-align: center;
    }

    .footer .bottom .menu > li:nth-child(-n + 2) {
        margin-top:20px;
    }

    .footer .bottom .menu > li:first-child {
        margin-left:auto;
        margin-top:0;
    }

    .footer .bottom .menu > li:last-child {
        margin-right:auto;
    }

    .footer .bottom .arduinnova {
        margin-left:auto;
        margin-right:auto;
        margin-top:20px;
    }

    .container.container-with-colmun > div:first-child {
      width:100%;
    }

    .container.container-with-colmun > div:last-child {
      width: 100%;
      margin-top:50px;
    }

    .bloc-simple .content {
      padding: 30px 20px;
      width: calc(100% - 40px);
    }

    .bloc-simple .content .news-list .picture-container {
      height: calc((var(--content-width) - 42px) / 3 * 2);
    }

    .two-images div {
        margin-right:40px;
        border-radius:10px;
        overflow:hidden;
        height:calc((var(--content-width) * 0.45) - 40px);
    }

    .double-images div {
      margin-right: 40px;
      overflow: hidden;
      height: calc(((var(--content-width)) * 0.25));
      width: calc((100% - 40px) / 2);
    }

    .map-and-buttons > div:first-child {
        width:calc((100% - 30px) * 0.5);
    }

    .map-and-buttons > div:last-child {
        width:calc((100% - 30px) * 0.5);
    }

    .content-header img {
        background-size: cover;
    }

    .content-header img.startAnimation {
        background-size: cover;
    }

    .slider .slideritem {
        background-size: cover;
    }

    .slider .slideritem.startAnimation {
        background-size: cover;
    }

    .photo-gallery-photos > li {
        width:calc((100% - 30px) / 2);
        margin-top:30px;
        margin-right:30px;
    }

    .photo-gallery-photos > li:nth-child(3n) {
        margin-right:30px;
    }

    .photo-gallery-photos > li:nth-child(2n) {
        margin-right:0;
    }

    .photo-gallery-photos > li:nth-child(-n + 3) {
        margin-top:30px;
    }

    .photo-gallery-photos > li:nth-child(-n + 2) {
        margin-top:0;
    }

    .photo-gallery-photos > li img {
        height:calc(((var(--content-width) - 30px) / 2) * 9 / 16);
    }

    .photo-gallery-photos > li span {
        margin-top: 10px;
        font-size: 15px;
        line-height: 19px;
    }

    .cms-blog-items .cms-blog-item {
        width: calc((100% - 50px) / 2);
    }

    .cms-blog-items .cms-blog-item:nth-child(-n + 4) {
        margin-top: 70px;
    }

    .cms-blog-items .cms-blog-item:nth-child(-n + 2) {
        margin-top: 0;
    }

    .cms-blog-items .cms-blog-item:nth-child(4n) {
        margin-right: 50px;
    }

    .cms-blog-items .cms-blog-item:nth-child(2n) {
        margin-right: 0;
    }

    .cms-blog-items .cms-blog-item > a.picture-container {
        width: 100%;
        height: calc(((var(--content-width) - 50px) / 2) * 9 / 16);
    }
}

@media all and (max-width:600px) {
    header a.button-3 {
        font-size:0;
        padding: 2px 10px;
    }
    
    header a.button-3 span {
        font-size: 15px;
        line-height: 26px;
        font-weight: 400;
    }
    
    .slider.home .slider-content p:first-child {
      font-size: 30px;
      line-height: 42px;
    }
    
    .slider.home a.button-1 {
      font-size: 20px;
      line-height: 27px;
    }
    
    h1 {
      font-size: 30px;
      line-height: 42px;
    }
    
    .content-header > h1 {
      font-size: 30px;
    }
    
    h2 {
      font-size: 25px;
      line-height: 33px;
    }
    
    h2 img {
      margin-right: 10px;
      width: 30px;
    }
    
    h3 {
        font-size: 16px;
    }
    
    h4 {
        font-size: 20px;
        line-height: 24px;
    }
    
    h5 {
        font-size: 18px;
        line-height: 25px;
    }
    
    h6 {
        font-size: 14px;
        line-height: 28px;
    }
    
    p {
        font-size:14px;
        line-height:20px;
    }
    
    html, body {
      font-size:14px;
        line-height:20px;
    }
    
    ul li {
        font-size:14px;
        line-height:24px;
    }
    
    .block {
      padding: 50px 0;
    }
    
    .padding {
      padding: 50px 0;
    }
    
    .bloc {
      padding: 50px 0;
    }
    
    .bloc .text p {
      margin-top: 25px;
    }
    
    .container-grid-1-2 > div {
      width:100%;
      margin-right: 0;
      margin-top:30px;
    }
    
    .container-grid-1-2 > div:nth-child(-n+2) {
      margin-top: 30px;
    }
    
    .container-grid-1-2 > div:first-child {
        margin-top:0;
    }
    
    .bloc-amounts {
      padding: 30px;
    }
    
    .bloc-amounts > div {
      width: 100%;
    }
    
    .bloc-amounts > div:nth-child(-n+2) {
      margin-top: 30px;
    }
    
    .bloc-amounts > div:first-child {
      margin-top: 0;
    }
    
    .two-images div {
        margin-right:0;
        margin-bottom:40px;
        height:max-content;
    }
    
    .two-images div:first-child {
        width:100%;
    }
    
    .two-images div:last-child {
        margin-bottom:0;
        width:100%;
    }
    
    a.button-1 {
        font-size: 15px;
        line-height: 21px;
    }
    
    .double-images div {
      margin-right: 0;
      height: max-content;
      width: 100%;
      margin-bottom:40px;
    }
    
    .double-images div:last-child {
        margin-bottom:0;
    }
    
    .container.container-with-colmun > div:first-child .bloc {
        display:block;
    }
    
    .container.container-with-colmun > div:first-child .bloc > div:first-child {
        width:max-content;
        max-width:100%;
        margin-left:auto;
        margin-right:auto;
    }
    
    .container.container-with-colmun > div:first-child .bloc > div:last-child {
        width:max-content;
        max-width:100%;
        margin-left:auto;
        margin-right:auto;
    }
    
    .contact-page form {
      width: calc(100% - 32px);
      padding:16px;
    }
    
    .contact-coordonnees .coordonnees-element .block {
      padding: 10px 16px;
      width: calc(100% - 32px);
    }
    
    .contact-page form dd {
        width:100%;
    }
    
    .contact-page form dd#firstname-element {
      margin-top: 20px;
    }
    
    .map-and-buttons > div {
        width:100%;
        margin-right:0;
        margin-top:40px;
    }
    
    .map-and-buttons > div:first-child {
        width:100%;
        margin-top:0;
        margin-right:0;
    }
    
    .map-and-buttons > div:last-child {
        width:100%;
    }
    
    .photo-gallery-photos > li {
        width:100%;
        margin-right:0;
    }
    
    .photo-gallery-photos > li:nth-child(3n) {
        margin-right:0;
    }
    
    .photo-gallery-photos > li:nth-child(-n + 2) {
        margin-top:30px;
    }
    
    .photo-gallery-photos > li:first-child {
        margin-top:0;
    }
    
    .photo-gallery-photos > li img {
        height:calc(var(--content-width) * 9 / 16);
    }
    
    .cms-blog-items .cms-blog-item {
        width: 100%;
        margin-right: 0;
    }
    
    .cms-blog-items .cms-blog-item:nth-child(-n + 2) {
        margin-top: 70px;
    }
    
    .cms-blog-items .cms-blog-item:first-child {
        margin-top: 0;
    }
    
    .cms-blog-items .cms-blog-item:nth-child(4n) {
        margin-right: 0;
    }

    .cms-blog-items .cms-blog-item > a.picture-container {
        width: 100%;
        height: calc(var(--content-width) * 9 / 16);
    }
}