

:root {
    --width-content: 1400px;
    --color-yellow: #F1EA30;
    --color-yellow-dark: #E2DB31;
    --color-green: #4D6948;
    --color-purple: #830165;
    --bf500: #4D6948;
}

* {
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}

html {
    scroll-behavior: smooth;
    overflow-x:hidden;
    width:100vw;
}

body {
    font-family:"Lexend";
    background:#fafafa;
    overflow-x:clip;
    font-size:16px;
    line-height:26px;
    font-weight:300;
}

a {
    text-decoration:none;
    color:var(--color-green);
    width:max-content;
    max-width:100%;
    transition:0.5s;
}

a:hover {
    color:#000;
}

h1 {
    font-family: Livvic;
    font-size: 35px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.03em;
    text-align: center;
    color:#000;
    margin-top:30px;    
    text-transform:uppercase;
}

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

h1 span {
    font-family: Livvic;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.03em;
    text-align: center;
    text-transform:uppercase;
}

h1.green-color {
    color:var(--color-green);
}

h1.green-color span {
    color:var(--color-green);
}

h2 {
    font-family: Livvic;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.15em;
    text-align: center;
    color:var(--color-green);
    margin-top:30px;
    text-transform:uppercase;
}

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

h3 {
    font-family: Livvic;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0.1em;
    text-align: center;
    color:#000;
    margin-top:0;
    text-transform:uppercase;
    margin-top:15px;
}

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

h4 {
    font-family: Lexend;
    font-size: 25px;
    font-weight: 800;
    line-height: 31px;
    min-height:31px;
    letter-spacing: 0em;
    text-align: left;
    color:#000;
    margin-top:30px;
}

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

p {
    font-size:16px;
    line-height:26px;
    font-weight:300;
    color:#000;
    margin-top:20px;
}

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

ul {
    color:#000;
    margin-top:50px;
    list-style: none;
    padding-left:0;
    display:flex;
    flex-wrap:wrap;
}

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

ul li {
    margin-top:25px;
    list-style: none;
    padding-left:52px;
    width:calc((100% - 30px) / 2 - 52px);
    margin-right:30px;
    position:relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;  
    color:#282727;
}

ul li:nth-child(2n) {
    margin-right:0;
}

ul li:nth-child(-n + 2) {
    margin-top:0;
}

ul li:before {
    content:"\f00c";
    font-family:"FontAwesome";
    color:#3A3838;
    font-size:12px;
    padding:10px;
    background:var(--color-yellow);
    border-radius:100%;
    width:max-content;
    height:max-content;
    position:absolute;
    top:0;
    left:0;
    line-height: 12px;
}

ol {
    color:#000;
    margin-top:30px;
    list-style: decimal;
    padding-left:20px;
}

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

ol li {
    margin-top:5px;
    list-style: decimal;
    padding-left:2px;
}

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

a.important-link {
    background:var(--color-yellow);
    color:black;
    font-family: Livvic;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-align: center;
    padding:12px 25px;
    display:block;
    width:max-content;
    min-width:260px;
    max-width:calc(100% - 50px);
    margin-left:auto;
    margin-right:auto;
    text-transform:uppercase;
    margin-top:50px;
    transition:0.5s;
}

a.important-link:hover {
    background:black;
    color:var(--color-yellow);
}

a.important-link:first-child {
    margin-top:0;
}

.not-all-width {
    width:var(--width-content);
    padding-left:calc((100% - var(--width-content)) / 2);
    padding-right:calc((100% - var(--width-content)) / 2);
    padding-top: 70px;
    padding-bottom: 70px;
}

.page-content {
    min-height:calc(100vh - 90px);
    margin-top:90px;
}

#tinymce .not-all-width {
    width:90%;
    padding-left:0;
    padding-right:0;
    margin-left:auto;
    margin-right:auto;
}

header {
    height:60px;
    padding:15px calc((100vw - var(--width-content)) / 2);
    display:flex;
    flex-wrap:wrap;
    width:var(--width-content);
    box-shadow: 0px 4px 4px 0px #00000040;
    position:fixed;
    top:0;
    left:0;
    align-items:center;
    z-index:100;
    background:#fff;
}

header .logo {
    position:absolute;
    top:10px;
    left:calc((100vw - var(--width-content)) / 2);
    width:170px;
}

header .logo img {
    width:100%;
    transition:0.5s;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    display:block;
    z-index:1;
}

header .logo img.secondary {
    opacity:0;
    width:0;
}

.on-scroll header .logo img.primary {
    opacity:0;
    width:0;
}

.on-scroll header .logo img.secondary {
    opacity:1;
    width:100%;
}

header .logo a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:2;
}

header .menu-responsive-container {
    width:max-content;
    max-width:calc(100% - 200px);
    margin-left:auto;
    margin-right:0;
    display:block;
}

header .menu {
    display:flex;
    flex-wrap:wrap;
    margin-top:0;
    width:max-content;
    max-width:calc(var(--width-content) - 200px);
    margin-left:auto;
    margin-right:0;
}

header .menu li {
    width:max-content;
    margin-top:0;
    margin-right:35px;
    padding-left:0;
    position:relative;
    max-width: 100%;
}

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

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

header .menu li:before {
    display:none;
}

header .menu li a, header .menu li span {
    font-family: Livvic;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-align: center;
    color:#000;
    text-transform:uppercase;
    cursor:pointer;
}

header .menu li.active > a, header .menu li.active > span, header .menu li:hover > a, header .menu li:hover > span {
    color:var(--color-purple);
}

header .menu li a.contact, header .menu li.active a.contact {
    color:var(--color-yellow-dark);
    background:var(--color-green);
    border-radius:3px;
    padding:13px 18px;
}

header .menu li > ul {
    display:none;
    padding:15px;
    background:white;
    position:absolute;
    top:0;
    transform:translate(0,30px);
    margin-top:0;
    box-shadow: 0px 0px 6px 0px #00000040;
}

header .menu li:hover > ul {
    display:block;
}

header .menu li > ul > li {
    margin-top:10px;
}

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

header .menu li > ul > li a {
    font-family: Lexend;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    text-transform:none;
    height: max-content;
    display: block;
}

header .menu li .menu-has-children {
    padding-right:25px;
    position:relative;
}

header .menu li .menu-has-children:after {
    position:absolute;
    top:50%;
    right:0;
    content:"\f078";
    transform:translate(0,-50%);
    font-family:"FontAwesome";
    color:black;
    font-size:15px;
    line-height: 11px;
    height:15px;
}

header .tel-mobile {
    display:none;
}

footer .top-footer {
    padding:60px calc((100vw - var(--width-content)) / 2);
    padding-bottom:30px;
    background:var(--color-yellow-dark);
    width:var(--width-content);
}

footer .top-footer h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}

footer .top-footer .menu {
    padding-left:0;
}

footer .top-footer .menu li {
    padding-left:0;
}

footer .top-footer .menu li:before {
    display:none;
}

footer .top-footer .menu li a {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color:#000;
}

footer .top-footer .first-line {
    display:flex;
    flex-wrap:wrap;
}

footer .top-footer .first-line > div {
    margin-right:70px;
    width:calc((100% - 210px) / 4);
    margin-top:25px;
}

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

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

footer .top-footer .first-line .logo-text .logo {
    width:150px;
}

footer .top-footer .first-line .logo-text .logo img {
    width:100%;
}

footer .top-footer .first-line .logo-text p {
    margin-top:40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

footer .top-footer .first-line > div .menu {
    display:block;
    margin-top:10px;
}

footer .top-footer .first-line > div .menu li {
    width:100%;
    margin-top:10px;
    margin-right:0;
}

footer .top-footer .first-line > div .menu li:nth-child(-n + 2) {
    margin-top:10px;
}

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

footer .top-footer .first-line > div .coordonnees {
    margin-top:10px;
}

footer .top-footer .second-line {
    margin-top:25px;
}

footer .top-footer .second-line .menu {
    margin-top:10px;
}

footer .top-footer .second-line .menu li {
    width:calc((100% - 210px) / 4);
    margin-top:10px;
    margin-right:70px;
}

footer .top-footer .second-line .menu li:nth-child(4n) {
    margin-right:0;
}

footer .top-footer .second-line .menu li:nth-child(-n + 4) {
    margin-top:0;
}

footer .bottom-footer {
    background:#4D6948;
    width:var(--width-content);
    padding-left:calc((100% - var(--width-content)) / 2);
    padding-right:calc((100% - var(--width-content)) / 2);
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    padding-top:15px;
    padding-bottom:15px;
}

footer .bottom-footer a {
    color:#fafafa;
}

/*504px est la largeur de tous les éléments cumulés (éléments de menu et logo arduinnova)*/

footer .bottom-footer .menu {
    display:flex;
    flex-wrap:wrap;
    width:max-content;
    margin-left:0;
    margin-right:calc((100% - 504px) / 6);
    align-items:center;
    padding-left:0;
}

footer .bottom-footer .menu > li {
    margin-left:calc((var(--width-content) - 504px) / 6);
    margin-right:calc((var(--width-content) - 504px) / 6);
    padding-left:0;
    width:max-content;
    margin-top:0;
}

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

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

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

footer .bottom-footer .menu > li a, footer .bottom-footer .menu > li span {
    color: #FFF;
    font-style: normal;
    text-decoration:none;
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: center;
    cursor:pointer;
}

footer .bottom-footer .arduinnova {
    width:200px;
    margin-left:calc((100% - 504px) / 6);
    margin-right:0;
    display: flex;
}

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

.coordonnees > div {
    display:flex;
    flex-wrap:wrap;
    position:relative;
    padding-left:30px;
    margin-top:20px;
}

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

.coordonnees > div a:first-child {
    width:100%;
    height:100%;
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
}

.coordonnees > div span {
    color:var(--color-green);
    font-size:18px;
    width:25px;
    text-align:center;
    line-height: 28px;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}

.coordonnees > div p {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    margin-top:0;
}

.banner {
    width:100%;
    height:calc(100vw * 1 / 3);
    display:flex;
    flex-wrap:wrap;
    box-shadow: 0px 4px 4px 0px #00000040;
    position:relative;
}

#tinymce .banner {
    height:max-content;
}

.banner .text {
    width:calc(50% - ((100vw - var(--width-content)) / 2) - 150px);
    padding:90px calc((100vw - var(--width-content)) / 2);
    padding-right:150px;
    position:relative;
    height:calc(100% - 180px);
}

#tinymce .banner .text {
    padding:90px 0;
    width:50%;
}

.banner .text img {
    width:100%; 
    height: auto;
    display: block;
}

.banner .text img.corse {
    position:absolute;
    bottom:90px;
    right:20px;
    width:115px;
}

#tinymce .banner .text img.corse {
    display:none;
}

.banner .text h3 {
    font-family:"CenturyGothic";
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0.03em;
    text-align: center;
    color:#3F6B47;
    margin-top:70px;
    text-transform:uppercase;
}

.banner .img {
    width:50%;
    height:100%;
}

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

.banner .img .before_after {
    width:100%;
    height:100%;
    margin-top:0;
}

#tinymce .banner .img .before_after {
    width:500px;
    height:300px;
}

.banner .go-bottom {
    display:block;
    width:58px;
    height:58px;
    border-radius:100%;
    position:absolute;
    bottom:40px;
    left:50%;
    transform:translate(-50%,0);
    background:var(--color-yellow-dark);
    border:1px solid black;
    cursor:pointer;
    z-index:5;
}

.banner .go-bottom .fa {
    font-size:20px;
    color:black;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.banner-v2 {
    width:var(--width-content);
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    padding-top:30px;
}

.banner-v2 .img {
    width:calc(50% - 100px);
    height:calc(var(--width-content) * 1 / 3);
    margin-right:100px;
}

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

.banner-v2 .text {
    width:50%;
    height:max-content;
    padding:90px 0;
}

.banner-v2 .text .important-link {
    background:var(--color-green);
    color:var(--color-yellow);
}

.banner-v2 .text .important-link:hover {
    background:var(--color-yellow);
    color:var(--color-green);
}

.before_after {
    width:500px;
    height:300px;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    flex-wrap:wrap;
    position:relative;
    margin-top:100px;
}

.before_after .image_before, .before_after .image_after {
    width:50%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
    z-index:1;
}

.before_after .image_before {
    z-index:2;
}

.before_after .image_after {
    width:100%;
    z-index:1;
}

.before_after .image_before > img, .before_after .image_after > img {
    width:500px;
    height:300px;
    object-fit:cover;
    object-postion:center;
    display:block;
}

.before_after .image_before .text-img, .before_after .image_after .text-img {
    position:absolute;
    top:20px;
    left:20px;
    display:block;
    width:80px;
}

.before_after .image_after .text-img {
    right:20px;
    bottom:20px;
    top:auto;
    left:auto;
}

.before_after .image_before .text-img img, .before_after .image_after .text-img img {
    width:100%;
}

.before_after .slide {
    position:absolute;
    top:0;
    left:50%;
    transform:translate(-50%,0);
    height:100%;
    width:30px;
    z-index:3;
}

.before_after .slide .bar {
    position:absolute;
    top:0;
    left:50%;
    transform:translate(-50%,0);
    height:100%;
    width:5px;
    background:white;
}

.before_after .slide .center {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:30px;
    height:30px;
    padding:10px;
    background:var(--color-yellow-dark);
    border-radius:100%;
    cursor:pointer;
}

.before_after .slide .center span {
    font-size:30px;
    color:black;
}

.before_after_2 {
    width:500px;
    height:300px;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    flex-wrap:wrap;
    position:relative;
}

.before_after_2 .image_before, .before_after_2 .image_after {
    width:50%;
    height:100%;
    overflow:hidden;
}

.before_after_2 .image_before > img, .before_after_2 .image_after > img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-postion:center;
    display:block;
}

.before_after_2 .slide {
    position:absolute;
    top:0;
    left:50%;
    transform:translate(-50%,0);
    height:100%;
    width:30px;
    z-index:3;
}

.before_after_2 .slide .bar {
    position:absolute;
    top:0;
    left:50%;
    transform:translate(-50%,0);
    height:100%;
    width:5px;
    background:white;
}

.before_after_2 .slide .center {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:30px;
    height:30px;
    padding:10px;
    background:var(--color-yellow-dark);
    border-radius:100%;
}

.before_after_2 .slide .center span {
    font-size:20px;
    color:black;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.before_after_2 .text {
    padding:6px 10px;
    width:calc(100% - 20px);
    background:var(--color-yellow);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    position:absolute;
    bottom:0;
    left:0;
    z-index:3;
}

.steps {
    display:flex;
    flex-wrap:wrap;
    margin-top:50px;
}

.steps > div {
    margin-right:80px;
    width:calc((100% - 320px) / 5);
    height:max-content;
    position:relative;
}

.steps.four-steps > div {
    width:calc((100% - 240px) / 4);
}

.steps.three-steps > div {
    width:calc((100% - 200px) / 3);
    margin-right:100px;
}

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

.steps > div .icon {
    padding:20px;
    border-radius:100%;
    background:var(--color-yellow);
    width:70px;
    height:70px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}

.steps.three-steps > div .icon {
    width:80px;
    height:80px;
    padding:30px;
    transition:0.5s;
}

.steps.three-steps > div:hover .icon {
    transform:scale(1.10);
}

.steps.green-steps > div .icon {
    background:var(--color-green);
}

.steps > div .icon img {
    width:70px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:1;
}

.steps.three-steps > div .icon img {
    width:80px;
}

.steps > div h4 {
    margin-top:15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
}

.background-green .steps > div h4 {
    color:white;
}

.steps > div p {
    margin-top:10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}

.steps > div > a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:2;
}

.background-green {
    background:var(--color-green);
}

.background-green h2 {
    color:white;
}

.background-green h3 {
    color:var(--color-yellow);
}

.background-green p {
    color:white;
}

.services {
    display:flex;
    flex-wrap:wrap;
    margin-top:120px;
}

.services > div {
    width:calc((100% - 160px) / 3 - 54px);
    margin-right:80px;
    padding:25px;
    padding-bottom:50px;
    border: 2px solid white; 
    position:relative;
}

.services > div > a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
    z-index:2;
}

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

.services > div:before {
    content:"";
    position:absolute;
    top:0;
    left:50%;
    transform:translate(-50%,-75%);
    width:105px;
    height:90px;
    background:var(--color-green);
    z-index:1;
}

.services > div img.icon {
    position:absolute;
    top:0;
    left:50%;
    transform:translate(-50%,-75%);
    width:80px;
    z-index:1;
}

.services > div img.img {
    width:calc(100% - 2px);
    height:calc(((var(--width-content) - 160px) / 3 - 54px) * 2 / 3 - 2px);
    border:1px solid white;
    object-fit:cover;
    object-position:center;
    transition:0.5s;
}

.services > div:hover img.img {
    transform:scale(1.02);
}

.services > div .before_after_2 {
    width:calc(100% - 2px);
    height:calc(((var(--width-content) - 160px) / 3 - 54px) * 2 / 3 - 2px);
    border:1px solid white;
    transition:0.5s;
}

.services > div:hover .before_after_2 {
    transform:scale(1.02);
}

.services > div .before_after_2 .slide .center {
    width: 20px;
    height: 20px;
    padding: 7px;
}

.services > div .before_after_2 .slide .center span {
    font-size: 15px;
}

.services > div .before_after_2 .slide .bar {
    width:3px;
}

.services > div h5 {
    font-family: Livvic;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform:uppercase;
    color:white;
    margin-top:8px;
}

.services > div h4 {
    font-family: Livvic;
    font-size: 16px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform:uppercase;
    margin-top:8px;
    color:#F1EA30;
}

.services > div p {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
    margin-top:25px;
}

.services > div p strong {
    font-weight:500;
}

.green-text {
    color:var(--color-green);
}

.purple-text {
    color:var(--color-purple);
}

.corse-and-text {
    display:flex;
    flex-wrap:wrap;
    margin-top:40px;
    align-items:center;
}

.corse-and-text .corse {
    width:40%;
}

.corse-and-text .corse img {
    width:100%;
    height:auto;
    display:block;
    margin-left:auto;
    margin-right:auto;
    max-width:350px;
}

.corse-and-text .text {
    margin-left:10%;
    width:50%;
    height:max-content;
}

.demande-devis-block {
    margin-top:80px;
    background:var(--color-yellow);
    padding:25px 100px;
    width:calc(100% - 200px);
    position:relative;
}

.demande-devis-block .important-link {
    border:1px solid black;
    margin-left:0;
    min-width:0;
}

.demande-devis-block img {
    position:absolute;
    bottom:0;
    right:25px;
    width:30%;
}

.rdv-bloc {
    padding-top:50px;
    padding-bottom:50px;
}

.rdv-bloc p {
    text-align:center;
}

.rdv-bloc .important-link {
    margin-top:20px;
}

.bloc-follow-fb {
    display:flex;
    flex-wrap:wrap;
    widht:calc(100% - 260px);
    padding:15px 130px;
    height:100px;
    max-width:600px;
    background:var(--color-green);
    position:relative;
    margin-left:auto;
    margin-right:auto;
    align-items:center;
    margin-top:50px;
}

.bloc-follow-fb .pouces {
    position:absolute;
    top:10px;
    left:10px;
    width:150px;
    height:calc(100% - 20px);
    background:url("/media/icons/pouces.svg") no-repeat;
    background-size:contain;
    background-position:center;
}

.bloc-follow-fb .logo {
    position:absolute;
    top:0;
    left:150px;
    transform:translate(0,-10px);
    width:80px;
    height:80px;
    padding:35px;
    background:white;
    border-radius:100%;
    box-shadow: 0px 0px 4px 0px #00000040;
}

.bloc-follow-fb .logo span {
    font-size:80px;
    color:var(--color-green);
}

.bloc-follow-fb .text {
    margin-left:auto;
    margin-right:0;
    height:max-content;
}

.bloc-follow-fb .text h4 {
    font-weight:700;
    color:#ffffff;
    font-size:25px;
    line-height:normal;
    text-transform:none;
}

.bloc-follow-fb .text a {
    margin-top:15px;
    background:var(--color-yellow);
    padding:8px 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.02em;
    text-transform:uppercase;
    color:var(--color-green);
    border-radius:45px;
    display:block;
    text-decoration:none;
    width:max-content;
    margin-left:auto;
    margin-right:auto;
}

.bloc-follow-fb .text a span {
    font-size:25px;
    margin-left:10px;
    color:var(--color-green);
}

.social-networks-wall-tab {
  display: none;
}

.social-networks-wall-container {
  display: flex;
  flex-wrap: wrap;
  height: auto !important;
  align-items: stretch;
}

.social-networks-wall-root .block-sortable-active .block-sortable-item {
    position:relative !important;
    top:0 !important;
    left:0 !important;
    width:calc(100% / 3 - 20px) !important;
    height:auto ! important;
    margin-left:calc(20px * 3 / 4);
    margin-right:calc(20px * 3 / 4);
    margin-top:20px;
}

.social-networks-wall-root .block-sortable-active .block-sortable-item:nth-child(3n + 1) {
    margin-left:0;
}

.social-networks-wall-root .block-sortable-active .block-sortable-item:nth-child(3n) {
    margin-right:0;
}

.social-networks-wall-root .block-sortable-active .block-sortable-item:nth-child(-n + 3) {
    margin-top:0;
}

.social-networks-wall-item {
    height:calc(100% - 10px);
}

.social-networks-wall-item-toolbar {
    margin: auto 0 0 0;
}

.social-networks-wall-item-footer {
    margin:0;
}

.social-networks-wall-root {
    margin-top:50px;
}

.social-networks-wall-item-image-container {
    width:100%;
}

.image-text {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    margin-top:100px;
}

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

.image-text .text {
    width:calc(50% - 50px);
    margin-right:100px;
    height:max-content;
}

.image-text.text-taller .text {
    width:calc(60% - 50px);
}

.image-text.image-first .text {
    margin-right:0;
}

.image-text .img {
    width:calc(50% - 50px);
    height:max-content;
}

.image-text .img.height-format {
    height:calc((var(--width-content) * 0.5 - 50px) * 9 / 16);
}

.image-text.text-taller .img.height-format {
    height:calc((var(--width-content) * 0.4 - 50px) * 9 / 16);
}

.image-text.text-taller .img {
    width:calc(40% - 50px);
}

.image-text.image-first .img {
    margin-right:100px;
}

.image-text .img img {
    width:100%;
    height: auto;
}

.image-text .img.height-format img {
    height:100%;
    object-fit:cover;
    object-position:center;
}

.image-text .img .before_after_2 {
    width:100%;
    height:calc((var(--width-content) * 0.5 - 50px) * 9 / 16);
}

.image-text.text-taller .img .before_after_2 {
    height:calc((var(--width-content) * 0.4 - 50px) * 9 / 16);
}

.text-white {
    color:white !important;
}

.two-blocks {
    display:flex;
    flex-wrap:wrap;
    margin-top:50px;
}

.two-blocks > div {
    border: 2px solid var(--color-yellow-dark);
    width:calc(50% - 39px - 60px);
    margin-right:70px;
    padding:30px;
}

.two-blocks > div:last-child {
    margin-right:0;
}

.two-blocks > div ul {
    list-style:disc;
    padding-left:20px;
}

.two-blocks > div ul li {
    list-style:disc;
    padding-left:0;
    width:100%;
    margin-right:0;
    margin-top: 20px;
    font-weight:400;
}

.two-blocks > div ul li:nth-child(-n+2) {
  margin-top: 20px;
}

.two-blocks > div ul li:first-child {
    margin-top:0;
}

.two-blocks > div ul li:before {
    display:none;
}

.anchor {
    position:relative;
    top:-100px;
}

.before_after_flex {
    display:flex;
    flex-wrap:wrap;
    margin-top:80px;
}

.before_after_flex > div {
    width:calc(50% - 40px);
    height:calc((var(--width-content) * 0.5 - 40px) * 9 / 16);
    margin-right:80px;
    margin-top:0;
    margin-top:50px;
}

.before_after_flex > div:nth-child(2n) {
    margin-right:0;
}

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

.categories-rea {
    display:flex;
    flex-wrap:wrap;
    margin-left:auto;
    margin-right:auto;
    margin-top:60px;
    width:max-content;
    max-width:100%;
}

.categories-rea > div {
    background:white;
    border:1px solid black;
    font-family: Livvic;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: center;
    text-transform:uppercase;
    padding:8px 20px;
    margin-right:50px;
    cursor:pointer;
    transition:0.5s;
}

.categories-rea > div:last-child {
    margin-right:0;
}

.categories-rea > div.active, .categories-rea > div:hover {
    background:var(--color-yellow);
    border:1px solid var(--color-yellow);
}

.banner-v3 {
    width:100%;
    height:calc(100vw * 0.18);
    background:#277E4D;
    position:relative;
}

.banner-v3 img {
    height:100%;
    margin-left:auto;
    margin-right:auto;
    display:block;
    z-index:2;
    position:relative;
}

.banner-v3:before {
    background:#277E4D;
    width:50%;
    height:100%;
    display:block;
    content:"";
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}

.banner-v3:after {
    background:#4D6948;
    width:50%;
    height:100%;
    display:block;
    content:"";
    position:absolute;
    top:0;
    z-index:1;
    right:0;
}

.contact-map {
    display:flex;
    flex-wrap:wrap;
    align-items: stretch;
}

.contact-map .contact {
    padding-left:calc((100% - var(--width-content)) / 2);
    padding-right:calc((100% - var(--width-content)) / 2);
    padding-top: 70px;
    padding-bottom: 70px;
    width:calc(55% - (100% - var(--width-content)));
    height:max-content;
}

.contact-map .contact > p {
    margin-top:40px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color:var(--color-green);
    text-align:center;
}

.contact-map .map {
    width:45%;
    position:relative;
}

.contact-map .map #gmap {
    width:100%;
    height:100%;
}

.contact-map .map .coordonnees-v2 {
    position:absolute;
    left:50%;
    top:70px;
    transform:translate(-50%,0);
    padding:45px;
    width:max-content;
    max-width:calc(100% - 150px);
    height:max-content;
    border-radius:10px;
    background:var(--color-green);
}

.contact-map .map .coordonnees-v2 > div {
    display:flex;
    flex-wrap:wrap;
    position:relative;
    padding-left:40px;
    margin-top:10px;
}

.contact-map .map .coordonnees-v2 > div:first-child {
    margin-top:0;
}

.contact-map .map .coordonnees-v2 > div > a {
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.contact-map .map .coordonnees-v2 > div span {
    position:absolute;
    width:35px;
    top:0;
    left:0;
    color:var(--color-yellow-dark);
    font-size:25px;
    text-align:center;
}

.contact-map .map .coordonnees-v2 > div .text {
    width:100%;
}

.contact-map .map .coordonnees-v2 > div .text h4 {
    font-family: Lexend;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color:var(--color-yellow-dark);
}

.contact-map .map .coordonnees-v2 > div .text p {
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color:white;
    margin-top:6px;
}

form {
    margin-top:25px;
}

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

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

form #rgpd-label {
    display:block;
}

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

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

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

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

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

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

form dt#rgpd-label {
    display:block;
    width:calc(100% - 30px);
    order:2;
    color:black;
    font-size:15px;
    margin-top:35px;
    text-align:left;
    font-weight:400;
    line-height: 34px;
}

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

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

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

form input[type=text], form textarea {
    border-radius: 6px !important;
    background: var(--color-green) !important; 
    padding:12px 18px !important;
    width:calc(100% - 36px) !important;
    color:white !important;
    border:none !important;
    font-family: Lexend;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    text-align: left;
}

form input[type=text]::placeholder, form textarea::placeholder {
    color: #fff !important;
    font-family: Lexend;
    opacity:0.8;
    font-weight:300;
}

form input[type=submit] {
    border:none;
    border-radius: 45px; 
    background: var(--color-yellow-dark); 
    border:1px solid var(--color-yellow-dark); 
    padding:8px 14px;
    color: var(--color-green);
    font-family:Lexend;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform:uppercase;
    cursor:pointer;
    margin-left:auto;
    margin-right:auto;
    display:block;
    transition:0.5s;
    min-width:190px;
}

form input[type=submit]:hover {
    background: #fafafa; 
}

form textarea {
    height:180px;
}

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

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

.phrase-fond-jaune {
    background:var(--color-yellow);
    padding:25px calc((100% - var(--width-content)) / 2);
    width:var(--width-content);
    text-align:center;
}

.allo-corsica {
    position:fixed;
    bottom:50px;
    right:10px;
    width:170px;
    transition:0.5s;
    opacity:0;
    z-index:-20;
}

.allo-corsica > a {
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
}

.allo-corsica > img {
    width:100%;
    display:block;
}

.on-scroll .allo-corsica {
    opacity:1;
    z-index:20;
}

#tinymce .services > div > a, #tinymce .steps > div > a {
  height: 10%;
}

#tinymce .contact-map .map .coordonnees-v2 > div a, #tinymce .coordonnees > div a {
    height:20%;
}

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

#tinymce .banner-v2 {
    width:80%;
}

#tinymce .contact-map .contact {
    width:55%;
    padding-left:0;
    padding-right:0;
}

#tinymce .contact-map .map {
    height:500px;
}

#tinymce .before_after_flex {
    display:flex !important;
}

@media all and (max-width:1600px) {
    :root {
        --width-content: 1200px;
    }
    
    footer .top-footer .first-line > div {
        margin-right:20px;
        width:calc((100% - 60px) / 4);
    }
    
    footer .top-footer .second-line .menu li {
        width:calc((100% - 60px) / 4);
        margin-right:20px;
    }
    
    .steps > div {
      margin-right: 40px;
      width: calc((100% - 160px) / 5);
    }
    
    .steps.four-steps > div {
        width:calc((100% - 120px) / 4);
    }
    
    .social-networks-wall-root .block-sortable-active .block-sortable-item {
        width: calc(100% / 2 - 20px) !important;
        margin-left: calc(20px * 2 / 3);
        margin-right: calc(20px * 2 / 3);
    }
    
    .social-networks-wall-root .block-sortable-active .block-sortable-item:nth-child(-n+3) {
      margin-top: 20px;
    }
    
    .social-networks-wall-root .block-sortable-active .block-sortable-item:nth-child(-n+2) {
      margin-top: 0;
    }
    
    .social-networks-wall-root .block-sortable-active .block-sortable-item:nth-child(3n) {
      margin-right: calc(20px * 2 / 3);
    }
    
    .social-networks-wall-root .block-sortable-active .block-sortable-item:nth-child(2n) {
      margin-right: 0;
    }
    
    .social-networks-wall-root .block-sortable-active .block-sortable-item:nth-child(3n + 1) {
      margin-left: calc(20px * 2 / 3);
    }
    
    .social-networks-wall-root .block-sortable-active .block-sortable-item:nth-child(2n + 1) {
      margin-left: 0;
    }
    
    .banner .text {
        padding:50px calc((100vw - var(--width-content)) / 2);
        height:calc(100% - 100px);
        padding-right: 150px;
    }
}

@media all and (max-width:1400px) {
    :root {
        --width-content: 1000px;
    }
    
    header .logo {
        width: 140px;
    }
    header {
        height: 50px;
    }
    
    header .menu-responsive-container {
        max-width: calc(100% - 130px);
    }
    
    header .menu {
        max-width: calc(var(--width-content) - 130px);
    }
    
    header .menu li {
        margin-right:20px;
    }
    
    header .menu li:nth-child(2n) {
        margin-right:20px;
    }
    
    header .menu li:last-child {
      margin-right: 0;
    }
    
    .page-content {
        min-height:calc(100vh - 80px);
        margin-top:80px;
    }
    
    .banner .text h3 {
        margin-top:20px;
    }
    
    .banner .text img.corse {
        bottom:40px;
    }
    
    .steps > div {
      margin-right: 30px;
      width: calc((100% - 120px) / 5);
    }
    
    .steps.four-steps > div {
        width:calc((100% - 90px) / 4);
    }
    
    .services > div {
        width:calc((100% - 100px) / 3 - 54px);
        margin-right:50px;
    }
    
    .services > div img.img {
        height:calc(((var(--width-content) - 100px) / 3 - 54px) * 2 / 3 - 2px);
    }
    
    .services > div .before_after_2 {
        height:calc(((var(--width-content) - 100px) / 3 - 54px) * 2 / 3 - 2px);
    }
    
    .demande-devis-block {
      padding: 25px 50px;
      width: calc(100% - 100px);
      margin-top:50px;
    }
    
    .image-text .text {
        width:calc(50% - 25px);
        margin-right:50px;
    }
    
    .image-text.text-taller .text {
        width:calc(60% - 25px);
    }
    
    .image-text .img {
        width:calc(50% - 25px);
    }
    
    .image-text.text-taller .img {
        width:calc(40% - 25px);
    }
    
    .image-text.image-first .img {
        margin-right:50px;
    }
    
    .image-text .img.height-format {
      height: calc((var(--width-content) * 0.5 - 25px) * 9 / 16);
    }
    
    .image-text.text-taller .img.height-format {
        height:calc((var(--width-content) * 0.4 - 25px) * 9 / 16);
    }
    
    .image-text .img .before_after_2 {
        height:calc((var(--width-content) * 0.5 - 25px) * 9 / 16);
    }
    
    .image-text.text-taller .img .before_after_2 {
        height:calc((var(--width-content) * 0.4 - 25px) * 9 / 16);
    }
    
    .banner-v2 .img {
        width:calc(45% - 50px);
        margin-right:50px;
    }
    
    .banner-v2 .text {
        width:55%;
    }
    
    .before_after_flex > div {
        width:calc(50% - 20px);
        height:calc((var(--width-content) * 0.5 - 20px) * 9 / 16);
        margin-right:40px;
    }
    
    .contact-map .contact {
        width:calc(59% - (100% - var(--width-content)));
    }
    
    .contact-map .map {
        width:41%;
    }
    
    form dd {
      width: calc((100% - 20px) / 2);
      margin-top: 20px;
    }
    
    form dt#rgpd-label {
        margin-top:20px;
    }
}

@media all and (max-width:1200px) {
    :root {
        --width-content: 900px;
    }
    
    header .menu li {
        margin-right:15px;
    }
    
    header .menu li:nth-child(2n) {
        margin-right:15px;
    }
    
    header .menu li:last-child {
        margin-right: 0;
    }
    
    header .menu li a, header .menu li span {
        font-size:13px;
    }
    
    header .menu li a.contact, header .menu li.active a.contact {
        padding: 5px 12px;
    }
    
    .banner .text {
      padding-top:60px;
      padding-bottom:60px;
      height: calc(100% - 120px);
    }
    
    .banner .text h3 {
        font-size:25px;
        line-height:31px;
    }
    
    .services > div {
        width:calc((100% - 60px) / 3 - 54px);
        margin-right:30px;
    }
    
    .services > div img.img {
        height:calc(((var(--width-content) - 60px) / 3 - 54px) * 2 / 3 - 2px);
    }
    
    .services > div .before_after_2 {
        height:calc(((var(--width-content) - 60px) / 3 - 54px) * 2 / 3 - 2px);
    }
    
    .demande-devis-block img {
        right:15px;
    }
    
    form dd {
        width:100%;
    }
    
    form dd#firstname-element {
      margin-top: 20px;
    }
}

@media all and (max-width:992px) {
    :root {
        --width-content: 90vw;
    }
    
    h4 {
        text-align:center;
    }
    
    ul {
        display:block;
        width:max-content;
        max-width:100%;
        margin-left:auto;
        margin-right:auto;
    }
    
    ul li {
        width:max-content;
        max-width:calc(100% - 52px);
        margin-right:0;
    }
    
    ul li:nth-child(-n + 2) {
        margin-top:25px;
    }
    
    ul li:first-child {
        margin-top:0;
    }
    
    .menu-responsive-button-container {
        display:block;
        background:none;
        position:absolute;
        top:20px;
        right:calc((100vw - var(--width-content)) / 2);
    }
    
    .menu-responsive-button {
        background:none;
        border:none;
        width: max-content;
        line-height: 17px;
        height: 40px;
    }
    
    .menu-responsive-close .menu-responsive-button {
        position:relative;
    }
    
    .menu-responsive-button span.fa-bars {
      content: url('/media/icons/menu.png');
      width: 40px;
      height: 100%;
    }
    
    .menu-responsive-button span.fa-times {
        content: url('/media/icons/menu.png');
        width: 40px;
        height: 100%;
    }
    
    header {
        min-height:50px;
        height:max-content;
    }
    
    header .logo {
        margin-bottom:0;
        left:50%;
        transform:translate(-50%,0);
    }
    
    header .menu-responsive-container {
        width:100%;
        max-width:100%;
    }
    
    header .menu {
        flex-direction:column;
        flex-wrap: nowrap;
        width:100%;
        max-width: 100%;
        overflow:hidden;
    }  
    
    header .menu > li {
        margin-left:auto;
        margin-right:auto;
        margin-bottom:15px;
        text-align:center;
    }
    
    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:35px;
        margin-right: auto;
    }
    
    header .menu > li:first-child {
        padding-top:140px;
        transition:0.5s;
    }
    
    .on-scroll header .menu > li:first-child {
        padding-top:80px;
    }
    
    header .menu li:nth-child(2n) {
      margin-right: auto;
    }
    
    header .menu li a.contact, header .menu li.active a.contact {
        padding:13px 18px;
    }
    
    header .menu li > ul {
        display:block;
        position:relative;
        transform:none;
        box-shadow:none;
        padding:0;
        text-align:center;
        margin-top:10px;
        margin-bottom:0px;
        width:500px;
        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: 12px;
        font-weight: 400;
        line-height: 20px;
    }
    
    .banner {
        display:block;
        height:max-content;
    }
    
    .banner .text {
        width:var(--width-content);
        padding:60px calc((100vw - var(--width-content)) / 2);
        height:max-content;
    }
    
    .banner .text img {
        max-width:500px;
        margin-left:auto;
        margin-right:auto;
        display:block;
    }
    
    .banner .text h3 {
        max-width:80%;
        margin-left:auto;
        margin-right:auto;
    }
    
    .banner .text img.corse {
        width:10vw;
    }
    
    .banner .img {
        width:100%;
        height: calc(100vw * 2 / 3);
    }
    
    .banner .go-bottom {
        display:none;
    }
    
    footer .top-footer h4 {
        text-align:center;
    }
    
    footer .top-footer .menu {
        max-width:100%;
    }
    
    footer .top-footer .first-line {
        display:block;
    }
    
    footer .top-footer .first-line > div {
        width:max-content;
        max-width:100%;
        margin-left:auto;
        margin-right:auto;
        margin-top:30px;
    }
    
    footer .top-footer .first-line > div:first-child {
        margin-top:0;
    }
    
    footer .top-footer .first-line > div:last-child {
        margin-right:auto;
    }
    
    footer .top-footer .first-line .logo-text .logo {
        margin-left:auto;
        margin-right:auto;
    }
    
    footer .top-footer .first-line .logo-text p {
        margin-top:30px;
        text-align:center;
    }
    
    footer .top-footer .first-line > div .menu li {
        width:max-content;
        margin-left:auto;
        margin-right:auto;
        max-width:100%;
    }
    
    footer .top-footer .first-line > div .menu li a {
        text-align:center;
        display: block;
    }
    
    .coordonnees > div {
        width:max-content;
        max-width:calc(100% - 30px);
        margin-left:auto;
        margin-right:auto;
    }
    
    .coordonnees > div p {
        text-align:center;
    }
    
    footer .top-footer .second-line .menu {
        display:block;
    }
    
    footer .top-footer .second-line .menu li {
        width:max-content;
        max-width:100%;
        margin-left:auto;
        margin-right:auto;
    }
    
    footer .top-footer .second-line .menu li:nth-child(-n + 2) {
        margin-top:10px;
    }
    
    footer .top-footer .second-line .menu li:nth-child(-n + 4) {
        margin-top:10px;
    }
    
    footer .top-footer .second-line .menu li:nth-child(4n) {
        margin-right:auto;
    }
    
    footer .top-footer .second-line .menu li a {
        text-align:center;
        display: block;
    }
    
    footer .bottom-footer {
        display:block;
    }
    
    footer .bottom-footer .menu {
        display:block;
        width:100%;
        margin-right:0;
    }
    
    footer .bottom-footer .menu > li {
        margin-left:auto;
        margin-right:auto;
        margin-top:20px;
        width:max-content;
    }
    
    footer .bottom-footer .menu > li:nth-child(-n + 2) {
        margin-top:20px;
    }
    
    footer .bottom-footer .menu > li:first-child {
        margin-left:auto;
        margin-top:0;
    }
    
    footer .bottom-footer .menu > li:last-child {
        margin-right:auto;
    }
    
    footer .bottom-footer .arduinnova {
        margin-left:auto;
        margin-right:auto;
        margin-top:20px;
    }
    
    .steps {
        display:block;
    }
    
    .steps > div {
      margin-left: auto;
      margin-right: auto;
      width: max-content;
      max-width:100%;
      margin-bottom:30px;
    }
    
    .steps > div:last-child {
        margin-right:auto;
        margin-bottom:0;
    }
    
    .steps.four-steps > div {
        width:max-content;
    }
    
    .steps.three-steps > div {
        margin-right:auto;
        width:max-content;
    }
    
    .services {
        display:block;
    }
    
    .services > div {
        width:500px;
        max-width:calc(100% - 54px);
        margin-left:auto;
        margin-right:auto;
        margin-top:100px;
    }
    
    .services > div:first-child {
        margin-top:0;
    }
    
    .services > div:last-child {
        margin-right:auto;
    }
    
    .services > div img.img {
        height:calc(500px * 2 / 3 - 2px);
        max-height:calc((var(--width-content) - 54px) * 2 / 3 - 2px);
    }
    
    .services > div .before_after_2 {
        height:calc(500px * 2 / 3 - 2px);
        max-height:calc((var(--width-content) - 54px) * 2 / 3 - 2px);
    }
    
    .corse-and-text {
        display:block;
    }
    
    .corse-and-text .corse {
        margin-left:auto;
        margin-right:auto;
        width:500px;
        max-width:100%;
    }
    
    .corse-and-text .text {
        width:100%;
        margin-left:0;
        margin-top:40px;
    }
    
    .corse-and-text .text p {
        text-align:center;
    }
    
    .demande-devis-block {
      margin-top:100px;
    }
    
    .bloc-follow-fb {
        display:block;
        widht:calc(100% - 30px);
        padding:30px 15px;
        height:max-content;
    }
    
    .bloc-follow-fb .pouces {
        position:relative;
        top:0;
        left:0;
        width:100%;
        height:100px;
        background-size:contain;
        background-repeat:repeat;
    }
    
    .bloc-follow-fb .logo {
        top:35px;
        left:50%;
        transform:translate(-50%,0);
        width:60px;
        height:60px;
        padding:15px;
    }
    
    .bloc-follow-fb .logo span {
        font-size:60px;
    }
    
    .bloc-follow-fb .text {
        margin-right:auto;
        margin-top:30px;
    }
    
    .social-networks-wall-root .block-sortable-active .block-sortable-item {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }
    
    .social-networks-wall-root .block-sortable-active .block-sortable-item:nth-child(-n+3) {
      margin-top: 20px;
    }
    
    .social-networks-wall-root .block-sortable-active .block-sortable-item:nth-child(-n+2) {
      margin-top: 20px;
    }
    
    .social-networks-wall-root .block-sortable-active .block-sortable-item:first-child {
      margin-top: 0;
    }
    
    .social-networks-wall-root .block-sortable-active .block-sortable-item:nth-child(3n) {
      margin-right: 0;
    }
    
    .social-networks-wall-root .block-sortable-active .block-sortable-item:nth-child(3n + 1) {
      margin-left: 0;
    }
    
    .image-text {
        display:block;
        margin-top:50px;
    }
    
    .image-text .text {
        width:100%;
        margin-right:0;
    }
    
    .image-text.text-taller .text {
        width:100%;
    }
    
    .image-text .text p {
        text-align:center;
    }
    
    .image-text .img {
        width:100%;
        margin-top:40px;
    }
    
    .image-text.text-taller .img {
        width:100%;
    }
    
    .image-text.image-first .img {
        margin-top:0;
        margin-right:0;
        margin-bottom:40px;
    }
    
    .image-text .img.height-format {
      height: calc((var(--width-content)) * 9 / 16);
    }
    
    .image-text.text-taller .img.height-format {
        height:calc(var(--width-content) * 9 / 16);
    }
    
    .two-blocks {
        display:block;
    }
    
    .two-blocks > div {
        width:450px;
        max-width:calc(100% - 64px);
        margin-left:auto;
        margin-right:auto;
        margin-top:40px;
    }
    
    .two-blocks > div:last-child {
        margin-right:auto;
    }
    
    .two-blocks > div:first-child {
        margin-top:0;
    }
    
    .two-blocks > div h4 {
        text-align:center;
    }
    
    ul li {
        font-size:14px;
        line-height: 24px;
    }
    
    .banner-v2 {
        width:var(--width-content);
        display:block;
        padding-top:50px;
    }
    
    .banner-v2 .img {
        width:500px;
        max-width:100%;
        height:500px;
        max-height:var(--width-content);
        margin-right:0;
        margin-left:auto;
        margin-right:auto;
    }
    
    .banner-v2 .text {
        width:100%;
        padding:50px 0;
    }
    
    .before_after_flex {
        display:block;
        margin-top:40px;
    }
    
    .before_after_flex > div {
        width:500px;
        max-width:100%;
        height:calc(500px * 9 / 16);
        max-height:calc(var(--width-content) * 9 / 16);
        margin-right:auto;
        margin-left:auto;
    }
    
    .before_after_flex > div:nth-child(2n) {
        margin-right:auto;
    }
    
    .before_after_flex > div:nth-child(-n + 2) {
        margin-top:50px;
    }
    
    .before_after_flex > div:first-child {
        margin-top:0;
    }
    
    .contact-map .contact {
        width:var(--width-content);
    }
    
    .contact-map .map {
        width:100%;
        height:1000px;
    }
    
    header .tel-mobile {
        display:block;
        position:absolute;
        top: 24px;
        left:calc((100vw - var(--width-content)) / 2);
    }
    
    header .tel-mobile span {
        font-size:32px;
        color:var(--color-purple);
    }
    
    .image-text .img .before_after_2 {
        height:calc(var(--width-content) * 9 / 16);
    }
    
    .image-text.text-taller .img .before_after_2 {
        height:calc(var(--width-content) * 9 / 16);
    }
}

@media all and (max-width:600px) {
    header {
        min-height: 35px;
    }
    
    header .logo {
        width: 110px;
    }
    
    .menu-responsive-button-container {
        top:14px;
    }
    
    header .menu > li:first-child {
        padding-top: 105px;
    }
    
    .on-scroll header .menu > li:first-child {
        padding-top:70px;
    }
    
    .banner .text {
        padding-top:40px;
        padding-bottom:40px;
    }
    
    .banner .text img.corse {
        right:10px;
    }
    
    .page-content {
      min-height: calc(100vh - 65px);
      margin-top: 65px;
    }
    
    a.important-link {
        min-width:200px;
        padding:10px 20px;
    }
    
    h1 {
        font-size:22px;
        line-height:28px;
    }
    
    h2 {
        font-size: 14px;
        line-height: 20px;
    }
    
    h3 {
        font-size: 20px;
        line-height: 32px;
    }
    
    p {
      font-size: 16px;
      line-height: 25px;
    }
    
    body {
      font-size: 16px;
      line-height: 25px;
    }
    
    .not-all-width {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    
    .demande-devis-block {
        display:flex;
        flex-direction:column;
        margin-top:50px;
    }
    
    .demande-devis-block img {
        order:1;
        position:relative;
        top:0;
        left:0;
        margin-left:auto;
        margin-right:auto;
        margin-top:-60px;
        display:block;
        width:150px;
    }
    
    .demande-devis-block .important-link {
        margin-left:auto;
        margin-top:15px;
        order:2;
    }
    
    .demande-devis-block .important-link:first-child {
        margin-top:15px;
    }
    
    .before_after_2 .text {
        font-size:13px;
        line-height:16px;
    }
    
    .contact-map .contact {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    form dt#rgpd-label {
        line-height: 26px;
    }
    
    .contact-map .map .coordonnees-v2 {
        padding:20px;
        max-width:calc(100% - 70px);
    }
    
    .contact-map .map .coordonnees-v2 > div .text h4 {
      font-size: 17px;
      line-height: 22px;
      min-height:22px;
    }
    
    .contact-map .map .coordonnees-v2 > div .text p {
      font-size: 14px;
      line-height: 24px;
    }
    
    .allo-corsica {
        display:none;
    }
    
    .banner-v3 {
        width: 100%;
        height: calc(100vw * 0.30);
    }
    
    header .tel-mobile {
        top: 17px;
    }
    
    .categories-rea {
        display:block;
    }
    
    .categories-rea > div {
        margin-right:0;
        margin-bottom:20px;
    }
    
    .categories-rea > div:last-child {
        margin-bottom:0;
    }
}
