/*
Theme Name: UNADEV / LP Leg 2026
Version: 1.0.3
Author: WP&Co / Maxyma
Author URI: https://wordpressandco.fr/

License: Commercial
*/

/*------------------------------------*\
MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
}
body {
    font:300 11px/1.4 'Karla', sans-serif;
    color:#000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:#444;
    text-decoration:none;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}
a:hover {
    color:#444;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}
strong{
    font-weight: 700;
}

:root{
    --bleu-clair:#00A0BE;
    --bleu:#2C4390;
    --orange:#EA5B0C;
    --orange-pale:#FCE7D0;
    --rose:#E9427D;
    --gris:#F4F5F9;
}

/*------------------------------------*\
STRUCTURE
\*------------------------------------*/

footer {
    padding: 5.5rem 0 4.5rem 0;
}
.footer__txt {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 3rem 0;
}
.footer__rs {
    padding-left: 10rem;
}
.footer__rs > span {
    display: inline-block;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 3.6rem;
    letter-spacing: 0.3rem;
    margin-bottom: 1.4rem;
}
.footer__rs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__rs ul li:not(:last-child) {
    margin-right: 4rem;
}

.footer__copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3rem;
}
.footer__copyright ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer__copyright ul li:before {
    content: "|";
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}

section{
    overflow: hidden;
}
section:not(#s1):not(#s2){
    padding: 11.5rem 0;
}

#s1 {
    height: 90rem;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-color: var(--bleu);
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
}
#s1 .container {
    position: relative;
    z-index: 3;
}
#s1:after {
    content: "";
    background: rgb(0,0,0);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    bottom: 0;
    left: 0;
    width: 80%;
    position: absolute;
    display: block;
    height: 50%;
    z-index: 0;
}
#s2{
    padding: 8rem 0;
    background-image:url(img/cercles.png);
    background-repeat:no-repeat;
    background-position:right -60rem top -60rem;
}
#s3{
    background:var(--gris);
    background-image:url(img/s3.png);
    background-repeat:no-repeat;
    background-position:left -5rem center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
#s4{
    background-image:url(img/s4_new.png);
    background-repeat:no-repeat;
    background-position:right -12rem bottom -10rem;
}
#s5{
    background:var(--orange-pale);
    background-image:url(img/cercles.png);
    background-repeat:no-repeat;
    background-position:left -60rem bottom -60rem;
}
#s6{
    background:var(--bleu);
    color:#FFF;
}

h2{
    color:var(--bleu);
    font-size: 7.2rem;
    line-height: 8.2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
h3 {
    color: var(--bleu);
    font-size: 5.4rem;
    font-weight: 800;
    line-height: 6.4rem;
    position: relative;
    margin-bottom: 6rem;
    display: inline-block;
}
h3 span {
    z-index: 1;
    position: relative;
}
h3 span.replica {
    position: absolute;
    color: transparent;
    max-width: 100%;
    z-index: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    top: 1.5rem;
    -webkit-border-radius: 1.9rem;
    -moz-border-radius: 1.9rem;
    border-radius: 1.9rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    word-wrap: break-word;
    -webkit-text-decoration-line: line-through;
    -moz-text-decoration-line: line-through;
    text-decoration-line: line-through;
    text-decoration-thickness: 2.2rem;
    -webkit-text-decoration-color: var(--orange-pale);
    -moz-text-decoration-color: var(--orange-pale);
    text-decoration-color: var(--orange-pale);
}

h3 .overline {
    background: var(--orange-pale);
    -webkit-border-radius: 1.9rem;
    -moz-border-radius: 1.9rem;
    border-radius: 1.9rem;
    height: 3rem;
    display: block;
    position: absolute;
    left: -0.8rem;
    top: 3.4rem;
    width: -webkit-calc(100% + 1.6rem);
    width: -moz-calc(100% + 1.6rem);
    width: calc(100% + 1.6rem);
    z-index: 0;
}
h3 .overline.ov_1 {
    top: 9.8rem;
}
h3 .overline.ov_2 {
    top: 16.2rem;
}
#s3 h3 .overline:not(.ov_0){
    display: none;
}
#s4 h3 .overline.ov_0 {
    width: 94%;
}
#s4 h3 .overline.ov_1 {
    width: 82.5%;
}
#s5 .overline {
    background: #FFF;
}
#s5 .overline.ov_0 {
    width: 89.5%;
}
#s5 .overline.ov_1 {
    width: 24%;
}
#s5 h3 .overline:not(.ov_0):not(.ov_1){
    display: none;
}
#s6 .overline {
    background: var(--orange);
}


.separation {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.2rem;
}
.separation > div {
    height: 100%;
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: var(--bleu-clair);
}
.separation > div:first-child{
    background: var(--rose);
}
.separation > div:last-child{
    background: var(--orange);
}

#s1 .s1__logo {
    position: absolute;
    top: 4rem;
    left: 4rem;
}
#s1 .s1__logo img {
    width: 30rem;
    height: auto;
}

.s1__left-content{
    padding: 4rem 4rem 5.7rem 0;
}
.s1__left-content-text {
    margin-top: auto;
}

.s1__left-content-expertises {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
}
.s1__left-content-expertises li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.4rem;
    text-transform: uppercase;
    color: #FFF;
}
.s1__left-content-expertises li:not(:last-child):after {
    content: "\2022";
    width: 1.7rem;
    display: block;
    text-align: center;
    color: #FFF;
}
.s1__left-content-expertises li span {
    background: var(--bleu-clair);
    line-height: 1;
    padding: 0 0.3rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    border-radius: 0.6rem;
}
.s1__left-content-expertises li:first-child span {
    background: var(--orange);
}
.s1__left-content-expertises li:last-child span {
    background: var(--rose);
}
#s1 h2 {
    font-size: 9.6rem;
    text-transform: uppercase;
    color: #FFF;
    text-align: right;
    line-height: 7rem;
    margin: 3rem 0;
}
.s1__left-content-subtitle {
    color: #FFF;
    text-align: right;
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 4.4rem;
}
.s1__left-content-subtitle p{
    margin: 0;
}

.s1__right-container,
.s1__right-form {
    background: var(--bleu);
    color: #FFF;
    -webkit-border-top-left-radius: 4rem;
    -moz-border-radius-topleft: 4rem;
    border-top-left-radius: 4rem;
}
.s1__right-container{
    position: relative;
}
.s1__right-container:after {
    content: "";
    background: var(--bleu);
    width: 100%;
    height: 100%;
    top: 0;
    right: -99%;
    display: block;
    position: absolute;
}
.s1__right-form {
    padding:3rem;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
    font-size: 1.8rem;
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    border-radius: 4rem;
    z-index: 99;
    position: relative;
    top: 0;
}
.s1__right-form.stuck {
    position: fixed;
    width: 425px;
    top: 7.5rem;
    min-height: calc(100vh - 7.5rem);
    max-height: calc(100vh - 7.5rem);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.s1__right-form.stuck::-webkit-scrollbar {
    display: none;
}
.s1__right-form.stuck.is_courrier {
    top: 0.2rem;
    min-height: calc(100vh - 0.2rem);
    max-height: calc(100vh - 0.2rem);
}

.s1__right-form br{
    display: none;
}

.s1__right-form h4 ,
.mobile_brochure span {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
}
.s1__right-form h4:before ,
.mobile_brochure span:before {
    margin-top: 1.3rem;
}

.s1__right-form .form-check input:checked {
    background-color: var(--orange);
    border-color: var(--orange);
}

.form__radio-buttons{
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.form-control {
    margin-bottom: 2rem;
}
.form-control[aria-invalid="true"] {
    border-color: var(--orange);
}
.wpcf7-not-valid-tip {
    display: block !important;
    position: absolute;
    right: -3rem;
    background: url(https://transmettre.unadev.com/wp-content/themes/unadev-legs-2023-theme/img/invalid_field.png) 0 0 / 100% no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 1;
    font-size: 0;
    color: transparent;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
}
.form__radio-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form__radio-buttons p {
    margin: 0;
}

.form-check {
    padding-left: 0;
}
.form-check label,
.form-check .wpcf7-list-item-label{
    position: relative;
}

.form-check .wpcf7-list-item {
    margin-left: 1.5em;
}
.form-check .wpcf7-list-item:not(:last-child) {
    padding-right: 3rem;
}
.form-check input:checked[type=radio],
.form-check input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check input {
    cursor: pointer;
}
.form-check input:checked + label:after,
.form-check input:checked + .wpcf7-list-item-label:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
    background: var(--orange);
    left: 0;
    bottom: -0.2rem;
}
.form-control {
    height: 5.2rem;
    -webkit-border-radius: 5.2rem;
    -moz-border-radius: 5.2rem;
    border-radius: 5.2rem;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 1.8rem;
    padding: 1.3rem 1.8rem;
    color: var(--bleu);
    border: 2px solid #FFF;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    -o-background-clip: border-box;
    background-clip: border-box;
}
.form-control::-webkit-input-placeholder {
    color: #939393;
}
.form-control:-moz-placeholder {
    color: #939393;
}
.form-control::-moz-placeholder {
    color: #939393;
}
.form-control:-ms-input-placeholder {
    color: #939393;
}
.form-control::placeholder {
    color: #939393;
}
.form-control:focus {
    outline: 0;
    border: 2px solid #FFF;
}
.form_required-txt {
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    display: block;
}
.form__legend {
    font-size: 1rem;
    line-height: 1.4rem;
}
.form__legend a {
    color: #FFF;
    text-decoration: underline;
}

.form-check input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
.form-check input {
    float: left;
    margin-left: -1.5em;
}
.form-check input[type=radio],
.form-check input[type=checkbox] {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.wpcf7 form .wpcf7-response-output {
    display: none;
}
.wpcf7 form .form__submitted {
    display: none;
}
.wpcf7 form.sent .form__submitted {
    display: block;
}
.wpcf7 form .form__submitted p {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 700;
}

form > p{
    margin: 0;
}
.wpcf7-spinner {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}

.s1__right-form form.sent .wpcf7-submit {
    display: none;
}

.s1__right-form button.btn-primary,
.s1__right-form .wpcf7-submit{
    background: var(--orange);
    border: 2px solid var(--orange);
    height: 7.2rem;
    width: 100%;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 3rem;
    -webkit-border-radius: 3.6rem;
    -moz-border-radius: 3.6rem;
    border-radius: 3.6rem;
    margin-top: 1rem;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}
.s1__right-form button.btn-primary:hover,
.s1__right-form button.btn-primary:focus,
.s1__right-form .wpcf7-submit:hover,
.s1__right-form .wpcf7-submit:focus {
    background: #FFF;
    color: var(--orange);
}

.s2__content {
    color: var(--bleu);
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 4.4rem;
}
.s2__content p {
    margin: 0;
}
.s2__content p:not(:last-child) {
    margin-bottom: 5rem;
}

.s3__stats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -1rem;
}
.s3__stats li {
    padding: 0 1rem;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.s3__stats li:not(:last-child) {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(17%, var(--bleu)), color-stop(0%, rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(var(--bleu) 17%, rgba(255,255,255,0) 0%);
    background-image: -moz-linear-gradient(var(--bleu) 17%, rgba(255,255,255,0) 0%);
    background-image: -o-linear-gradient(var(--bleu) 17%, rgba(255,255,255,0) 0%);
    background-image: linear-gradient(var(--bleu) 17%, rgba(255,255,255,0) 0%);
    background-position: right;
    -webkit-background-size: 2px 10px;
    -moz-background-size: 2px 10px;
    -o-background-size: 2px 10px;
    background-size: 2px 10px;
    background-repeat: repeat-y;
}
.s3__stats li strong {
    color: var(--bleu);
    font-size: 4rem;
    line-height: 4.4rem;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
.s3__stats li strong.fs_big {
    font-size: 7.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.s3__stats li strong.fs_big sup {
    font-size: 4.4rem;
    margin-left: -1.5rem;
}
.s3__stats li span {
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-weight: 500;
}

.accordion-item {
    -webkit-border-radius: 2rem !important;
    -moz-border-radius: 2rem !important;
    border-radius: 2rem !important;
    background: var(--orange-pale);
    border: 0;
    padding: 3rem;
    margin-bottom: 3rem;
    display: inline-block;
    width: 100%;
    font-size: 2.4rem;
    color:var(--bleu) !important;
    position: relative;
}
.accordion-item button.accordion-button {
    -webkit-border-radius: 2rem !important;
    -moz-border-radius: 2rem !important;
    border-radius: 2rem !important;
    background: var(--orange-pale);
    border: 0;
    padding: 3rem 3rem 3rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 2.4rem;
    color:var(--bleu) !important;
    border:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.accordion-item button.accordion-button p{
    margin: 0;
}
.accordion-item button.accordion-button:not(.collapsed) {
    background: var(--orange-pale);
    border:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.accordion-item button.accordion-button:hover {
    z-index: 0;
}
.accordion-item button.accordion-button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.accordion-body {
    padding: 0;
    z-index: 1;
    position: relative;
    padding-bottom: 3rem;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg id='Expand' xmlns='http://www.w3.org/2000/svg' width='54' height='54' viewBox='0 0 54 54'%3E%3Ccircle id='Ellipse_6' data-name='Ellipse 6' cx='27' cy='27' r='27' fill='%23ea5b0c'/%3E%3Cpath id='bxs-chevron-down' d='M25.333,7.939l-8.394,8.4-8.394-8.4L4.939,11.545l12,12,12-12Z' transform='translate(10.061 11.061)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.accordion-button::after {
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center center;
    width: 5.4rem;
    height: 5.4rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5.4rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 5.4rem;
    flex: 0 0 5.4rem;
    margin-left: 2.4rem;
}

#s4__content {
    padding-left: 4rem;
    position: relative;
    z-index: 1;
    margin-right: 2rem;
}
#s4__content .accordion-item.s4__content-block {
    padding-left: 7.7rem;
    margin-top: 8rem;
}
#s4__content .accordion-item.s4__content-block:first-child {
    margin-top: 3.5rem;
}
#s4__content .accordion-item.s4__content-block:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    right: -1rem;
    bottom: -1rem;
    z-index: -1;
    background: var(--bleu-clair);
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
}
#s4__content .accordion-item.s4__content-block:first-child:before {
    background: var(--rose);
}
#s4__content .accordion-item.s4__content-block:last-child:before {
    background: var(--orange);
}

.s4__content-block > span {
    position: absolute;
    top: -4rem;
    left: 0;
    font-size: 3.4rem;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--bleu);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.s4__content-block > span:before {
    content: "";
    height: 1px;
    width: 6.2rem;
    display: block;
    background: var(--bleu);
    margin-right: 1.6rem;
}

.s4__content-block-icon {
    position: absolute;
    left: -5.6rem;
    top: 2rem;
}

#s5 h3 span.replica {
    -webkit-text-decoration-color: #FFF;
    -moz-text-decoration-color: #FFF;
    text-decoration-color: #FFF;
}

.s5__temoignages {
    overflow: hidden;
    position: relative;
}
.s5__slider {
    position: relative;
    z-index: 0;
}
.s5__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.s5__slide-img {
    width: 41rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41rem;
    flex: 0 0 41rem;
}
.s5__slide-txt {
    padding: 3rem 0 0 3rem;
    font-size: 2.6rem;
    line-height: 3.6rem;
    font-weight: 300;
    font-style: italic;
}
.s5__slide-txt-temoin {
    font-size: 2.6rem;
    text-transform: uppercase;
    line-height: 3.6rem;
    letter-spacing: 0.4rem;
    font-weight: 700;
    color: var(--bleu);
    font-style: normal;
}

.s5__temoignages .swiper-temoignages-button-prev,
.s5__temoignages .swiper-temoignages-button-next {
    width: 5.4rem;
    height: 5.4rem;
    position: absolute;
    bottom: 2.8rem;
}

.s5__temoignages .swiper-temoignages-button-prev {
    right: 37rem;
}
.s5__temoignages .swiper-temoignages-button-next {
    right: 28.9rem;
}

#s6 h2,
#s6 h3 {
    color: #FFF;
}
#s6 h3 span.replica {
    -webkit-text-decoration-color: var(--orange);
    -moz-text-decoration-color: var(--orange);
    text-decoration-color: var(--orange);
}
#s6 .accordion-item {
    padding: 0;
}
#s6 .accordion-item button {
    padding: 3.5rem 3rem;
    font-weight: 800;
}
#s6 .accordion-body {
    padding: 0 3rem 3.5rem 6rem;
    color: #000;
}
#s6 .accordion-item button:before,
.s1__right-form h4:before,
.mobile_brochure span:before{
    content: "";
    background: var(--orange);
    width: 2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    height: 0.4rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    margin-right: 1rem;
}
#s6 .accordion-item:last-child button:before {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 1.5rem;
}
#s6 .accordion-item button:after {
    margin-left: auto;
}

#s6 .accordion-collapse {
    background: var(--orange-pale);
    -webkit-border-bottom-left-radius: 2rem;
    -moz-border-radius-bottomleft: 2rem;
    border-bottom-left-radius: 2rem;
    -webkit-border-bottom-right-radius: 2rem;
    -moz-border-radius-bottomright: 2rem;
    border-bottom-right-radius: 2rem;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}
#s6 .accordion-item .accordion-collapse,
#s6 button[aria-expanded="true"] {
    background: #FFF;
}
#s6 .accordion-item button.accordion-button:not(.collapsed)[aria-expanded="true"] {
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#s6 h4 {
    font-size: 4rem;
    line-height: 4.4rem;
    font-weight: 800;
    margin: 3rem 0 4rem 0;
    padding-right: 4rem;
}
#s6 h4 strong {
    color: var(--orange-pale);
    font-weight: 800;
}

.s6__contact-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.s6__contact-img {
    width: 19rem;
    height: 19rem;
    display: block;
    overflow: hidden;
}

.s6__contact--txt {
    padding-left: 3rem;
    font-size: 2.4rem;
}
.s6__contact--txt h5 {
    font-size: 2.6rem;
    text-transform: uppercase;
    line-height: 3.6rem;
    letter-spacing: 0.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.contact-name {
    display: block;
    color: var(--orange-pale);
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 3rem;
    margin: 0;
}
.contact-job {
    display: block;
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 1.8rem;
}

.s6__contact--txt ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.s6__contact--txt ul li,
.s6__contact--txt ul li a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.s6__contact--txt ul li:not(:last-child) {
    margin-bottom: 1.5rem;
}
.s6__contact--txt ul li a {
    color: #FFF;
    font-weight: 700;
}
.s6__contact--txt ul li .icon {
    width: 3.6rem;
    height: 3.6rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3.6rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 3.6rem;
    flex: 0 0 3.6rem;
    display: block;
    margin-right: 1rem;
}
.s6__contact--txt ul li .icon svg {
    width: 100%;
    height: 100%;
}
.s6__contact--txt ul li a > span:last-child {
    padding-top: 0.2rem;
}

.s6__contact--txt ul li > div {
    margin-top: 0.5rem;
    line-height: 2.8rem;
}
.s6__contact--txt ul li > div strong {
    display: block;
}

/*------------------------------------*\
TYPOGRAPHY
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,300;0,400;0,500;0,700;0,800;1,300;1,800&display=swap');

/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/

@media screen and (max-width:1449.98px){
    #s1 {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: left -20rem center;
    }
}

@media screen and (max-width:1399.98px){
    .s1__right-form {
        max-height: 100vh;
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .s1__right-form::-webkit-scrollbar {
        display: none;
    }
    .s1__right-form.stuck {
        width: 365px;
    }

    #s4 h3 .overline.ov_0 {
        width: 56.5%;
    }
    #s4 h3 .overline.ov_1 {
        width: 95%;
    }
    #s4 h3 .overline.ov_2 {
        width: 54%;
    }

    #s5 .overline.ov_0 {
        width: 79%;
    }
    #s5 .overline.ov_1 {
        width: 52.5%;
    }

    .s5__slide-img {
        width: 30rem;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30rem;
        -moz-box-flex: 0;
        -ms-flex: 0 0 30rem;
        flex: 0 0 30rem;
    }
    .s5__slide-txt {
        padding-bottom: 9rem;
    }
    .s5__temoignages .swiper-temoignages-button-prev {
        right: 34rem;
    }
    .s5__temoignages .swiper-temoignages-button-next {
        right: 26.9rem;
    }

    #s6 .accordion-item button:after {
        -webkit-background-size: 77% 77%;
        -moz-background-size: 77%;
        -o-background-size: 77%;
        background-size: 77%;
    }
}

@media screen and (max-width:1199.98px){
    html {
        font-size: 50%;
    }
    #s1,
    .s1__right-form{
        height: 100rem;
    }
    .s1__right-form.stuck {
        width: 307px;
        top: 6rem;
        height: auto;
    }
    .s1__right-form.stuck.is_courrier {
        top: 2.2rem;
    }
    .s1__right-container:after {
        right: -90%;
    }

    #s2,
    #s5{
        -webkit-background-size: 100rem 100rem;
        -moz-background-size: 100rem;
        -o-background-size: 100rem;
        background-size: 100rem;
    }

    #s4 h3 .overline.ov_0 {
        width: 53.5%;
    }
    #s4 h3 .overline.ov_1 {
        width: 99.2%;
    }
    #s4 h3 .overline.ov_2 {
        width: 43%;
    }

    .s4__content-block-icon {
        width: 10rem;
        height: 10rem;
        top: 4rem;
    }
    .s4__content-block-icon svg {
        width: 100%;
        max-height: 100%;
    }

    #s5 .overline.ov_0 {
        width: 98.5%;
    }
    #s5 .overline.ov_1 {
        width: 26.5%;
    }
}

@media screen and (min-width:992px) and (max-height:899.98px){
    .s1__right-form{
        font-size: 1.6rem;
    }
    .s1__right-form.stuck {
        overflow: auto;
        top: 0.2rem;
    }
    .s1__right-form h4 {
        font-size: 2.3rem;
        line-height: 2.8rem;
    }
    .form__radio-buttons {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .form-control {
        height: 4rem;
        padding: 1rem 1.8rem;
    }
    .s1__right-form button.btn-primary,
    .s1__right-form .wpcf7-submit {
        height: 5.2rem;
        font-size: 2rem;
    }
}

@media screen and (min-width:992px){
    section .col-lg-8 {
        padding-right: 3rem;
    }
}

@media screen and (min-width:992px) and (max-height:799.98px){
    .form-control {
        height: 3.3rem;
        margin-bottom: 1rem;
    }
}
@media screen and (max-height:799.98px) and (min-width:992px) and (max-width:1199.98px){
    .s1__right-form.stuck {
        top: 2.2rem;
    }
    .form__legend,
    .form_required-txt {
        font-size: 1.2rem;
    }
    .s1__right-form h4:before {
        margin-top: 1rem;
    }
    .form-check input:checked + label:after,
    .form-check input:checked + .wpcf7-list-item-label:after {
        height: 0.2rem;
    }
    .s1__right-form h4 {
        font-size: 2rem;
        line-height: 2.3rem;
    }
}

@media screen and (max-width:991.98px){
    #s1:after{
        width: 100%;
    }
    #s1 .s1__logo {
        top: 2.5rem;
        left: -5%;
        right: -5%;
        margin: auto;
    }

    .separation {
        height: 0.8rem;
    }

    .s1__right-form {
        position: fixed;
        top: -100vh;
        left: 0;
    }
    #s1 {
        padding-bottom: 8rem;
    }
    .mobile_brochure {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        -webkit-transition: all ease 300ms;
        -o-transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        transition: all ease 300ms;
    }
    .mobile_brochure.active {
        bottom: -100px;
    }
    .mobile_brochure span {
        background: var(--bleu);
        width: 100%;
        color: #FFF;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        -webkit-border-top-left-radius: 2rem;
        -moz-border-radius-topleft: 2rem;
        border-top-left-radius: 2rem;
        -webkit-border-top-right-radius: 2rem;
        -moz-border-radius-topright: 2rem;
        border-top-right-radius: 2rem;
        padding: 3rem 2rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 2.3rem;
        -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 0 18px rgba(0,0,0,0.3);
        box-shadow: 0 0 18px rgba(0,0,0,0.3);
    }
    .mobile_brochure span:before {
        margin-top: 0;
    }

    .mobile_brochure_close {
        margin-left: auto;
        width: 28px;
        height: 28px;
        margin-bottom: 2rem;
    }

    #s1 {
        background-position: top center;
    }
    #s1:before {
        content: "";
        background: rgb(255,255,255);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.5)));
        background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
        background: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
        background: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
        background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
        display: block;
        height: 25%;
        z-index: 0;
    }
    .s1__logo {
        width: 195px;
        display: inline-block;
    }
    .s1__right-form.stuck {
        top: -100vh !important;
        width: auto;
    }
    .s1__right-form.shown {
        width: 100%;
        left: 0;
    }
    .s1__right-form.shown {
        top: 0 !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        height: 100vh;
        overflow: auto;
        z-index: 9999;
        max-height: 100vh;
    }
    .s1__left-content {
        padding: 2.5rem 0 5rem 0;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    #s1 h2 {
        text-align: center;
        font-size: 7.6rem;
        margin: 2rem 0 1rem 0;
    }
    .s1__left-content-expertises {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .s1__left-content-expertises li {
        font-size: 3rem;
    }
    .s1__left-content-subtitle {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem;
    }

    #s2, #s5 {
        background-image: none;
    }

    #s2 {
        padding: 5rem 0;
    }
    .s2__content {
        font-size: 2.2rem;
        line-height: 3rem;
        text-align: center;
    }
    .s2__content p:not(:last-child) {
        margin-bottom: 3rem;
    }

    h2 {
        font-size: 5.5rem;
        line-height: 6.2rem;
    }

    section:not(#s1):not(#s2) {
        padding: 6.5rem 0;
    }
    section .col-lg-8 {
        text-align: center;
    }

    h3 {
        font-size: 4rem;
        line-height: 5rem;
    }
    h3 .overline {
        height: 2.5rem;
        left: -5%;
        right: -5%;
        margin: auto;
        top: 2.8rem;
    }
    h3 .overline.ov_1 {
        top: 7.8rem;
    }
    h3 .overline.ov_2 {
        top: 13rem;
    }
    #s4 h3 .overline.ov_0 {
        width: 100%;
    }
    #s4 h3 .overline.ov_1 {
        width: 28.2%;
    }
    #s5 .overline.ov_0 {
        width: 102.5%;
    }

    .s3__stats li {
        padding: 0 2rem;
    }
    .s3__stats li strong {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    .s3__stats li strong.fs_big {
        font-size: 6.8rem;
    }
    .s3__stats li strong.fs_big sup {
        font-size: 3.7rem;
        margin-left: -1.5rem;
    }
    .s3__stats li span {
        font-size: 2.6rem;
        line-height: 3rem;
    }

    .s4__content-block-icon {
        width: 9rem;
        height: 9rem;
        top: 3rem;
    }
    #s4__content .accordion-item.s4__content-block {
        padding: 0;
        padding-left: 6.7rem;
    }

    .accordion-body {
        text-align: left;
        padding-right: 3rem;
    }

    .s4__content-block > span {
        font-size: 2.8rem;
    }

    section#s4 {
        padding-bottom: 135% !important;
        -webkit-background-size: 122% 122%;
        -moz-background-size: 122%;
        -o-background-size: 122%;
        background-size: 122%;
    }

    .s5__slide {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .s5__slide-img {
        margin: auto;
        max-width: 100%;
    }
    .s5__slide-txt {
        padding-right: 3rem;
    }
    .s5__slide-txt {
        font-size: 1.8em;
        line-height: 3rem;
        padding-right: 3rem;
    }

    .s5__temoignages .swiper-temoignages-button-prev,
    .s5__temoignages .swiper-temoignages-button-next {
        bottom: auto;
        top: 30rem;
    }
    .s5__temoignages .swiper-temoignages-button-prev svg,
    .s5__temoignages .swiper-temoignages-button-next svg {
        width: 100%;
        height: 100%;
    }
    .s5__temoignages .swiper-temoignages-button-prev {
        right: auto;
        left: 2rem;
    }
    .s5__temoignages .swiper-temoignages-button-next {
        right: 2rem;
    }

    .accordion-item,
    .accordion-item button.accordion-button{
        font-size: 2rem;
    }

    .s5__slide-txt {
        padding-bottom: 3rem;
    }
    #s6 .accordion-item button {
        padding: 2.5rem 2rem;
    }

    #s6 h4 {
        font-size: 3.2rem;
        line-height: 4rem;
        margin: 1rem 0 3rem 0;
        padding-right: 0;
    }
    .s6__contact--txt {
        text-align: left;
    }
    .s6__contact--txt h5 {
        font-size: 2.2rem;
        line-height: 3rem;
        letter-spacing: 0.3rem;
    }

    .s6__contact--txt ul li, .s6__contact--txt ul li a {
        font-size: 2.1rem;
    }
    .s6__contact--txt ul li > div {
        margin-top: 0.9rem;
        line-height: 2.2rem;
    }
    .contact-name {
        font-size: 2.3rem;
    }
    .s6__contact--txt ul li > div strong + br {
        display: none;
    }

    footer {
        text-align: center;
        padding-bottom: 16rem;
    }
    .footer__txt {
        line-height: 2rem;
        padding: 2rem 0 0.5rem 0;
    }
    .footer__rs {
        padding-left: 0;
    }
    .footer__rs ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__rs ul li {
        width: 32px;
        height: 32px;
    }
    .footer__rs ul li svg {
        max-width: 100%;
        height: 100%;
    }
    .footer__rs > span {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .footer__copyright {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 2.2rem;
        font-size: 1.5rem;
    }
    .footer__copyright ul li:before {
        display: none;
    }

    .footer__copyright ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer .menu {
        width: 100%;
    }

    .s5__temoignages-pagination {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .s5__temoignages-pagination span {
        width: 24px;
        height: 24px;
        background: #FFF;
        border: 1px solid var(--bleu);
        opacity: 1 !important;
        margin: 0 1.5rem;
    }
    .s5__temoignages-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--bleu);
    }

    .s1__right-form {
        font-size: 2rem;
    }

    .form_required-txt {
        font-size: 1.3rem;
    }
    .form__legend {
        font-size: 1.4rem;
        line-height: 1.7rem;
    }

    .s5__slider {
        width: 70%;
        overflow: hidden;
        margin: 0 auto;
    }
}

@media screen and (max-width:767.98px){
    #s4 h3 .overline.ov_1 {
        width: 71.2%;
    }
    #s5 .overline.ov_0 {
        width: 87%;
    }
    #s5 .overline.ov_1 {
        width: 23.5%;
    }

    .s6__contact-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .s6__contact-block .s6__contact-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: auto;
        margin-bottom: 3rem;
    }
    .s6__contact-block .s6__contact--txt {
        margin: auto;
        padding: 0;
    }
}

@media screen and (max-width:575.98px){
    .s1__left-content-expertises li {
        font-size: 2.1rem;
    }
    .s4__content-block-icon {
        left: -3.6rem;
    }
    .s4__content-block > span {
        font-size: 2.4rem;
    }
    h2 {
        font-size: 4.5rem;
        line-height: 5.5rem;
    }
    #s1 h2 {
        font-size: 5.8rem;
    }
}

@media screen and (max-width:425px){
    #s4 h3 .overline.ov_0 {
        width: 60%;
    }
    #s4 h3 .overline.ov_1 {
        width: 99.2%;
    }
    #s4 h3 .overline.ov_2 {
        width: 55%;
    }
    #s5 .overline.ov_0 {
        width: 83%;
    }
    #s5 .overline.ov_1 {
        width: 55.5%;
    }

    .s3__stats {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }
    .s3__stats li {
        width: 100%;
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -moz-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
    .s3__stats li:not(:last-child) {
        background-image: none;
        margin-bottom: 2rem;
    }
    .s3__stats li strong {
        font-size: 3.3rem;
    }
    .s3__stats li strong.fs_big {
        font-size: 3rem;
        margin-top: 0;
        margin-bottom: 0;
    }
    .s3__stats li strong.fs_big sup {
        font-size: 2rem;
        margin-left: -0.5rem;
    }
    .s3__stats li strong br {
        display: none;
    }

    .s4__content-block > span:before {
        width: 1.2rem;
    }
    .s4__content-block > span {
        font-size: 2.1rem;
    }

    .mobile_brochure span {
        font-size: 1.8rem;
    }
}
@media screen and (max-width:375px){
    #s4 h3 .overline.ov_0 {
        width: 67%;
    }
    #s4 h3 .overline.ov_1 {
        width: 76.2%;
    }
    #s4 h3 .overline.ov_2 {
        width: 101%;
    }
    #s5 .overline.ov_0 {
        width: 93.5%;
    }
    #s5 .overline.ov_1 {
        width: 62%;
    }
}
@media screen and (max-width:320px){
    html {
        font-size: 48%;
    }
    h3 {
        font-size: 3.5rem;
        line-height: 4.5rem;
    }
    h3 .overline {
        top: 2.4rem;
        height: 2.2rem;
    }
    h3 .overline.ov_1 {
        top: 6.9rem;
    }
    h3 .overline.ov_2 {
        top: 11.5rem;
    }
    #s4 h3 .overline.ov_0 {
        width: 66%;
    }
    #s4 h3 .overline.ov_1 {
        width: 75.2%;
    }
    #s4 h3 .overline.ov_2 {
        width: 101%;
    }
    #s5 .overline.ov_0 {
        width: 93%;
    }
    #s5 .overline.ov_1 {
        width: 61%;
    }
}

@media screen and (max-width:298px){
    .s4__content-block > span {
        font-size: 1.9rem;
    }
    .s4__content-block > span:before {
        width: 1rem;
        margin-right: 0.4rem;
    }
}

@media screen and (max-width:991.98px) and (max-height:789.98px){
    .s1__right-form:not(.shown),
    .s1__right-form.stuck:not(.shown){
        top: -1000px !important;
    }
}

/*------------------------------------*\
MISC
\*------------------------------------*/

::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        -webkit-box-shadow:none !important;
        -moz-box-shadow:none !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}
