.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;
}article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
} audio,
canvas,
video {
display: inline-block;
} audio:not([controls]) {
display: none;
height: 0;
} [hidden],
template {
display: none;
}  html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body {
margin: 0;
}  a {
background: transparent;
} a:focus {
outline: thin dotted;
} a:active,
a:hover {
outline: 0;
}  h1 {
font-size: 2em;
margin: 0.67em 0;
} abbr[title] {
border-bottom: 1px dotted;
} b,
strong {
font-weight: bold;
} dfn {
font-style: italic;
} hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
} mark {
background: #ff0;
color: #000;
} code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
} pre {
white-space: pre-wrap;
} q {
quotes: "\201C" "\201D" "\2018" "\2019";
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}  img {
border: 0;
} svg:not(:root) {
overflow: hidden;
}  figure {
margin: 0;
}  fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
border: 0; padding: 0; } button,
input,
select,
textarea {
font-family: inherit; font-size: 100%; margin: 0; } button,
input {
line-height: normal;
} button,
select {
text-transform: none;
} button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default;
} input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box;
} input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} textarea {
overflow: auto; vertical-align: top; }  table {
border-collapse: collapse;
border-spacing: 0;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}/*/*//**/   @font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 300;
src: url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/open-sans/open-sans-light.woff2) format("woff2"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/open-sans/open-sans-light.woff) format("woff"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/open-sans/open-sans-light.ttf) format("truetype"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/open-sans/open-sans-light.svg#Open_Sans) format("svg"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/open-sans/open-sans-light.eot?) format("eot"); }
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
src: url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/open-sans/open-sans-regular.woff2) format("woff2"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/open-sans/open-sans-regular.woff) format("woff"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/open-sans/open-sans-regular.ttf) format("truetype"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/open-sans/open-sans-regular.svg#Open_Sans) format("svg"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/open-sans/open-sans-regular.eot?) format("eot"); }
@font-face {
font-family: "Open Sans";
font-style: italic;
font-weight: 700;
src: url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/open-sans/open-sans-bolditalic.woff2) format("woff2"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/open-sans/open-sans-bolditalic.woff) format("woff"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/open-sans/open-sans-bolditalic.ttf) format("truetype"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/open-sans/open-sans-bolditalic.svg#Open_Sans) format("svg"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/open-sans/open-sans-bolditalic.eot?) format("eot"); }
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 800;
src: url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/open-sans/open-sans-extrabold.woff2) format("woff2"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/open-sans/open-sans-extrabold.woff) format("woff"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/open-sans/open-sans-extrabold.ttf) format("truetype"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/open-sans/open-sans-extrabold.svg#Open_Sans) format("svg"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/open-sans/open-sans-extrabold.eot?) format("eot"); }
@font-face {
font-family: "Nunito";
font-style: normal;
font-weight: 400;
src: url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/nunito/nunito-regular.woff2) format("woff2"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/nunito/nunito-regular.woff) format("woff"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/nunito/nunito-regular.ttf) format("truetype"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/nunito/nunito-regular.svg#Nunito) format("svg"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/nunito/nunito-regular.eot?) format("eot"); }
@font-face {
font-family: "Nunito";
font-style: normal;
font-weight: 600;
src: url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/nunito/nunito-semibold.woff2) format("woff2"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/nunito/nunito-semibold.woff) format("woff"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/nunito/nunito-semibold.ttf) format("truetype"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/nunito/nunito-semibold.svg#Nunito) format("svg"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/nunito/nunito-semibold.eot?) format("eot"); }
@font-face {
font-family: "Nunito";
font-style: normal;
font-weight: 700;
src: url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/nunito/nunito-bold.woff2) format("woff2"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/nunito/nunito-bold.woff) format("woff"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/nunito/nunito-bold.ttf) format("truetype"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/nunito/nunito-bold.svg#Nunito) format("svg"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/nunito/nunito-bold.eot?) format("eot"); }
@font-face {
font-family: "Nunito";
font-style: normal;
font-weight: 400;
src: url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/nunito/nunito-regular.woff2) format("woff2"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/nunito/nunito-regular.woff) format("woff"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/nunito/nunito-regular.ttf) format("truetype"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/nunito/nunito-regular.svg#Nunito) format("svg"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/nunito/nunito-regular.eot?) format("eot"); }
@font-face {
font-family: "Raleway";
font-style: normal;
font-weight: 400;
src: url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/raleway/raleway-regular.woff2) format("woff2"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/raleway/raleway-regular.woff) format("woff"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/raleway/raleway-regular.ttf) format("truetype"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/raleway/raleway-regular.svg#Raleway) format("svg"), url(//www.edp-proprete.fr/wp-content/themes/carredas/fonts/raleway/raleway-regular.eot?) format("eot"); } fieldset {
background-color: transparent;
border: 0;
margin: 0;
padding: 0; }
legend {
font-weight: 600;
margin-bottom: 0.375em;
padding: 0; }
label {
display: block;
margin-bottom: 10px; }
input,
select,
textarea {
display: block;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
font-size: 16px; } [type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
appearance: none;
background-color: #e5ebef;
border: 1px solid #e5ebef;
border-radius: 5px;
box-sizing: border-box;
margin-bottom: 0.75em;
padding: 0.5em;
transition: border-color 150ms ease;
width: 100%; }
[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
border-color: #003764; }
[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
border-color: #003764;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
outline: none;
background-color: white; }
[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
background-color: #f2f2f2;
cursor: not-allowed; }
[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
border: 1px solid #939EA3; }
[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
color: #858585; }  textarea {
resize: vertical; }
[type="checkbox"],
[type="radio"] {
display: inline;
margin-right: 0.375em; }
[type="file"] {
margin-bottom: 0.75em;
width: 100%; }
select { width: 100%;
height: 39px;
background-color: #e5ebef;
border: 1px solid #e5ebef;
border-radius: 5px;
padding: .4em; }
[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
outline: 3px solid rgba(21, 101, 192, 0.6);
outline-offset: 2px; }
html {
background-color: #fff;
box-sizing: border-box; }
*,
*::before,
*::after {
box-sizing: inherit; }
html,
body {
height: 100%; }
body {
margin: 0; } dl {
margin: 0; }
dt {
font-weight: 600;
margin: 0; }
dd {
margin: 0; }
figure {
margin: 0; }
img,
picture {
margin: 0;
max-width: 100%; }
table {
border-collapse: collapse;
margin: 1.5em 0;
table-layout: fixed;
text-align: left;
width: 100%; }
thead {
line-height: 1.2;
vertical-align: bottom; }
tbody {
vertical-align: top; }
tr {
border-bottom: 1px solid #939EA3; }
th {
font-weight: 600; }
th,
td {
padding: 0.75em 0.75em 0.75em 0; }
html {
color: #193449;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
font-size: 100%;
line-height: 1.5; }
h1 {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
font-size: 3.25em;
line-height: 1.2;
margin: 0 0 0.75em; }
h2 {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
font-size: 1.25em;
line-height: 1.2;
margin: 0 0 0.75em; }
h3,
h4,
h5,
h6 {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
font-size: 1.25em;
line-height: 1.2;
margin: 0 0 0.75em; }
p {
margin: 0 0 0.75em; }
a {
color: #1565c0;
text-decoration-skip: ink; }
a:hover {
color: #104c90; }
a:focus {
outline: 3px solid rgba(21, 101, 192, 0.6);
outline-offset: 2px; }
hr {
border-bottom: 1px solid #939EA3;
border-left: 0;
border-right: 0;
border-top: 0;
margin: 1.5em 0; }
.bg-after_menu {
width: 6px;
height: 44px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -196px -88px; }
.bg-left_blue_1 {
width: 13px;
height: 16px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -86px -158px; }
.bg-left_blue_2 {
width: 13px;
height: 16px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -119px -158px; }
.bg-left_blue_3 {
width: 13px;
height: 16px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -53px -158px; }
.bg-left_white_1 {
width: 12px;
height: 15px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -216px -158px; }
.bg-left_white_2 {
width: 12px;
height: 15px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -184px -158px; }
.bg-left_white_3 {
width: 12px;
height: 15px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -152px -158px; }
.bg-picto_calendar {
width: 58px;
height: 56px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -10px -82px; }
.bg-picto_chantier {
width: 54px;
height: 59px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -193px -10px; }
.bg-picto_cravate {
width: 55px;
height: 58px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -118px -10px; }
.bg-picto_facebook {
width: 11px;
height: 24px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -10px -194px; }
.bg-picto_google {
width: 27px;
height: 22px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -118px -88px; }
.bg-picto_mains {
width: 88px;
height: 52px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -10px -10px; }
.bg-picto_tel {
width: 25px;
height: 24px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -193px -89px; }
.bg-picto_twitter {
width: 23px;
height: 16px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -10px -158px; }
.bg-right_blue_1 {
width: 12px;
height: 15px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -41px -194px; }
.bg-right_blue_2 {
width: 12px;
height: 15px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -73px -194px; }
.bg-right_blue_3 {
width: 12px;
height: 15px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -105px -194px; }
.bg-right_white_1 {
width: 12px;
height: 15px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -137px -194px; }
.bg-right_white_2 {
width: 12px;
height: 15px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -169px -194px; }
.bg-right_white_3 {
width: 12px;
height: 15px;
background: url(//www.edp-proprete.fr/wp-content/themes/carredas/img/css_sprites.png) -201px -194px; }   @media (max-width: 639px) {
.hidden-t-down {
display: none !important; } }
@media (min-width: 640px) {
.hidden-t-up {
display: none !important; } }
@media (min-width: 640px) and (max-width: 1023px) {
.hidden-t-only {
display: none !important; } }   @media (max-width: 1023px) {
.hidden-bt-down {
display: none !important; } }
@media (min-width: 1024px) {
.hidden-bt-up {
display: none !important; } }
@media (min-width: 1024px) and (max-width: 1279px) {
.hidden-bt-only {
display: none !important; } }   @media (max-width: 1279px) {
.hidden-sd-down {
display: none !important; } }
@media (min-width: 1280px) {
.hidden-sd-up {
display: none !important; } }
@media (min-width: 1280px) and (max-width: 1599px) {
.hidden-sd-only {
display: none !important; } }   @media (max-width: 1599px) {
.hidden-d-down {
display: none !important; } }
@media (min-width: 1600px) {
.hidden-d-up {
display: none !important; } }
@media (min-width: 1600px) and (max-width: 2399px) {
.hidden-d-only {
display: none !important; } }   @media (max-width: 2399px) {
.hidden-ed-down {
display: none !important; } }
@media (min-width: 2400px) {
.hidden-ed-up {
display: none !important; } }
@media (min-width: 320px) {
.container {
display: block;
padding: 0px 10px; }
.container::after {
clear: both;
content: "";
display: block; } }
@media (min-width: 1280px) {
.container {
max-width: 1130px;
display: block;
margin: 0px auto; }
.container::after {
clear: both;
content: "";
display: block; } }
.list-edp {
list-style: none;
position: relative; }
.list-edp li:before {
content: "\2022";
position: absolute;
left: 0;
margin: 0 auto;
color: #ffe25f;
font-size: 30px;
font-weight: bold; }
.list-edp li {
margin-bottom: 15px; }
.text-align-left {
text-align: left; }
.text-align-center {
text-align: center; }
.text-align-right {
text-align: right; }
.opacity-15 {
opacity: 0.15; }
.opacity-35 {
opacity: 0.35; }
.opacity-55 {
opacity: 0.55; }
.opacity-75 {
opacity: 0.75; }
@media (min-width: 320px) {
.block-no-padding-resp {
display: block;
padding: 0px !important; } }
@media (min-width: 640px) {
.block-no-padding-resp {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0px !important; } }
.block {
display: flex;
flex-wrap: wrap;
padding: 40px 15px; }
.block-no-padding {
display: flex;
flex-wrap: wrap;
padding: 0px !important; }
@media (min-width: 320px) {
.block-xs-1 {
width: 8.33333%;
padding: 0px 15px; }
.block-xs-2 {
width: 16.66667%;
padding: 0px 15px; }
.block-xs-3 {
width: 25%;
padding: 0px 15px; }
.block-xs-4 {
width: 33.33333%;
padding: 0px 15px; }
.block-xs-5 {
width: 41.66667%;
padding: 0px 15px; }
.block-xs-6 {
width: 50%;
padding: 0px 15px; }
.block-xs-7 {
width: 58.33333%;
padding: 0px 15px; }
.block-xs-8 {
width: 66.66667%;
padding: 0px 15px; }
.block-xs-9 {
width: 75%;
padding: 0px 15px; }
.block-xs-10 {
width: 83.33333%;
padding: 0px 15px; }
.block-xs-11 {
width: 91.66667%;
padding: 0px 15px; }
.block-xs-12 {
width: 100%;
padding: 0px 15px; } }
@media (min-width: 640px) {
.block-sm-1 {
width: 8.33333%;
padding: 0px 15px; }
.block-sm-2 {
width: 16.66667%;
padding: 0px 15px; }
.block-sm-3 {
width: 25%;
padding: 0px 15px; }
.block-sm-4 {
width: 33.33333%;
padding: 0px 15px; }
.block-sm-5 {
width: 41.66667%;
padding: 0px 15px; }
.block-sm-6 {
width: 50%;
padding: 0px 15px; }
.block-sm-7 {
width: 58.33333%;
padding: 0px 15px; }
.block-sm-8 {
width: 66.66667%;
padding: 0px 15px; }
.block-sm-9 {
width: 75%;
padding: 0px 15px; }
.block-sm-10 {
width: 83.33333%;
padding: 0px 15px; }
.block-sm-11 {
width: 91.66667%;
padding: 0px 15px; }
.block-sm-12 {
width: 100%;
padding: 0px 15px; } }
@media (min-width: 1024px) {
.block-st-1 {
width: 8.33333%;
padding: 0px 15px; }
.block-st-2 {
width: 16.66667%;
padding: 0px 15px; }
.block-st-3 {
width: 25%;
padding: 0px 15px; }
.block-st-4 {
width: 33.33333%;
padding: 0px 15px; }
.block-st-5 {
width: 41.66667%;
padding: 0px 15px; }
.block-st-6 {
width: 50%;
padding: 0px 15px; }
.block-st-7 {
width: 58.33333%;
padding: 0px 15px; }
.block-st-8 {
width: 66.66667%;
padding: 0px 15px; }
.block-st-9 {
width: 75%;
padding: 0px 15px; }
.block-st-10 {
width: 83.33333%;
padding: 0px 15px; }
.block-st-11 {
width: 91.66667%;
padding: 0px 15px; }
.block-st-12 {
width: 100%;
padding: 0px 15px; } }
@media (min-width: 1280px) {
.block-md-1 {
width: 8.33333%;
padding: 0px 15px; }
.block-md-2 {
width: 16.66667%;
padding: 0px 15px; }
.block-md-3 {
width: 25%;
padding: 0px 15px; }
.block-md-4 {
width: 33.33333%;
padding: 0px 15px; }
.block-md-5 {
width: 41.66667%;
padding: 0px 15px; }
.block-md-6 {
width: 50%;
padding: 0px 15px; }
.block-md-7 {
width: 58.33333%;
padding: 0px 15px; }
.block-md-8 {
width: 66.66667%;
padding: 0px 15px; }
.block-md-9 {
width: 75%;
padding: 0px 15px; }
.block-md-10 {
width: 83.33333%;
padding: 0px 15px; }
.block-md-11 {
width: 91.66667%;
padding: 0px 15px; }
.block-md-12 {
width: 100%;
padding: 0px 15px; } }
@media (min-width: 1600px) {
.block-d-1 {
width: 8.33333%;
padding: 0px 15px; }
.block-d-2 {
width: 16.66667%;
padding: 0px 15px; }
.block-d-3 {
width: 25%;
padding: 0px 15px; }
.block-d-4 {
width: 33.33333%;
padding: 0px 15px; }
.block-d-5 {
width: 41.66667%;
padding: 0px 15px; }
.block-d-6 {
width: 50%;
padding: 0px 15px; }
.block-d-7 {
width: 58.33333%;
padding: 0px 15px; }
.block-d-8 {
width: 66.66667%;
padding: 0px 15px; }
.block-d-9 {
width: 75%;
padding: 0px 15px; }
.block-d-10 {
width: 83.33333%;
padding: 0px 15px; }
.block-d-11 {
width: 91.66667%;
padding: 0px 15px; }
.block-d-12 {
width: 100%;
padding: 0px 15px; } }
@media (min-width: 2400px) {
.block-ed-1 {
width: 8.33333%;
padding: 0px 15px; }
.block-ed-2 {
width: 16.66667%;
padding: 0px 15px; }
.block-ed-3 {
width: 25%;
padding: 0px 15px; }
.block-ed-4 {
width: 33.33333%;
padding: 0px 15px; }
.block-ed-5 {
width: 41.66667%;
padding: 0px 15px; }
.block-ed-6 {
width: 50%;
padding: 0px 15px; }
.block-ed-7 {
width: 58.33333%;
padding: 0px 15px; }
.block-ed-8 {
width: 66.66667%;
padding: 0px 15px; }
.block-ed-9 {
width: 75%;
padding: 0px 15px; }
.block-ed-10 {
width: 83.33333%;
padding: 0px 15px; }
.block-ed-11 {
width: 91.66667%;
padding: 0px 15px; }
.block-ed-12 {
width: 100%;
padding: 0px 15px; } } .l-header {
z-index: 9;
position: relative;
-webkit-box-shadow: 0px 0px 20px 0px black;
-moz-box-shadow: 0px 0px 20px 0px black;
box-shadow: 0px 0px 20px 0px black; }
.l-footer {
position: relative; }
.l-footer:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-image: url(//www.edp-proprete.fr/wp-content/uploads/2019/03/pattern.png);
background-repeat: repeat-x;
height: 8px;
width: 100%; }
.l-footer .l-footer-top {
background-color: #003764;
padding: 45px 0px; }
.l-footer .l-footer-bottom {
background-color: #003764;
text-align: center;
border-top: 1px solid #29577d; } .l-header {       }
.l-header .l-header-container-resp {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0px; }
.l-header .l-header-right-resp {
display: flex;
justify-content: center;
align-items: center; }
.l-header .l-header-container {
padding: 5px 0px 0 0;
display: flex;
justify-content: space-between;
align-items: center; }
.l-header .l-header-right-top {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #ccd7e0;
padding-bottom: 10px; }
.l-header .l-header-right-top-description {
font-family: "Nunito", sans-serif;
font-size: 16px;
color: #003764;
font-weight: 700; }
.l-header .l-header-telephone-container {
display: flex;
align-items: center;
background-color: #4ab64d;
border: 2px solid #4ab64d;
border-radius: 10px;
min-width: 180px; }
.l-header .l-header-telephone-container-left {
background-color: white;
display: flex;
align-items: center;
border-radius: 10px;
padding-right: 5px; }
.l-header .l-header-telephone-numVert {
font-family: "Nunito", sans-serif;
font-size: 14px;
color: #4ab64d;
font-weight: 700; }
.l-header .l-header-telephone-container-right {
line-height: 9px; }
.l-header .l-header-telephone-call-text {
font-family: "Nunito", sans-serif;
font-size: 5px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
text-align: center; }
.l-header .l-header-telephone {
font-family: "Nunito", sans-serif;
font-size: 14px;
color: #ffffff;
font-weight: 700;
text-decoration: none;
padding: 0px 5px; }
.l-header .l-header-telephone:hover {
color: white; }
.l-header .l-header-telephone:hover.active {
background-color: transparent;
color: #ffffff;
cursor: default; }
.l-header .l-header-right-resp {
display: flex;
justify-content: center;
align-items: center; }
.l-header .l-header-svg svg {
width: 30px;
fill: #003764; }
@media (max-width: 639px) {
.l-header .logo-img {
width: 103.5px;
height: 65.25px; } }
.l-header #nav ul {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
justify-content: space-between;
align-items: center; }
.l-header #nav > ul > li {
position: relative;
text-align: left; }
.l-header #nav > ul > li:hover > ul {
display: block; }
.l-header #nav > ul > li > a {
font-family: "Nunito", sans-serif;
font-size: 16px;
color: #003764;
font-weight: 700;
display: block;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
padding: 20px 0px; }
.l-header #nav > ul > li > a:hover {
text-decoration: none; }
.l-header #nav > ul > li > a:hover:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-image: url(//www.edp-proprete.fr/wp-content/uploads/2019/03/pattern.png);
background-repeat: repeat-x;
height: 8px;
width: 100%; }
.l-header #nav > ul > li > ul {
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
background-color: white;
position: absolute;
z-index: 99;
display: none;
padding: 0;
top: 100%;
left: 0; }
.l-header #nav > ul > li > ul > li > a {
font-family: "Nunito", sans-serif;
font-size: 15px;
color: #003764;
font-weight: 600;
text-align: left;
white-space: nowrap;
text-transform: lowercase;
padding: 10px 20px;
cursor: pointer;
display: block;
text-decoration: none; }
.l-header #nav > ul > li > ul > li > a:first-letter {
text-transform: uppercase; }
.l-header #nav > ul > li > ul > li > a:hover {
text-decoration: underline; }
.l-header #nav > ul > li.current-menu-item > a:after,
.l-header #nav > ul > li.current-menu-parent > a:after,
.l-header #nav > ul > li.current_page_item > a:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-image: url(//www.edp-proprete.fr/wp-content/uploads/2019/03/pattern.png);
background-repeat: repeat-x;
height: 8px;
width: 100%; }
.l-header #nav > ul > li > ul > li.current-menu-item > a,
.l-header #nav > ul > li > ul > li.current-menu-parent > a,
.l-header #nav > ul > li > ul > li.current_page_item > a {
font-family: "Nunito", sans-serif;
font-size: 15px;
color: #003764;
font-weight: 400;
text-decoration: underline; }
.l-header #nav > ul > li.menu-item-has-children > a:before {
content: '\203A';
display: inline-block;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
position: absolute;
right: 5px;
font-size: 20px;
top: 0;
bottom: 0;
margin: auto; }
.l-header #nav > ul > li.menu-item-has-children > a:before:hover {
text-decoration: none; }
.l-footer {      }
@media (max-width: 1279px) {
.l-footer .l-footer-top-container > div {
margin-bottom: 40px; } }
.l-footer .l-footer-top-title {
font-family: "Nunito", sans-serif;
font-size: 26px;
color: #ffffff;
font-weight: 700; }
.l-footer .l-footer-top-separateur {
height: 2px;
width: 45px;
background-color: #ffd100;
margin: 0px 0px 30px 0px; }
.l-footer .l-footer-partenaires img {
display: block; }
.l-footer .l-footer-top-link {
font-family: "Open Sans", sans-serif;
font-size: 14px;
color: #87817c;
font-weight: 400;
text-decoration: underline; }
.l-footer .l-footer-top-link:hover {
opacity: 0.75;
color: #87817c; }
.l-footer .l-footer-social-container {
display: flex; }
.l-footer .l-footer-social-container .l-footer-social {
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
border: 2px solid #ffe25f;
border-radius: 50%;
margin-right: 10px; }
.l-footer .l-footer-social:hover {
opacity: 0.75; }
.l-footer .l-footer-chiffre {
display: flex;
justify-content: center;
align-items: center; }
.l-footer .l-footer-chiffre-chiffre {
font-family: "Nunito", sans-serif;
font-size: 50px;
color: white;
font-weight: 700;
text-transform: uppercase;
text-align: center; }
.l-footer .l-footer-chiffre-texte {
font-family: "Nunito", sans-serif;
font-size: 20px;
color: white;
font-weight: 700;
text-transform: uppercase;
text-align: center; }
.l-footer .nav-footer ul {
list-style-type: none;
margin: 0;
padding: 0; }
@media (min-width: 320px) {
.l-footer .nav-footer ul {
display: block; } }
@media (min-width: 640px) {
.l-footer .nav-footer ul {
display: flex;
align-items: center;
justify-content: center; } }
.l-footer .nav-footer li {
display: block; }
.l-footer .nav-footer a {
font-family: "Open Sans", sans-serif;
font-size: 15px;
color: #ffffff;
font-weight: 400;
text-decoration: none;
display: inline-block; }
@media (min-width: 320px) {
.l-footer .nav-footer a {
padding: 10px 0px; } }
@media (min-width: 640px) {
.l-footer .nav-footer a {
padding: 15px 0px 30px 0; } }
.l-footer .nav-footer a:hover {
text-decoration: underline; }
@media (min-width: 640px) {
.l-footer .nav-footer li:not(:last-child):after {
content: '|';
padding: 0px 20px;
color: #ffe25f; }
.l-footer .nav-footer li:not(:last-child):after:hover {
text-decoration: none; } }
.l-footer-actualites-container {
display: flex;
flex-wrap: wrap;
text-decoration: none; }
.l-footer-actualites-left {
width: 10%;
position: relative; }
.l-footer-actualites-date-loop {
font-family: "Nunito", sans-serif;
font-size: 22px;
color: #003764;
font-weight: 600;
background-color: #ffd100;
position: absolute;
top: -10px;
left: 0;
width: 75px;
height: 75px;
border-radius: 50%;
line-height: 22px;
display: flex;
justify-content: center;
align-items: center;
text-align: center; }
.l-footer-actualites-middle {
font-family: "Nunito", sans-serif;
font-size: 18px;
color: #003764;
font-weight: 600;
width: 80%;
padding: 5px 40px;
background-color: white;
height: 80px;
display: flex;
align-items: center; }
.l-footer-actualites-right {
width: 10%;
font-size: 30px;
color: #003764;
background-color: #ffd100;
display: flex;
justify-content: center;
align-items: center; }
.pagination {
padding: 15px 0px;
text-align: center;
display: flex;
justify-content: center; }
.pagination .page-numbers:not(.current),
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
font-family: "Nunito", sans-serif;
font-size: 18px;
color: #003764;
font-weight: 400;
height: 35px;
width: 35px;
background-color: white;
border-radius: 50%;
text-decoration: none;
outline: none;
margin: 0px 3px;
display: flex;
justify-content: center;
align-items: center; }
.pagination .page-numbers:not(.current):hover,
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
text-decoration: underline; }
.page-numbers-pagination {
background-color: #003764;
padding: 10px 20px;
border-radius: 40px;
display: inline-block; }
.page-numbers-container-next,
.page-numbers-container-prev {
flex: 2;
background-image: url(//www.edp-proprete.fr/wp-content/uploads/2019/03/pattern_gris_small.png);
background-repeat: repeat-x;
background-position: center center; }
.page-numbers-container-prev {
text-align: right;
border-radius: 0 40px 40px 0; }
.page-numbers-container-next {
text-align: left;
border-radius: 40px 0 0 40px; }
.page-numbers-container {
flex: 1;
display: flex;
justify-content: center; }
.pagination .page-numbers.current {
font-family: "Nunito", sans-serif;
font-size: 18px;
color: white;
font-weight: 400;
height: 35px;
width: 35px;
background-color: #ffd100;
border-radius: 50%;
text-decoration: none;
outline: none;
display: flex;
justify-content: center;
align-items: center; }
.pagination .page-numbers.current:hover {
text-decoration: none; }
.pagination-prev-icon {
display: block;
transform: translateY(28%) translateX(35%) rotate(180deg); }
.pagination-next-icon {
display: block;
transform: translateY(28%) translateX(50%); }   .burger {
border: 3px solid #ffd100;
border-radius: 7px;
cursor: pointer;
z-index: 99;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center; }
.burgerDiv, .burger > div, .burger > div:after, .burger > div:before {
width: 30px;
height: 3px;
background-color: #003764;
border-radius: 10px; }
.burger > div {
position: relative; }
.burger > div:after {
content: '';
position: absolute;
bottom: -10px; }
.burger > div:before {
content: '';
position: absolute;
top: -10px; }    .menu-responsive {
position: fixed;
width: 100%;
top: 132px;
text-align: left;
height: 100%;
right: -100%;
background-color: #F4F4F4;
z-index: 99999999;
font-family: "Nunito", sans-serif;
font-size: 16px;
color: #727272;
font-weight: 400; }
@media (max-width: 639px) {
.menu-responsive {
top: 110px; } }
.menu-responsive > ul {
margin-bottom: 150px !important; }
.menu-responsive ul {
list-style: none;
padding-left: 0px;
margin: 0;
width: 100%; }
.menu-responsive li {
list-style: none; }
#menu-responsive .menu-item-has-children:not(.has-children-with-href) > a {
position: relative; }
#menu-responsive .menu-item-has-children:not(.has-children-with-href) > a:after {
display: inline-block;
width: 0;
height: 0;
border-left: solid #727272;
border-right: solid #727272;
border-top: solid #727272;
content: '';
border-width: 1px 1px 1px 0;
padding: 5px;
position: absolute;
margin: auto;
top: 0;
bottom: 0;
right: 40px;
animation: rotate-cross-inverse 0.2s ease-in-out forwards; }
#menu-responsive .menu-item-has-children:not(.has-children-with-href) > a.active:after {
animation: rotate-cross 0.2s ease-in-out forwards; }
.menu-responsive li > a:not(.arrow-for-sub-menu) {
padding: 25px 40px;
text-decoration: none;
color: #727272;
display: block;
text-transform: uppercase;
border-left: 7px solid #D1D1D1;
border-bottom: 1px solid #E4E4E4;
cursor: pointer; }
.menu-responsive li.current-menu-item > a,
.menu-responsive li.current-menu-parent > a,
.menu-responsive li.current_page_item > a {
border-left: 7px solid #003764;
color: #003764; } .menu-responsive > ul > li > ul {
background-color: #ebe9e9; }
.sub-menu {
display: none; }
.menu-responsive .sub-menu a {
padding: 25px 80px !important; }
.menu-responsive .sub-menu .sub-menu a {
padding: 25px 120px !important; }
.menu-responsive li > ul > li > a:not(.arrow-for-sub-menu) {
border-bottom: 1px solid white; } .has-children-with-href {
display: flex;
flex-wrap: wrap;
position: relative; } .has-children-with-href .link-not-sub-menu {
width: 88%; }
.has-children-with-href .arrow-for-sub-menu {
border-bottom: 1px solid #E4E4E4;
border-left: 1px solid #E4E4E4 !important;
width: 12%;
position: relative; }
.has-children-with-href .arrow-for-sub-menu:after {
display: inline-block;
width: 0;
height: 0;
border-left: solid #727272;
border-right: solid #727272;
border-top: solid #727272;
content: ' ';
border-width: 1px 1px 1px 0;
padding: 5px;
position: absolute;
margin: auto;
top: 0;
bottom: 0;
right: 5px;
left: 0px;
animation: rotate-cross-inverse 0.2s ease-in-out forwards; }
.has-children-with-href .arrow-for-sub-menu.active:after {
animation: rotate-cross 0.2s ease-in-out forwards; } @keyframes rotate-cross-inverse {
0% {
transform: rotate(135deg);
-webkit-transform: rotate(135deg); }
100% {
transform: rotate(45deg);
-webkit-transform: rotate(45deg); } }
@keyframes rotate-cross {
0% {
transform: rotate(45deg);
-webkit-transform: rotate(45deg); }
100% {
transform: rotate(135deg);
-webkit-transform: rotate(135deg); } }
a, button, input, select, div {
outline: none; }
a:focus, button:focus, input:focus, select:focus, div:focus {
outline: none; }
.center {
text-align: center;
position: relative; }   body.error404 {
display: flex;
flex-flow: column;
height: 100vh; }
body.error404 .main404 {
height: 100%;
display: flex;
justify-content: center;
align-items: center; }
body.error404 .page404-404 {
font-size: 70px;
line-height: 1.1em;
letter-spacing: -.01em;
font-weight: bold; }
body.error404 .page404-notFound {
margin: 35px 0 0;
font-weight: bold;
font-size: 20px; }
body.error404 .page404-oops {
margin: 10px 0 0; }
body.error404 .page404-goHome a {
font-family: "Open Sans", sans-serif;
font-size: 15px;
color: #333333;
font-weight: 700;
letter-spacing: 0.05em;
margin: 50px 0 0;
text-transform: uppercase;
text-decoration: none;
position: relative;
display: flex;
justify-content: center; }
body.error404 .page404-goHome a:hover span:after {
-webkit-animation: moveArrow 1s;
-moz-animation: moveArrow 1s;
animation: moveArrow 1s; }
body.error404 .page404-goHome a span {
margin: 0 0 0 10px;
-webkit-transition: padding .2s ease-in-out;
-moz-transition: padding .2s ease-in-out;
transition: padding .2s ease-in-out;
overflow: hidden;
line-height: inherit; }
body.error404 .page404-goHome a span:after {
content: '\2192';
display: block;
line-height: inherit; }
@keyframes moveArrow {
0% {
-webkit-transform: translateX(0px) scale(1);
-moz-transform: translateX(0px) scale(1);
transform: translateX(0px) scale(1); }
25% {
-webkit-transform: translateX(13px) scale(0.9);
-moz-transform: translateX(13px) scale(0.9);
transform: translateX(13px) scale(0.9); }
26% {
-webkit-transform: translateX(-13px) scale(0.9);
-moz-transform: translateX(-13px) scale(0.9);
transform: translateX(-13px) scale(0.9); }
55% {
-webkit-transform: translateX(0px) scale(1);
-moz-transform: translateX(0px) scale(1);
transform: translateX(0px) scale(1); } }   .home-top-container {
position: relative; }
.home-top-img-absolute-container {
overflow: hidden; }
@media (min-width: 320px) {
.home-top-img-absolute-container {
height: 430px;
margin: 0 -30px;
position: relative; } }
@media (min-width: 640px) {
.home-top-img-absolute-container {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 50%;
max-height: 430px;
height: auto; } }
@media (min-width: 1024px) {
.home-top-img-absolute-container {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 57%;
border-right: 9px solid white;
max-height: none; } }
@media (min-width: 1024px) and (max-width: 1130px) {
.home-top-img-absolute-container {
width: 64%; } }
.home-slide-container {
background: #b2c3d0;
background: -moz-linear-gradient(top, #b2c3d0 0%, white 45%, white 100%);
background: -webkit-linear-gradient(top, #b2c3d0 0%, white 45%, white 100%);
background: -o-linear-gradient(top, #b2c3d0 0%, white 45%, white 100%);
background: -ms-linear-gradient(top, #b2c3d0 0%, white 45%, white 100%);
background: linear-gradient(to bottom, #b2c3d0 0%, white 45%, white 100%);
display: flex;
align-items: center;
flex-wrap: wrap;
position: relative; }
.home-slide-gauche-arrow, .home-slide-droite-arrow {
width: 25%;
display: flex;
justify-content: center;
align-items: center; }
.home-slick-big-container {
width: 50%; }
.home-slick-big-container img {
margin: 0 auto; }
.home-slick-big-container .slick-slide {
text-align: center; }
.home-slick-single-container {
position: relative; }
.home-slick-single-texte {
font-family: "Nunito", sans-serif;
font-size: 16px;
color: #003764;
font-weight: 400;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
padding: 10px;
background-color: rgba(255, 255, 255, 0.8);
text-align: center;
line-height: 16px; }
.home-slide-absolute-bottom {
height: 20px;
width: 100%;
position: absolute;
bottom: -10px;
left: 0;
right: 0;
background-image: url(//www.edp-proprete.fr/wp-content/uploads/2019/03/pattern.png);
background-repeat: repeat-x;
background-position: center; }
.home-slide-absolute-top {
position: absolute;
top: -20px;
left: 0;
right: 0;
height: 40px;
width: 100%;
z-index: 9;
text-align: center; }
.home-slide-absolute-top-back {
position: absolute;
width: 50%;
left: 0;
top: 0;
bottom: 0;
background-image: url(//www.edp-proprete.fr/wp-content/uploads/2019/03/pattern.png);
background-repeat: repeat-x;
background-position: center; }
.home-slide-absolute-top-texte {
background-color: #ffd100;
border-radius: 40px;
padding: 0 20px;
display: inline-block;
position: relative;
z-index: 10; }
@media (min-width: 320px) {
.home-slide-absolute-top-texte {
font-family: "Nunito", sans-serif;
font-size: 25px;
color: #003764;
font-weight: 600; } }
@media (min-width: 640px) {
.home-slide-absolute-top-texte {
font-family: "Nunito", sans-serif;
font-size: 30px;
color: #003764;
font-weight: 600; } }
@media (min-width: 320px) {
.home-top-img-absolute-container {
background-position: center;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat; } }
@media (min-width: 1024px) {
.home-top-img-absolute-container {
background-position: right center;
-webkit-background-size: auto;
background-size: auto;
background-repeat: no-repeat; } } .fade-slick-big {
max-width: 970px;
width: 970px;
float: right; }
.fade-slick-small {
max-width: 320px;
width: 320px;
float: right; }
@media (max-width: 639px) {
.fade-slick-small {
float: none;
margin: 0 auto; } }
.fade-slick-big, .fade-slick-big .slick-list, .fade-slick-big .slick-track {
height: 100%; }
.fade-slick-small, .fade-slick-small .slick-list, .fade-slick-small .slick-track {
height: 100%; } .home-top-background-bottom {
position: absolute;
background-image: url(//www.edp-proprete.fr/wp-content/uploads/2019/03/bottom_home_line_yellow.png);
background-repeat: repeat-x;
background-position: center;
width: 100%;
height: 7px;
left: 0;
right: 0;
bottom: 0;
z-index: 1; }
.home-top-title {
font-family: "Nunito", sans-serif;
font-size: 32px;
color: white;
font-weight: 700;
text-align: center; }
.home-top-title span {
color: #ffd100; }
.home-top-separator img {
display: block;
margin: 60px auto 40px auto; }
.home-top-description {
font-family: "Raleway", sans-serif;
font-size: 18px;
color: white;
font-weight: 400;
text-align: center; }
.home-top-right-container {
background-image: url(//www.edp-proprete.fr/wp-content/uploads/2019/03/logo_p.png);
background-position: center center;
background-repeat: no-repeat; }
@media (min-width: 320px) {
.home-top-right-container {
padding: 65px 10px; } }
@media (min-width: 1024px) {
.home-top-right-container {
padding: 90px 10px; } }
@media (min-width: 1024px) and (max-width: 1130px) {
.home-top-right-container {
padding: 70px 10px; } }
@media (max-width: 1023px) {
.hidden-back-secteurs-intervention > div {
background-image: none !important; } }
.secteurs-intervention-container {
padding: 50px 40px;
background-color: white;
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
max-width: 750px;
margin: 0 0 0 auto;
position: relative; }
.secteurs-intervention-single {
margin-bottom: 30px; }
@media (min-width: 320px) {
.secteurs-intervention-single {
width: 50%; } }
@media (min-width: 640px) {
.secteurs-intervention-single {
width: 33.334%; } }
@media (min-width: 1024px) {
.secteurs-intervention-single {
width: 25%; } }
.secteurs-intervention-single img {
display: block;
margin: 0 auto; }
.secteurs-intervention-single-text {
font-family: "Nunito", sans-serif;
font-size: 18px;
color: #003764;
font-weight: 700;
text-align: center;
margin-top: 15px; }
.secteurs-intervention-title-top {
position: absolute;
top: -20px;
left: 0;
right: 0;
margin: auto;
text-align: center;
background-image: url(//www.edp-proprete.fr/wp-content/uploads/2019/03/back_title_pattern_yellow.png);
background-repeat: no-repeat;
background-position: left center;
background-size: 50% 40px; }
.secteurs-intervention-title-top span {
text-align: center;
padding: 0px 25px;
background-color: #ffd100;
border-radius: 20px;
position: relative;
min-width: 400px; }
@media (min-width: 320px) {
.secteurs-intervention-title-top span {
font-family: "Nunito", sans-serif;
font-size: 25px;
color: #003764;
font-weight: 400; } }
@media (min-width: 640px) {
.secteurs-intervention-title-top span {
font-family: "Nunito", sans-serif;
font-size: 30px;
color: #003764;
font-weight: 400; } }
.secteurs-intervention-link-bottom {
position: absolute;
bottom: -20px;
left: 0;
right: 0;
margin: auto;
text-align: center;
background-image: url(//www.edp-proprete.fr/wp-content/uploads/2019/03/back_title_pattern_yellow.png);
background-repeat: no-repeat;
background-position: right center;
background-size: 50% 40px;
height: 40px; }
.secteurs-intervention-link-bottom a {
font-family: "Nunito", sans-serif;
font-size: 18px;
color: #003764;
font-weight: 400;
text-transform: uppercase;
text-align: center;
padding: 0px 25px;
background-color: #ffffff;
border-radius: 20px;
position: relative;
min-width: 400px;
height: 40px;
line-height: 40px;
display: inline-block;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 55, 100, 0.5) !important;
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 55, 100, 0.5) !important;
box-shadow: 0px 0px 5px 0px rgba(0, 55, 100, 0.5) !important; }
.secteurs-intervention-link-bottom span {
color: #ffe25f;
margin-left: 20px;
font-size: 25px; }    .wpcf7 .block-no-padding-resp > label {
font-family: "Nunito", sans-serif;
font-size: 18px;
color: #003764;
font-weight: 600; }
@media (min-width: 320px) {
.wpcf7 .block-no-padding-resp > label {
width: 100%; } }
@media (min-width: 1024px) {
.wpcf7 .block-no-padding-resp > label {
width: 49%; } }  .wpcf7 > form > label {
font-family: "Nunito", sans-serif;
font-size: 18px;
color: #003764;
font-weight: 600; }
span.wpcf7-list-item {
margin: 0; }
div.wpcf7 .ajax-loader {
display: none; }
.formulaire-contact-button {
position: relative; }
.formulaire-contact-button input[type="submit"] {
-webkit-box-shadow: 0px 0px 10px 0px #eaeff2;
-moz-box-shadow: 0px 0px 10px 0px #eaeff2;
box-shadow: 0px 0px 10px 0px #eaeff2;
font-family: "Nunito", sans-serif;
font-size: 18px;
color: #003764;
font-weight: 600;
text-transform: uppercase;
border: none;
background-color: #ffffff;
padding: 10px 90px 10px 40px;
margin: 20px auto;
position: relative;
z-index: 9;
border-radius: 30px; }
@media (min-width: 320px) {
.formulaire-contact-button input[type="submit"] {
font-family: "Nunito", sans-serif;
font-size: 15px;
color: #003764;
font-weight: 600; } }
@media (min-width: 640px) {
.formulaire-contact-button input[type="submit"] {
font-family: "Nunito", sans-serif;
font-size: 18px;
color: #003764;
font-weight: 600; } }
.input-for-arrow {
position: relative; }
.input-for-arrow:after {
position: absolute;
content: '';
background-image: url(//www.edp-proprete.fr/wp-content/uploads/2019/03/arrow_yellow.png);
background-position: center;
background-repeat: no-repeat;
height: 14px;
width: 37px;
left: 70%;
top: 0;
bottom: 0;
z-index: 9;
margin: auto; }
@media (min-width: 320px) {
.input-for-arrow:after {
left: 75%; } }
@media (min-width: 640px) {
.input-for-arrow:after {
left: 70%; } }
.input-for-arrow-recrutement {
position: relative; }
.input-for-arrow-recrutement:after {
position: absolute;
content: '';
background-image: url(//www.edp-proprete.fr/wp-content/uploads/2019/03/arrow_yellow.png);
background-position: center;
background-repeat: no-repeat;
height: 14px;
width: 37px;
top: 0;
bottom: 0;
z-index: 9;
margin: auto; }
@media (min-width: 320px) {
.input-for-arrow-recrutement:after {
left: 65%; } }
@media (min-width: 1024px) {
.input-for-arrow-recrutement:after {
left: 60%; } }
.formulaire-contact-button-back {
position: absolute;
width: 50%;
top: 0;
right: 0;
bottom: 0;
background-image: url(//www.edp-proprete.fr/wp-content/uploads/2019/03/pattern.png);
background-size: contain;
background-repeat: repeat-x;
background-position: right center; }
.contact-subCheckbox {
margin-top: 10px; }
.contact-container-maps {
position: relative;
width: 100%; }
@media (min-width: 320px) {
.contact-container-maps {
height: auto; } }
@media (min-width: 1024px) {
.contact-container-maps {
height: 900px; } }
@media (min-width: 320px) {
.contact-container-maps > .maps {
height: 300px; } }
@media (min-width: 1024px) {
.contact-container-maps > .maps {
height: 100%; } }
@media (min-width: 320px) {
.contact-big-container-text {
width: 100%; } }
@media (min-width: 1024px) {
.contact-big-container-text {
position: absolute;
top: 50%;
bottom: 0;
left: 0;
right: 0;
background: rgba(255, 255, 255, 0);
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f3f2ef 20%, #ebe9e4 100%);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f3f2ef 20%, #ebe9e4 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f3f2ef 20%, #ebe9e4 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f3f2ef 20%, #ebe9e4 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f3f2ef 20%, #ebe9e4 100%);
width: auto; } }
.contact-container-text {
text-align: center;
background-color: rgba(255, 255, 255, 0.85);
padding: 10px; }
@media (min-width: 320px) {
.contact-container-text {
width: 100%; } }
@media (min-width: 1024px) {
.contact-container-text {
position: absolute;
left: 20px;
right: 20px;
bottom: 20px;
width: auto;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 55, 100, 0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 55, 100, 0.5);
box-shadow: 0px 0px 5px 0px rgba(0, 55, 100, 0.5); } }
.contact-container-text > img {
display: block;
margin: auto;
padding: 20px 0px; }
.contact-maps-title {
font-family: "Nunito", sans-serif;
font-size: 26px;
color: #003764;
font-weight: 700;
text-transform: uppercase; }
.contact-maps-separateur {
height: 2px;
background-color: #ffd100;
width: 25px;
margin: 10px auto; }
.contact-maps-big-separateur {
height: 2px;
background-color: #ffd100;
width: 45px;
margin: 10px auto; }
.contat-maps-texte {
font-family: "Raleway", sans-serif;
font-size: 16px;
color: #003764;
font-weight: 400; }
.contact-telephone-container {
display: flex;
align-items: center;
background-color: #4ab64d;
border: 2px solid #4ab64d;
border-radius: 10px;
min-width: 180px;
max-width: 180px;
margin: 10px auto; }
.contact-telephone-container-left {
background-color: white;
display: flex;
align-items: center;
border-radius: 10px;
padding-right: 5px; }
.contact-telephone-numVert {
font-family: "Nunito", sans-serif;
font-size: 14px;
color: #4ab64d;
font-weight: 700; }
.contact-telephone-container-right {
line-height: 9px; }
.contact-telephone-call-text {
font-family: "Nunito", sans-serif;
font-size: 5px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
text-align: center; }
.contact-telephone {
font-family: "Nunito", sans-serif;
font-size: 14px;
color: #ffffff;
font-weight: 700;
text-decoration: none;
padding: 0px 5px; }
.contact-telephone:hover {
color: white; }
.contact-telephone:hover.active {
background-color: transparent;
color: #ffffff;
cursor: default; }
.block-input-checkbox {
font-family: "Nunito", sans-serif;
font-size: 16px;
color: black;
font-weight: 400;
line-height: 16px;
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; } .block-input-checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0; } .checkmark-checkbox {
position: absolute;
top: 0px;
left: -35px;
height: 25px;
width: 25px;
background-color: #e5ebef;
border: 1px solid #e5ebef;
border-radius: 5px; } .block-input-checkbox:hover input ~ .checkmark-checkbox {
border-color: #003764;
background-color: white; } .block-input-checkbox input:checked ~ .checkmark-checkbox {
background-color: #ffd100; } .checkmark-checkbox:after {
content: "";
position: absolute;
display: none; } .block-input-checkbox input:checked ~ .checkmark-checkbox:after {
display: block; } .block-input-checkbox .checkmark-checkbox:after {
left: 8px;
top: 3px;
width: 8px;
height: 15px;
border: solid #003764;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }   .actualites-title {
background-color: #003764;
background-image: url(//www.edp-proprete.fr/wp-content/uploads/2019/03/bottom_home_line_yellow.png);
background-repeat: repeat-x;
background-position: bottom center;
text-align: center; }
.actualites-title-container {
padding: 80px 0px;
background-image: url(//www.edp-proprete.fr/wp-content/uploads/2019/03/logo_p.png);
background-repeat: no-repeat;
background-position: center center; }
.actualites-single-title-container {
padding: 0px 0px 40px 0;
background-image: url(//www.edp-proprete.fr/wp-content/uploads/2019/03/logo_p.png);
background-repeat: no-repeat;
background-position: center center; }
.actualites-title-text {
text-align: center; }
@media (min-width: 320px) {
.actualites-title-text {
margin-top: 20px;
font-family: "Nunito", sans-serif;
font-size: 30px;
color: white;
font-weight: 700;
line-height: 30px; } }
@media (min-width: 1024px) {
.actualites-title-text {
font-family: "Nunito", sans-serif;
font-size: 56px;
color: white;
font-weight: 700;
line-height: 56px; } }
.actualites-title-image {
display: block;
margin: 0 auto; }
.actualites-title-text {
position: relative; }
.all-cat-container {
background-image: url(//www.edp-proprete.fr/wp-content/uploads/2019/03/pattern_gris.png);
background-repeat: repeat-x;
background-position: center center;
text-align: center;
margin: 50px 0px; }
.all-cat-middle {
display: inline-block;
background-color: white;
margin: 0 auto;
-webkit-box-shadow: 0px 0px 10px 0px #eaeff2;
-moz-box-shadow: 0px 0px 10px 0px #eaeff2;
box-shadow: 0px 0px 10px 0px #eaeff2;
border-radius: 30px; }
.blog-category-lists {
display: flex;
justify-content: center;
align-items: center;
list-style-type: none;
padding: 5px 40px;
margin: 0; }
.blog-category-lists a {
font-family: "Nunito", sans-serif;
font-size: 18px;
color: #003764;
font-weight: 600;
text-decoration: none; }
.blog-category-lists a:hover {
color: #003764;
text-decoration: underline; }
.blog-category-lists li:not(:last-child):after {
content: '//';
color: #ffe25f;
margin: 0 5px;
text-decoration: none;
font-size: 18px;
font-weight: 400;
letter-spacing: -2px; }
.actualites-container-loop {
padding: 20px 0px;
line-height: 25px;
width: 100%; }
.articles-block-loop {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
text-decoration: none;
margin-bottom: 40px; }
.articles-block-loop:hover .articles-block-loop-bottom {
text-decoration: underline; }
.articles-block-loop-left-image-container {
position: relative;
display: inline-block; }
.articles-block-loop-left {
width: 49%; }
.articles-block-loop-right {
text-align: center;
width: 49%; }
.actualites-except-loop {
font-family: "Nunito", sans-serif;
font-size: 16px;
color: #003764;
font-weight: 400;
text-align: left; }
.actualites-block-loop-right-separateur {
height: 1px;
background-color: #ffe25f;
width: 45px;
margin: 10px auto; }
.actualites-date-loop {
font-family: "Nunito", sans-serif;
font-size: 22px;
color: #003764;
font-weight: 600;
text-align: center;
line-height: 22px;
background-color: white;
position: absolute;
top: 0;
left: 0;
padding: 5px 10px 20px 10px;
border-radius: 0 0 50% 50%; }
.actualites-title-loop {
font-family: "Nunito", sans-serif;
font-size: 26px;
color: #003764;
font-weight: 600;
line-height: 26px; }
.articles-block-loop-bottom-container {
width: 100%;
position: relative;
text-align: center;
margin: 20px 0px; }
.articles-block-loop-bottom-absolute {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 40px;
background-image: url(//www.edp-proprete.fr/wp-content/uploads/2019/03/pattern.png);
background-repeat: repeat-x;
background-position: center; }
.articles-block-loop-bottom {
position: relative;
z-index: 9;
font-family: "Nunito", sans-serif;
font-size: 20px;
color: #003764;
font-weight: 600;
text-transform: uppercase;
height: 40px;
line-height: 40px;
padding: 0 50px;
background-color: white;
display: inline-block;
border-radius: 20px;
-webkit-box-shadow: 0px 0px 10px 0px #eaeff2;
-moz-box-shadow: 0px 0px 10px 0px #eaeff2;
box-shadow: 0px 0px 10px 0px #eaeff2; }
.articles-block-loop-bottom img {
margin-left: 15px; }
.single-actualites-date {
font-family: "Nunito", sans-serif;
font-size: 22px;
color: #003764;
font-weight: 600;
padding: 40px 10px 25px 10px;
background-color: white;
border-radius: 0 0 40px 40px;
margin: 0 auto;
text-align: center;
line-height: 22px;
display: inline-block; }
.articles-container-share-link {
width: 100%;
display: flex;
flex-wrap: wrap; }
@media (max-width: 1279px) {
.articles-container-share-link {
margin-top: 20px; } }
.articles-share-link {
height: 70px;
display: flex;
justify-content: center;
align-items: center; }
@media (min-width: 320px) {
.articles-share-link {
flex-grow: 1; } }
@media (min-width: 1280px) {
.articles-share-link {
width: 100%; } }
.articles-share-link svg {
width: 50px;
height: 50px; }
.articles-share-link path {
fill: white; }
.articles-share-link-facebook {
background-color: #3B5998; }
.articles-share-link-linkedin {
background-color: #007AB9; }
.articles-share-link-twitter {
background-color: #1DA1F2; }
.single-actualites-others-title-container {
position: relative;
text-align: center;
margin-bottom: 30px; }
.single-actualites-others-title {
position: relative;
z-index: 9;
font-family: "Nunito", sans-serif;
font-size: 30px;
color: #003764;
font-weight: 700;
background-color: #ffd100;
padding: 0 20px;
display: inline-block;
border-radius: 40px; }
.single-actualites-others-title-absolute {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 50%;
height: 40px;
background-image: url(//www.edp-proprete.fr/wp-content/uploads/2019/03/pattern.png);
background-repeat: repeat-x;
background-position: left center;
background-size: contain; }
.single-postuler {
font-family: "Nunito", sans-serif;
font-size: 30px;
color: #003764;
font-weight: 700;
text-transform: uppercase;
text-align: center;
margin: 50px 0px 43px 0px;
padding-top: 30px;
border-top: 1px solid rgba(0, 0, 0, 0.5); }   .accordion-container {
margin-top: 50px; }
.accordion {
padding: 20px 30px;
margin-bottom: 20px;
background-color: #4ab64d;
cursor: pointer; }
.accordion:hover .accordion-more {
color: white;
background-color: #003764; }
.accordion-top {
display: flex;
justify-content: space-between;
align-items: center; }
@media (max-width: 1023px) {
.accordion-top {
flex-wrap: wrap; } }
.accordion-title {
font-family: "Open Sans", sans-serif;
font-size: 20px;
color: #ffd100;
font-weight: 700; }
.accordion-excerpt {
font-family: "Open Sans", sans-serif;
font-size: 14px;
color: #ffe25f;
font-weight: 400;
margin-top: 20px; }
.accordion-more {
font-family: "Open Sans", sans-serif;
font-size: 16px;
color: #003764;
font-weight: 400;
padding: 7px 20px;
border: 1px solid #003764;
background-color: transparent; }
@media (max-width: 1023px) {
.accordion-more {
margin-top: 20px; } }
.accordion-text {
font-family: "Open Sans", sans-serif;
font-size: 14px;
color: #ffe25f;
font-weight: 400;
display: none;
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid #ffd100; }
.recrutement-spontanees-container {
padding: 25px 30px;
margin-bottom: 20px;
cursor: pointer;
border: 1px solid #003764;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
text-decoration: none; }
.recrutement-spontanees-container:hover .recrutement-spontanees-more {
color: white;
background-color: #003764; }
@media (max-width: 1023px) {
.recrutement-spontanees-container {
flex-wrap: wrap; } }
.recrutement-spontanees-title {
font-family: "Open Sans", sans-serif;
font-size: 28px;
color: #ffd100;
font-weight: 700; }
.recrutement-spontanees-text {
font-family: "Open Sans", sans-serif;
font-size: 14px;
color: #ffe25f;
font-weight: 400;
margin-top: 20px; }
.recrutement-spontanees-more {
font-family: "Open Sans", sans-serif;
font-size: 16px;
color: #003764;
font-weight: 400;
padding: 7px 20px;
border: 1px solid #003764;
background-color: transparent; }
@media (max-width: 1023px) {
.recrutement-spontanees-more {
margin-top: 20px; } }
.fil-dariane span {
content: '>'; }
.fil-dariane span {
font-family: "Open Sans", sans-serif;
font-size: 13px;
color: #333333;
font-weight: 400; }
.fil-dariane span:last-child {
font-family: "Open Sans", sans-serif;
font-size: 13px;
color: #333333;
font-weight: 400;
text-decoration: underline; }
.fil-dariane a {
font-family: "Open Sans", sans-serif;
font-size: 13px;
color: #333333;
font-weight: 400;
text-decoration: none; }
.fil-dariane a:hover {
text-decoration: underline;
color: #333333; }
.fil-dariane span:not(:last-child):after {
content: '>';
margin: 0px 10px; }
html, body {
height: auto; }
html {
font-size: 62.5%; }
body {
overflow-x: hidden;
font: 400 15px/1.4 "Nunito", sans-serif;
color: #003764; }
::selection {
background: #40698b;
color: #FFF;
text-shadow: none; }
*,
*:after,
*:before {
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
text-rendering:optimizeLegibility;
}
.clear:before,
.clear:after {
content:' ';
display:table;
}
.clear:after {
clear:both;
}
.clear {
*zoom:1;
} @media print {
* {
background:transparent !important;
color:#000 !important;
box-shadow:none !important;
text-shadow:none !important;
}
a,
a:visited {
text-decoration:underline;
}
a[href]:after {
content:" (" attr(href) ")";
}
abbr[title]:after {
content:" (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content:"";
}
pre,blockquote {
border:1px solid #999;
page-break-inside:avoid;
}
thead {
display:table-header-group;
}
tr,img {
page-break-inside:avoid;
}
img {
max-width:100% !important;
}
@page {
margin:0.5cm;
}
p,
h2,
h3 {
orphans:3;
widows:3;
}
h2,
h3 {
page-break-after:avoid;
}
}