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;
}
ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
@font-face {
font-display: swap;
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url(//www.cesbron-mickael.fr/wp-content/themes/cesbronmickael/fonts/montserrat-v31-latin-regular.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url(//www.cesbron-mickael.fr/wp-content/themes/cesbronmickael/fonts/montserrat-v31-latin-500.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(//www.cesbron-mickael.fr/wp-content/themes/cesbronmickael/fonts/montserrat-v31-latin-700.woff2) format('woff2');
}
* {
border: 0px;
margin: 0px;
padding: 0px;
text-decoration: none;
}
body {
background: #2D2D2D;
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 120%;
color: #2D2D2D;
-webkit-font-smoothing: antialiased;
}
button {
font-family: 'Montserrat';
}
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;
margin: 0px 0px 30px 0px;
font-weight: 400;
text-transform: uppercase;
}
h2 {
font-size: 36px;
text-transform: uppercase;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 20px;
}
a:focus {
outline: none;
}
a {
color: #2D2D2D;
text-decoration: underline;
}
p {
margin: 10px 0px;
line-height: 1.4em;
}
ul, ol {
margin: 10px 0px 10px 15px;
}
ul ul, 
ol ol, 
ul ol, 
ol ul {
margin: 0px 0px 0px 30px;
}
li {
line-height: 1.4em;
}
sup {
font-size: smaller;
vertical-align: text-bottom;
}
#nested .smart-menu {
display: none;
}
#nested {
position: absolute;
left: 0;
right: 0;
bottom: 0px;
height: 50px;
z-index: 2;
background: #81427E;
}
#nested .firstLevel {
height: 50px;
margin: 0px;
text-align: center;
}
#nested .firstLevel li {
position: relative;
display: inline-block;
height: 50px;
transition: 0.25s opacity;
}
#nested .firstLevel li a {
display: block;
height: 50px;
line-height: 50px;
color: #FFFFFF;
padding: 0px 20px;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
font-weight: bold;
}
#nested .firstLevel li a span {
display: block;
height: 50px;
line-height: 50px;
}
#nested .firstLevel li ul {
position: absolute;
width: 260px;
height: 0px;
background: #FFFFFF;
margin-left: -130px;
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: 6px;
}
#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 #EDEDED;
transition: 0.4s;
}
#nested ul.firstLevel li ul li:hover {
background: #F7F7F7;
}
#nested .firstLevel li ul li:last-child {
border-bottom: none;
}
#nested .firstLevel li ul li a {
height: auto;
padding: 15px 10px;
line-height: 120%;
font-size: 14px;
font-weight: 400;
text-align: left;
color: #2D2D2D;
text-transform: initial;
}
#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: 6px;
height: 6px;
background: #028749;
position: absolute;
border-radius: 50%;
top: 8px;
left: -15px;
margin: auto;
}
#page {
position: relative;
background: #FFFFFF;
overflow: hidden;
}
header {
position: fixed;
width: 100%;
height: 170px;
z-index: 2;
transition: 0.3s;
background: #FFFFFF;
}
#headerInner {
position: relative;
width: 100%;
height: 100%;
}
#logo {
position: absolute;
top: 0;
bottom: 50px;
left: 60px;
display: flex;
align-items: center;
transition: 0.3s;
}
#logo img {
transition: 0.3s;
}
#headerBoxes {
position: absolute;
right: 60px;
top: 0;
bottom: 50px;
display: flex;
align-items: center;
gap: 30px;
transition: 0.3s;
} #wrapper {
position: relative;
background: #FFFFFF;
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;
}
body.home #container {
margin: 0px;
} #chapterPicture {
padding-top: 170px;
height: 20vw;
position: relative;
background: #81427E;
}
#chapterPicture img {
width: 100%;
height: 100%;
object-fit: cover;
}
.title_and_bc {
position: absolute;
top: 170px;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.3);
color: #FFFFFF;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 0 5%;
}
.title_and_bc h1 {
font-size: 46px;
margin-bottom: 15px;
font-weight: 700;
max-width: 1120px;
}
.widget_breadcrumb a {
color: #FFFFFF;
text-decoration: none;
}
.widget_breadcrumb a:hover {
text-decoration: underline;
}
.widget_breadcrumb {
font-size: 14px;
}
#chapterPicture > .title_and_bc:first-child {
background: #EEEEEE;
color: #2D2D2D;
}
#chapterPicture > .title_and_bc:first-child .widget_breadcrumb a {
color: #2D2D2D;
}
body:not(.home) h2,
body:not(.home) h3 {
margin-bottom: 15px;
} @media (min-width: 1261px) {
#nested ul.firstLevel > li.hidden_on_desktop {
display: none;
}
}
@media (max-width: 1260px) {
header div #nested {
width: 40px;
height: 40px;
top: 0;
right: 25px;
left: auto;
background: none;
margin: auto;
}
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: #2D2D2D;
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, #2D2D2D, 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, #2D2D2D, 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: #2D2D2D;
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;
}
body.menu_open header div #nested .contentSmart > span {
background: #FFFFFF;
}
#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 30px 0;
display: flex;
flex-direction: column;
align-items: flex-start;
padding-left: 30px;
}
#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: -11px;
top: 9px;
}
#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: 40px;
}
#chapterPicture {
height: 25vw;
}
}
@media (max-width: 1050px) {
#chapterPicture {
height: auto;
}
#chapterPicture img {
position: absolute;
top: 0;
left: 0;
}
body:not(.home):not(.error404) .title_and_bc {
position: relative;
padding: 5%;
top: 0;
}
.title_and_bc h1 {
font-size: 36px;
}
}
.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
}
}      #wrapper a.wp-block-button__link,
#wrapper div.wpforms-container-full button[type=submit],
header a.btn,
body.home .c .titre > p:last-child a {
border-radius: 10px;
display: inline-block;
background: #81427E;
color: #FFFFFF;
padding: 12px 20px;
font-weight: 700;
text-transform: uppercase;
line-height: 1;
text-decoration: none;
transition: 0.3s;
border: none;
font-size: 16px;
height: auto;
box-shadow: none;
width: auto;
}
#wrapper a.wp-block-button__link:hover,
#wrapper div.wpforms-container-full button[type=submit]:hover,
header a.btn:hover,
body.home .c .titre > p:last-child a:hover {
background: #028749 !important;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
header a.btn {
background: #028749;
}
header a.btn:hover {
background: #81427E !important;
}
.has-noir-color { color: #2D2D2D !important; }
.has-noir-background-color { background-color: #2D2D2D !important; }
.has-blanc-color { color: #FFFFFF !important; }
.has-blanc-background-color { background-color: #FFFFFF !important; }
.has-gris-color { color: #F4F4F4 !important; }
.has-gris-background-color { background-color: #F4F4F4 !important; }
.has-vert-color { color: #028749 !important; }
.has-vert-background-color { background-color: #028749 !important; }
.has-vert-color { color: #81427E !important; }
.has-vert-background-color { background-color: #81427E !important; }
#headerBoxes ul {
margin: 0;
display: flex;
gap: 24px;
}
#headerBoxes ul a {
color: #81427E;
text-decoration: none;
}
#headerBoxes ul a:hover {
text-decoration: underline;
}
header.scrolled {
box-shadow: 0 0 10px rgba(0,0,0,0.2);
height: 120px;
}
header.scrolled #logo {
left: 30px;
}
header.scrolled #logo img {
height: 26px;
}
header.scrolled #headerBoxes {
right: 30px;
}
.cta {
position: fixed;
top: 270px;
right: 0;
z-index: 99;
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 15px;
}
.cta a {
background: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L7.5 6.82432L0.5 13.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left 15px center;
background-color: #028749;
color: #FFFFFF;
text-transform: uppercase;
text-decoration: none;
height: 67px;
display: flex;
align-items: center;
padding: 0 22px 0 40px;
box-sizing: border-box;
width: 192px;
margin-right: -18px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
font-size: 14px;
font-weight: 500;
line-height: 1.2em;
transition: 0.3s;
box-shadow: -4px 4px 10px rgba(0,0,0,0.15);
}
.cta a:hover {
margin-right: 0;
}
.cta a:last-child {
background-color: #81427E;
}
#top {
position: relative;
background: #81427E;
padding-top: 170px;
height: calc(100vh - 170px);
overflow: hidden;
}
#top .scroll {
position: absolute;
bottom: 0;
right: 0;
color: #FFFFFF;
text-transform: uppercase;
cursor: pointer;
display: flex;
align-items: center;
gap: 20px;
padding: 30px 200px 30px 50px;
z-index: 1;
}
#top .scroll:after {
content: '';
width: 180px;
height: 2px;
background: #FFFFFF;
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
#top .scroll:before {
content: '';
width: 2000px;
height: 2000px;
background: #028749;
position: absolute;
z-index: -1;
left: -420px;
bottom: -1800px;
transform: rotate(78deg);
pointer-events: none;
}
#top .h1 {
position: absolute;
top: 170px;
left: 10%;
bottom: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
color: #FFFFFF;
z-index: 1;
max-width: 550px;
text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
z-index: 2;
}
#top:after {
content: '';
background: #2D2D2D;
opacity: 0.4;
pointer-events: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
#top > img {
width: 100%;
height: 100%;
object-fit: cover;
animation: dezoom 2.5s ease;
animation-fill-mode: both;
animation-delay: 0.2s;
}
@keyframes dezoom {
0% {
transform: scale(1.12);
}
100% {
transform: scale(1);
}
}
#top .h1 h1,
#top .h1 p {
animation: fromBottom 1s ease;
animation-fill-mode: both;
animation-delay: 0.4s;
position: relative;
}
@keyframes fromBottom {
0% {
bottom: -20px;
opacity: 0;
}
100% {
bottom: 0px;
opacity: 1;
}
}
#top .h1 p {
margin-bottom: 0;
font-weight: 500;
font-size: 26px;
line-height: 1.25em;
animation-delay: 0.7s;
}
#sdb {
background: #028749;
color: #FFFFFF;
padding: 110px 0;
scroll-margin-top: 90px;
}
body.home .c {
width: 90%;
max-width: 1140px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
body.home .c .titre {
width: 29%;
}
body.home .c .imgs {
width: 63%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
body.home .c .imgs > .gauche {
width: 56.5%;
}
body.home .c .imgs > .droite {
width: 40%;
position: relative;
}
body.home .c .titre p {
font-size: 24px;
font-weight: 700;
line-height: 1.25em;
}
body.home .c .titre > p:last-child a {
margin-top: 20px;
}
body.home .c .titre h2,
#tem h2 {
position: relative;
padding-bottom: 40px;
}
body.home .c .titre h2:after,
#tem h2:after {
content: '';
width: 85px;
height: 2px;
background: #FFFFFF;
position: absolute;
left: 0;
bottom: 15px;
}
body.home .c .imgs img {
width: 100%;
height: auto;
border-radius: 10px;
}
body.home .c .imgs > .droite > p:first-child {
margin-top: 0;
}
body.home .c .imgs > .droite > img:not(:first-child) {
margin-top: 15px;
}
body.home .c .imgs > .gauche > img:first-child:not(:last-child) {
margin-bottom: 15px;
}
#sdb .titre > p:last-child a:hover {
background: #FFFFFF !important;
color: #028749;
}
body.home .c .titre h2 + p:last-child a {
margin-top: 5px;
}
@media (max-width: 1600px) {
#headerBoxes {
right: 45px;
}
#logo {
left: 45px;
}
#logo img {
height: 36px;
}
#nested .firstLevel li a {
padding: 0 16px;
}
header {
height: 150px;
}
#top .h1,
.title_and_bc {
top: 150px;
}
#top {
padding-top: 150px;
height: calc(100vh - 150px);
}
#chapterPicture {
padding-top: 150px;
}
h1 {
font-size: 50px;
}
#top .h1 p {
font-size: 24px;
}
}
@media (max-width: 1430px) {
#nested .firstLevel li a {
padding: 0 12px;
font-size: 15px;
}
}
@media (max-width: 1320px) {
#wrapper a.wp-block-button__link, #wrapper div.wpforms-container-full button[type=submit],
header a.btn, body.home .c .titre > p:last-child a {
font-size: 14px;
}
#nested .firstLevel li a {
font-size: 14px;
}
}
@media (max-width: 1260px) {
#headerBoxes ul {
display: none;
}
header,
header.scrolled {
height: 90px;
}
#headerBoxes,
header.scrolled #headerBoxes {
bottom: 0;
right: 85px;
}
#logo {
bottom: 0;
}
#nested .firstLevel li ul li a {
color: #FFFFFF;
padding: 10px;
}
#top {
padding-top: 90px;
height: calc(100vh - 90px);
}
#chapterPicture {
padding-top: 90px;
}
#top .h1,
.title_and_bc {
top: 90px;
}
#nested ul.firstLevel li#menu-item-48 a {
border-radius: 10px;
background: #81427E;
padding: 12px 20px 10px 20px;
text-transform: uppercase;
font-size: 16px;
margin: 0 0 0 12px;
}
}
@media (min-width: 501px) and (max-width: 1260px) {
.cta {
display: none;
}
}
@media (max-width: 1100px) {
#top .scroll {
display: none;
}
#top {
height: auto;
}
#top .h1 {
position: relative;
left: 0;
top: 0;
padding: 50px 6.5vw;
max-width: 100%;
box-sizing: border-box;
}
#top > img {
position: absolute;
left: 0;
top: 90px;
height: calc(100% - 90px);
}
}
@media (max-width: 700px) {
#headerBoxes {
display: none;
}
#logo,
header.scrolled #logo {
left: 6.5vw;
}
#logo img,
header.scrolled #logo img {
height: 26px;
}
header div #nested {
right: 6.5vw;
margin-right: -8px;
}
}
@media (max-width: 930px) {
body.home .c {
flex-direction: column;
gap: 35px;
}
body.home .c .titre,
body.home .c .imgs {
width: 100%;
}
#sdb {
padding: 45px 0;
}
}
@media (max-width: 650px) {
body.home .c .imgs > .gauche {
width: 100%;
}
body.home .c .imgs > .droite {
display: flex;
flex-direction: column-reverse;
width: 100%;
}
body.home .c .imgs > .droite > img:not(:first-child) {
margin: 0 0 25px 0;
}
body.home .c .imgs {
gap: 30px;
}
}
@media (max-width: 500px) {
#nested ul.firstLevel > li {
max-width: 90vw;
padding-left: 15px;
}
.title_and_bc h1 {
font-size: 30px;
}
.widget_breadcrumb {
font-size: 13px;
}
body:not(.home):not(.error404) .title_and_bc {
padding: 35px 6.5%;
}
.cta {
top: auto;
bottom: -20px;
opacity: 0;
pointer-events: none;
flex-direction: row;
gap: 0;
align-items: initial;
left: 0;
transition: 0.3s;
}
.cta.show {
opacity: 1;
bottom: 0;
pointer-events: initial;
}
.cta a {
background-image: none;
height: auto;
margin: 0;
width: 50%;
border-radius: 0;
text-align: center;
padding: 15px;
box-sizing: border-box;
font-size: 2.8vw;
justify-content: center;
}
.cta a br {
display: none;
}
#logo img {
height: 22px;
}
header.scrolled #logo img {
height: 18px;
}
header.scrolled {
height: 60px;
}
h1 {
font-size: 9.6vw;
}
#top .h1 p {
font-size: 18px;
}
h2 {
font-size: 26px;
}
body.home .c .titre p {
font-size: 16px;
}
body.home .c {
width: 87%;
}
#nested ul.firstLevel li a {
font-size: 16px;
}
#nested ul.firstLevel > li.menu-item-has-children > a:after {
right: -6px;
top: 8px;
}
#top .h1 h1 {
margin-bottom: 10px;
}
#wrapperInner {
padding-top: 60px;
}
}
@media (max-width: 380px) {
#nested ul.firstLevel li a {
font-size: 15px;
}
}
@media (max-width: 360px) {
#nested .firstLevel li a span {
display: inline;
}
#nested ul.firstLevel > li.menu-item-has-children > a:after {
position: relative;
display: inline;
right: -8px;
top: 13px;
}
}