html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
@font-face {
font-display: swap;
font-family: 'Outfit';
font-style: normal;
font-weight: 400;
src: url(//www.gpwatt.eu/wp-content/themes/gpwatt/fonts/outfit-v15-latin-regular.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Outfit';
font-style: normal;
font-weight: 500;
src: url(//www.gpwatt.eu/wp-content/themes/gpwatt/fonts/outfit-v15-latin-500.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Outfit';
font-style: normal;
font-weight: 700;
src: url(//www.gpwatt.eu/wp-content/themes/gpwatt/fonts/outfit-v15-latin-700.woff2) format('woff2');
}
* {
border: 0px;
margin: 0px;
padding: 0px;
text-decoration: none;
}
body {
background: #3C3C3C;
font-family: 'Outfit', Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 120%;
color: #3C3C3C;
-webkit-font-smoothing: antialiased;
}
button {
font-family: 'Outfit';
}
img {
max-width: 100%;
border: 0px;
vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
line-height: 120%;
margin: 10px 0px;
font-weight: bold;
}
h1 {
font-size: 56px;
line-height: 1.05em;
margin: 0px 0px 30px 0px;
font-weight: 500;
}
h2 {
font-size: 38px;
font-weight: 500;
}
h3 {
font-size: 28px;
font-weight: 500;
}
h4 {
font-size: 20px;
}
a:focus {
outline: none;
}
a {
color: #3C3C3C;
text-decoration: underline;
}
p {
margin: 10px 0px;
line-height: 1.6em;
}
ul, ol {
margin: 10px 0px 10px 15px;
}
ul ul,
ol ol,
ul ol,
ol ul {
margin: 0px 0px 0px 30px;
}
li {
line-height: 1.6em;
}
sup {
font-size: smaller;
vertical-align: text-bottom;
}
#nested .smart-menu {
display: none;
}
#nested {
position: absolute;
height: 60px;
z-index: 3;
transition: 0.3s;
left: 75px;
top: 22px;
}
#nested .firstLevel {
height: 60px;
margin: 0px;
text-align: center;
}
#nested .firstLevel li {
position: relative;
display: inline-block;
height: 60px;
transition: 0.25s opacity;
}
#nested .firstLevel li a {
display: block;
height: 60px;
line-height: 60px;
color: #3C3C3C;
padding: 0px 18px;
text-decoration: none;
font-size: 16px;
font-weight: 500;
}
#nested .firstLevel li a span {
display: block;
height: 60px;
line-height: 60px;
}
#nested .firstLevel li ul {
position: absolute;
width: 310px;
height: 0px;
background: #FFFFFF;
margin-left: -155px;
margin-top: -20px;
box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
left: 50%;
top: auto;
overflow: hidden;
opacity: 0;
transition: 0.3s;
border-radius: 8px;
}
#nested .firstLevel > li:hover > ul {
height: auto;
opacity: 1;
margin-top: 0px;
padding: 0;
}
#nested .firstLevel li ul li {
display: block;
height: auto;
padding: 0 10px;
border-bottom: 1px solid #EFEFEF;
transition: 0.4s;
}
#nested ul.firstLevel li ul li:hover {
background: #EFEFEF;
}
#nested .firstLevel li ul li:last-child {
border-bottom: none;
}
#nested .firstLevel li ul li a {
height: auto;
padding: 15px 10px;
line-height: 120%;
text-align: left;
}
#nested .firstLevel li ul li a span {
display: inline;
height: auto;
line-height: 120%;
}
#nested ul.firstLevel:hover > li {
opacity: 0.5;
}
#nested ul.firstLevel:hover > li:hover {
opacity: 1;
}
#wrapper ul li {
position: relative;
}
#wrapper ul li:before {
content: '';
width: 7px;
height: 7px;
background: #F29100;
position: absolute;
border-radius: 50%;
top: 11px;
left: -15px;
margin: auto;
}
#page {
position: relative;
background: #EFEFEF;
overflow: hidden;
}
header {
position: fixed;
width: 100%;
height: 210px;
z-index: 2;
transition: 0.3s;
background: #3C3C3C;
}
#headerInner {
position: relative;
width: 100%;
height: 100%;
}
#logo {
position: absolute;
left: 60px;
top: 86px;
bottom: 0;
display: flex;
align-items: center;
transition: 0.3s;
}
#logo img {
transition: 0.3s;
}
#headerBoxes {
position: absolute;
right: 64px;
top: 24px;
display: flex;
align-items: center;
gap: 16px;
transition: 0.3s;
} #wrapper {
position: relative;
background: #EFEFEF;
z-index: 1;
}
#wrapperInner {
position: relative;
width: 100%;
max-width: 100%;
margin: 0px auto;
padding: 80px 0px 0px 0px;
}
#container {
position: relative;
margin: 0px 0px 100px 0px;
}
#contentsInner {
position: relative;
}
#headerBoxes p {
margin: 0;
line-height: 1;
}
body.home #wrapperInner {
padding: 0;
}
.grecaptcha-badge {
visibility: hidden;
}
html, body {
scroll-behavior: smooth;
}
iframe {
max-width: 100%;
}
strong {
font-weight: 700;
}
em {
font-style: italic;
} #chapterPicture {
padding: 210px 60px 60px 60px;
position: relative;
background: #3C3C3C;
}
#chapterPicture img {
width: calc(100% - 120px);
height: calc(100% - 270px);
object-fit: cover;
position: absolute;
top: 210px;
left: 60px;
border-radius: 48px;
}
.title_and_bc {
background: rgba(0, 0, 0, 0.3);
color: #FFFFFF;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 50px;
position: relative;
border-radius: 48px;
min-height: 150px;
}
.title_and_bc h1 {
font-size: 50px;
margin-bottom: 15px;
max-width: 1180px;
}
.widget_breadcrumb a {
color: #FFFFFF;
text-decoration: none;
}
.widget_breadcrumb a:hover {
text-decoration: underline;
}
.widget_breadcrumb {
font-size: 14px;
}
body:not(.home) h2,
body:not(.home) h3 {
margin-bottom: 15px;
} @media (min-width: 1281px) {
#nested ul.firstLevel > li.hidden_on_desktop {
display: none;
}
#mobile_only {
display: none;
}
}
@media (max-width: 1280px) {
header div #nested,
header.scrolled div #nested {
width: 40px;
height: 40px;
top: 0;
bottom: 0;
margin: auto;
right: 45px;
left: auto;
margin-right: -7px;
}
header div #nested .contentSmart {
width: 100%;
height: 100%;
cursor: pointer;
z-index: 25;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#nested .firstLevel {
text-align: left;
background: #3C3C3C;
width: 100%;
position: fixed;
right: -100%;
transition: 0.7s;
opacity: 0.3;
top: 0;
height: auto;
bottom: 0;
padding: 50px 0;
overflow-y: auto;
overflow-x: hidden;
}
body.menu_open #nested .firstLevel:after,
body.menu_open #nested .firstLevel:before {
content: '';
height: 55px;
background: linear-gradient(0deg, #3C3C3C, transparent);
position: fixed;
left: 0;
right: 0;
bottom: 0px;
opacity: 0;
pointer-events: none;
transition: 0.3s;
}
body.menu_open.animation_delai #nested .firstLevel:after,
body.menu_open.animation_delai #nested .firstLevel:before {
opacity: 1;
}
body.menu_open #nested .firstLevel:before {
bottom: auto;
top: 0;
z-index: 20;
background: linear-gradient(180deg, #3C3C3C, transparent);
}
body.menu_open #nested .firstLevel {
right: 0;
opacity: 1;
}
#nested ul.firstLevel:hover > li {
opacity: 1;
}
header div #nested .contentSmart span {
width: 25px;
height: 2px;
background: #FFFFFF;
display: block;
border-radius: 3px;
position: relative;
top: 0;
transition: 0.5s;
}
header div #nested .contentSmart > span:nth-child(2) {
margin: 6px 0px;
}
body.menu_open header div #nested .contentSmart > span:nth-child(1) {
transform: rotate(45deg);
top: 8px;
}
body.menu_open header div #nested .contentSmart > span:nth-child(2) {
opacity: 0;
}
body.menu_open header div #nested .contentSmart > span:nth-child(3) {
transform: rotate(-45deg);
top: -8px;
}
#nested ul.firstLevel li a {
font-size: 18px;
height: auto;
line-height: 1;
}
#nested .firstLevel li a span {
line-height: 1.3em;
height: auto;
}
#nested ul.firstLevel > li.menu-item-has-children {
margin-right: 0;
}
#nested .firstLevel li {
height: auto;
}
#nested ul.firstLevel > li {
margin: 0 0 25px 0;
display: flex;
flex-direction: column;
align-items: flex-start;
padding-left: 20px;
}
#nested ul.firstLevel > li:last-child {
margin-bottom: 0;
}
#nested ul.firstLevel > li.menu-item-has-children > a {
position: relative;
}
#nested ul.firstLevel > li.menu-item-has-children > a:after {
content: '';
display: inline-block;
height: 0;
width: 0;
border-top: 5px solid #FFFFFF;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
pointer-events: none;
position: absolute;
right: -10px;
top: 11px;
}
#nested .firstLevel li a {
color: #FFFFFF;
}
#nested .firstLevel li ul,
#nested .firstLevel > li:hover > ul {
position: relative;
height: auto;
opacity: 1;
background: none;
box-shadow: none;
margin: 10px 0 0 3px;
padding: 0;
left: 0;
width: auto;
}
#nested ul.firstLevel > li > ul > li {
padding: 0;
margin: 0;
}
#nested .firstLevel li ul li {
border: none;
}
body.menu_open {
overflow: hidden;
}
#nested .firstLevel li ul {
display: none;
}
#nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > ul {
display: block;
}
#nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > a:after {
transform: rotate(180deg);
}
#nested ul.firstLevel li ul li:hover {
background: none;
}
}
@media (max-width: 1200px) {
.title_and_bc h1 {
font-size: 32px;
}
.title_and_bc {
min-height: initial;
padding: 30px;
border-radius: 24px;
}
}
.cmplz-video.cmplz-iframe-styles {
background-color: transparent
}
.cmplz-video.cmplz-hidden {
visibility: hidden !important
}
.cmplz-blocked-content-notice {
display: none
}
.cmplz-placeholder-parent {
height: inherit
}
.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice, .cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice {
display: block
}
.cmplz-blocked-content-container, .cmplz-wp-video {
animation-name: cmplz-fadein;
animation-duration: 600ms;
background: #FFFFFF;
border: 0;
border-radius: 3px;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
display: flex;
justify-content: center;
align-items: center;
background-repeat: no-repeat !important;
background-size: cover !important;
height: inherit;
position: relative
}
.cmplz-blocked-content-container.gmw-map-cover, .cmplz-wp-video.gmw-map-cover {
max-height: 100%;
position: absolute
}
.cmplz-blocked-content-container.cmplz-video-placeholder, .cmplz-wp-video.cmplz-video-placeholder {
padding-bottom: initial
}
.cmplz-blocked-content-container iframe, .cmplz-wp-video iframe {
visibility: hidden;
max-height: 100%;
border: 0 !important
}
.cmplz-blocked-content-container .cmplz-custom-accept-btn, .cmplz-wp-video .cmplz-custom-accept-btn {
white-space: normal;
text-transform: initial;
cursor: pointer;
position: absolute !important;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 200px;
font-size: 14px;
padding: 10px;
background-color: rgba(0, 0, 0, 0.5);
color: #FFFFFF;
text-align: center;
z-index: 98;
line-height: 23px
}
.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus, .cmplz-wp-video .cmplz-custom-accept-btn:focus {
border: 1px dotted #cecece
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-wp-video .cmplz-blocked-content-notice {
white-space: normal;
text-transform: initial;
position: absolute !important;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 300px;
font-size: 14px;
padding: 10px;
background-color: rgba(0, 0, 0, 0.5);
color: #FFFFFF;
text-align: center;
z-index: 98;
line-height: 23px
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links {
display: block;
margin-bottom: 10px
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a {
color: #FFFFFF;
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body {
display: block
}
.cmplz-blocked-content-container div div {
display: none
}
.cmplz-wp-video .cmplz-placeholder-element {
width: 100%;
height: inherit
}
@keyframes cmplz-fadein {
from {
opacity: 0
}
to {
opacity: 1
}
}      #page a.wp-block-button__link,
#wrapper div.wpforms-container-full button[type=submit],
#video .txt > :last-child a {
border-radius: 99px;
display: inline-block;
background: #3C3C3C;
color: #FFFFFF;
padding: 23px 82px 23px 28px;
font-weight: 500;
line-height: 1;
text-decoration: none;
transition: 0.3s;
border: 2px solid #F29100;
font-size: 18px;
height: auto;
box-shadow: none;
width: auto;
position: relative;
}
#page a.wp-block-button__link:hover,
#wrapper div.wpforms-container-full button[type=submit]:hover,
#video .txt > :last-child a:hover {
background: #F29100 !important;
color: #3C3C3C;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#page .btn_ic {
background: #F29100;
position: absolute;
width: 56px;
top: 4px;
bottom: 4px;
right: 4px;
border-radius: 999px;
display: flex;
align-items: center;
justify-content: center;
transition: 0.3s;
}
.btn_ic svg {
transition: 0.3s;
}
.btn_ic svg path {
transition: 0.3s;
}
a:hover .btn_ic svg {
transform: rotate(45deg);
}
a:hover .btn_ic svg path {
stroke: #F29100;
}
#page a:hover .btn_ic {
background: #3C3C3C;
}
.has-noir-color {
color: #3C3C3C !important;
}
.has-noir-background-color {
background-color: #3C3C3C !important;
}
.has-blanc-color {
color: #FFFFFF !important;
}
.has-blanc-background-color {
background-color: #FFFFFF !important;
}
.has-gris-color {
color: #4A5565 !important;
}
.has-gris-background-color {
background-color: #4A5565 !important;
}
.has-gris-clair-color {
color: #EFEFEF !important;
}
.has-gris-clair-background-color {
background-color: #EFEFEF !important;
}
.has-orange-color {
color: #F29100 !important;
}
.has-orange-background-color {
background-color: #F29100 !important;
}
.has-orange-clair-color {
color: #F0E6D8 !important;
}
.has-orange-clair-background-color {
background-color: #F0E6D8 !important;
}
#headerInner:before {
content: '';
height: 66px;
left: 60px;
right: 60px;
background: #F29100;
position: absolute;
top: 20px;
margin: auto;
border-radius: 99px;
pointer-events: none;
transition: 0.3s;
}
#page header a.wp-block-button__link {
padding: 18px 72px 18px 28px;
color: #F29100;
margin-left: 20px;
}
#page header a.wp-block-button__link:hover {
background: #FFFFFF !important;
}
#headerBoxes > a:first-child {
font-size: 20px;
font-weight: 700;
text-decoration: none;
}
#headerBoxes a {
display: flex;
}
#headerBoxes > a:nth-child(2) path {
transition: 0.3s;
}
#headerBoxes > a:nth-child(2):hover path {
fill: #FFFFFF;
}
#headerBoxes > a:not(:last-child) {
transition: 0.3s;
}
#page header .btn_ic {
width: 46px;
}
#top {
position: relative;
margin: 210px 60px 0px;
height: calc(100vh - 270px);
border-radius: 48px;
}
#top:before {
content: '';
position: absolute;
left: -60px;
right: -60px;
background: #3C3C3C;
top: -210px;
bottom: 0;
z-index: -1;
}
#top .img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
border-radius: 48px;
z-index: 1;
}
#top img {
width: 100%;
height: 100%;
object-fit: cover;
animation: dezoom 2.4s ease;
animation-delay: 0.3s;
animation-fill-mode: both;
}
@keyframes dezoom {
0% {
transform: scale(1.08);
}
100% {
transform: scale(1);
}
}
#top .txt {
height: 100%;
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 80px;
color: #FFFFFF;
max-width: 660px;
align-items: flex-start;
}
#top .txt p {
font-size: 24px;
margin-bottom: 50px;
}
#top:after {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent);
border-radius: 48px;
pointer-events: none;
z-index: 1;
}
#top .txt > * {
animation: appearFromBottom 1s ease;
position: relative;
animation-delay: 0.4s;
animation-fill-mode: both;
}
#top .txt > :nth-child(2) {
animation-delay: 0.7s;
}
#top .txt > :nth-child(3) {
animation-delay: 1s;
}
@keyframes appearFromBottom {
0% {
opacity: 0;
bottom: -20px;
}
100% {
opacity: 1;
bottom: 0;
}
}
.menu_ic {
position: absolute;
right: 60px;
bottom: 0;
display: flex;
gap: 16px;
top: 86px;
align-items: center;
transition: 0.3s;
}
.menu_ic .item {
height: 80px;
position: relative;
box-sizing: border-box;
border: 2px solid #555555;
border-radius: 22px;
display: flex;
align-items: center;
width: 318px;
padding-left: 12px;
transition: 0.3s;
}
.menu_ic .item span {
width: 32px;
height: 32px;
border-radius: 99px;
background: #F29100;
display: flex;
align-items: center;
justify-content: center;
transition: 0.3s;
}
.menu_ic .item a {
color: #FFFFFF;
font-size: 16px;
text-decoration: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
padding-left: 82px;
z-index: 2;
}
.menu_ic .item span {
width: 32px;
height: 32px;
border-radius: 99px;
background: #F29100;
display: flex;
align-items: center;
justify-content: center;
transition: 0.3s;
position: absolute;
bottom: 6px;
right: 6px;
}
.menu_ic .item:hover {
background: #555555;
}
.menu_ic .item:hover span {
width: 44px;
}
header.scrolled {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
height: 90px;
}
header.scrolled .menu_ic {
opacity: 0;
pointer-events: none;
}
header.scrolled #headerInner:before {
height: 60px;
top: 15px;
right: 15px;
left: 250px;
}
@media (min-width: 1281px) and (max-width: 1680px) {
header.scrolled #headerBoxes > a:not(:last-child) {
opacity: 0;
pointer-events: none;
}
}
header.scrolled #headerBoxes {
right: 20px;
top: 20px;
}
#page header.scrolled a.wp-block-button__link {
padding: 14px 59px 14px 24px;
}
#page header.scrolled .btn_ic {
width: 38px;
}
header.scrolled #nested {
left: 265px;
top: 15px;
}
header.scrolled #logo img {
height: 50px;
}
header.scrolled #logo {
left: 35px;
top: 0;
}
#sol {
position: relative;
margin-bottom: 100px;
padding-bottom: 25px;
}
section#sol > svg {
position: absolute;
left: 0;
width: 100%;
bottom: -2px;
height: auto;
pointer-events: none;
}
#sol > img {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: calc(100% + 100px);
object-fit: cover;
}
#sol:after {
content: '';
position: absolute;
background: linear-gradient(180deg, #3C3C3C, transparent);
left: 0;
right: 0;
bottom: 0;
top: -100px;
pointer-events: none;
}
#sol > :not(img) {
position: relative;
z-index: 1;
}
#sol h2 {
color: #FFFFFF;
text-align: center;
padding: 90px 6.5% 55px;
}
#sol .flex {
width: 90%;
max-width: 1180px;
margin: 0 auto;
display: flex;
justify-content: space-between;
padding-bottom: 100px;
}
#sol .bloc {
width: 48.3%;
}
#sol .fond {
background: #EFEFEF;
border-radius: 48px;
border-top-left-radius: 24px;
border-top-right-radius: 0px;
padding: 35px;
position: relative;
}
#sol .question {
display: block;
line-height: 1;
margin-bottom: 30px;
font-size: 28px;
font-weight: 500;
}
#page #sol a.wp-block-button__link {
border: none;
display: block;
margin-top: 10px;
color: #3C3C3C;
background: #FFFFFF;
font-size: 22px;
border-radius: 24px;
padding: 27px;
}
#page #sol a.wp-block-button__link:hover {
padding-left: 42px;
}
#page #sol .btn_ic {
width: 45px;
height: 45px;
right: 24px;
top: 0;
bottom: 0;
margin: auto;
}
#sol .titre,
#video .txt > :first-child,
#steps > :first-child {
font-size: 16px;
font-weight: 700;
color: #F29100;
text-transform: uppercase;
letter-spacing: 0.7px;
margin: 0 0 20px 0;
display: block;
line-height: 1;
}
#sol .fond:before {
content: '';
width: 250px;
height: 50px;
background: #EFEFEF;
position: absolute;
right: 0;
bottom: 100%;
border-top-right-radius: 48px;
pointer-events: none;
}
#sol .fond > svg {
position: absolute;
width: auto;
height: 50px;
bottom: 100%;
right: 250px;
pointer-events: none;
}
#sol .flex > :nth-child(2) .fond:before {
width: 185px;
}
#sol .flex > :nth-child(2) .fond > svg {
right: 185px;
}
@media (max-width: 1600px) {
body {
font-size: 16px;
}
#wrapper ul li:before {
width: 6px;
height: 6px;
top: 10px;
}
h2 {
font-size: 34px;
}
#sol .question {
font-size: 24px;
}
#page #sol a.wp-block-button__link {
font-size: 20px;
}
#page a.wp-block-button__link,
#wrapper div.wpforms-container-full button[type=submit],
#video .txt > :last-child a {
padding: 17px 70px 17px 25px;
}
#page .btn_ic {
width: 44px;
}
#page header a.wp-block-button__link,
#page header.scrolled a.wp-block-button__link {
padding: 16px 65px 16px 25px;
font-size: 16px;
}
#page header .btn_ic,
#page header.scrolled .btn_ic {
width: 40px;
}
#headerBoxes > a:first-child {
font-size: 18px;
}
header {
height: 180px;
}
header.scrolled {
height: 80px;
}
#top {
margin: 180px 45px 0px;
height: calc(100vh - 225px);
}
#chapterPicture {
padding: 180px 45px 45px 45px;
}
#chapterPicture img {
top: 180px;
height: calc(100% - 225px);
left: 45px;
width: calc(100% - 90px);
}
#logo img {
height: 70px;
}
#headerInner:before {
height: 56px;
left: 45px;
right: 45px;
top: 15px;
}
.menu_ic {
right: 45px;
top: 74px;
}
#headerBoxes {
right: 47px;
top: 17px;
}
#nested {
left: 60px;
top: 13px;
}
#nested .firstLevel li a {
padding: 0px 13px;
}
#logo {
left: 45px;
top: 71px;
}
.menu_ic .item > svg {
width: auto;
height: 42px;
}
.menu_ic .item a {
padding-left: 72px;
}
.menu_ic .item {
height: 70px;
}
h1 {
font-size: 42px;
}
#top .txt p {
font-size: 20px;
margin: -5px 0 25px 0;
}
header.scrolled #headerBoxes {
top: 21px;
}
}
@media (max-width: 1360px) {
.menu_ic .item {
width: 250px;
}
.menu_ic .item a {
padding-right: 96px;
}
#page header a.wp-block-button__link {
margin-left: 0;
}
#nested .firstLevel li a {
padding: 0px 11px;
font-size: 15px;
}
}
@media (max-width: 1280px) {
#headerInner:before {
display: none;
}
#headerBoxes > a:first-child {
color: #F29100;
}
#headerBoxes > a:nth-child(2) path {
fill: #F29100;
}
#mobile_only .menu_ic {
position: relative;
right: 0;
top: 0;
z-index: 1;
}
header .menu_ic {
display: none;
}
header {
height: 100px;
}
#top {
height: auto;
margin-top: 100px;
}
#chapterPicture {
padding-top: 100px;
}
#chapterPicture img {
top: 100px;
height: calc(100% - 145px);
border-radius: 24px;
}
#headerBoxes,
header.scrolled #headerBoxes {
top: 0;
bottom: 0;
right: 108px;
}
#logo {
top: 0;
}
#logo img {
height: 60px;
}
#top .txt {
padding: 50px;
}
#nested .firstLevel li ul li a {
padding: 10px;
font-size: 15px;
}
#nested ul.firstLevel li#menu-item-48 a {
border-radius: 99px;
display: inline-block;
background: #3C3C3C;
padding: 13px 65px 13px 20px;
transition: 0.3s;
border: 2px solid #F29100;
position: relative;
margin: 0 0 0 12px;
}
#top .img,
#top:after,
#top {
border-radius: 20px;
}
#sol:after {
top: 0;
}
#sol h2 {
margin: 0;
padding-top: 60px;
}
#sol > img {
height: 100%;
}
#mobile_only {
background: #3C3C3C;
padding: 45px 0 0 0;
}
#mobile_only .menu_ic {
justify-content: center;
}
}
@media (max-width: 760px) {
#page header a.wp-block-button__link {
display: none;
}
h1 {
font-size: 32px;
}
}
@media (max-width: 580px) {
header div #nested,
header.scrolled div #nested {
right: 6.5vw;
}
#headerBoxes {
display: none;
}
#logo,
header.scrolled #logo {
left: 6.5vw;
}
#top {
margin: 100px 6.5vw 0;
}
#logo img {
height: 50px;
}
header.scrolled #logo img {
height: 36px;
}
header.scrolled {
height: 64px;
}
#top .txt {
padding: 7vw;
}
#top .txt p {
line-height: 1.2em;
font-size: 18px;
}
#chapterPicture {
padding: 100px 6.5vw 6.5vw 6.5vw;
}
#chapterPicture img {
height: calc(100% - 100px - 6.5vw);
left: 6.5vw;
width: 87vw;
}
}
@media (max-width: 870px) {
#mobile_only .menu_ic {
flex-direction: column;
}
#mobile_only {
padding-top: 60px;
}
}
@media (max-width: 1300px) {
#sol .titre, #video .txt > :first-child, #steps > :first-child {
font-size: 14px;
}
}
@media (max-width: 1220px) {
#sol .fond:before {
width: calc(100% - 283px);
}
#sol .fond > svg {
right: auto;
left: 235px;
}
#sol .flex > :nth-child(2) .fond > svg {
right: auto;
left: 292px;
}
#sol .flex > :nth-child(2) .fond:before {
width: calc(100% - 340px);
}
#page #sol a.wp-block-button__link:hover {
padding-left: 20px;
}
#page #sol a.wp-block-button__link {
font-size: 18px;
padding: 20px;
}
#page #sol .btn_ic {
width: 40px;
height: 40px;
right: 10px;
}
}
@media (max-width: 1100px) {
#sol .flex {
flex-direction: column;
gap: 75px;
}
#sol .bloc {
width: 100%;
max-width: 480px;
margin: 0 auto;
}
section#sol > svg {
display: none;
}
}
@media (max-width: 520px) {
#sol .flex {
width: 87%;
gap: 45px;
padding-bottom: 40px;
}
#sol .fond .btns {
overflow-x: scroll;
display: flex;
scroll-snap-type: x mandatory;
}
#sol .fond .btns::-webkit-scrollbar {
display: none;
}
#sol .question {
font-size: 22px;
max-width: 220px;
}
#sol .fond:before {
display: none;
}
#sol .fond > svg {
display: none;
}
#sol h2 {
padding-bottom: 40px;
}
#sol .fond {
border-radius: 24px;
padding: 30px 0px 30px 30px;
}
#page #sol a.wp-block-button__link {
margin: 0 6.5vw 0 0;
flex-shrink: 0;
width: 60vw;
box-sizing: border-box;
align-content: center;
scroll-snap-align: center;
}
#page #sol .btn_ic {
position: relative;
margin: 12px 0 0 0;
right: 0;
}
}
@media (max-width: 500px) {
.title_and_bc h1 {
font-size: 32px;
margin-bottom: 20px;
}
.widget_breadcrumb {
font-size: 13px;
}
#page a.wp-block-button__link,
#wrapper div.wpforms-container-full button[type=submit],
#video .txt > :last-child a {
font-size: 16px;
padding: 15px 65px 15px 22px;
}
#page .btn_ic {
width: 38px;
}
.menu_ic .item {
width: 87%;
}
.menu_ic .item a {
padding-right: 0;
}
h2 {
font-size: 26px;
}
#sol .titre, #video .txt > :first-child, #steps > :first-child {
font-size: 13px;
}
#sol {
margin-bottom: 65px;
}
#wrapperInner {
padding-top: 60px;
}
}
@media (max-width: 365px) {
.menu_ic .item a {
padding-right: 105px;
}
}