@charset "UTF-8";
.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 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;
}.ea11y-skip-to-content-link {
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
pointer-events: none;
position: fixed;
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
display: flex;
align-items: center;
gap: 8px;
border-radius: 12px;
border: 1px solid #2563EB;
background-color: #fff;
color: #0C0D0E;
text-decoration: none;
word-wrap: normal !important;
}
.ea11y-skip-to-content-link:focus {
clip: auto !important;
clip-path: none;
pointer-events: auto;
top: 30px;
left: 30px;
z-index: 100000;
height: auto;
width: auto;
padding: 16px 24px;
}
.ea11y-skip-to-content-link:focus + .ea11y-skip-to-content-backdrop {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 9999;
background-color: rgba(0, 0, 0, 0.50);
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
img {
max-width: 100%;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
display: block;
}
audio, canvas, progress, video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden], template {
display: none;
}
a {
background-color: transparent;
}
a:active, a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b, strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
margin: 0;
}
mark {
background: #ff0;
color: #000;
}
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;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
button, input, optgroup, select, textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
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;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
table {
border-collapse: collapse;
border-spacing: 0;
} @font-face {
font-family: "League Spartan";
src: url(//www.carpeatrediem.com/wp-content/themes/startertemplate/assets/css/../fonts/League_Spartan/static/LeagueSpartan-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "League Spartan";
src: url(//www.carpeatrediem.com/wp-content/themes/startertemplate/assets/css/../fonts/League_Spartan/static/LeagueSpartan-Bold.ttf) format("truetype");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "League Spartan";
src: url(//www.carpeatrediem.com/wp-content/themes/startertemplate/assets/css/../fonts/League_Spartan/static/LeagueSpartan-SemiBold.ttf) format("truetype");
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: "League Spartan";
src: url(//www.carpeatrediem.com/wp-content/themes/startertemplate/assets/css/../fonts/League_Spartan/static/LeagueSpartan-Medium.ttf) format("truetype");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "League Spartan";
src: url(//www.carpeatrediem.com/wp-content/themes/startertemplate/assets/css/../fonts/League_Spartan/static/LeagueSpartan-Light.ttf) format("truetype");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Arapey";
src: url(//www.carpeatrediem.com/wp-content/themes/startertemplate/assets/css/../fonts/Arapey/Arapey-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal;
} html, body {
padding: 0;
margin: 0;
list-style: none;
} html {
scroll-behavior: smooth;
font-family: "League Spartan", sans-serif;
color: #000;
overflow-x: hidden;
}
body {
scroll-behavior: smooth;
font-family: "League Spartan", sans-serif;
background-color: rgba(37, 86, 125, 0.1);
overflow-x: hidden;
}
ul {
list-style: none;
}
a {
color: #000;
text-decoration: none;
transition: 0.3s;
}
h1, h2, h3, h4 {
font-family: "Arapey", sans-serif;
line-height: 1;
font-weight: 400;
}
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.75rem;
position: relative;
margin-bottom: 1rem;
}
h2::before {
content: url(//www.carpeatrediem.com/wp-content/themes/startertemplate/assets/css/../img/element-graphique.svg);
position: absolute;
left: -1.25rem;
top: -1.25rem;
transform: scale(0.6);
}
@media (min-width: 1188px) {
h2::before {
transform: scale(1);
left: -1.5rem;
}
}
@media (min-width: 768px) {
h2 {
font-size: 2.25rem;
}
}
@media (min-width: 1188px) {
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2.25rem;
}
h3 {
font-size: 2rem;
}
h4 {
font-size: 1.5rem;
}
}
@media (min-width: 1500px) {
h1 {
font-size: 3rem;
}
h2 {
font-size: 2.5rem;
}
}
.fill-primary {
fill: #25567D;
}
.fill-secondary {
fill: #F5DB48;
}
.fill-black {
fill: #000;
}
.fill-white {
fill: #fff;
}
.bg-white {
background-color: #fff;
}
.btn, form input[type="submit"], .wpcf7-form input[type="submit"] {
background-color: #25567D;
color: #fff;
padding: 0.5rem 1.5rem;
display: block;
width: fit-content;
border-radius: 50px;
margin-top: 1rem;
border: 1px solid #25567D;
position: relative;
}
.btn::after, form input[type="submit"]::after, .wpcf7-form input[type="submit"]::after {
content: "";
position: absolute;
top: -3px;
left: -3px;
width: 100%;
height: 100%;
border-radius: 50px;
border: 1px solid #000;
z-index: 1;
transition: all 0.3s ease;
pointer-events: none;
}
.btn:hover, form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:hover {
color: #fff;
}
.btn:hover::after, form input[type="submit"]:hover::after, .wpcf7-form input[type="submit"]:hover::after {
top: 2px;
left: 2px;
}
section {
padding: 3rem 10%;
position: relative;
}
@media (min-width: 1188px) {
section {
padding: 4rem 15%;
}
}
@media (min-width: 1500px) {
section {
padding: 5rem 20%;
}
}
.h-100 {
height: 100vh;
}
.w-100 {
width: 100vw;
}
p:not(:last-of-type) {
margin-bottom: 0.5rem;
}
strong {
font-weight: 600;
}
ul:not(.menu__container) {
list-style: none;
padding: 0;
margin: 0;
}
ul:not(.menu__container) li {
position: relative;
padding-left: 1.5rem;
margin-bottom: 0.5rem;
}
ul:not(.menu__container) li::before {
content: "";
position: absolute;
left: 0;
top: -2px;
width: 1rem;
height: 1rem;
background-image: url(//www.carpeatrediem.com/wp-content/themes/startertemplate/assets/css/../img/check.svg);
background-size: contain;
background-repeat: no-repeat;
}
.cta {
display: flex;
flex-direction: column;
gap: 1rem;
align-items: center;
}
.cta p {
max-width: 500px;
text-align: center;
}
.flex {
display: flex;
flex-direction: column;
gap: 2rem;
align-items: center;
justify-content: center;
}
@media (min-width: 1188px) {
.flex {
flex-direction: row;
justify-content: space-between;
gap: 7rem;
}
.flex .container {
width: 60%;
}
.flex--reverse {
flex-direction: row-reverse;
}
}
.flex .photo {
border-radius: 28px;
position: relative;
}
.flex .photo img {
border-radius: 28px;
}
.flex .photo::before {
content: "";
position: absolute;
width: 100%;
height: calc(100% - 5px);
top: -5px;
left: -5px;
border-radius: 28px;
border: 1px solid #000;
transition: all 0.3s ease;
}
@media (min-width: 1188px) {
.flex .photo {
max-width: 40%;
}
.flex .photo:hover::before {
top: 5px;
left: 5px;
}
} form, .wpcf7-form {
display: flex;
align-items: center;
justify-content: center;
flex-flow: row wrap;
flex-direction: column;
}
@media (min-width: 1024px) {
form, .wpcf7-form {
flex-direction: row;
justify-content: space-between;
}
}
form .form-row, .wpcf7-form .form-row {
width: 100%;
}
@media (min-width: 1024px) {
form .form-row, .wpcf7-form .form-row {
display: flex;
gap: 2rem;
margin-bottom: 1rem;
}
}
form .mid, .wpcf7-form .mid {
width: 100%;
margin-top: 1rem;
}
@media (min-width: 1024px) {
form .mid, .wpcf7-form .mid {
width: 50%;
margin-top: 0;
}
}
form .full, .wpcf7-form .full {
width: 100%;
margin-top: 1rem;
}
@media (min-width: 1024px) {
form .full, .wpcf7-form .full {
margin-top: 0;
}
}
form .submit, .wpcf7-form .submit {
width: 100%;
text-align: center;
}
form select, .wpcf7-form select {
width: 100%;
margin-top: 1rem;
}
@media (min-width: 1024px) {
form select, .wpcf7-form select {
margin-top: 0;
}
}
form label, .wpcf7-form label {
text-transform: uppercase;
font-size: 12px;
color: #c3c3c3;
}
form .wpcf7-not-valid-tip, .wpcf7-form .wpcf7-not-valid-tip {
font-size: 0.7rem;
text-transform: initial;
margin-top: 5px;
color: red;
}
form input, form textarea, .wpcf7-form input, .wpcf7-form textarea {
width: 100%;
}
form input, form select, form textarea, .wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
color: #000;
border: 0;
font-size: 16px;
background-color: transparent;
border-radius: 0;
padding: 5px 10px 5px 0;
box-sizing: border-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
outline: none;
transition: 0.2s;
}
form input:focus, form select:focus, form textarea:focus, .wpcf7-form input:focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus {
border-bottom: 1px solid black;
}
form input::placeholder, form select::placeholder, form textarea::placeholder, .wpcf7-form input::placeholder, .wpcf7-form select::placeholder, .wpcf7-form textarea::placeholder {
color: #000;
}
form textarea, .wpcf7-form textarea {
height: 120px;
}
.wpcf7-response-output {
border: 0 !important;
text-align: center;
padding: 0 !important;
margin: 0 !important;
width: 100% !important;
}
.wpcf7-spinner {
display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-requiblack .wpcf7-response-output {
color: red;
}
.wpcf7 form.sent .wpcf7-response-output {
color: #00ab15;
} .navigation {
margin: 30px 0 0;
width: 100%;
text-align: center;
grid-column: 1 / 4;
}
.navigation .nav-links .page-numbers {
border: 2px solid #000;
padding: 5px 12px;
}
.navigation .nav-links .page-numbers.next, .navigation .nav-links .page-numbers.prev {
border: 0;
text-transform: uppercase;
font-family: "League Spartan", sans-serif;
}
.navigation .nav-links .page-numbers.current {
background-color: #000;
color: #fff;
} .header {
width: 100vw;
position: fixed;
z-index: 5;
margin-top: 0;
top: 0;
display: flex; }
.header .menu {
min-height: 100vh;
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
gap: 2rem;
padding-bottom: 40vh;
}
.header .menu > a {
text-align: center;
}
.header .menu__logo {
width: 100%;
}
.header .menu__logo img {
object-fit: contain;
max-height: 7rem;
}
.header .menu__container {
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
position: relative;
width: 80%;
text-align: center;
}
.header .menu__container > li > a {
font-size: 18px;
}
.header .menu__container .btn, .header .menu__container form input[type="submit"], form .header .menu__container input[type="submit"], .header .menu__container .wpcf7-form input[type="submit"], .wpcf7-form .header .menu__container input[type="submit"] {
margin-top: 0;
}
.header .menu__container .btn a, .header .menu__container form input[type="submit"] a, form .header .menu__container input[type="submit"] a, .header .menu__container .wpcf7-form input[type="submit"] a, .wpcf7-form .header .menu__container input[type="submit"] a {
color: #fff;
}
.header .menu__container .btn:hover a, .header .menu__container form input[type="submit"]:hover a, form .header .menu__container input[type="submit"]:hover a, .header .menu__container .wpcf7-form input[type="submit"]:hover a, .wpcf7-form .header .menu__container input[type="submit"]:hover a {
color: #fff;
}
.header .checkbox {
display: none;
}
.header .sub-menu {
position: static;
display: flex;
width: 100%;
display: none;
}
.header .reseaux-sociaux {
display: flex;
gap: 1rem;
}
.header .reseaux-sociaux svg {
width: 1.5rem;
height: 1.5rem;
object-fit: contain;
transition: all 0.3s ease;
}
.header .reseaux-sociaux svg:hover {
transform: scale(1.1);
} @media (min-width: 1188px) {
.header {
width: 100vw;
position: fixed;
background: rgba(255, 255, 255, 0);
backdrop-filter: blur(0);
transition: backdrop-filter 0.3s ease;  }
.header.scrolled {
background: white;
}
.header.scrolled .menu__logo {
height: 4rem;
}
.header.scrolled .menu__container {
padding-bottom: 0;
}
.header .menu__logo {
height: 8rem;
width: 20%;
transition: 0.3s height;
}
.header .menu__logo img {
height: 100%;
object-fit: contain;
}
.header .menu {
flex-direction: row;
min-height: initial;
justify-content: flex-start;
align-items: center;
padding-bottom: 0;
padding: 1rem 10%;
}
.header .menu__container {
flex-direction: row;
gap: 2rem;
align-items: center;
padding-bottom: 2rem;
}
.header .menu__container .menu-item:hover .sub-menu {
pointer-events: auto;
display: flex;
animation: fade_in_show 0.5s;
text-align: left;
}
.header .menu__container .menu-item:hover .sub-menu .menu-item {
padding-left: 0;
margin-bottom: 0;
}
.header .menu__container .menu-item:hover .sub-menu .menu-item::before {
content: none;
}
.header .sub-menu {
position: absolute;
flex-direction: column;
justify-content: center;
gap: 0.5rem;
top: 100%;
left: -1rem;
padding: 1rem;
width: max-content;
background: white;
border-radius: 18px;
z-index: 2;
display: none;
font-size: 1rem;
}
.header .menu-item {
position: relative;
}
.header .menu-item a {
color: #000;
}
.header .menu-item:hover > a {
color: #25567D;
}
}
@media screen and (min-width: 1370px) {
.header .menu__container {
gap: 3rem;
}
} @media screen and (max-width: 1188px) {
.header {  }
.header .checkbox {
display: block;
width: 40px;
height: 32px;
position: absolute;
top: 1rem;
left: 1rem;
cursor: pointer;
opacity: 0;
z-index: 2;
-webkit-touch-callout: none;
}
.header .burger {
position: fixed;
top: 1rem;
left: 1rem;
z-index: 1;
background: #25567D;
padding: 0.5rem;
border-radius: 50%;
height: 45px;
width: 45px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
align-items: center;
}
.header .burger span {
display: block;
width: 100%;
height: 4px;
margin-bottom: 5px;
position: relative;
background: #fff;
border-radius: 3px;
z-index: 1;
transform-origin: 4px 0px;
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.header .burger span:last-child {
margin-bottom: 0;
}
.header .burger span:first-child {
transform-origin: 0% 0%;
}
.header .burger span:nth-last-child(1) {
transform-origin: 0% 100%;
}
.header .checkbox:checked ~ .burger span {
opacity: 1;
transform: rotate(45deg) translate(2.5px, -4.5px);
background: #fff;
}
.header .checkbox:checked ~ .burger span:nth-last-child(2) {
opacity: 0;
transform: rotate(0deg) scale(0.2, 0.2);
}
.header .checkbox:checked ~ .burger span:nth-last-child(1) {
transform: rotate(-45deg) translate(4px, 3px);
}
.header .menu {
position: absolute;
top: 0;
left: 0;
transform-origin: 0% 0%;
transform: translate(-100%, 0);
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
width: 50%;
background-color: #fff;
}
.header .checkbox:checked ~ .menu {
transform: none;
}
.header .menu__container li {
position: relative;
}
.header .menu__container li a {
color: #000;
font-weight: 200;
position: relative;
font-size: 20px;
}
.header .menu__container > .menu-item:not(:last-child, :nth-last-child(2))::after {
position: absolute;
content: "";
background-color: #25567D;
width: 2rem;
height: 1px;
bottom: -0.5rem;
left: 50%;
transform: translateX(-50%);
}
.header .menu__container .btn, .header .menu__container form input[type="submit"], form .header .menu__container input[type="submit"], .header .menu__container .wpcf7-form input[type="submit"], .wpcf7-form .header .menu__container input[type="submit"] {
margin-top: 2rem;
}
.header .sub-menu {
flex-direction: column;
justify-content: center;
gap: 0.5rem;
top: 100%;
left: -1rem;
padding: 1rem 0;
width: max-content;
z-index: 1;
display: none;
text-align: center;
font-size: 1rem;
}
.header .sub-menu li {
padding-left: 0;
margin-bottom: 0;
}
.header .sub-menu li::before {
content: none;
}
.header .sub-menu li a {
font-size: 18px;
}
.header .reseaux-sociaux svg {
filter: brightness(10);
}
}
@media screen and (max-width: 650px) {
.header .menu {
width: 100%;
}
}
@media screen and (max-width: 1465px) {
.header .menu {
gap: 5%;
padding: 1rem 5%;
}
.header .menu__conteneur {
gap: 1.75rem;
}
} .banner {
width: 100%;
text-align: center;
padding: 4rem 10%;
}
@media (min-width: 1188px) {
.banner {
padding: 4rem 15%;
padding-top: 8rem;
}
} .footer {
background-color: rgba(37, 86, 125, 0.1);
}
.footer__container {
display: flex;
flex-direction: column;
gap: 1.5rem;
padding: 3rem 10%;
}
.footer__copyright {
padding: 1rem 10%;
}
.footer__logo {
width: 150px;
object-fit: contain;
}
.footer__nom {
font-size: 1.25rem;
font-weight: 700;
margin-bottom: 0.5rem;
}
.footer__profession {
color: #25567D;
font-size: 1rem;
font-weight: 400;
margin-bottom: 0.5rem;
margin-top: 0;
}
.footer__profession::before {
content: none;
}
.footer__contact {
display: flex;
align-items: center;
margin-bottom: 0.25rem;
}
.footer__contact svg {
width: 1.25rem;
height: 1.25rem;
object-fit: contain;
margin-right: 0.5rem;
transition: all 0.3s;
}
.footer__contact:hover img {
transform: rotate(3deg);
}
.footer__nav > * {
margin-bottom: 0.3rem;
}
.footer a:hover {
color: #25567D;
}
.footer .btn:hover, .footer form input[type="submit"]:hover, form .footer input[type="submit"]:hover, .footer .wpcf7-form input[type="submit"]:hover, .wpcf7-form .footer input[type="submit"]:hover {
color: #fff;
}
.footer .reseaux-sociaux__titre {
font-size: 1.25rem;
font-weight: 700;
}
.footer .reseaux-sociaux__container {
display: flex;
gap: 0.75rem;
margin-top: 1rem;
}
.footer .reseaux-sociaux__container svg {
width: 1.75rem;
height: 1.75rem;
object-fit: contain;
transition: all 0.3s;
}
.footer .reseaux-sociaux__container svg:hover {
transform: scale(1.1);
} @media (min-width: 1188px) {
.footer__container {
flex-direction: row;
justify-content: space-evenly;
}
.footer__copyright {
background-color: #25567D;
text-align: center;
}
.footer__copyright p {
color: #fff;
}
.footer__copyright p a {
color: #fff;
}
.footer__copyright p a:hover {
color: rgba(255, 255, 255, 0.7);
}
} .defaut h2 {
margin-top: 2rem;
margin-bottom: 1rem;
}
.defaut a {
text-decoration: underline;
}
.defaut a:hover {
color: #25567D;
}
.main__contenu p {
text-align: left;
}
@media (min-width: 1188px) {
.defaut h2 {
margin-top: 3rem;
}
}   .animation-from-bottom {
opacity: 0;
transform: translateY(100px);
transition: opacity 1s, transform 1s;
}
.animation-from-top {
opacity: 0;
transform: translateY(-100px);
transition: opacity 1s, transform 1s;
}
.animation-from-left {
opacity: 0;
transform: translateX(-150px);
transition: opacity 1s, transform 1s;
}
.animation-from-right {
opacity: 0;
transform: translateX(150px);
transition: opacity 1s, transform 1s;
}
.hidden {
opacity: 0;
}
.visible {
opacity: 1;
transform: translate(0, 0);
} .animation-list > * {
opacity: 0;
transform: translateY(50px);
transition: opacity 0.6s ease, transform 0.6s ease;
}
.animation-list > *.visible {
opacity: 1;
transform: translateY(0);
}
@keyframes fade_in_show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} .grecaptcha-badge {
display: none;
} #ecoindex-badge {
display: none;
} @media (min-width: 1188px) {
#ecoindex-badge {
display: block;
position: fixed;
bottom: 2rem;
left: 2rem;
z-index: 2;
}
} .back-to-up {
opacity: 0;
position: fixed;
bottom: 1.25rem;
right: 1rem;
text-align: center;
border-radius: 5px;
z-index: 3;
transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 650px) {
.back-to-up > svg {
width: 2.5rem;
right: 1rem;
}
}