.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.green, .vert, .verte {
color: #569a82;
}
.orange {
color: #ff6036;
}
.grey {
color: #3e3e3e !important;
}            *, ::before, ::after {
box-sizing: border-box;
border-style: solid;
border-width: 0;
}   html {
line-height: 1.15; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }   body {
margin: 0;
} main {
display: block;
}  p, table, blockquote, address, pre, iframe, form, figure, dl {
margin: 0;
}  h1, h2, h3, h4, h5, h6 {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
margin: 0;
}  ul, ol {
margin: 0;
padding: 0;
list-style: none;
}  dt {
font-weight: bold;
}
dd {
margin-left: 0;
}   hr {
box-sizing: content-box; height: 0; overflow: visible; border-top-width: 1px;
margin: 0;
clear: both;
color: inherit;
} pre {
font-family: monospace, monospace; font-size: inherit; }
address {
font-style: inherit;
}   a {
background-color: transparent;
text-decoration: none;
color: inherit;
} abbr[title] {
text-decoration: underline; text-decoration: underline dotted; } b, strong {
font-weight: 600;
} code, kbd, samp {
font-family: monospace, monospace; font-size: inherit; } small {
font-size: 80%;
} sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}   img, embed, object, iframe {
vertical-align: bottom;
}   button, input, optgroup, select, textarea {
-webkit-appearance: none;
appearance: none;
vertical-align: middle;
color: inherit;
font: inherit;
background: transparent;
padding: 0;
margin: 0;
outline: 0;
border-radius: 0;
text-align: inherit;
} [type="checkbox"] {
-webkit-appearance: checkbox;
appearance: checkbox;
}
[type="radio"] {
-webkit-appearance: radio;
appearance: radio;
} button, input { overflow: visible;
} button, select { text-transform: none;
} button, [type="button"], [type="reset"], [type="submit"] {
cursor: pointer;
-webkit-appearance: none;
appearance: none;
}
button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
cursor: default;
} button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} select::-ms-expand {
display: none;
} option {
padding: 0;
} fieldset {
margin: 0;
padding: 0;
min-width: 0;
} legend {
color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; } label[for] {
cursor: pointer;
}   details {
display: block;
} summary {
display: list-item;
} [contenteditable] {
outline: none;
}  table {
border-collapse: collapse;
border-spacing: 0;
}
caption {
text-align: left;
}
td, th {
vertical-align: top;
padding: 0;
}
th {
text-align: left;
font-weight: bold;
}   template {
display: none;
} [hidden] {
display: none;
}
@font-face {
font-family: "poppins";
font-weight: 900;
font-style: normal;
src: url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Black.woff2) format("woff2"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Black.eot) format("embedded-opentype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Black.svg) format("svg"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Black.ttf) format("truetype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Black.woff) format("woff");
font-display: swap;
}
@font-face {
font-family: "poppins";
font-weight: 900;
font-style: italic;
src: url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-BlackItalic.woff2) format("woff2"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-BlackItalic.eot) format("embedded-opentype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-BlackItalic.svg) format("svg"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-BlackItalic.ttf) format("truetype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-BlackItalic.woff) format("woff");
font-display: swap;
}
@font-face {
font-family: "poppins";
font-weight: 700;
font-style: normal;
src: url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Bold.woff2) format("woff2"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Bold.eot) format("embedded-opentype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Bold.svg) format("svg"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Bold.ttf) format("truetype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Bold.woff) format("woff");
font-display: swap;
}
@font-face {
font-family: "poppins";
font-weight: 700;
font-style: italic;
src: url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-BoldItalic.woff2) format("woff2"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-BoldItalic.eot) format("embedded-opentype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-BoldItalic.svg) format("svg"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-BoldItalic.ttf) format("truetype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-BoldItalic.woff) format("woff");
font-display: swap;
}
@font-face {
font-family: "poppins";
font-weight: 800;
font-style: normal;
src: url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ExtraBold.woff2) format("woff2"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ExtraBold.eot) format("embedded-opentype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ExtraBold.svg) format("svg"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ExtraBold.ttf) format("truetype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ExtraBold.woff) format("woff");
font-display: swap;
}
@font-face {
font-family: "poppins";
font-weight: 800;
font-style: italic;
src: url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ExtraBoldItalic.woff2) format("woff2"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ExtraBoldItalic.eot) format("embedded-opentype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ExtraBoldItalic.svg) format("svg"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ExtraBoldItalic.ttf) format("truetype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ExtraBoldItalic.woff) format("woff");
font-display: swap;
}
@font-face {
font-family: "poppins";
font-weight: 200;
font-style: normal;
src: url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ExtraLight.woff2) format("woff2"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ExtraLight.eot) format("embedded-opentype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ExtraLight.svg) format("svg"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ExtraLight.ttf) format("truetype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ExtraLight.woff) format("woff");
font-display: swap;
}
@font-face {
font-family: "poppins";
font-weight: 200;
font-style: italic;
src: url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ExtraLightItalic.woff2) format("woff2"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ExtraLightItalic.eot) format("embedded-opentype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ExtraLightItalic.svg) format("svg"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ExtraLightItalic.ttf) format("truetype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ExtraLightItalic.woff) format("woff");
font-display: swap;
}
@font-face {
font-family: "poppins";
font-weight: 400;
font-style: italic;
src: url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Italic.woff2) format("woff2"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Italic.eot) format("embedded-opentype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Italic.svg) format("svg"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Italic.ttf) format("truetype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Italic.woff) format("woff");
font-display: swap;
}
@font-face {
font-family: "poppins";
font-weight: 300;
font-style: italic;
src: url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Light.woff2) format("woff2"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Light.eot) format("embedded-opentype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Light.svg) format("svg"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Light.ttf) format("truetype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Light.woff) format("woff");
font-display: swap;
}
@font-face {
font-family: "poppins";
font-weight: 300;
font-style: italic;
src: url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-LightItalic.woff2) format("woff2"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-LightItalic.eot) format("embedded-opentype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-LightItalic.svg) format("svg"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-LightItalic.ttf) format("truetype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-LightItalic.woff) format("woff");
font-display: swap;
}
@font-face {
font-family: "poppins";
font-weight: 500;
font-style: normal;
src: url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Medium.woff2) format("woff2"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Medium.eot) format("embedded-opentype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Medium.svg) format("svg"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Medium.ttf) format("truetype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Medium.woff) format("woff");
font-display: swap;
}
@font-face {
font-family: "poppins";
font-weight: 500;
font-style: italic;
src: url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-MediumItalic.woff2) format("woff2"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-MediumItalic.eot) format("embedded-opentype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-MediumItalic.svg) format("svg"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-MediumItalic.ttf) format("truetype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-MediumItalic.woff) format("woff");
font-display: swap;
}
@font-face {
font-family: "poppins";
font-weight: 400;
font-style: normal;
src: url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Regular.woff2) format("woff2"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Regular.eot) format("embedded-opentype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Regular.svg) format("svg"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Regular.ttf) format("truetype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Regular.woff) format("woff");
font-display: swap;
}
@font-face {
font-family: "poppins";
font-weight: 600;
font-style: normal;
src: url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-SemiBold.woff2) format("woff2"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-SemiBold.eot) format("embedded-opentype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-SemiBold.svg) format("svg"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-SemiBold.ttf) format("truetype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-SemiBold.woff) format("woff");
font-display: swap;
}
@font-face {
font-family: "poppins";
font-weight: 600;
font-style: italic;
src: url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-SemiBoldItalic.woff2) format("woff2"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-SemiBoldItalic.eot) format("embedded-opentype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-SemiBoldItalic.svg) format("svg"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-SemiBoldItalic.ttf) format("truetype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-SemiBoldItalic.woff) format("woff");
font-display: swap;
}
@font-face {
font-family: "poppins";
font-weight: 100;
font-style: normal;
src: url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Thin.woff2) format("woff2"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Thin.eot) format("embedded-opentype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Thin.svg) format("svg"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Thin.ttf) format("truetype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-Thin.woff) format("woff");
font-display: swap;
}
@font-face {
font-family: "poppins";
font-weight: 100;
font-style: italic;
src: url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ThinItalic.woff2) format("woff2"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ThinItalic.eot) format("embedded-opentype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ThinItalic.svg) format("svg"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ThinItalic.ttf) format("truetype"), url(//www.acommeassure.com/wp-content/themes/aca/assets/fonts/poppins/Poppins-ThinItalic.woff) format("woff");
font-display: swap;
}
html {
font-size: 62.5%;
}
html body {
font-family: "poppins", Helvetica, Arial, sans-serif;
font-size: 1rem;
line-height: 1;
letter-spacing: 0.01em;
color: #3e3e3e;
background-color: #3e3e3e;
}
html body.transitions-preload {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
html body p, html body li {
font-size: 1.6rem;
line-height: 2.1em;
}
html body i {
font-style: normal;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
letter-spacing: 0.01em;
line-height: 1.15;
}
html body h1 {
font-size: 4.5rem;
font-weight: 600;
}
html body h2 {
font-size: 3.5rem;
letter-spacing: 0.01em;
font-weight: 600;
}
html body section {
position: relative;
}
html body img {
aspect-ratio: attr(width) / attr(height);
}
html body .global-inner {
position: relative;
margin: 0 auto;
max-width: 1366px;
}
html body .jq-special-title span {
display: block;
}
html body .jq-special-title span:first-child {
color: inherit;
}
html body .jq-special-title span:nth-child(2) {
color: #569a82;
}
html body .jq-special-title i {
color: #569a82;
}
@media screen and (min-width: 481px) {
html body .mobile-only {
display: none !important;
}
}
html body .needPointerIcon {
cursor: pointer;
}
html body .bg-image, html body .bg-image--contained, html body .bg-image--padded-soft, html body .bg-image--padded-medium, html body .bg-image--padded-hard, html body .bg-image--default {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}
html body .bg-image--contained {
background-size: contain;
}
html body .bg-image--padded-soft {
background-size: 75%;
}
html body .bg-image--padded-medium {
background-size: 50%;
}
html body .bg-image--padded-hard {
background-size: 25%;
}
html body .bg-image--default {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
opacity: 0.25;
background-size: 50%;
background-image: url(//www.acommeassure.com/wp-content/themes/aca/assets/images/logo-acommeassure.png);
}
html body .text-center {
text-align: center;
}
html body .full-height {
height: 100vh;
}
html body .header.jq-sticky + .page {
margin-top: 100px;
}
html body .text div:not([class^="elementor"]) {
margin-top: 50px;
margin-bottom: 50px;
}
html body .text li {
list-style-type: disc;
list-style-position: inside;
padding-left: 40px;
}
html body .text p + h2, html body .text ul + h2, html body .text ol + h2 {
margin-top: 50px;
}
html body .text p + h3:not(.accordion__title), html body .text ul + h3:not(.accordion__title), html body .text ol + h3:not(.accordion__title) {
margin-top: 20px;
}
html body .text p + h4, html body .text ul + h4, html body .text ol + h4 {
margin-top: 10px;
}
html body .text h2 {
margin-bottom: 20px;
}
html body .text h2 + h3 {
margin-top: 50px;
}
html body .text h3 {
font-weight: 600;
font-size: 2.5rem;
}
html body .text h3 + p:not(.accordion__desc):not(.guide__excerpt) {
margin-top: 10px;
}
html body .text h3 + h4 {
margin-top: 20px;
}
html body .text h4 {
font-weight: 600;
font-size: 2rem;
}
html body .text h4 + p:not(.accordion__desc):not(.guide__excerpt) {
margin-top: 10px;
}
html body .text p a:not([class^="button"]), html body .text li a:not([class^="button"]) {
position: relative;
color: #569a82;
font-weight: 600;
}
html body .text p a:not([class^="button"]):before, html body .text li a:not([class^="button"]):before {
content: "";
position: absolute;
bottom: 0.5em;
right: -0.5em;
width: 100%;
height: 0;
background-color: rgba(86, 154, 130, 0.2);
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
}
html body .text p a:not([class^="button"]):hover:before, html body .text li a:not([class^="button"]):hover:before {
height: 1em;
}
html body .text img {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
}
html body .text .aligncenter, html body .text .alignleft, html body .text .alignright {
display: block;
padding: 0;
}
html body .text .aligncenter {
float: none;
margin: 0 auto;
}
html body .text .alignright {
float: right;
margin: 0px 0 0 30px;
}
html body .text .alignleft {
float: left;
margin: 0px 30px 0 0;
}
html body .text .wp-caption {
text-align: center;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
html body .text .wp-caption img {
display: inline;
}
html body .text .wp-caption p.wp-caption-text {
margin: 5px 0 0;
text-align: center;
font-size: 1.2rem;
font-weight: 300;
font-style: italic;
}
.help-cards {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
margin-top: 45px;
}
@media screen and (max-width: 768px) {
.help-cards {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.help-cards .help-card {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box: 0;
-moz-box: 0;
-webkit-flex: 0 0 40%;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
border: solid 2px #fff;
padding: 20px;
background-color: rgba(255, 255, 255, 0.75);
box-sizing: content-box;
}
@media screen and (max-width: 768px) {
.help-cards .help-card {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 1 0%;
-ms-flex: 1 1 0%;
flex: 1 1 0%;
height: auto !important;
}
}
.help-cards .help-card:nth-child(n + 3) {
margin-top: 90px;
}
@media screen and (max-width: 768px) {
.help-cards .help-card + .help-card {
margin-top: 30px !important;
}
}
.help-cards .help-card__title {
font-size: 4rem;
font-weight: 600;
color: #ff6036;
text-align: center;
}
@media screen and (max-width: 768px) {
.help-cards .help-card__title {
font-size: 3rem;
}
}
.help-cards .help-card__desc {
font-size: 2rem;
line-height: 1.3;
margin-top: 20px;
text-align: center;
padding: 0 15px;
}
.help-cards .help-card__image {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
width: 100%;
position: relative;
margin-top: 20px;
}
@media screen and (max-width: 768px) {
.help-cards .help-card__image {
min-height: 200px;
}
}
.help-cards .help-card__button {
margin-top: 10px;
width: 100%;
font-size: 2.4rem;
}
.liste-avis-cartes {
background-color: #569a82;
background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#88e0c1), to(#569a82));
background-image: -webkit-radial-gradient(circle, #88e0c1, #569a82);
background-image: -moz-radial-gradient(circle, #88e0c1, #569a82);
background-image: -o-radial-gradient(circle, #88e0c1, #569a82);
background-repeat: no-repeat;
}
.liste-avis-cartes .section-title {
color: #fff;
}
.liste-avis-cartes .section-desc {
color: #fff;
margin-top: 20px;
}
.liste-avis-cartes .help-cards {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
margin-top: 45px;
}
body.home .page {
background-color: #fff;
}
body.home .page section {
padding: 45px 0;
}
body.home .page section .section-title {
font-size: 5rem;
font-weight: 600;
}
body.home .page section .section-desc {
font-size: 1.4vw;
}
body.home .page .strat-1 {
background-color: #569a82;
background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#88e0c1), to(#569a82));
background-image: -webkit-radial-gradient(circle, #88e0c1, #569a82);
background-image: -moz-radial-gradient(circle, #88e0c1, #569a82);
background-image: -o-radial-gradient(circle, #88e0c1, #569a82);
background-repeat: no-repeat;
color: #fff;
height: calc(100vh * 0.8);
}
body.home .page .strat-1 .bg-image, body.home .page .strat-1 html body .bg-image--contained, html body body.home .page .strat-1 .bg-image--contained, body.home .page .strat-1 html body .bg-image--padded-soft, html body body.home .page .strat-1 .bg-image--padded-soft, body.home .page .strat-1 html body .bg-image--padded-medium, html body body.home .page .strat-1 .bg-image--padded-medium, body.home .page .strat-1 html body .bg-image--padded-hard, html body body.home .page .strat-1 .bg-image--padded-hard, body.home .page .strat-1 html body .bg-image--default, html body body.home .page .strat-1 .bg-image--default {
clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0% 100%);
left: 45%;
}
body.home .page .strat-1 .bg-image:after, body.home .page .strat-1 html body .bg-image--contained:after, html body body.home .page .strat-1 .bg-image--contained:after, body.home .page .strat-1 html body .bg-image--padded-soft:after, html body body.home .page .strat-1 .bg-image--padded-soft:after, body.home .page .strat-1 html body .bg-image--padded-medium:after, html body body.home .page .strat-1 .bg-image--padded-medium:after, body.home .page .strat-1 html body .bg-image--padded-hard:after, html body body.home .page .strat-1 .bg-image--padded-hard:after, body.home .page .strat-1 html body .bg-image--default:after, html body body.home .page .strat-1 .bg-image--default:after {
content: "";
position: absolute;
background-color: #ff6036;
clip-path: polygon(50% 0%, calc(50% + 20px) 0, calc(0% + 20px) 100%, 0% 100%);
top: 0;
right: 0;
bottom: 0;
left: 0;
}
body.home .page .strat-1 .global-inner {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
height: 100%;
min-height: 100%;
position: relative;
}
body.home .page .strat-1 .global-inner h1 {
text-transform: uppercase;
}
body.home .page .strat-1 .global-inner h1 + h3 {
margin-top: 10px;
font-weight: 600;
font-size: 2.5rem;
}
body.home .page .strat-1 .global-inner h1 + h3 + p {
margin-top: 30px;
font-size: 2rem;
}
body.home .page .strat-1 .global-inner .product-ctas, body.home .page .strat-1 .global-inner .product-ctas--layout-1, body.home .page .strat-1 .global-inner .product-ctas--layout-2 {
margin-top: 10px;
}
body.home .page .strat-3 {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
overflow: hidden;
}
body.home .page .strat-3 .section-title {
margin-left: 10vw;
}
body.home .page .strat-3__inner {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
body.home .page .strat-3__image {
-webkit-flex-basis: 55%;
flex-basis: 55%;
position: relative;
}
body.home .page .strat-3__image .bg-image--contained {
background-position: bottom left;
}
body.home .page .strat-3__content {
-webkit-flex-basis: 45%;
flex-basis: 45%;
margin-right: 10vw;
}
body.home .page .strat-3__content li {
position: relative;
padding-left: 4em;
font-weight: 500;
font-size: 2rem;
}
body.home .page .strat-3__content li:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 2.5em;
height: 2.5em;
background: url(//www.acommeassure.com/wp-content/themes/aca/assets/images/icons/coche.svg) 50% 50% no-repeat;
background-size: contain;
}
body.home .page .strat-3__content li + li {
margin-top: 7vh;
}
body.home .page .strat-4 .product-jambonneaus {
margin: 0 auto;
max-width: 1024px;
}
body.home .page .strat-5 .section-title {
margin-bottom: 45px;
margin-left: 10vw;
}
body.home .page .strat-6 {
padding: 45px;
}
body.home .page .strat-7 .advices-strat__image {
left: -10vw;
bottom: -150px;
}
body.home .page .strat-8 .news-list ul {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 30px;
}
body.home .page .strat-8 .news-list ul li {
-webkit-box: 0;
-moz-box: 0;
-webkit-flex: 0 1 calc(50% - 30px);
-ms-flex: 0 1 calc(50% - 30px);
flex: 0 1 calc(50% - 30px);
}
@media screen and (max-width: 600px) {
body.home .page .strat-8 .news-list ul li {
-webkit-flex-basis: 100%;
flex-basis: 100%;
}
}
body.home .page .strat-9 {
background-color: #569a82;
background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#88e0c1), to(#569a82));
background-image: -webkit-radial-gradient(circle, #88e0c1, #569a82);
background-image: -moz-radial-gradient(circle, #88e0c1, #569a82);
background-image: -o-radial-gradient(circle, #88e0c1, #569a82);
background-repeat: no-repeat;
}
body.home .page .strat-9 .section-title {
color: #fff;
}
body.home .page .strat-9 .section-desc {
color: #fff;
margin-top: 20px;
}
body.home .page .strat-9 .help-cards {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
margin-top: 45px;
}
body.home .page .strat-9 .help-cards .help-card {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box: 0;
-moz-box: 0;
-webkit-flex: 0 0 40%;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
border: solid 2px #fff;
padding: 20px;
background-color: rgba(255, 255, 255, 0.75);
box-sizing: content-box;
}
body.home .page .strat-9 .help-cards .help-card:nth-child(n + 3) {
margin-top: 90px;
}
body.home .page .strat-9 .help-cards .help-card__title {
font-size: 2.6rem;
font-weight: 600;
color: #ff6036;
text-align: center;
}
body.home .page .strat-9 .help-cards .help-card__desc {
font-size: 1.8rem;
line-height: 1.3;
margin-top: 20px;
text-align: center;
padding: 0 15px;
}
body.home .page .strat-9 .help-cards .help-card__image {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
width: 100%;
position: relative;
margin-top: 20px;
}
body.home .page .strat-9 .help-cards .help-card__button {
margin-top: 10px;
width: 100%;
font-size: 1.8rem;
}
body.home .page .strat-11 .cta-strat__image {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
body.home .page .strat-11 .cta-strat__image img {
position: relative;
width: auto;
height: 100%;
min-height: 100%;
}
[class*="page-template-template-guides"] .text + .titre-categorie {
margin-top: 50px;
}
[class*="page-template-template-guides"] .titre-categorie {
font-size: 3rem;
color: #569a82;
font-weight: 600;
}
[class*="page-template-template-guides"] .titre-categorie--center {
text-align: center;
}
[class*="page-actualites"] .text + .titre-categorie {
margin-top: 50px;
}
[class*="page-actualites"] .titre-categorie {
font-size: 3rem;
color: #569a82;
font-weight: 600;
}
[class*="page-actualites"] .titre-categorie--center {
text-align: center;
}
.error-page {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: stretch;
-moz-box-align: stretch;
-ms-flex-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
padding: 5vw 10vw !important;
gap: 5vw;
min-height: calc(100vh - 100px);
}
@media screen and (max-width: 768px) {
.error-page {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: initial;
-moz-box-align: initial;
-ms-flex-align: initial;
-webkit-align-items: initial;
align-items: initial;
}
}
.error-page > div {
-webkit-flex-basis: 50%;
flex-basis: 50%;
}
.error-page__left {
position: relative;
}
@media screen and (max-width: 768px) {
.error-page__left {
padding-bottom: 50%;
}
}
.error-page__right {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.error-page__right .title {
font-size: 5rem;
font-weight: 600;
}
@media screen and (max-width: 768px) {
.error-page__right .title {
font-size: 3rem;
}
}
.error-page__right .description {
margin-top: 20px;
font-size: 2rem;
line-height: 1.3;
}
@media screen and (max-width: 768px) {
.error-page__right .description {
font-size: 1.6rem;
}
}
.error-page__right .cta {
margin-top: 20px;
font-size: 2rem;
}
@media screen and (max-width: 768px) {
.error-page__right .cta {
font-size: 1.6rem;
}
}
.header {
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
position: relative;
z-index: 999;
width: 100%;
height: 100px;
background-color: #fff;
}
.header.jq-sticky {
position: fixed;
top: 0;
left: 0;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-topleft: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
border-top-left-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-animation: sticky 0.5s ease-out forwards;
-moz-animation: sticky 0.5s ease-out forwards;
-ms-animation: sticky 0.5s ease-out forwards;
}
.header.jq-sticky .header-right__button.account-button {
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.header .logo {
display: block;
height: 100%;
min-height: 100%;
}
.header .logo img {
padding: 10px 20px;
height: 100%;
max-width: 100%;
}
.footer {
background-color: #3e3e3e;
color: #fff;
padding: 20px 0;
}
.footer .social-links {
margin-top: 20px;
}
.footer__logo {
-webkit-filter: saturate(0%) brightness(100);
-moz-filter: saturate(0%) brightness(100);
-ms-filter: saturate(0%) brightness(100);
-o-filter: saturate(0%) brightness(100);
filter: saturate(0%) brightness(100);
width: 10vw;
}
.footer__ekomi {
text-align: center;
margin-top: 10px;
font-size: 1.2rem;
}
.footer__copyright {
margin-top: 20px;
text-align: center;
font-size: 1.8em;
font-style: italic;
}
.footer__lfm-logo {
display: block;
text-align: center;
margin-top: 20px;
}
.content-header {
position: relative;
overflow: hidden;
min-height: 50vh;
color: #fff;
background-color: #569a82;
background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#88e0c1), to(#569a82));
background-image: -webkit-radial-gradient(circle, #88e0c1, #569a82);
background-image: -moz-radial-gradient(circle, #88e0c1, #569a82);
background-image: -o-radial-gradient(circle, #88e0c1, #569a82);
background-repeat: no-repeat;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.content-header .global-inner {
margin: 0;
padding: 45px 45px 45px 5vw;
width: 60%;
}
.content-header__image {
position: absolute;
background-position: center right !important;
}
.content-header__desc {
margin-top: 30px;
font-size: 3rem;
}
.content-header__desc li {
font-size: 3rem;
}
.content-header__desc li:before {
content: "- ";
}
.content-header [class^="button"] {
font-size: 3rem;
margin-top: 50px;
}
.reinsurances, .reinsurances--cards {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background-color: #fff;
padding: 0 5vw;
}
.reinsurances--cards {
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.reinsurances .reinsurance, .reinsurances--cards .reinsurance {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
width: calc(22%);
margin-right: 4%;
}
.reinsurances .reinsurance.text-center, .reinsurances--cards .reinsurance.text-center {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.reinsurances .reinsurance:nth-child(4n), .reinsurances--cards .reinsurance:nth-child(4n) {
margin-right: 0;
}
.reinsurances .reinsurance:nth-child(n + 5), .reinsurances--cards .reinsurance:nth-child(n + 5) {
margin-top: 50px;
}
.reinsurances .reinsurance__image, .reinsurances--cards .reinsurance__image {
margin-right: 20px;
height: 80px;
}
.reinsurances .reinsurance__phrase, .reinsurances--cards .reinsurance__phrase {
color: #ff6036;
font-weight: 600;
font-size: 2rem;
}
.reinsurances .reinsurance__phrase2, .reinsurances--cards .reinsurance__phrase2 {
margin-top: 10px;
font-size: 1.8rem;
color: #3e3e3e;
}
.global-inner .reinsurences, .global-inner .reinsurances--cards {
padding: 0;
}
.cta-strat {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.cta-strat.inverted {
-webkit-box-direction: reverse;
-webkit-box-orient: horizontal;
-moz-box-direction: reverse;
-moz-box-orient: horizontal;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.cta-strat.inverted .cta-strat__content, .cta-strat.inverted .cta-strat__content--flex-start, .cta-strat.inverted .cta-strat__content--center, .cta-strat.inverted .cta-strat__content--flex-end {
padding-left: 0;
padding-right: 10vw;
text-align: right;
-webkit-box-align: end;
-moz-box-align: end;
-ms-flex-align: end;
-webkit-align-items: flex-end;
align-items: flex-end;
}
.cta-strat__content, .cta-strat__content--flex-start, .cta-strat__content--center, .cta-strat__content--flex-end {
-webkit-flex-basis: 55%;
flex-basis: 55%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
padding-left: 10vw;
padding-top: 45px;
padding-bottom: 45px;
}
.cta-strat__content--flex-start {
-webkit-box-pack: start;
-moz-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.cta-strat__content--center {
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.cta-strat__content--flex-end {
-webkit-box-pack: end;
-moz-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.cta-strat__content h3, .cta-strat__content--flex-start h3, .cta-strat__content--center h3, .cta-strat__content--flex-end h3 {
font-size: 4rem;
font-weight: 600;
color: #569a82;
}
.cta-strat__content h3 + p, .cta-strat__content--flex-start h3 + p, .cta-strat__content--center h3 + p, .cta-strat__content--flex-end h3 + p {
margin-top: 20px;
}
.cta-strat__content p, .cta-strat__content--flex-start p, .cta-strat__content--center p, .cta-strat__content--flex-end p {
font-size: 1.8rem;
line-height: 1.5;
}
.cta-strat__content .button, .cta-strat__content--flex-start .button, .cta-strat__content--flex-start .button--l-gradient, .cta-strat__content--flex-start .button--r-gradient, .cta-strat__content--flex-start .button--light, .cta-strat__content--flex-start .button--intext, .cta-strat__content--flex-start .button--l-arrow, .cta-strat__content--flex-start .button--r-arrow, .cta-strat__content--flex-start .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--flex-start a, .cta-strat__content--flex-start .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button a, .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--flex-start a, .cta-strat__content--center .button, .cta-strat__content--center .button--l-gradient, .cta-strat__content--center .button--r-gradient, .cta-strat__content--center .button--light, .cta-strat__content--center .button--intext, .cta-strat__content--center .button--l-arrow, .cta-strat__content--center .button--r-arrow, .cta-strat__content--center .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--center a, .cta-strat__content--center .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button a, .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--center a, .cta-strat__content--flex-end .button, .cta-strat__content--flex-end .button--l-gradient, .cta-strat__content--flex-end .button--r-gradient, .cta-strat__content--flex-end .button--light, .cta-strat__content--flex-end .button--intext, .cta-strat__content--flex-end .button--l-arrow, .cta-strat__content--flex-end .button--r-arrow, .cta-strat__content--flex-end .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--flex-end a, .cta-strat__content--flex-end .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button a, .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--flex-end a, .cta-strat__content .button--l-gradient, .cta-strat__content .button--r-gradient, .cta-strat__content .button--light, .cta-strat__content .button--intext, .cta-strat__content .button--l-arrow, .cta-strat__content .button--r-arrow, .cta-strat__content .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content a, .cta-strat__content .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button a, .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content a {
margin-top: 20px;
font-size: 2rem;
}
.cta-strat__image {
-webkit-flex-basis: 45%;
flex-basis: 45%;
position: relative;
}
.cta-strat__image > img {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.advices-strat {
padding: 45px 0;
overflow: hidden;
}
.advices-strat .global-inner {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.advices-strat__left {
width: 35%;
margin-right: 45px;
}
.advices-strat__left .section-title {
font-size: 3vw;
font-weight: 600;
margin-bottom: 45px;
}
@media screen and (max-width: 782px) {
.advices-strat__left .section-title {
font-size: 3.5rem;
}
}
.advices-strat__left .section-desc {
font-size: 16px;
line-height: 1.3;
}
@media screen and (max-width: 782px) {
.advices-strat__left .section-desc {
font-size: 1.6rem;
line-height: 2.1em;
}
}
.advices-strat__image {
position: absolute;
bottom: 0;
left: 0;
}
.advices-strat__right {
width: 65%;
}
.advices-strat__right .advices-more {
display: block;
text-align: center;
font-size: 1.6rem;
margin-top: 30px;
text-decoration: underline;
font-weight: 500;
}
.advices-strat__right .advices-providers {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
margin-top: 45px;
}
.advices-strat__right .advices-providers img {
margin-right: 45px;
}
.advices-strat__right .advices-providers img:last-child {
margin-right: 0;
}
.title-size {
font-size: 3.5rem;
}
h2 + .news-list {
margin-top: 45px;
}
.news-list .news {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
position: relative;
}
.news-list .news__image {
-webkit-flex-basis: 30%;
flex-basis: 30%;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
overflow: hidden;
position: relative;
margin-right: 30px;
}
.news-list .news__image:after {
content: "";
display: block;
padding-bottom: 66%;
}
.news-list .news__content {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0;
flex: 1 0 0;
}
.news-list .news__title {
font-size: 2rem;
font-weight: 600;
line-height: 1.1;
text-decoration: underline 0.1em rgba(62, 62, 62, 0);
transition: text-decoration-color 0.2s ease;
text-underline-offset: 0.06em;
}
.news-list .news:hover .news__title {
text-decoration-color: #3e3e3e;
}
.news-list .news__date-cat {
margin-bottom: 15px;
font-size: 1.4rem;
font-weight: 600;
color: #569a82;
line-height: 1.1;
}
.news-list .news__excerpt {
margin-top: 15px;
font-size: 1.6rem;
line-height: 1.7;
}
h2 + .insurers-list {
margin-top: 45px;
}
.insurers-list .insurer {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
position: relative;
}
.insurers-list .insurer__image {
-webkit-flex-basis: 25%;
flex-basis: 25%;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-top-left-radius: 7px;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-topleft: 7px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 7px;
border-top-left-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
overflow: hidden;
position: relative;
margin-right: 90px;
}
.insurers-list .insurer__image:after {
content: "";
display: block;
padding-bottom: 100%;
}
.insurers-list .insurer.min .insurer__image {
-webkit-flex-basis: 40%;
flex-basis: 40%;
margin-right: 30px;
}
.insurers-list .insurer__content {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0;
flex: 1 0 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
padding: 30px 200px 30px 0;
}
.insurers-list .insurer.min .insurer__content {
padding-right: 30px;
}
.insurers-list .insurer__title {
font-size: 3rem;
color: #ff6036;
font-weight: 600;
}
.insurers-list .insurer__date-cat {
font-style: italic;
margin-top: 15px;
font-size: 1.8rem;
}
.insurers-list .insurer__date-cat > span {
font-style: normal;
font-weight: 600;
}
.insurers-list .insurer__excerpt {
margin-top: 30px;
font-size: 2rem;
line-height: 1.7;
}
.insurers-list .insurer__more {
display: inline-block;
margin-top: 30px;
font-size: 1.8rem;
color: #569a82;
}
.insurers-list .insurer__arrow {
position: absolute;
top: calc(50% - 2.5rem);
right: 45px;
font-size: 5rem;
display: block;
width: 1em;
height: 1em;
background-color: #569a82;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.insurers-list .insurer__arrow:after {
content: "";
width: 0.4em;
height: 0.4em;
border-width: 1px;
border-color: #fff;
border-style: solid;
border-top-width: 3px;
border-right-width: 3px;
border-bottom-width: 0px;
border-left-width: 0px;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
-webkit-transform: translateX(-0.0433em) rotate(45deg);
-moz-transform: translateX(-0.0433em) rotate(45deg);
-ms-transform: translateX(-0.0433em) rotate(45deg);
-o-transform: translateX(-0.0433em) rotate(45deg);
}
.insurers-list .insurer + .insurer {
margin-top: 90px;
}
.insurers-list .insurer.min + .insurer {
margin-top: 50px;
}
.insurers-grid {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.insurers-grid .insurer {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
position: relative;
width: 25%;
}
.insurers-grid .insurer:after {
content: "";
display: block;
padding-bottom: 25%;
}
.insurers-grid .insurer:hover {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
}
.insurers-grid .insurer img {
max-width: 50%;
max-height: 50%;
}
.semi-columns {
background-color: #fff;
}
.semi-columns .global-inner {
padding-top: 30px;
padding-bottom: 30px;
}
.semi-columns__cols {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
gap: 100px;
}
.semi-columns__cols__col:first-child {
-webkit-box: 0;
-moz-box: 0;
-webkit-flex: 0 1 30%;
-ms-flex: 0 1 30%;
flex: 0 1 30%;
}
.semi-columns__cols__col:last-child {
-webkit-box: 0;
-moz-box: 0;
-webkit-flex: 0 1 70%;
-ms-flex: 0 1 70%;
flex: 0 1 70%;
overflow: hidden;
}
.semi-columns__cols__col:last-child .news-list {
margin-bottom: 100px;
}
.semi-columns__cols__col:last-child .news-list li + li {
margin-top: 30px;
}
.semi-columns__cols .sticky-table {
padding: 50px 0 20px;
background-color: #f6f6f6;
overflow-x: hidden;
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.semi-columns__cols .sticky-table.jq-sticky {
position: sticky;
top: calc(100px + 50px);
}
.semi-columns__cols .sticky-table__title {
font-weight: 600;
font-size: 2rem;
padding: 0 20px;
}
.semi-columns__cols .sticky-table__lines {
margin-top: 50px;
}
.semi-columns__cols .sticky-table__line {
position: relative;
display: block;
font-size: 1.6rem;
padding: 15px 0;
border-top: 1px solid #e5e5e5;
}
.semi-columns__cols .sticky-table__line.completed .sticky-table__text {
color: #fff;
-webkit-animation: shine 1s ease-out;
-moz-animation: shine 1s ease-out;
-ms-animation: shine 1s ease-out;
}
.semi-columns__cols .sticky-table__text {
position: relative;
padding: 0 20px;
}
.semi-columns__cols .sticky-table__progress {
position: absolute;
top: 0;
left: 0;
height: 100%;
min-height: 100%;
width: 0;
background-color: rgba(86, 154, 130, 0.5);
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
}
.semi-columns__cols .sticky-table__share {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
padding: 0 20px;
margin-top: 30px;
}
.semi-columns__cols .sticky-table__share span {
font-weight: 500;
font-size: 2rem;
}
.semi-columns__cols .sticky-table__share .social-links {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.semi-columns__cols .sticky-table__cta {
padding: 0 20px;
margin-top: 30px;
}
.semi-columns__cols .sticky-table__cta a {
width: 100%;
font-size: 2rem;
}
.semi-columns__cols .introduction-text {
font-weight: 500;
margin-bottom: 30px;
}
.semi-columns__cols .news-date-cat {
margin-top: 15px;
font-size: 1.8rem;
margin-bottom: 10px;
}
.semi-columns__cols .news-date-cat__cats {
font-style: normal;
font-weight: 600;
color: #569a82;
}
.semi-columns__cols .news-date-cat__date {
font-style: italic;
}
.semi-columns__cols .feature-image {
position: relative;
margin: 30px auto;
display: block;
max-width: 100%;
}
.semi-columns__cols .feature-image .bg-image, .semi-columns__cols .feature-image html body .bg-image--contained, html body .semi-columns__cols .feature-image .bg-image--contained, .semi-columns__cols .feature-image html body .bg-image--padded-soft, html body .semi-columns__cols .feature-image .bg-image--padded-soft, .semi-columns__cols .feature-image html body .bg-image--padded-medium, html body .semi-columns__cols .feature-image .bg-image--padded-medium, .semi-columns__cols .feature-image html body .bg-image--padded-hard, html body .semi-columns__cols .feature-image .bg-image--padded-hard, .semi-columns__cols .feature-image html body .bg-image--default, html body .semi-columns__cols .feature-image .bg-image--default {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
margin: 0;
}
.semi-columns__cols .widget-title {
margin-top: 150px;
color: #569a82;
font-weight: 600;
font-size: 3rem;
margin-bottom: 30px;
}
.full-page {
background-color: #fff;
padding-top: 20px;
padding-bottom: 20px;
}
.full-page section {
padding: 50px 0;
}
.full-page .ads-advices {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
overflow: hidden;
padding: 50px 20px;
}
.full-page .ads-advices .product-jambonneaus {
margin-right: 45px;
-webkit-flex-basis: calc((100% / 3) - (2 * 45px));
flex-basis: calc((100% / 3) - (2 * 45px));
}
.full-page .ads-advices__advices {
-webkit-flex-basis: calc((2 / 3 * 100%) - (2 * 45px));
flex-basis: calc((2 / 3 * 100%) - (2 * 45px));
padding: 20px;
}
.full-page .ads-advices__advices .advice + .advice {
margin-top: 30px;
}
.masonry-cards {
margin-bottom: 100px;
}
.masonry-cards__row {
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.masonry-cards__row + .masonry-cards__row {
margin-top: 50px;
}
.masonry-cards__row:first-child .masonry-cards__col:first-child {
width: 55%;
}
.masonry-cards__row:first-child .masonry-cards__col:first-child .masonry-card {
height: 100%;
}
.masonry-cards__row:first-child .masonry-cards__col:last-child {
width: calc(45% - 50px);
}
.masonry-cards__row:first-child .masonry-cards__col:last-child div[class^="masonry-card"]:after {
padding-bottom: 40%;
}
.masonry-cards__row:first-child .masonry-cards__col:last-child .masonry-card:first-child {
margin-bottom: 50px;
}
.masonry-cards__row:last-child .masonry-cards__col:first-child {
width: 37%;
}
.masonry-cards__row:last-child .masonry-cards__col:first-child div[class^="masonry-card"]:after {
padding-bottom: 40%;
}
.masonry-cards__row:last-child .masonry-cards__col:last-child {
width: calc(63% - 50px);
}
.masonry-cards__row:last-child .masonry-card {
height: 100%;
}
.masonry-cards__col {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.masonry-cards .masonry-card {
position: relative;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
}
.masonry-cards .masonry-card[data-link]:not([data-link=""]):hover {
cursor: pointer;
-webkit-transform: translate3d(-10px, -10px, 0);
-moz-transform: translate3d(-10px, -10px, 0);
-ms-transform: translate3d(-10px, -10px, 0);
-o-transform: translate3d(-10px, -10px, 0);
}
.masonry-cards .masonry-card[data-link]:not([data-link=""]):hover .masonry-card__content, .masonry-cards .masonry-card[data-link]:not([data-link=""]):hover .masonry-card__content--orange, .masonry-cards .masonry-card[data-link]:not([data-link=""]):hover .masonry-card__content--green {
-webkit-box-shadow: 13px 15px 15px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 13px 15px 15px 1px rgba(0, 0, 0, 0.2);
box-shadow: 13px 15px 15px 1px rgba(0, 0, 0, 0.2);
}
.masonry-cards .masonry-card:after {
content: "";
display: block;
}
.masonry-cards .masonry-card__content, .masonry-cards .masonry-card__content--orange, .masonry-cards .masonry-card__content--green {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
position: absolute;
height: 100%;
width: 100%;
padding: 20px;
text-align: center;
background-color: #f6f6f6;
}
.masonry-cards .masonry-card__content--orange {
background-color: #ff6036;
color: #fff;
}
.masonry-cards .masonry-card__content--green {
background-color: #569a82;
color: #fff;
}
.masonry-cards .masonry-card__title {
font-size: 2.6rem;
font-weight: 600;
}
.masonry-cards .masonry-card__desc {
font-size: 1.8rem;
margin-top: 30px;
}
.masonry-cards .masonry-card__image {
position: relative;
margin-top: 15px;
width: 100%;
}
.masonry-cards .masonry-card__button {
margin-top: 30px;
font-size: 1.8rem;
}
.guides-carousel {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
overflow: hidden;
margin-top: 90px;
padding: 20px;
}
.guides-carousel .guide {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-webkit-box: 0;
-moz-box: 0;
-webkit-flex: 0 0 30%;
-ms-flex: 0 0 30%;
flex: 0 0 30%;
margin-right: 5%;
padding: 45px 20px;
}
.guides-carousel .guide__title {
font-weight: 600;
font-size: 3rem;
color: #569a82;
}
.guides-carousel .guide__excerpt {
font-size: 2rem;
margin-top: 30px;
line-height: 2.1;
}
.guides-carousel .guide__link {
display: block;
color: #ff6036;
font-size: 2rem;
margin-top: 90px;
}
.guides-carousel + .dots {
margin-top: 20px;
}
.guides-grid {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.guides-grid .guide {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-webkit-box: 0;
-moz-box: 0;
-webkit-flex: 0 0 30%;
-ms-flex: 0 0 30%;
flex: 0 0 30%;
display: block;
margin-right: 5%;
padding: 45px 20px;
}
.guides-grid .guide:nth-child(3n) {
margin-right: 0;
}
.guides-grid .guide:nth-child(n+4) {
margin-top: 90px;
}
.guides-grid .guide__title {
font-weight: 600;
font-size: 3rem;
color: #569a82 !important;
}
.guides-grid .guide__excerpt {
font-size: 2rem;
margin-top: 50px !important;
line-height: 2.1;
}
.guides-grid .guide__link {
display: block;
color: #ff6036;
font-size: 2rem;
margin-top: 90px;
}
.page-espace-presse .full-page {
padding-bottom: 0;
}
.newsroom .section-title {
margin: 50px 0 30px;
}
.newsroom .newsroom-grid {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background-color: #88e0c1;
padding: 30px 50px;
margin: 0 10vw;
}
.newsroom .newsroom-grid__communique {
-webkit-box: 0;
-moz-box: 0;
-webkit-flex: 0 0 22%;
-ms-flex: 0 0 22%;
flex: 0 0 22%;
display: block;
margin-right: 4%;
border: 1px solid;
background-color: #fff;
}
.newsroom .newsroom-grid__communique:after {
content: "";
display: block;
padding-bottom: 125%;
}
.newsroom .newsroom-grid__communique:nth-child(4n) {
margin-right: 0;
}
.newsroom .newsroom-grid__communique:nth-child(n + 5) {
margin-top: 30px;
}
.newsroom .newsroom-carousel {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
margin: 0 10vw;
padding: 30px 50px;
overflow: hidden;
}
.newsroom .newsroom-carousel__parution {
-webkit-box: 0;
-moz-box: 0;
-webkit-flex: 0 0 22%;
-ms-flex: 0 0 22%;
flex: 0 0 22%;
display: block;
margin-right: 4%;
border: 1px solid;
background-color: #fff;
}
.newsroom .newsroom-carousel__parution:after {
content: "";
display: block;
padding-bottom: 125%;
}
.newsroom-contact {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
background-color: #f6f6f6;
padding: 0 10vw;
}
.newsroom-contact__image {
position: relative;
flex-basis: 25%;
margin-right: 5%;
}
.newsroom-contact__infos {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
padding: 100px 0;
line-height: 1.3;
}
.newsroom-contact__name {
font-size: 6rem;
font-weight: 600;
}
.newsroom-contact__job {
color: #569a82;
font-weight: 600;
font-size: 5rem;
}
.newsroom-contact__phone {
margin-top: 30px;
}
.newsroom-contact__phone, .newsroom-contact__mail {
font-size: 3.5rem;
}
.newsroom-contact__phone [class^="fa"], .newsroom-contact__mail [class^="fa"] {
margin-right: 20px;
}
.guides-a-la-une {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
margin-top: 25px;
gap: 100px;
}
@media screen and (max-width: 1280px) {
.guides-a-la-une {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.guides-a-la-une + .titre-categorie {
margin-top: 100px;
}
.guides-a-la-une__gauche {
-webkit-flex-basis: 55%;
flex-basis: 55%;
}
.guides-a-la-une__gauche .guides-links, .guides-a-la-une__gauche ul, .guides-a-la-une__gauche li, .guides-a-la-une__gauche a, .guides-a-la-une__gauche .guide {
height: 100%;
}
.guides-a-la-une__droite {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.guides-a-la-une__droite .guides-links ul li + li {
margin-top: 30px;
}
.guides-section {
position: relative;
margin-top: 25px;
}
.guides-section + .titre-categorie {
margin-top: 100px;
}
.guides-section .guides-links ul {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
gap: 50px;
}
@media screen and (max-width: 1280px) {
.guides-section .guides-links ul {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: normal;
-moz-box-align: normal;
-ms-flex-align: normal;
-webkit-align-items: normal;
align-items: normal;
}
}
.guides-section .guides-links ul li {
-webkit-box: 0;
-moz-box: 0;
-webkit-flex: 0 1 calc(100% / 3);
-ms-flex: 0 1 calc(100% / 3);
flex: 0 1 calc(100% / 3);
}
.guides-section__plus {
position: absolute;
top: -30px;
right: 0;
font-size: 1.4rem;
font-weight: 600;
text-decoration: underline;
}
@media screen and (max-width: 1280px) {
.guides-section__plus {
display: block;
position: relative;
top: unset;
right: unset;
margin-top: 30px;
text-align: center;
font-size: 1.6rem;
}
}
.guides-grid-paged {
margin-top: 50px;
}
.guides-grid-paged .guides-links ul {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
row-gap: 50px;
}
.guides-grid-paged .guides-links ul li {
-webkit-box: 0;
-moz-box: 0;
-webkit-flex: 0 1 50%;
-ms-flex: 0 1 50%;
flex: 0 1 50%;
}
@media screen and (max-width: 600px) {
.guides-grid-paged .guides-links ul li {
-webkit-flex-basis: 100%;
flex-basis: 100%;
}
}
.guides-grid-paged .guides-links ul li:nth-child(odd) {
padding-right: 25px;
}
@media screen and (max-width: 600px) {
.guides-grid-paged .guides-links ul li:nth-child(odd) {
padding-right: 0;
}
}
.guides-grid-paged .guides-links ul li:nth-child(even) {
padding-left: 25px;
}
@media screen and (max-width: 600px) {
.guides-grid-paged .guides-links ul li:nth-child(even) {
padding-left: 0;
}
}
.news-grid-paged {
margin-top: 50px;
}
.news-grid-paged .actualites-links ul {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
row-gap: 50px;
}
.news-grid-paged .actualites-links ul li {
-webkit-box: 0;
-moz-box: 0;
-webkit-flex: 0 1 50%;
-ms-flex: 0 1 50%;
flex: 0 1 50%;
}
@media screen and (max-width: 600px) {
.news-grid-paged .actualites-links ul li {
-webkit-flex-basis: 100%;
flex-basis: 100%;
}
}
.news-grid-paged .actualites-links ul li:nth-child(odd) {
padding-right: 25px;
}
@media screen and (max-width: 600px) {
.news-grid-paged .actualites-links ul li:nth-child(odd) {
padding-right: 0;
}
}
.news-grid-paged .actualites-links ul li:nth-child(even) {
padding-left: 25px;
}
@media screen and (max-width: 600px) {
.news-grid-paged .actualites-links ul li:nth-child(even) {
padding-left: 0;
}
}
.actualites-a-la-une {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
margin-top: 25px;
gap: 100px;
}
@media screen and (max-width: 1280px) {
.actualites-a-la-une {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.actualites-a-la-une + .titre-categorie {
margin-top: 100px;
}
.actualites-a-la-une__gauche {
-webkit-flex-basis: 55%;
flex-basis: 55%;
}
.actualites-a-la-une__gauche .actualites-links, .actualites-a-la-une__gauche ul, .actualites-a-la-une__gauche li, .actualites-a-la-une__gauche a, .actualites-a-la-une__gauche .actualite {
height: 100%;
}
.actualites-a-la-une__droite {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.actualites-a-la-une__droite .actualites-links ul li + li {
margin-top: 30px;
}
.actualites-section {
position: relative;
margin-top: 25px;
}
.actualites-section + .titre-categorie {
margin-top: 100px;
}
.actualites-section .actualites-links ul {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
gap: 50px;
}
@media screen and (max-width: 1280px) {
.actualites-section .actualites-links ul {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: normal;
-moz-box-align: normal;
-ms-flex-align: normal;
-webkit-align-items: normal;
align-items: normal;
}
}
.actualites-section .actualites-links ul li {
-webkit-box: 0;
-moz-box: 0;
-webkit-flex: 0 1 calc(100% / 3);
-ms-flex: 0 1 calc(100% / 3);
flex: 0 1 calc(100% / 3);
}
.actualites-section__plus {
position: absolute;
top: -30px;
right: 0;
font-size: 1.4rem;
font-weight: 600;
text-decoration: underline;
}
@media screen and (max-width: 1280px) {
.actualites-section__plus {
display: block;
position: relative;
top: unset;
right: unset;
margin-top: 30px;
text-align: center;
font-size: 1.6rem;
}
}
.button, .button--l-gradient, .button--r-gradient, .button--light, .button--intext, .button--l-arrow, .button--r-arrow, .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button a {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
color: #fff;
font-weight: 600;
padding: 0.75em 1em;
text-align: center;
display: inline-block;
}
.button:hover, .button--l-gradient:hover, .button--r-gradient:hover, .button--light:hover, .button--intext:hover, .button--l-arrow:hover, .button--r-arrow:hover, .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a:hover, .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button a:hover {
cursor: pointer;
-webkit-filter: brightness(120%);
-moz-filter: brightness(120%);
-ms-filter: brightness(120%);
-o-filter: brightness(120%);
filter: brightness(120%);
}
.button:after, .button--l-gradient:after, .button--r-gradient:after, .button--light:after, .button--intext:after, .button--l-arrow:after, .button--r-arrow:after, .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a:after, .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button a:after {
content: "";
position: absolute;
top: calc(50% - 0.375em);
}
.button--l-gradient {
background: linear-gradient(0.25turn, #ff6036, #fd8668);
}
.button--r-gradient, .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button a {
background-color: #ff6036;
background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#fc7d5c), to(#ff6036));
background-image: -webkit-radial-gradient(circle, #fc7d5c, #ff6036);
background-image: -moz-radial-gradient(circle, #fc7d5c, #ff6036);
background-image: -o-radial-gradient(circle, #fc7d5c, #ff6036);
background-repeat: no-repeat;
}
.button--light {
border: 2px solid #fff;
}
.button--intext {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
position: relative;
padding: 0.75em 1em;
color: #569a82;
padding-right: 30px;
font-size: 1.6rem;
margin-top: 10px;
}
.button--intext:after {
right: 0.75em;
display: block;
width: 0.75em;
height: 0.75em;
border-width: 1px;
border-color: #569a82;
border-style: solid;
border-top-width: 3px;
border-right-width: 3px;
border-bottom-width: 0px;
border-left-width: 0px;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.button--l-arrow {
position: relative;
padding-left: 100px;
}
.button--l-arrow:after {
left: 0.75em;
display: block;
width: 0.75em;
height: 0.75em;
border-width: 1px;
border-color: #fff;
border-style: solid;
border-top-width: 3px;
border-right-width: 3px;
border-bottom-width: 0px;
border-left-width: 0px;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
}
.button--r-arrow {
position: relative;
padding-right: 100px;
}
.button--r-arrow:after {
right: 0.75em;
display: block;
width: 0.75em;
height: 0.75em;
border-width: 1px;
border-color: #fff;
border-style: solid;
border-top-width: 3px;
border-right-width: 3px;
border-bottom-width: 0px;
border-left-width: 0px;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.product-ctas, .product-ctas--layout-1, .product-ctas--layout-2 {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.product-ctas--layout-1 {
width: calc(3 * 150px + 2 * 45px);
}
.product-ctas--layout-1 .product-cta {
background-color: #e5e5e5;
width: 150px;
margin-right: 45px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.product-ctas--layout-1 .product-cta:nth-child(3n) {
margin-right: 0;
}
.product-ctas--layout-1 .product-cta:nth-child(n + 4) {
margin-top: 45px;
}
.product-ctas--layout-1 .product-cta__image {
height: 150px;
background-size: 80%;
}
.product-ctas--layout-1 .product-cta__title {
background-color: #ff6036;
background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#fc7d5c), to(#ff6036));
background-image: -webkit-radial-gradient(circle, #fc7d5c, #ff6036);
background-image: -moz-radial-gradient(circle, #fc7d5c, #ff6036);
background-image: -o-radial-gradient(circle, #fc7d5c, #ff6036);
background-repeat: no-repeat;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-topleft: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
border-top-left-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
color: #fff;
text-align: center;
font-size: 1.6rem;
font-weight: 500;
padding: 10px;
overflow: hidden;
text-overflow: ellipsis;
}
.product-ctas--layout-2 {
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.product-ctas--layout-2 .product-cta {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
margin: 45px;
}
.product-ctas--layout-2 .product-cta__image {
height: 150px;
width: 150px;
margin-right: 45px;
background-size: 60%;
}
.product-ctas--layout-2 .product-cta__title {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
color: #569a82;
font-weight: 500;
font-size: 2.6rem;
padding: 10px;
width: 300px;
}
.product-ctas .product-cta, .product-ctas--layout-1 .product-cta, .product-ctas--layout-2 .product-cta {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
}
.product-ctas .product-cta__image, .product-ctas--layout-1 .product-cta__image, .product-ctas--layout-2 .product-cta__image {
background-position: 50% 50%;
background-repeat: no-repeat;
}
.special-cta {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
margin: 100px 0;
}
.special-cta p {
font-size: 2.5rem;
line-height: 1.3;
margin-bottom: 15px;
}
.special-cta [class^="button"] {
font-size: 2rem;
}
.burger {
width: 40px;
margin-left: 40px;
opacity: 0;
visibility: hidden;
position: absolute;
-webkit-transition: opacity 0.5s ease, filter 0.3s;
-moz-transition: opacity 0.5s ease, filter 0.3s;
-ms-transition: opacity 0.5s ease, filter 0.3s;
-o-transition: opacity 0.5s ease, filter 0.3s;
}
.burger.visible {
position: relative;
opacity: 1;
visibility: visible;
}
.burger.visible:hover {
cursor: pointer;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
.burger__lines {
position: relative;
height: 25px;
margin-bottom: 7px;
}
.burger__line {
position: absolute;
left: 0;
height: 5px;
width: 100%;
border-radius: 10px;
background-color: #ff6036;
-webkit-transition: top 0.2s, transform 0.1s 0.2s;
-moz-transition: top 0.2s, transform 0.1s 0.2s;
-ms-transition: top 0.2s, transform 0.1s 0.2s;
-o-transition: top 0.2s, transform 0.1s 0.2s;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
}
.burger__line:nth-child(1) {
top: 0;
}
.burger.opened .burger__line:nth-child(1) {
top: calc(50% - 3px);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.burger__line:nth-child(2) {
top: calc(50% - 3px);
}
.burger.opened .burger__line:nth-child(2) {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
}
.burger__line:nth-child(3) {
top: calc(100% - 5px);
}
.burger.opened .burger__line:nth-child(3) {
top: calc(50% - 3px);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.burger__title {
font-weight: 800;
text-transform: uppercase;
letter-spacing: 3px;
text-align: center;
}
.menu-principal-container {
height: 100%;
min-height: 100%;
}
.menu-principal-container .fleche {
display: none;
}
.menu-principal-container .main-menu.desktop {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
height: 100%;
min-height: 100%;
}
.menu-principal-container .main-menu.desktop > .menu-item {
position: relative;
height: 100%;
min-height: 100%;
background-color: #fff;
-webkit-transition: background-color 0.3s ease;
-moz-transition: background-color 0.3s ease;
-ms-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
}
.menu-principal-container .main-menu.desktop > .menu-item a {
line-height: 1.1;
}
.menu-principal-container .main-menu.desktop > .menu-item:hover {
background-color: #f6f6f6;
}
.menu-principal-container .main-menu.desktop > .menu-item:hover > a {
color: #ff6036;
}
.menu-principal-container .main-menu.desktop > .menu-item > a {
font-size: 1.6rem;
font-weight: 500;
height: 100%;
min-height: 100%;
padding: 0 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.menu-principal-container .main-menu.desktop > .menu-item > a.animated {
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
}
.menu-principal-container .main-menu.desktop > .menu-item > .sub-menu {
position: absolute;
display: block;
top: 100%;
left: 0;
min-width: 100%;
opacity: 0;
visibility: hidden;
z-index: -1;
background-color: #f6f6f6;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-topleft: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
border-top-left-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transform: translate3d(0, -100px, 0);
-moz-transform: translate3d(0, -100px, 0);
-ms-transform: translate3d(0, -100px, 0);
-o-transform: translate3d(0, -100px, 0);
}
.menu-principal-container .main-menu.desktop > .menu-item > .sub-menu.visible {
visibility: visible;
opacity: 1;
-webkit-transition: transform 0.3s ease-out, opacity 0.5s ease, box-shadow 0.3s ease 0.3s;
-moz-transition: transform 0.3s ease-out, opacity 0.5s ease, box-shadow 0.3s ease 0.3s;
-ms-transition: transform 0.3s ease-out, opacity 0.5s ease, box-shadow 0.3s ease 0.3s;
-o-transition: transform 0.3s ease-out, opacity 0.5s ease, box-shadow 0.3s ease 0.3s;
-webkit-box-shadow: 3px 15px 15px 1px rgba(102, 37, 37, 0.2);
-moz-box-shadow: 3px 15px 15px 1px rgba(102, 37, 37, 0.2);
box-shadow: 3px 15px 15px 1px rgba(102, 37, 37, 0.2);
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
}
.menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item {
font-size: 1.4rem;
font-weight: 500;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
}
.menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item > a {
display: block;
padding: 20px calc(22px + 20px);
white-space: nowrap;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
}
.menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item:not(.menu-button):hover {
background-color: #e5e5e5;
}
.menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item:not(.menu-button):hover > a {
color: #fc7d5c;
}
.menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button {
padding: 10px;
}
.menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a {
font-size: 2rem;
width: 100%;
}
.main-menu.mobile {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: calc(100vh - 100px);
margin-top: 100px;
padding-bottom: 60px;
z-index: -1;
overflow-y: scroll;
background-color: #fff;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-transform: translateX(-120vw);
-moz-transform: translateX(-120vw);
-ms-transform: translateX(-120vw);
-o-transform: translateX(-120vw);
}
.main-menu.mobile.visible {
-webkit-transition: transform 0.3s;
-moz-transition: transform 0.3s;
-ms-transition: transform 0.3s;
-o-transition: transform 0.3s;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
}
.main-menu.mobile > .menu-item {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
margin: 0 20px;
border-bottom: 1px solid #ddd;
position: relative;
}
.main-menu.mobile > .menu-item:last-child {
border-bottom: 0;
}
.main-menu.mobile > .menu-item:hover:not(.special-item) > a, .main-menu.mobile > .menu-item .active:not(.special-item) > a {
color: #ff6036;
}
.main-menu.mobile > .menu-item.special-item {
background-color: #569a82;
color: #fff;
margin: 0;
}
.main-menu.mobile > .menu-item.special-item > .fleche--orange {
border-color: #fff;
}
.main-menu.mobile > .menu-item.special-item .menu-mobile-picto {
-webkit-filter: brightness(0) invert(1);
-moz-filter: brightness(0) invert(1);
-ms-filter: brightness(0) invert(1);
-o-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.main-menu.mobile > .menu-item > a {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
width: 100%;
font-weight: 400;
font-size: 1.6rem;
padding: 20px 10vw;
}
.main-menu.mobile > .menu-item > .fleche {
position: absolute;
top: 30px;
right: 20px;
--taille: 10px;
--epaisseur: 2px;
}
@media screen and (max-width: 768px) {
.main-menu.mobile > .menu-item > .fleche {
display: block;
}
}
.main-menu.mobile > .menu-item > .menu-mobile-picto {
position: absolute;
top: 20px;
left: 10px;
width: 30px;
height: 30px;
background-repeat: no-repeat;
background-size: contain;
}
@media screen and (min-width: 769px) {
.main-menu.mobile > .menu-item > .menu-mobile-picto {
display: none;
}
}
.main-menu.mobile > .menu-item.has-picto-auto > .menu-mobile-picto {
background-image: url(//www.acommeassure.com/wp-content/themes/aca/assets/images/icons/picto-auto.svg);
}
.main-menu.mobile > .menu-item.has-picto-habitation > .menu-mobile-picto {
background-image: url(//www.acommeassure.com/wp-content/themes/aca/assets/images/icons/picto-habitation.svg);
}
.main-menu.mobile > .menu-item.has-picto-sante > .menu-mobile-picto {
background-image: url(//www.acommeassure.com/wp-content/themes/aca/assets/images/icons/picto-sante.svg);
}
.main-menu.mobile > .menu-item.has-picto-obseques > .menu-mobile-picto {
background-image: url(//www.acommeassure.com/wp-content/themes/aca/assets/images/icons/picto-obseques.svg);
}
.main-menu.mobile > .menu-item.has-picto-emprunteur > .menu-mobile-picto {
background-image: url(//www.acommeassure.com/wp-content/themes/aca/assets/images/icons/picto-pret.svg);
}
.main-menu.mobile > .menu-item.has-picto-autres > .menu-mobile-picto {
background-image: url(//www.acommeassure.com/wp-content/themes/aca/assets/images/icons/picto-autres-assurances.svg);
}
.main-menu.mobile > .menu-item.has-picto-contact > .menu-mobile-picto {
background-image: url(//www.acommeassure.com/wp-content/themes/aca/assets/images/icons/picto-assistance.svg);
}
.main-menu.mobile > .menu-item.has-picto-recherche > .menu-mobile-picto {
background-image: url(//www.acommeassure.com/wp-content/themes/aca/assets/images/icons/loupe.svg);
}
.main-menu.mobile > .menu-item.has-picto-aide > .menu-mobile-picto {
background-image: url(//www.acommeassure.com/wp-content/themes/aca/assets/images/icons/bouee.svg);
}
.main-menu.mobile > .menu-item.active > .fleche {
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
}
.main-menu.mobile > .menu-item.active > a {
border-bottom: 1px solid #ddd;
}
.main-menu.mobile > .menu-item > .sub-menu {
max-height: 0;
height: 100%;
overflow: hidden;
padding: 0 calc(30px);
-webkit-transition: max-height 0.5s;
-moz-transition: max-height 0.5s;
-ms-transition: max-height 0.5s;
-o-transition: max-height 0.5s;
}
.main-menu.mobile > .menu-item > .sub-menu.visible {
-webkit-transition: max-height 0.5s;
-moz-transition: max-height 0.5s;
-ms-transition: max-height 0.5s;
-o-transition: max-height 0.5s;
max-height: 500px;
}
.main-menu.mobile > .menu-item > .sub-menu > .menu-item {
margin-bottom: 10px;
}
.main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button {
padding: 10px 0;
}
.main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button a {
font-size: 2rem;
}
.main-menu.mobile > .menu-item > .sub-menu > .menu-item:not(.menu-button):hover > a {
color: #ff6036;
}
.main-menu.mobile > .menu-item > .sub-menu > .menu-item:last-child {
margin-bottom: 0;
}
.main-menu.mobile > .menu-item > .sub-menu > .menu-item a {
font-size: 1.4rem;
font-weight: 400;
}
.seo-menu.mobile {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
text-align: left;
}
.seo-menu.mobile > .menu-item {
font-size: 1.6rem;
border-bottom: 2px solid rgba(255, 255, 255, 0.5);
position: relative;
}
.seo-menu.mobile > .menu-item > a {
display: block;
position: relative;
line-height: 1.1;
padding: 20px 0;
}
.seo-menu.mobile > .menu-item > a:hover {
cursor: pointer;
}
.seo-menu.mobile > .menu-item > .fleche {
position: absolute;
top: 22px;
right: 20px;
--taille: 10px;
--epaisseur: 2px;
}
@media screen and (max-width: 768px) {
.seo-menu.mobile > .menu-item > .fleche {
display: block;
}
}
.seo-menu.mobile > .menu-item.active > .fleche {
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
}
.seo-menu.mobile > .menu-item .sub-menu {
max-height: 0;
height: 100%;
overflow: hidden;
-webkit-transition: max-height 0.5s;
-moz-transition: max-height 0.5s;
-ms-transition: max-height 0.5s;
-o-transition: max-height 0.5s;
}
.seo-menu.mobile > .menu-item .sub-menu.visible {
-webkit-transition: max-height 0.5s;
-moz-transition: max-height 0.5s;
-ms-transition: max-height 0.5s;
-o-transition: max-height 0.5s;
max-height: 500px;
}
.seo-menu.mobile > .menu-item .sub-menu .menu-item {
margin-bottom: 10px;
font-size: 1.6rem;
}
.seo-menu.mobile > .menu-item .sub-menu .menu-item a {
display: block;
}
.header-right {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
height: 100%;
min-height: 100%;
}
.header-right__button {
height: 100%;
min-height: 100%;
padding: 0 10px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
@media screen and (max-width: 480px) {
.header-right__button.search-button, .header-right__button.help-button {
display: none;
}
}
.header-right__button:hover {
cursor: pointer;
}
.header-right__button:hover .header-right__button__text {
color: #ff6036;
}
.header-right__button__img {
height: 30px;
}
.header-right__button__text {
font-size: 1.4rem;
font-weight: 500;
text-align: center;
margin-top: 10px;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-ms-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
}
.header-right__button.account-button {
background: #ff6036;
width: 100px;
}
.header-right__button.account-button .header-right__button__img {
height: 50px;
}
.seo-menu {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
margin-top: 20px;
}
.seo-menu .fleche {
display: none;
}
.seo-menu .menu-item {
line-height: 2.1em;
}
.seo-menu > .menu-item {
font-weight: 600;
font-size: 3rem;
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 1 0%;
-ms-flex: 1 1 0%;
flex: 1 1 0%;
}
.seo-menu > .menu-item > .sub-menu > .menu-item {
font-size: 2rem;
font-weight: 400;
}
.seo-menu + * {
margin-top: 40px;
}
.seo-menu-2 {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
margin-top: 40px;
}
.seo-menu-2 .menu-item {
line-height: 2.1em;
font-size: 2rem;
font-weight: 400;
margin-right: 45px;
}
.seo-menu-2 .menu-item:last-child {
margin-right: 0;
}
.social-links {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.social-links .social-link {
display: block;
margin-right: 20px;
width: 30px;
height: 30px;
}
.social-links .social-link img {
width: 100%;
height: auto;
-webkit-filter: invert(1);
-moz-filter: invert(1);
-ms-filter: invert(1);
-o-filter: invert(1);
filter: invert(1);
}
.social-links .social-link:last-child {
margin-right: 0;
}
.product-jambonneaus {
overflow: hidden;
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
}
.product-jambonneaus-carousel {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: stretch;
-moz-box-align: stretch;
-ms-flex-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.product-jambonneaus .product-jambonneau {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box: 0;
-moz-box: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
overflow: hidden;
position: relative;
width: 100%;
}
.product-jambonneaus .product-jambonneau.horizontal {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.product-jambonneaus .product-jambonneau.horizontal .product-jambonneau__image {
padding-bottom: 56.25%;
}
.product-jambonneaus .product-jambonneau__image {
position: relative;
-webkit-box: 0;
-moz-box: 0;
-webkit-flex: 0 1 45%;
-ms-flex: 0 1 45%;
flex: 0 1 45%;
}
@media screen and (max-width: 768px) {
.product-jambonneaus .product-jambonneau__image {
padding-bottom: 56.25%;
}
}
.product-jambonneaus .product-jambonneau__content {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box: 0;
-moz-box: 0;
-webkit-flex: 0 1 55%;
-ms-flex: 0 1 55%;
flex: 0 1 55%;
padding: 50px 25px;
}
@media screen and (max-width: 768px) {
.product-jambonneaus .product-jambonneau__content {
display: block;
}
}
.product-jambonneaus .product-jambonneau__title {
font-size: 3rem;
line-height: 1.3;
color: #ff6036;
font-weight: 600;
text-transform: uppercase;
}
.product-jambonneaus .product-jambonneau__title + div {
margin-top: 20px;
}
.product-jambonneaus .product-jambonneau__text {
font-size: 1.6rem;
}
.product-jambonneaus .product-jambonneau__text + a {
margin-top: 20px;
}
.product-jambonneaus .product-jambonneau__link {
display: inline-block;
font-size: 1.8rem;
}
.section-separator {
position: absolute;
bottom: 0;
left: 0;
overflow: hidden;
height: 30vh;
width: 100vw;
}
.section-separator:after {
box-shadow: 0 0 0 30vh #fff;
position: absolute;
border-radius: 100%;
margin-left: -60vw;
height: 60vh;
content: "";
width: 120vw;
left: 50%;
bottom: 0;
z-index: 9;
}
.dots {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
width: 100%;
margin: 30px 0;
}
.dots .dot, .dots .dot.active {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
width: 10px;
height: 10px;
background-color: #ff6036;
margin-right: 15px;
opacity: 0.2;
}
.dots .dot:last-child, .dots .dot.active:last-child {
margin-right: 0;
}
.dots .dot:hover, .dots .dot.active:hover {
cursor: pointer;
opacity: 1;
}
.dots .dot.active {
-webkit-transform: scale(1.75);
-moz-transform: scale(1.75);
-ms-transform: scale(1.75);
-o-transform: scale(1.75);
opacity: 1;
}
.advices {
overflow: hidden;
}
.advices .advices-carousel {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.advices .advices-carousel .advice {
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box: 0;
-moz-box: 0;
-webkit-flex: 0 0 46%;
-ms-flex: 0 0 46%;
flex: 0 0 46%;
margin: 10px 45px 10px 10px;
background-color: #fff;
padding: 45px 20px;
}
@media screen and (max-width: 768px) {
.advices .advices-carousel .advice {
-webkit-flex-basis: 100%;
flex-basis: 100%;
}
}
.advices .advices-carousel .advice:last-child {
margin-right: 10px;
}
.advices .advices-carousel .advice__score {
font-size: 3rem;
color: #569a82;
margin-bottom: 30px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.advices .advices-carousel .advice__score > img {
margin-right: 5px;
opacity: 0.2;
}
.advices .advices-carousel .advice__score > img.plain {
opacity: 1;
}
.advices .advices-carousel .advice__score > img:last-child {
margin-right: 0;
}
.advices .advices-carousel .advice__name-date {
margin-bottom: 10px;
}
.advices .advices-carousel .advice__name-date > span:first-child {
font-size: 1.6rem;
font-weight: 600;
}
.advices .advices-carousel .advice__name-date > span:last-child {
font-size: 1.4rem;
font-style: italic;
}
.advices .advices-carousel .advice__content {
font-size: 1.6rem;
}
.questions {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
margin-top: 20px;
width: 100%;
}
.questions .question {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
-webkit-flex-basis: 25%;
flex-basis: 25%;
text-align: center;
font-size: 1.6rem;
font-weight: 600;
padding: 10px 0;
}
.questions .question:hover {
background-color: #88e0c1;
}
@keyframes sticky {
0% {
-webkit-transform: translate3d(0, -100px, 0);
-moz-transform: translate3d(0, -100px, 0);
-ms-transform: translate3d(0, -100px, 0);
-o-transform: translate3d(0, -100px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
}
}
@keyframes shine {
0% {
text-shadow: "0 0 5px #fff, 0 0 10px rgba(255,255,255,.5), 0 0 20px rgba(255,255,255,.5)";
}
100% {
text-shadow: none;
}
}
.breadcrumbs {
font-size: 1.6rem;
margin-bottom: 50px;
}
.breadcrumbs .current-item {
color: #569a82;
}
.accordion .ui-accordion-header-icon {
display: none;
}
.accordion__title {
font-size: 2rem;
font-weight: 600;
padding: 40px 50px;
background-color: #f6f6f6;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
text-align: left;
}
.accordion__title:hover {
cursor: pointer;
}
.accordion__title:focus {
outline: none;
}
.accordion__title .fas {
color: #ff6036;
margin-left: 20px;
}
.accordion__title .fa-minus {
display: none;
}
.accordion__title.ui-state-active .fa-plus {
display: none;
}
.accordion__title.ui-state-active .fa-minus {
display: block;
}
.accordion__desc {
display: block;
padding: 20px 100px;
background-color: #e5e5e5;
}
.accordion__desc p {
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
}
.accordion__desc:hover > p {
color: #569a82;
}
.accordion__desc p {
line-height: 1.3;
font-weight: 500;
font-size: 1.6rem;
}
.hours {
position: relative;
margin-top: 150px !important;
}
.hours__selector {
position: absolute;
top: calc(-2.5rem - 40px - 50px);
left: 0;
}
.hours__selector select {
background-color: #fff;
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
font-size: 2.5rem;
font-weight: 600;
color: #569a82;
padding: 10px 50px 10px 20px;
}
.hours__selector select:hover {
cursor: pointer;
}
.hours__selector--arrow {
position: absolute;
border-right: 3px solid #569a82;
border-bottom: 3px solid #569a82;
width: 10px;
height: 10px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
top: calc(50% - 7px);
right: 15px;
}
.hours__graph {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
height: 50vh;
}
.hours__tower {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
-webkit-box-pack: end;
-moz-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.hours__shape {
padding: 0 3px;
width: 100%;
}
.hours__shape.animated {
-webkit-animation: tower 0.5s ease-out forwards calc(0.1s * var(--shift));
-moz-animation: tower 0.5s ease-out forwards calc(0.1s * var(--shift));
-ms-animation: tower 0.5s ease-out forwards calc(0.1s * var(--shift));
}
@keyframes tower {
0% {
height: 0;
}
100% {
height: var(--height);
}
}
.hours__color, .hours__color--charged {
width: 100%;
height: 100%;
min-height: 100%;
background: linear-gradient(180deg, #569a82, #88e0c1);
-webkit-border-top-right-radius: 7px;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
}
.hours__color--charged {
background: linear-gradient(180deg, #ff6036, #fd8668);
}
.hours__time {
text-align: center;
width: 100%;
font-size: 2rem;
font-weight: 600;
padding-top: 10px;
border-top: 3px solid #3e3e3e;
}
.category-filters {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
.category-filters__filter {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-transition: background 0.3s linear;
-moz-transition: background 0.3s linear;
-ms-transition: background 0.3s linear;
-o-transition: background 0.3s linear;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
background-color: #e5e5e5;
padding: 0 20px;
margin-left: -1px;
margin-bottom: -1px;
}
.category-filters__filter:hover, .category-filters__filter.active {
cursor: pointer;
color: #fff;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
background-color: rgba(255, 96, 54, 0.5);
background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(252, 125, 92, 0.5)), to(rgba(255, 96, 54, 0.5)));
background-image: -webkit-radial-gradient(circle, rgba(252, 125, 92, 0.5), rgba(255, 96, 54, 0.5));
background-image: -moz-radial-gradient(circle, rgba(252, 125, 92, 0.5), rgba(255, 96, 54, 0.5));
background-image: -o-radial-gradient(circle, rgba(252, 125, 92, 0.5), rgba(255, 96, 54, 0.5));
background-repeat: no-repeat;
}
.category-filters.full {
margin: 25px auto 50px;
max-width: 75%;
}
@media screen and (max-width: 480px) {
.category-filters.full {
max-width: 100%;
}
}
.category-filters.full > .category-filters__filter {
margin: 10px;
font-size: 1.6rem;
height: 5rem;
font-weight: 600;
text-align: center;
}
@media screen and (max-width: 480px) {
.category-filters.full > .category-filters__filter {
font-size: 1.4rem;
}
}
.category-filters.full > .category-filters__filter:hover {
-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.category-filters.center {
margin-top: 50px;
}
.category-filters.center > .category-filters__filter {
position: relative;
font-size: 1.6rem;
font-weight: 500;
padding: 10px 30px 10px 10px;
}
.category-filters.center > .category-filters__filter:after {
content: "+";
color: #ff6036;
margin-left: 10px;
}
.insurance-composition {
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
margin-top: 50px;
}
.insurance-composition__titles {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
overflow: hidden;
}
.insurance-composition__titles .ui-tabs-tab {
margin-right: 2px;
margin-top: 2px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.insurance-composition__titles .ui-tabs-tab:first-child {
margin-left: 2px;
}
.insurance-composition__titles .ui-tabs-tab:last-child {
margin-right: 0;
}
.insurance-composition__titles .ui-tabs-tab.ui-tabs-active .ui-tabs-anchor {
color: #ff6036;
}
.insurance-composition__titles .ui-tabs-tab:not(.ui-tabs-active) {
-webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.insurance-composition__titles .ui-tabs-tab .ui-tabs-anchor {
display: block;
font-weight: 600;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
padding: 20px 50px;
}
.insurance-composition .ui-tabs-panel {
padding-top: 30px;
}
.insurance-composition .ui-tabs-panel .tablepress caption {
display: none;
}
.insurance-composition .ui-tabs-panel .tablepress th, .insurance-composition .ui-tabs-panel .tablepress td {
border: 0 none;
border-right: 2px solid #fff;
padding-top: 20px;
padding-bottom: 20px;
vertical-align: middle;
}
.insurance-composition .ui-tabs-panel .tablepress th:not(.column-1), .insurance-composition .ui-tabs-panel .tablepress td:not(.column-1) {
text-align: center;
font-weight: 600;
width: 10%;
}
.insurance-composition .ui-tabs-panel .tablepress th.column-1, .insurance-composition .ui-tabs-panel .tablepress td.column-1 {
padding-left: 30px;
width: 60%;
}
.insurance-composition .ui-tabs-panel .tablepress thead tr th {
background-color: transparent;
color: #569a82;
font-size: 1.8rem;
padding-top: 0;
}
.insurance-composition .ui-tabs-panel .tablepress tbody tr:nth-child(even) td {
background-color: rgba(86, 154, 130, 0.5);
}
.insurance-composition .ui-tabs-panel .tablepress tbody tr td {
font-size: 1.4rem;
line-height: 1.5;
}
.insurance-composition .ui-tabs-panel .tablepress tbody tr td .fa {
--taille: 20px;
--decalage: 0px;
--epaisseur: 5px;
}
.insurance-composition__benefits {
padding: 30px;
}
.insurance-buttons {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 30px;
}
.insurance-buttons [class^="button"] {
margin-right: 45px;
}
.insurance-buttons [class^="button"]:last-child {
margin-right: 0;
}
.insurer-desc {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.insurer-desc__left {
position: relative;
width: 45%;
padding-bottom: 15%;
}
.insurer-desc__left .bg-image, .insurer-desc__left html body .bg-image--contained, html body .insurer-desc__left .bg-image--contained, .insurer-desc__left html body .bg-image--padded-soft, html body .insurer-desc__left .bg-image--padded-soft, .insurer-desc__left html body .bg-image--padded-medium, html body .insurer-desc__left .bg-image--padded-medium, .insurer-desc__left html body .bg-image--padded-hard, html body .insurer-desc__left .bg-image--padded-hard, .insurer-desc__left html body .bg-image--default, html body .insurer-desc__left .bg-image--default {
background-position: center top;
}
.insurer-desc__right {
width: 55%;
}
.insurance-insurer {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
padding: 20px;
margin: 50px 0;
}
.insurance-insurer__image {
position: relative;
padding-bottom: 15%;
width: 30%;
}
.insurance-insurer__content {
width: 70%;
padding-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.insurance-insurer__content h3 {
color: #569a82;
}
.insurances-carousel {
position: relative;
background-color: #f6f6f6;
padding: 50px 0 100px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.insurances-carousel__insurance {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-flex-basis: 15vw;
flex-basis: 15vw;
}
.insurances-carousel__insurance:nth-child(n+2) {
display: none;
}
.insurances-carousel__insurance img {
display: block;
}
.insurances-carousel__insurance img ~ a {
margin-top: 20px;
}
.insurances-carousel__insurance [class^="button"] {
font-size: 1.6rem;
}
.insurances-carousel .dots {
position: absolute;
bottom: 50px;
}
.text .wp-block-table {
overflow-y: hidden;
}
.text table {
-webkit-box-shadow: 0px 15px 15px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 15px 15px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 15px 15px 1px rgba(0, 0, 0, 0.2);
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-topleft: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
border-top-left-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
width: 100%;
font-size: 1.6rem;
margin: 20px 0 40px;
}
.text table td {
vertical-align: middle;
padding: 20px;
border-left: 2px solid #fff;
border-right: 2px solid #fff;
}
.text table td:first-child {
border-left: 0;
}
.text table td:last-child {
border-right: 0;
}
.text table tbody tr:nth-child(even) {
background-color: rgba(86, 154, 130, 0.5);
}
.text table tbody tr td:not(:nth-child(1)) {
text-align: center;
}
.text table thead tr td {
color: #569a82;
font-size: 1.8rem;
font-weight: 600;
}
.text table thead tr td:not(:nth-child(1)) {
text-align: center;
}
.summary {
padding: 20px 100px;
background-color: #f6f6f6;
}
.summary__title {
text-align: center;
color: #569a82;
}
.summary__line {
display: block;
font-size: 1.8rem;
line-height: 2;
font-weight: 600;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
}
.summary__line:hover {
color: #569a82;
}
.guides-linkedin li {
border-bottom: 1px solid #f6f6f6;
padding: 10px 16px;
}
.guides-linkedin li:hover {
background-color: #e5e5e5;
}
.guides-linkedin li:after {
content: ">";
float: right;
}
.guides-linkedin button {
font-size: 1.6rem;
margin-top: 18px;
font-style: italic;
color: #ff6036;
}
.guides-links a {
display: block;
}
.guides-links a .guide {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.guides-links a .guide.horizontal {
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
@media screen and (max-width: 1280px) {
.guides-links a .guide.horizontal {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: normal;
-moz-box-align: normal;
-ms-flex-align: normal;
-webkit-align-items: normal;
align-items: normal;
}
}
.guides-links a .guide.horizontal .guide__image {
-webkit-flex-basis: 30%;
flex-basis: 30%;
margin-right: 30px;
}
@media screen and (max-width: 1280px) {
.guides-links a .guide.horizontal .guide__image {
margin-bottom: 15px;
margin-right: 0px;
-webkit-flex-basis: auto;
flex-basis: auto;
}
}
.guides-links a .guide.horizontal .guide__content {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0;
flex: 1 0 0;
}
.guides-links a .guide.vertical {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.guides-links a .guide.vertical .guide__image {
margin-bottom: 15px;
}
.guides-links a .guide.vertical .guide__image.super {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
@media screen and (max-width: 1280px) {
.guides-links a .guide.vertical .guide__image:after {
content: "";
display: block;
padding-bottom: 66%;
}
}
.guides-links a .guide.vertical-16_9 {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.guides-links a .guide.vertical-16_9 .guide__image {
margin-bottom: 15px;
}
.guides-links a .guide.vertical-16_9 .guide__image:after {
padding-bottom: 56.25%;
}
.guides-links a .guide__image {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
}
.guides-links a .guide__image:not(.super):after {
content: "";
display: block;
padding-bottom: 66%;
}
.guides-links a .guide__title {
font-size: 2rem;
font-weight: 600;
text-decoration: underline 0.1em rgba(62, 62, 62, 0);
transition: text-decoration-color 0.2s ease;
text-underline-offset: 0.06em;
line-height: 1.1;
}
.guides-links a .guide__title.super {
font-size: 2.4rem;
}
.guides-links a .guide:hover .guide__title {
text-decoration-color: #3e3e3e;
}
.guides-links a .guide__cats {
margin-bottom: 15px;
font-size: 1.4rem;
font-weight: 600;
color: #569a82;
line-height: 1.1;
}
.guides-links a .guide__excerpt {
margin-top: 15px;
font-size: 1.6rem;
line-height: 1.7;
}
.actualites-links a {
display: block;
}
.actualites-links a .actualite {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.actualites-links a .actualite.horizontal {
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
@media screen and (max-width: 1280px) {
.actualites-links a .actualite.horizontal {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: normal;
-moz-box-align: normal;
-ms-flex-align: normal;
-webkit-align-items: normal;
align-items: normal;
}
}
.actualites-links a .actualite.horizontal .actualite__image {
-webkit-flex-basis: 30%;
flex-basis: 30%;
margin-right: 30px;
}
@media screen and (max-width: 1280px) {
.actualites-links a .actualite.horizontal .actualite__image {
margin-bottom: 15px;
margin-right: 0px;
-webkit-flex-basis: auto;
flex-basis: auto;
}
}
.actualites-links a .actualite.horizontal .actualite__content {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0;
flex: 1 0 0;
}
.actualites-links a .actualite.vertical {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.actualites-links a .actualite.vertical .actualite__image {
margin-bottom: 15px;
}
.actualites-links a .actualite.vertical .actualite__image.super {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
@media screen and (max-width: 1280px) {
.actualites-links a .actualite.vertical .actualite__image:after {
content: "";
display: block;
padding-bottom: 66%;
}
}
.actualites-links a .actualite.vertical-16_9 {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.actualites-links a .actualite.vertical-16_9 .actualite__image {
margin-bottom: 15px;
}
.actualites-links a .actualite.vertical-16_9 .actualite__image:after {
padding-bottom: 56.25%;
}
.actualites-links a .actualite__image {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
}
.actualites-links a .actualite__image:not(.super):after {
content: "";
display: block;
padding-bottom: 66%;
}
.actualites-links a .actualite__title {
font-size: 2rem;
font-weight: 600;
text-decoration: underline 0.1em rgba(62, 62, 62, 0);
transition: text-decoration-color 0.2s ease;
text-underline-offset: 0.06em;
line-height: 1.1;
}
.actualites-links a .actualite__title.super {
font-size: 2.4rem;
}
.actualites-links a .actualite:hover .actualite__title {
text-decoration-color: #3e3e3e;
}
.actualites-links a .actualite__cats {
margin-bottom: 15px;
font-size: 1.4rem;
color: #569a82;
line-height: 1.1;
}
.actualites-links a .actualite__cats span {
font-weight: 600;
}
.actualites-links a .actualite__excerpt {
margin-top: 15px;
font-size: 1.6rem;
line-height: 1.7;
}
.pager {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
text-align: center;
font-size: 2rem;
margin-top: 50px;
gap: 10px;
}
.pager .current {
color: #ff6036;
font-weight: 600;
}
.pager a {
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
}
.pager a:hover {
color: #ff6036;
}
.pager .dots {
display: inline;
-webkit-box-pack: none;
-moz-box-pack: none;
-ms-flex-pack: none;
-webkit-justify-content: none;
justify-content: none;
-webkit-box-align: none;
-moz-box-align: none;
-ms-flex-align: none;
-webkit-align-items: none;
align-items: none;
width: auto;
margin: 0;
}
.coche, .insurance-composition .ui-tabs-panel .tablepress tbody tr td .fa {
position: relative;
display: inline-block;
width: var(--taille);
height: var(--taille);
margin-left: var(--decalage);
-webkit-transform-origin: center bottom;
-moz-transform-origin: center bottom;
-ms-transform-origin: center bottom;
-o-transform-origin: center bottom;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.coche:before, .insurance-composition .ui-tabs-panel .tablepress tbody tr td .fa:before, .coche:after, .insurance-composition .ui-tabs-panel .tablepress tbody tr td .fa:after {
position: absolute;
content: "";
}
.coche:before, .insurance-composition .ui-tabs-panel .tablepress tbody tr td .fa:before {
bottom: 0;
left: 0;
height: var(--epaisseur);
width: 50%;
border-bottom-left-radius: var(--epaisseur);
border-bottom-right-radius: var(--epaisseur);
border-top-left-radius: var(--epaisseur);
}
.coche:after, .insurance-composition .ui-tabs-panel .tablepress tbody tr td .fa:after {
bottom: 0;
left: calc(50% - var(--epaisseur));
height: 100%;
width: var(--epaisseur);
border-top-left-radius: var(--epaisseur);
border-top-right-radius: var(--epaisseur);
border-bottom-right-radius: var(--epaisseur);
}
.coche--orange:before, .coche--orange:after {
background-color: #ff6036;
}
.coche--verte:before, .coche--verte:after {
background-color: #569a82;
}
.coche--grise:before, .insurance-composition .ui-tabs-panel .tablepress tbody tr td .fa:before, .coche--grise:after, .insurance-composition .ui-tabs-panel .tablepress tbody tr td .fa:after {
background-color: #3e3e3e;
}
.fleche {
position: relative;
display: inline-block;
width: var(--taille);
height: var(--taille);
border-width: 0 var(--epaisseur) var(--epaisseur) 0;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
}
.fleche--top {
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
}
.fleche--bottom {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.fleche--right {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.fleche--left {
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-o-transform: rotate(135deg);
}
.fleche--orange {
border-color: #ff6036;
}
.fleche--verte {
border-color: #569a82;
}
.fleche--grise {
border-color: #3e3e3e;
}
.fleche--blanche {
border-color: #fff;
}
.bandeau-alerte-container {
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
visibility: hidden;
max-height: 0;
}
.bandeau-alerte-container.visible {
visibility: visible;
max-height: 100px;
}
.bandeau-alerte-container .bandeau-alerte {
padding: 10px 30px;
text-align: center;
background-color: #ff6036;
color: #fff;
}
.bandeau-alerte-container .bandeau-alerte__title {
font-size: 1.6rem;
font-weight: 600;
line-height: 1.1;
text-transform: uppercase;
}
.bandeau-alerte-container .bandeau-alerte__title:after {
content: " : ";
}
.bandeau-alerte-container .bandeau-alerte p, .bandeau-alerte-container .bandeau-alerte a, .bandeau-alerte-container .bandeau-alerte li {
line-height: 1.1;
font-size: 1.4rem;
}
.bandeau-alerte-container .bandeau-alerte a {
text-decoration: underline;
font-weight: 600;
}
.bandeau-alerte-container .bandeau-alerte__croix {
position: absolute;
top: 10px;
right: 10px;
width: 1.4rem;
height: 1.4rem;
}
.bandeau-alerte-container .bandeau-alerte__croix:hover {
cursor: pointer;
}
.bandeau-alerte-container .bandeau-alerte__croix:before, .bandeau-alerte-container .bandeau-alerte__croix:after {
content: "";
position: absolute;
height: 3px;
top: calc(50% - 1px);
left: 0;
width: 100%;
background-color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
}
.bandeau-alerte-container .bandeau-alerte__croix:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.bandeau-alerte-container .bandeau-alerte__croix:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.search-form-container {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
background: #ff6036;
background: linear-gradient(150deg, #569a82 0%, #88e0c1 100%);
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.search-form-container .search-form {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
border-bottom: 4px solid #fff;
min-width: 50vw;
max-width: 50vw;
padding-bottom: 5px;
}
@media screen and (max-width: 680px) {
.search-form-container .search-form {
max-width: 100vw;
}
}
.search-form-container .search-form__text {
color: #fff;
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
font-size: 2rem;
}
@media screen and (max-width: 1300px) {
.search-form-container .search-form__text {
font-size: 1.6rem;
}
}
.search-form-container .search-form__image {
padding-left: 20px;
height: 2rem;
-webkit-filter: brightness(0) invert(1);
-moz-filter: brightness(0) invert(1);
-ms-filter: brightness(0) invert(1);
-o-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.search-form-container .search-form-close {
position: absolute;
top: 10px;
right: 10px;
width: 30px;
height: 30px;
}
.search-form-container .search-form-close:hover {
cursor: pointer;
}
.search-form-container .search-form-close:after, .search-form-container .search-form-close:before {
content: "";
position: absolute;
top: calc(50% - 1px);
left: 0;
height: 3px;
width: 100%;
background-color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
}
.search-form-container .search-form-close:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.search-form-container .search-form-close:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.custom-search-results ul {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 100px;
margin-bottom: 50px;
gap: 30px;
}
.custom-search-results ul li {
-webkit-box: 0;
-moz-box: 0;
-webkit-flex: 0 1 calc(50% - 30px / 2);
-ms-flex: 0 1 calc(50% - 30px / 2);
flex: 0 1 calc(50% - 30px / 2);
}
@media screen and (max-width: 768px) {
.custom-search-results ul li {
-webkit-flex-basis: 100%;
flex-basis: 100%;
}
.custom-search-results ul li + li {
margin-top: 30px;
}
}
.custom-search-results ul li a {
display: block;
}
.custom-search-results ul li a .search-results-item {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
position: relative;
}
@media screen and (max-width: 600px) {
.custom-search-results ul li a .search-results-item {
display: block;
}
}
.custom-search-results ul li a .search-results-item__image {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-webkit-flex-basis: 30%;
flex-basis: 30%;
overflow: hidden;
position: relative;
margin-right: 30px;
}
@media screen and (max-width: 600px) {
.custom-search-results ul li a .search-results-item__image {
margin-right: 0;
margin-bottom: 30px;
}
}
.custom-search-results ul li a .search-results-item__image:not(.super):after {
content: "";
display: block;
padding-bottom: 66%;
}
.custom-search-results ul li a .search-results-item__content {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0;
flex: 1 0 0;
}
.custom-search-results ul li a .search-results-item__title {
font-size: 2rem;
font-weight: 600;
text-decoration: underline 0.1em rgba(62, 62, 62, 0);
transition: text-decoration-color 0.2s ease;
text-underline-offset: 0.06em;
line-height: 1.1;
}
.custom-search-results ul li a .search-results-item__title.super {
font-size: 2.4rem;
}
.custom-search-results ul li a .search-results-item:hover .search-results-item__title {
text-decoration-color: #3e3e3e;
}
.custom-search-results ul li a .search-results-item__cats {
margin-bottom: 15px;
font-size: 1.4rem;
font-weight: 600;
color: #569a82;
line-height: 1.1;
}
.custom-search-results ul li a .search-results-item__excerpt {
margin-top: 15px;
font-size: 1.6rem;
line-height: 1.7;
}
.custom-search-results ul li a .search-results-item__post-type {
position: absolute;
top: -5px;
left: -7px;
color: #fff;
background-color: #ff6036;
font-weight: 600;
line-height: 1;
font-size: 1rem;
padding: 5px 7px;
border-radius: 5px;
-webkit-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
}
.bulle-info {
position: relative;
background-color: #569a82;
padding: 15px;
color: #fff;
font-weight: 500;
font-size: 1.6rem;
line-height: 2.1em;
margin: 20px 0 50px !important;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.bulle-info:after {
content: "";
position: absolute;
top: 100%;
left: 25%;
display: inline-block;
height: 0;
width: 0;
border-top: 25px solid #569a82;
border-left: 50px solid transparent;
}
.formulaire-chien-chat {
display: block;
}
.formulaire-chien-chat__ligne {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: reverse;
-webkit-box-orient: vertical;
-moz-box-direction: reverse;
-moz-box-orient: vertical;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.formulaire-chien-chat__ligne.username-ligne {
position: absolute;
top: 0;
left: 0;
height: 0;
width: 0;
opacity: 0;
z-index: -1;
}
.formulaire-chien-chat__ligne + .formulaire-chien-chat__ligne {
margin-top: 35px;
}
.formulaire-chien-chat__ligne label {
position: relative;
font-size: 1.6rem;
font-weight: 500;
color: #949494;
text-transform: uppercase;
margin-bottom: 10px;
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
}
.formulaire-chien-chat__ligne input:not([type="submit"]), .formulaire-chien-chat__ligne select, .formulaire-chien-chat__ligne textarea {
font-size: 1.6rem;
padding: 10px;
border-bottom: 2px solid #e5e5e5;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
}
.formulaire-chien-chat__ligne input:not([type="submit"]):focus, .formulaire-chien-chat__ligne select:focus, .formulaire-chien-chat__ligne textarea:focus {
border-bottom-color: #fd8668;
}
.formulaire-chien-chat__ligne input:not([type="submit"]):focus + label, .formulaire-chien-chat__ligne select:focus + label, .formulaire-chien-chat__ligne textarea:focus + label {
color: #ff6036;
}
.formulaire-chien-chat__ligne select {
min-width: 10%;
}
.formulaire-chien-chat__ligne input:not([type="submit"], [type="checkbox"]), .formulaire-chien-chat__ligne textarea {
min-width: 50%;
}
.formulaire-chien-chat__ligne textarea {
resize: vertical;
min-height: 200px;
}
.formulaire-chien-chat__ligne .button, .formulaire-chien-chat__ligne .button--l-gradient, .formulaire-chien-chat__ligne .button--r-gradient, .formulaire-chien-chat__ligne .button--light, .formulaire-chien-chat__ligne .button--intext, .formulaire-chien-chat__ligne .button--l-arrow, .formulaire-chien-chat__ligne .button--r-arrow, .formulaire-chien-chat__ligne .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button .formulaire-chien-chat__ligne a, .formulaire-chien-chat__ligne .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button a, .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button .formulaire-chien-chat__ligne a {
font-size: 1.6rem;
}
.formulaire-chien-chat__ligne.required:not(.caseAcocher) label:after {
content: "*";
position: absolute;
right: -15px;
top: 0;
color: #ff6036;
}
.formulaire-chien-chat__ligne.caseAcocher + .formulaire-chien-chat__ligne.caseAcocher {
margin-top: 10px;
}
.formulaire-chien-chat__ligne.caseAcocher label {
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
text-transform: none;
gap: 10px;
font-size: 1.4rem;
font-weight: 400;
}
.formulaire-chien-chat__ligne.caseAcocher label .coche-label {
position: relative;
width: 15px;
height: 15px;
-webkit-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #ff6036;
}
.formulaire-chien-chat__ligne.caseAcocher label .coche-label:after {
content: "";
position: absolute;
display: block;
width: 8px;
height: 6px;
border-bottom: 2px solid white;
border-left: 2px solid white;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
top: 3px;
left: 4px;
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-ms-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
opacity: 0;
visibility: hidden;
}
.formulaire-chien-chat__ligne.caseAcocher label span {
-webkit-box: 1;
-moz-box: 1;
-webkit-flex: 1 1 0%;
-ms-flex: 1 1 0%;
flex: 1 1 0%;
}
.formulaire-chien-chat__ligne.caseAcocher input:checked + label > .coche-label:after {
opacity: 1;
visibility: visible;
}
.formulaire-chien-chat__ligne.caseAcocher input {
display: none;
}
.formulaire-chien-chat__ligne .formulaire-chien-chat__reponse {
opacity: 0;
visibility: hidden;
padding: 5px 10px;
font-size: 1.4rem;
font-weight: 500;
border: 1px solid transparent;
-webkit-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-ms-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
}
.formulaire-chien-chat__ligne .formulaire-chien-chat__reponse.success {
visibility: visible;
opacity: 1;
color: #66bb6a;
border-color: #66bb6a;
-webkit-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-ms-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
}
.formulaire-chien-chat__ligne .formulaire-chien-chat__reponse.error {
visibility: visible;
opacity: 1;
color: #f44336;
border-color: #f44336;
-webkit-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-ms-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
}
.footer__malakoff-humanis-logo {
display: block;
height: 40px;
margin-left: auto;
margin-right: auto;
margin-bottom: 2.5rem;
margin-top: 2.5rem;
}
@media screen and (max-width: 1440px) {
html body .global-inner {
margin: 0 5vw;
}
.main-menu.mobile > .menu-item > a {
padding: 20px 5vw;
}
.content-header .global-inner {
padding: 45px 45px 45px 5vw;
}
.cta-strat.inverted .cta-strat__content, .cta-strat.inverted .cta-strat__content--flex-start, .cta-strat.inverted .cta-strat__content--center, .cta-strat.inverted .cta-strat__content--flex-end {
padding-right: 5vw;
}
.cta-strat__content, .cta-strat__content--flex-start, .cta-strat__content--center, .cta-strat__content--flex-end {
padding-left: 5vw;
}
.newsroom .newsroom-grid, .newsroom .newsroom-carousel {
margin: 0 5vw;
}
.newsroom-contact {
padding: 0 5vw;
}
body.home .page .strat-3 .section-title {
margin-left: 5vw;
}
body.home .page .strat-3__content {
margin-right: 5vw;
}
body.home .page .strat-5 .section-title {
margin-left: 5vw;
}
body.home .page .strat-7 .advices-strat__image {
left: -5vw;
}
}
@media screen and (max-width: 1366px) {
.product-ctas--layout-1 {
width: calc(3 * 120px + 2 * 25px);
}
.product-ctas--layout-1 .product-cta {
width: 120px;
margin-right: 25px;
}
.product-ctas--layout-1 .product-cta:nth-child(n + 4) {
margin-top: 25px;
}
.product-ctas--layout-1 .product-cta__image {
height: 120px;
}
}
@media screen and (max-width: 1279px) {
html body .global-inner {
margin: 0 30px;
}
.main-menu.mobile > .menu-item > a {
padding: 20px 50px 20px 50px;
}
.content-header .global-inner {
padding: 45px 45px 45px 30px;
}
.cta-strat.inverted .cta-strat__content, .cta-strat.inverted .cta-strat__content--flex-start, .cta-strat.inverted .cta-strat__content--center, .cta-strat.inverted .cta-strat__content--flex-end {
padding-right: 30px;
}
.cta-strat__content, .cta-strat__content--flex-start, .cta-strat__content--center, .cta-strat__content--flex-end {
padding-left: 30px;
}
.newsroom .newsroom-grid, .newsroom .newsroom-carousel {
margin: 0 30px;
}
.newsroom-contact {
padding: 0 30px;
}
body.home .page .strat-3 .section-title {
margin-left: 30px;
}
body.home .page .strat-3__content {
margin-right: 30px;
}
body.home .page .strat-5 .section-title {
margin-left: 30px;
}
body.home .page .strat-7 .advices-strat__image {
left: -30px;
}
.reinsurances .reinsurance__phrase, .reinsurances--cards .reinsurance__phrase, .reinsurances--cards .reinsurance__phrase, body.home .page section .section-desc {
font-size: 1.8rem;
}
.section-separator {
display: none;
}
}
@media screen and (max-width: 768px) {
body.home .page .strat-1 .bg-image, body.home .page .strat-1 html body .bg-image--contained, html body body.home .page .strat-1 .bg-image--contained, body.home .page .strat-1 html body .bg-image--padded-soft, html body body.home .page .strat-1 .bg-image--padded-soft, body.home .page .strat-1 html body .bg-image--padded-medium, html body body.home .page .strat-1 .bg-image--padded-medium, body.home .page .strat-1 html body .bg-image--padded-hard, html body body.home .page .strat-1 .bg-image--padded-hard, body.home .page .strat-1 html body .bg-image--default, html body body.home .page .strat-1 .bg-image--default, .reinsurances, .reinsurances--cards, body.home .page .strat-3__image, .advices-strat__image {
display: none;
}
.product-jambonneaus .product-jambonneau, .cta-strat, .cta-strat.inverted {
display: block;
}
.cta-strat {
min-height: auto !important;
}
body.home .page section .section-title {
font-size: 3.5rem;
}
.cta-strat__content, .cta-strat__content--flex-start, .cta-strat__content--center, .cta-strat__content--flex-end, .cta-strat__content--flex-start, .cta-strat__content--center, .cta-strat__content--flex-end {
flex-basis: 100%;
margin-bottom: 50px;
}
.cta-strat__image {
margin-bottom: 50px;
padding-bottom: 56.25%;
}
.cta-strat__content, .cta-strat__content--flex-start, .cta-strat__content--center, .cta-strat__content--flex-end, .cta-strat__content--flex-start, .cta-strat__content--center, .cta-strat__content--flex-end, .cta-strat.inverted .cta-strat__content, .cta-strat.inverted .cta-strat__content--flex-start, .cta-strat.inverted .cta-strat__content--center, .cta-strat.inverted .cta-strat__content--flex-end, .cta-strat.inverted .cta-strat__content--flex-start, .cta-strat.inverted .cta-strat__content--center, .cta-strat.inverted .cta-strat__content--flex-end {
padding: 0 30px;
}
.cta-strat__content h3, .cta-strat__content--flex-start h3, .cta-strat__content--center h3, .cta-strat__content--flex-end h3 {
font-size: 3rem;
}
.cta-strat__content p, .cta-strat__content--flex-start p, .cta-strat__content--center p, .cta-strat__content--flex-end p {
font-size: 2rem;
}
body.home .page .strat-3__content {
flex-basis: 100%;
margin: 50px 0 0;
padding: 0 30px;
}
.product-ctas--layout-1 {
width: 100%;
}
.product-ctas--layout-1 .product-cta {
width: 30%;
margin-right: 5%;
}
.product-ctas--layout-1 .product-cta:nth-child(n + 4) {
margin-top: 45px;
}
.product-ctas--layout-1 .product-cta__image {
height: auto;
}
.product-ctas--layout-1 .product-cta__image:after {
content: "";
display: block;
padding-bottom: 100%;
}
.product-ctas--layout-2 .product-cta {
width: 100%;
margin: 20px;
}
.product-ctas--layout-2 .product-cta__title {
font-size: 2rem;
}
.product-ctas--layout-2 .product-cta__image {
height: 100px;
width: 100px;
margin-right: 10px;
}
.advices-strat__right .advices {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.advices-strat__right .advices .advice {
margin-right: 0;
margin-bottom: 20px;
}
.advices-strat__right .advices-providers img {
margin-right: 20px;
max-width: 100px;
}
.news-list .news {
display: block;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.news-list .news__image {
-webkit-flex-basis: 100%;
flex-basis: 100%;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
margin-right: 0;
}
.news-list .news__image:after {
padding-bottom: 56.25%;
}
.news-list .news__content {
padding: 30px 0 30px 0;
}
.news-list .news__arrow {
display: none;
}
.advices-strat .global-inner {
display: block;
}
.advices-strat__left, .advices-strat__right {
width: 100%;
}
body.home .page .strat-9 .help-cards {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.insurers-grid .insurer {
width: 50%;
}
.guides-carousel {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.guides-carousel .guide {
margin-right: 0;
}
.guides-carousel .guide + .guide {
margin-top: 30px;
}
body.home .page .strat-9 .help-cards .help-card {
margin-top: 30px !important;
}
body.home .page .strat-9 .help-cards .help-card__title {
font-size: 3rem;
}
body.home .page .strat-9 .help-cards .help-card__desc {
font-size: 1.8rem;
}
body.home .page .strat-9 .help-cards .help-card__button {
font-size: 2rem;
}
body.home .page .strat-9 .help-cards .help-card__image {
height: 25vw;
}
.guides-carousel .guide__title {
font-size: 2.4rem;
}
.guides-carousel .guide__excerpt {
font-size: 1.6rem;
}
.guides-carousel .guide__link {
margin-top: 50px;
font-size: 1.8rem;
font-weight: 600;
}
.advices .advice__content {
font-size: 1.6rem;
}
.footer {
text-align: center;
}
.footer__logo {
display: none;
}
html body .footer .global-inner {
margin: 0;
}
html body .footer .global-inner > *:not(.seo-menu) {
padding-left: 30px;
padding-right: 30px;
}
.seo-menu-2 {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.seo-menu-2 .menu-item {
margin-right: 0;
}
.footer__copyright {
font-size: 1.6rem;
}
.product-ctas--layout-1 .product-cta__title {
font-size: 1.4rem;
}
body.home .page .strat-3__content li {
font-size: 1.6rem;
}
body.home .page .strat-3__content li + li {
margin-top: 30px;
}
html body .full-height {
height: auto;
}
.burger {
margin-left: 20px;
}
.header .logo img {
padding: 20px;
}
body.home .page .strat-1 {
height: auto;
}
.cta-strat__content .button, .cta-strat__content--flex-start .button, .cta-strat__content--flex-start .button--l-gradient, .cta-strat__content--flex-start .button--r-gradient, .cta-strat__content--flex-start .button--light, .cta-strat__content--flex-start .button--intext, .cta-strat__content--flex-start .button--l-arrow, .cta-strat__content--flex-start .button--r-arrow, .cta-strat__content--flex-start .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--flex-start a, .cta-strat__content--flex-start .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button a, .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--flex-start a, .cta-strat__content--center .button, .cta-strat__content--center .button--l-gradient, .cta-strat__content--center .button--r-gradient, .cta-strat__content--center .button--light, .cta-strat__content--center .button--intext, .cta-strat__content--center .button--l-arrow, .cta-strat__content--center .button--r-arrow, .cta-strat__content--center .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--center a, .cta-strat__content--center .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button a, .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--center a, .cta-strat__content--flex-end .button, .cta-strat__content--flex-end .button--l-gradient, .cta-strat__content--flex-end .button--r-gradient, .cta-strat__content--flex-end .button--light, .cta-strat__content--flex-end .button--intext, .cta-strat__content--flex-end .button--l-arrow, .cta-strat__content--flex-end .button--r-arrow, .cta-strat__content--flex-end .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--flex-end a, .cta-strat__content--flex-end .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button a, .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--flex-end a, .cta-strat__content .button--l-gradient, .cta-strat__content .button--r-gradient, .cta-strat__content .button--light, .cta-strat__content .button--intext, .cta-strat__content .button--l-arrow, .cta-strat__content .button--r-arrow, .cta-strat__content .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content a, .cta-strat__content .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button a, .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content a, .cta-strat__content--flex-start .button, .cta-strat__content--flex-start .button--l-gradient, .cta-strat__content--flex-start .button--r-gradient, .cta-strat__content--flex-start .button--light, .cta-strat__content--flex-start .button--intext, .cta-strat__content--flex-start .button--l-arrow, .cta-strat__content--flex-start .button--r-arrow, .cta-strat__content--flex-start .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--flex-start a, .cta-strat__content--flex-start .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button a, .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--flex-start a, .cta-strat__content--flex-start .button--l-gradient, .cta-strat__content--flex-start .button--r-gradient, .cta-strat__content--flex-start .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--flex-start a, .cta-strat__content--flex-start .button--light, .cta-strat__content--flex-start .button--intext, .cta-strat__content--flex-start .button--l-arrow, .cta-strat__content--flex-start .button--r-arrow, .cta-strat__content--center .button, .cta-strat__content--center .button--l-gradient, .cta-strat__content--center .button--r-gradient, .cta-strat__content--center .button--light, .cta-strat__content--center .button--intext, .cta-strat__content--center .button--l-arrow, .cta-strat__content--center .button--r-arrow, .cta-strat__content--center .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--center a, .cta-strat__content--center .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button a, .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--center a, .cta-strat__content--center .button--l-gradient, .cta-strat__content--center .button--r-gradient, .cta-strat__content--center .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--center a, .cta-strat__content--center .button--light, .cta-strat__content--center .button--intext, .cta-strat__content--center .button--l-arrow, .cta-strat__content--center .button--r-arrow, .cta-strat__content--flex-end .button, .cta-strat__content--flex-end .button--l-gradient, .cta-strat__content--flex-end .button--r-gradient, .cta-strat__content--flex-end .button--light, .cta-strat__content--flex-end .button--intext, .cta-strat__content--flex-end .button--l-arrow, .cta-strat__content--flex-end .button--r-arrow, .cta-strat__content--flex-end .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .menu-principal-container .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--flex-end a, .cta-strat__content--flex-end .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button a, .main-menu.mobile > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--flex-end a, .cta-strat__content--flex-end .button--l-gradient, .cta-strat__content--flex-end .button--r-gradient, .cta-strat__content--flex-end .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--flex-end a, .cta-strat__content--flex-end .button--light, .cta-strat__content--flex-end .button--intext, .cta-strat__content--flex-end .button--l-arrow, .cta-strat__content--flex-end .button--r-arrow, .cta-strat__content .button--l-gradient, .cta-strat__content--flex-start .button--l-gradient, .cta-strat__content--center .button--l-gradient, .cta-strat__content--flex-end .button--l-gradient, .cta-strat__content .button--r-gradient, .cta-strat__content--flex-start .button--r-gradient, .cta-strat__content--center .button--r-gradient, .cta-strat__content--flex-end .button--r-gradient, .cta-strat__content .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .cta-strat__content--flex-start .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .cta-strat__content--center .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .cta-strat__content--flex-end .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button a, .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content a, .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--flex-start a, .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--center a, .main-menu.desktop > .menu-item > .sub-menu > .menu-item.menu-button .cta-strat__content--flex-end a, .cta-strat__content .button--light, .cta-strat__content--flex-start .button--light, .cta-strat__content--center .button--light, .cta-strat__content--flex-end .button--light, .cta-strat__content .button--intext, .cta-strat__content--flex-start .button--intext, .cta-strat__content--center .button--intext, .cta-strat__content--flex-end .button--intext, .cta-strat__content .button--l-arrow, .cta-strat__content--flex-start .button--l-arrow, .cta-strat__content--center .button--l-arrow, .cta-strat__content--flex-end .button--l-arrow, .cta-strat__content .button--r-arrow, .cta-strat__content--flex-start .button--r-arrow, .cta-strat__content--center .button--r-arrow, .cta-strat__content--flex-end .button--r-arrow {
font-size: 1.8rem;
}
.product-jambonneaus, .product-jambonneaus--block {
height: auto;
}
body.home .strat-2 {
display: none;
}
.content-header [class^="button"] {
font-size: 1.8rem;
}
.content-header [class^="button"].mobile-scrolled {
position: fixed;
bottom: 0;
z-index: 99;
width: 100vw;
text-align: right;
left: 0;
font-size: 1.4rem;
border-radius: 0;
padding-top: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
.content-header__image {
display: none;
}
.guides-grid .guide {
-webkit-flex-basis: 100%;
flex-basis: 100%;
margin-right: 0;
}
.content-header .global-inner {
width: 100%;
}
.guides-grid .guide__excerpt {
font-size: 1.6rem;
}
.guides-grid .guide__title, .news-list .news__title {
font-size: 2.4rem;
}
.news-list .news__date-cat {
font-size: 1.4rem;
}
.news-list .news__excerpt {
font-size: 1.6rem;
}
.semi-columns__cols__col:first-child {
display: none;
}
.semi-columns__cols__col:last-child {
-webkit-flex-basis: 100%;
flex-basis: 100%;
}
html body h1 {
font-size: 3.5rem;
}
.masonry-cards *:not(.masonry-card__image):not([class^="bg-image"]) {
width: 100% !important;
display: block !important;
height: auto !important;
position: relative !important;
}
.masonry-cards *:not(.masonry-card__image):not([class^="bg-image"]):after {
display: none;
}
.masonry-cards__row {
margin: 0 !important;
}
.masonry-card {
margin-bottom: 30px !important;
}
.hours__shape {
padding: 0 1px;
}
.hours__time {
font-size: 1.2rem;
}
.text img {
width: 100%;
height: auto;
}
.questions .question {
font-size: 1.6rem;
}
.masonry-cards .masonry-card__image {
height: 100px !important;
}
.full-page .ads-advices {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 0;
}
.full-page .ads-advices .product-jambonneaus, .full-page .ads-advices .product-jambonneaus--block {
margin-right: 0;
}
.product-jambonneaus .product-jambonneau__content, .product-jambonneaus--block .product-jambonneau__content {
text-align: center;
}
.product-jambonneaus .product-jambonneau__title, .product-jambonneaus--block .product-jambonneau__title {
font-size: 1.8rem;
}
.advices {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.advices .advice {
margin-right: 0;
}
.summary {
padding: 20px;
}
.summary__line {
font-size: 1.6rem;
line-height: 1.3;
}
.summary__line + .summary__line {
margin-top: 10px;
}
.insurance-insurer {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.insurance-insurer__image {
width: 100%;
margin-bottom: 30px;
}
.insurance-insurer__content {
width: 100%;
padding-left: 0;
}
.insurance-composition .ui-tabs-panel {
overflow: auto;
}
.insurance-composition .ui-tabs-panel .tablepress thead tr th {
font-size: 1.6rem;
}
.insurance-composition .ui-tabs-panel .tablepress tbody tr td {
font-size: 1.2rem;
}
.insurance-composition .ui-tabs-panel .tablepress tbody tr td .fa {
font-size: 1.6rem;
}
.insurance-composition__titles .ui-tabs-tab .ui-tabs-anchor {
padding: 10px 20px;
}
.text .wp-block-table {
overflow-x: scroll;
}
}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{padding-right:24px;position:relative}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{bottom:0;color:var(--head-sort-arrow-color);position:absolute;right:6px;top:0;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{font-family:sans-serif!important;font-size:12px;line-height:12px;opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}