/*
Theme Name: Ouest Béton
Author: Planète Communication
Author URI: https://www.planete-communication.fr
Version: 1
*/

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;
}
/* HTML5 display-role reset for older browsers */
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: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('/wp-content/themes/ouestbeton/fonts/poppins-v22-latin-regular.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('/wp-content/themes/ouestbeton/fonts/poppins-v22-latin-700.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('/wp-content/themes/ouestbeton/fonts/roboto-condensed-v27-latin-700.woff2') format('woff2');
}





* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
body {
	background: #1D1D1B;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 120%;
	color: #1D1D1B;
	-webkit-font-smoothing: antialiased;
}
button {
	font-family: 'Poppins';
}
img {
	max-width: 100%;
	border: 0px;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	margin: 10px 0px;
	font-weight: bold;
	font-family: 'Roboto Condensed';
}
h1 {
	font-size: 64px;
	margin: 0px 0px 30px 0px;
	text-align: center;
	font-weight: 300;
}
h2 {
	font-size: 40px;
	color: #006633;
	line-height: 1;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
a:focus {
	outline: none;
}
a {
	color: #1D1D1B;
  	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;
    height: 60px;
    z-index: 2;
    right: 48px;
    bottom: 12px;
	transition: 0.3s;
}
#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: #006633;
	padding: 0px 12px;
	text-decoration: none;
	font-family: 'Roboto Condensed';
	font-size: 18px;
	font-weight: bold;
}
#nested .firstLevel li a span {
	display: block;
	height: 60px;
	line-height: 60px;
}
#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;
}
#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: 16px;
    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: 6px;
	height: 6px;
	background: #006633;
	position: absolute;
	border-radius: 50%;
	top: 10px;
	left: -15px;
	margin: auto;
}
#page {
	position: relative;
	background: #FFFFFF;
	overflow: hidden;
}
header {
	position: fixed;
	width: 100%;
	height: 160px;
	z-index: 2;
	transition: 0.3s;
	background: #FFFFFF;
}
#headerInner {
	position: relative;
	width: 100%;
	height: 100%;
}
#logo {
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
	transition: 0.3s;
}
#logo img {
	transition: 0.3s;
}
#headerBoxes {
	position: absolute;
    right: 60px;
    top: 25px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 40px;
	transition: 0.3s;
}
/* ----------------------
ZONE INTERIEURE (CONTENU)
-----------------------*/
#wrapper {
	position: relative;
	background: #FFFFFF;
	z-index: 1;
}
#wrapperInner {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	padding: 85px 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;
}




/* ---------------------------- STRUCTURES ET STYLES DES PAGES INTÉRIEURES ---------------------------- */

#chapterPicture {
	padding-top: 160px;
	height: 20vw;
	position: relative;
}
#chapterPicture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.title_and_bc {
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    color: #006633;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 0 5%;
}
.title_and_bc h1 {
	margin-bottom: 15px;
}
.widget_breadcrumb a {
    color: #006633;
    text-decoration: none;
}
.widget_breadcrumb a:hover {
	text-decoration: underline;
}
.widget_breadcrumb {
    font-size: 14px;
}
#chapterPicture > .title_and_bc:first-child {
    background: #CBE0D5;
}
body:not(.home) h2,
body:not(.home) h3 {
	margin-bottom: 15px;
}


/* ------- Passage à menu burger ------- */
@media (min-width: 1251px) {
	#nested ul.firstLevel > li.hidden_on_desktop {
		display: none;
	}
}
@media (max-width: 1250px) {
	header div #nested,
	header.scrolled div #nested {
		width: 40px;
		height: 40px;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 25px;
	}
	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: #1D1D1B;
		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, #1D1D1B, 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, #1D1D1B, 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: #1D1D1B;
		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 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 0;
		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) {
	#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;
	}
}










































/* boutons */
body.error404 article a,
#wrapper a.wp-block-button__link,
#wrapper div.wpforms-container-full button[type=submit],
header a.btn, footer a.wp-block-button__link,
#slider .txt a, #prod a, #qsn a, #wrapper a.btn_fleche,
#dispo a, a.wp-block-post-excerpt__more-link {
	border-radius: 0;
	display: inline-block;
	background: #006633;
	color: #FFFFFF;
	padding: 18px 25px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: 0.3s;
	border: none;
	font-size: 16px;
	height: auto;
	box-shadow: none;
}
body.error404 article a:hover,
#wrapper a.wp-block-button__link:hover,
#wrapper div.wpforms-container-full button[type=submit]:hover,
header a.btn:hover, footer a.wp-block-button__link:hover,
#slider .txt a:hover, #prod a:hover, #qsn a:hover,
#dispo a:hover, a.wp-block-post-excerpt__more-link:hover {
	background: #008040 !important;
	text-decoration: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}



#wrapper a.btn_fleche {
	border: 1px solid #1D1D1B;
	background: #FFFFFF;
	color: #1D1D1B;
	position: relative;
	padding: 17px 25px 17px 75px;
}
#wrapper a.btn_fleche:before {
	content: '';
	height: 100%;
	width: 50px;
	background: #1D1D1B;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.4s;
}
#wrapper a.btn_fleche span {
	position: relative;
}
#wrapper a.btn_fleche:hover {
	background: #FFFFFF !important;
	color: #FFFFFF;
}
#wrapper a.btn_fleche:hover:before {
	width: 100%;
}
#wrapper a.btn_fleche svg {
    position: absolute;
    left: 12px;
    top: 19px;
    width: auto;
    height: 12px;
	transition: 0.4s;
}
#wrapper a.btn_fleche:hover svg {
	left: 23px;
}



.has-noir-color { color: #1D1D1B !important; }
.has-noir-background-color { background-color: #1D1D1B !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: #006633 !important; }
.has-vert-background-color { background-color: #006633 !important; }

.has-vert-clair-color { color: #CBE0D5 !important; }
.has-vert-clair-background-color { background-color: #CBE0D5 !important; }



header a.tel {
    font-weight: 700;
    text-decoration: none;
    color: #006633;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}
header a.tel svg {
    width: auto;
    height: 18px;
}
header a.btn {
    position: relative;
    right: 0;
    top: 0;
}




#top {
    margin-top: 160px;
    height: calc(100vh - 160px);
    position: relative;
	overflow: hidden;
}
#top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: dezoom 1.8s ease-out;
	animation-delay: 0.3s;
	animation-fill-mode: both;
}
@keyframes dezoom {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
#top .titre h1 {
    max-width: 1100px;
	margin: 0;
	line-height: 1;
}
#top .titre {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(29, 29, 27, 0.3);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}



header.scrolled {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	height: 80px;
}
header.scrolled #logo img {
    height: 55px;
}
header.scrolled #headerBoxes {
    top: -45px;
}
header.scrolled a.btn {
    right: -45px;
    top: 59px;
}
header.scrolled #nested {
	right: 210px;
	bottom: 10px;
}
header.scrolled #logo {
    left: 20px;
}







#slider {
    position: relative;
	margin: -40px 75px 75px 75px;
}
#slider .txt > p {
	margin: 0;
}
#slider .txt > span {
    font-family: 'Roboto Condensed';
    color: #006633;
    font-weight: 700;
    border-bottom: 2px solid #006633;
    padding-bottom: 6px;
    margin: 0 0 55px 2px;
}
#slider .txt > p:first-of-type {
    line-height: 1;
    margin: 0 0 30px 0;
    font-size: 64px;
    font-family: 'Roboto Condensed';
    color: #006633;
	max-width: 800px;
}
#slider .item {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-left: 60px;
}
#slider .item .txt {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	z-index: 2;
	padding-bottom: 120px;
}
#slider .item .img {
    height: 600px;
    width: calc(100% - 295px);
	position: relative;
}
#slider .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#slider:not(.slick-initialized) .main > :not(:first-child) {
    display: none;
}
#slider .item .img:before {
    content: '';
    background: linear-gradient(90deg, #FFFFFF, transparent);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 360px;
    pointer-events: none;
}
#slider .second {
    display: flex;
    width: calc(100% - 355px);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 11;
    padding-left: 240px;
    box-sizing: border-box;
}
#slider .second .elem {
	height: 120px;
	padding: 20px 65px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	background: rgba(0, 102, 51, 0.8);
	box-sizing: border-box;
	transition: 0.3s;
	position: relative;
	border-right: 1px solid #427f61;
	cursor: grab;
}
#slider .second span.arrow {
    width: 120px;
    height: 120px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(0, 102, 51, 0.8);
    position: absolute;
    left: 120px;
    cursor: pointer;
    transition: 0.3s;
}
#slider .second span.arrow.prev {
    left: 0;
    transform: rotate(180deg);
}
@media (min-width: 1100px) {
	#slider .second span.arrow:hover {
		background: rgba(0, 102, 51, 0.65);
	}
}
#slider .second .elem span {
    font-family: 'Roboto Condensed';
}
#slider .second .elem.slick-current {
    background: #006633;
}
#slider .second .elem span.chiffre {
    position: absolute;
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 6px;
    top: 25px;
    left: 20px;
}


header a.rs.fb {
    margin-left: -25px;
}


@media (max-width: 1600px) {
	#headerBoxes {
		right: 35px;
		top: 20px;
	}
	header {
		height: 150px;
	}
	#chapterPicture {
		padding-top: 150px;
	}
	.title_and_bc {
		top: 150px;
	}
	#top {
		margin-top: 150px;
		height: calc(100vh - 150px);
	}
	#nested {
		right: 23px;
		bottom: 9px;
	}
	#logo img {
		height: 100px;
	}
	#logo {
		left: 35px;
	}
	header.scrolled a.btn {
		right: 0;
		top: -10px;
	}
	header.scrolled #nested {
		right: 15px;
	}
}
@media (max-width: 1480px) {
	#nested .firstLevel li a {
		font-size: 16px;
	}
	header a.btn {
		font-size: 15px;
		padding: 16px 22px;
	}
	header a.tel {
		font-size: 15px;
	}
	header {
		height: 140px;
	}
	#chapterPicture {
		padding-top: 140px;
	}
	.title_and_bc {
		top: 140px;
	}
	#top {
		margin-top: 140px;
		height: calc(100vh - 140px);
	}
	#nested {
		bottom: 6px;
	}
	#logo img {
		height: 90px;
	}
}
@media (max-width: 1360px) {
	#nested .firstLevel li a {
		padding: 0 8px;
	}
	#headerBoxes {
		right: 31px;
	}
	#headerBoxes {
		right: 18px;
		top: 18px;
		gap: 25px;
	}
	header {
		height: 130px;
	}
	#chapterPicture {
		padding-top: 130px;
	}
	.title_and_bc {
		top: 130px;
	}
	#top {
		margin-top: 130px;
		height: calc(100vh - 130px);
	}
	#nested {
		bottom: 2px;
		right: 12px;
	}
	#logo img {
		height: 80px;
	}
	header a.rs.fb {
    	margin-left: -15px;
	}
}


a.rs {
    display: flex;
    transition: 0.3s;
}
a.rs:hover {
    opacity: 0.7;
}




@media (max-width: 1250px) {
	header, header.scrolled {
		height: 80px;
	}
	#top {
		margin-top: 80px;
		height: 60vw;
	}
	#logo img,
	header.scrolled #logo img {
		height: 58px;
	}
	#headerBoxes,
	header.scrolled #headerBoxes {
		right: 90px;
		bottom: 0;
		top: 0;
	}
	header.scrolled a.btn {
		top: 0;
	}
	#logo, header.scrolled #logo {
		left: 30px;
	}
	#nested .firstLevel li ul li a {
		padding: 10px;
	}
	#chapterPicture {
		padding-top: 80px;
	}
	.title_and_bc {
		top: 80px;
	}
}
@media (max-width: 650px) {
	header a.tel span {
		display: none;
	}
	header a.tel svg {
		width: auto;
		height: 14px;
	}
	header a.tel svg path {
		fill: #FFFFFF;
		transition: 0.3s;
	}
	header a.tel {
		width: 24px;
		height: 24px;
		background: #006633;
		justify-content: center;
		border-radius: 3px;
	}
	header a.btn {
		display: none;
	}
	#headerBoxes {
		gap: 15px;
	}
	header a.rs.fb {
    	margin-left: 0;
	}
}
@media (max-width: 1190px) {
	#slider .second {
		width: 100%;
	}
	#prod > svg {
		display: none;
	}
	#slider .txt > p:first-of-type {
		font-size: 44px;
	}

}
@media (max-width: 800px) {
	h1 {
		font-size: 8vw;
	}
	#slider .item .img:before {
		display: none;
	}
	#slider .item {
		margin: 0;
		flex-direction: column;
	}
	#slider .item .img img {
		height: 56vw;
	}
	#slider .txt > span {
		margin-bottom: 35px;
	}
	#slider .item .txt {
		position: relative;
		padding: 50px;
	}
	#slider .item .img {
		height: auto;
		width: 100%;
	}
	#slider .second {
		position: relative;
	}
}




@media (max-width: 500px) {
	body.menu_open header div #nested .contentSmart > span:nth-child(3) {
		top: -6px;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(1) {
		top: 8px;
	}
	#nested ul.firstLevel > li {
		max-width: 90vw;
		padding-left: 15px;
	}
	#nested ul.firstLevel li ul li a {
		font-size: 14px;
	}
	body {
		font-size: 16px;
	}
	.widget_breadcrumb {
		font-size: 13px;
	}
	body:not(.home):not(.error404) .title_and_bc {
		padding: 35px 6.5%;
	}



	#top .titre h1 {
		max-width: 80vw;
	}
	h1 {
		line-height: 1;
		font-size: 11vw;
	}
	body.menu_open header a.tel svg path {
		fill: #1D1D1B;
	}
	#slider .txt > p:first-of-type {
		font-size: 32px;
	}
	#slider .item .txt {
		padding: 50px 6.5%;
	}
	#slider .second .elem {
		height: 80px;
		padding-right: 25px;
	}
	#slider .second span.arrow svg {
		width: auto;
		height: 14px;
	}
	#slider .second {
		padding-left: 120px;
	}
	#slider .second span.arrow {
		width: 60px;
		height: 80px;
	}
	#slider .second span.arrow {
		left: 60px;
	}
	body.error404 article a, #wrapper a.wp-block-button__link, section.newsContainer .droite > a,
	#wrapper div.wpforms-container-full button[type=submit], header a.btn,
	footer a.wp-block-button__link, #slider .txt a, #prod a, #qsn a,
	#wrapper a.btn_fleche, #dispo a, a.wp-block-post-excerpt__more-link {
		padding: 15px 22px;
		transition: 0.1s;
		font-size: 15px;
	}
	#wrapper a.btn_fleche {
		padding: 15px 22px 15px 72px;
	}
	#wrapper a.btn_fleche svg {
		top: 17px;
	}
	header.scrolled {
		height: 60px;
	}
	header.scrolled #logo img {
		height: 36px;
	}
	h2 {
		font-size: 32px;
	}
	body.home h2 {
		margin-bottom: 20px;
	}
	#wrapperInner {
		padding-top: 65px;
	}

	#slider .txt > p,
	#slider .txt > span {
		visibility: hidden;
	}

	#slider {
    	margin: -40px 0 0 0;
	}

}
@media (max-width: 345px) {
	#headerBoxes, header.scrolled #headerBoxes {
		gap: 12px;
		right: 80px;
	}
}