/*
Theme Name: Fidso Theme
Theme URI: https://underscores.me/
Author: as
Author URI: https://changebyfidso.com
Description: Minimal and unstyled starter template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

as Template is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 General
3.0 Header
4.0 Page
5.0 Footer
6.0 Widget
6.1 New Code
10.0 Responsive
10.1 New Code
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* BR Nebula Fonts */
@font-face {
    font-family: "BR Nebula";
    src: url("fonts/BR Nebula/BRNebula-Hairline.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "BR Nebula";
    src: url("fonts/BR Nebula/BRNebula-HairlineItalic.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "BR Nebula";
    src: url("fonts/BR Nebula/BRNebula-Thin.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "BR Nebula";
    src: url("fonts/BR Nebula/BRNebula-ThinItalic.otf") format("opentype");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "BR Nebula";
    src: url("fonts/BR Nebula/BRNebula-ExtraLight.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "BR Nebula";
    src: url("fonts/BR Nebula/BRNebula-ExtraLightItalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "BR Nebula";
    src: url("fonts/BR Nebula/BRNebula-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "BR Nebula";
    src: url("fonts/BR Nebula/BRNebula-LightItalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "BR Nebula";
    src: url("fonts/BR Nebula/BRNebula-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "BR Nebula";
    src: url("fonts/BR Nebula/BRNebula-RegularItalic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "BR Nebula";
    src: url("fonts/BR Nebula/BRNebula-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "BR Nebula";
    src: url("fonts/BR Nebula/BRNebula-MediumItalic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "BR Nebula";
    src: url("fonts/BR Nebula/BRNebula-SemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "BR Nebula";
    src: url("fonts/BR Nebula/BRNebula-SemiBoldItalic.otf") format("opentype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "BR Nebula";
    src: url("fonts/BR Nebula/BRNebula-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "BR Nebula";
    src: url("fonts/BR Nebula/BRNebula-BoldItalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "BR Nebula";
    src: url("fonts/BR Nebula/BRNebula-Black.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "BR Nebula";
    src: url("fonts/BR Nebula/BRNebula-BlackItalic.otf") format("opentype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "BR Nebula";
    src: url("fonts/BR Nebula/BRNebula-Super.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "BR Nebula";
    src: url("fonts/BR Nebula/BRNebula-SuperItalic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
}

:root {
    --bleu-profond: #002956;
    --jaune-dor: #F8C300;
    --blanc: #FFFFFF;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: 'Inter', sans-serif;
	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smooth: never;
}

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 {
	font-size:48px;
	/*font-weight:600;*/
	letter-spacing:-0.02em;
	line-height:1.5em;
	color:var(--blanc);
}

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;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 General
--------------------------------------------------------------*/

	/* HTML */
	
html {
	font-family: sans-serif;
	color: black;
	font-size: 16px;
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
}

a {
}

h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	margin-bottom:0;
	font-family: "BR Nebula";
    font-weight: 800;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

p, .page-content-section.post-content-section .post-content p {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	color: #464F5C;
	line-height: 1.5em;
	margin-top:0;
	font-weight:400;
}

ul {
}

ol {
}

li {
}

blockquote {
}

img {
}

	/* WordPress */
	
.gallery {
    display: flex;
    flex-flow: row wrap;
}

.gallery figure {
	margin: 5px;
}

.gallery a {
	display: block;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.wp-caption {
	background: var(--blanc);
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone, .wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

	/* Class */

.clear {
	clear: both;
}

	/* Animations */

#primary-menu .sub-menu {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
#masthead {
}

#logo {
}

#site-navigation {
	align-self: center;
}


/*--------------------------------------------------------------
4.0 Page
--------------------------------------------------------------*/
#page {
}

#content {
}

#primary {
}

#main {
}

#secondary {
}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
#colophon {
	background: var(--bleu-profond);
	padding: 16px 0;
}

#copyright {
	font-size: 12px;
	color: white;
	text-align: center;
}

/*--------------------------------------------------------------
6.0 AS
--------------------------------------------------------------*/

a {
	transition: all 200ms ease-in-out;
}

.flex {display:flex;}

.justify-space-between {justify-content:space-between;}

.align-center {align-items:center;}

.justify-flex-end {justify-content:flex-end;}

.justify-content-center {justify-content:center;}

.flex-1 {flex:1;}

.wrapper {
	max-width: 1312px;
	padding: 0 16px;
	position: relative;
	margin: auto;
}

footer .wrapper  {box-sizing:border-box;}

#masthead {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 100;
}

.header-height, #masthead {min-height:90px;background:var(--bleu-profond);}

.top-header {
	background-color: var(--bleu-profond);
	border-bottom: 2px solid #FBB800;
}

.top-header .wrapper {
	height: 40px;
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
}

.main-header {
	background-color: white;
	border-bottom: 2px solid #FBB800;
}

.main-header .wrapper {
	height: 110px;	
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

#primary-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

#primary-menu a {
	text-decoration: none;
}

#primary-menu > li > a {
	color: var(--bleu-profond);
	font-size: 18px;
	height: 110px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 10px 12px;
	box-sizing: border-box;
	line-height: 1.2em;
}

#primary-menu > li > a:hover {
	background: #ecf3f9;
}

#primary-menu > li:last-child > a,
#primary-menu > li:nth-last-child(2) > a {
	border-left: 1px solid #E8E8E8;
	font-weight: bold;
	max-width: 130px;
	flex-direction: column;
}

#primary-menu > li:nth-last-child(2) > a {
	color: #FBB800;
}

#primary-menu > li:nth-last-child(2) > a::after {
	content: url(img/contact.png);
	margin-top: 8px;
}

#primary-menu > li:last-child > a {
	border-right: 1px solid #E8E8E8;
}

#primary-menu > li:last-child > a::after {
	content: url(img/agence.png);
	margin-top: 6px;
}

.home-main-section {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.home-main-section::before {
	content: '';
	background: black;
	opacity: 0.4;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.menu-item.lang-item {display:flex;align-items:stretch;}
.menu-item.lang-item a {height:auto;display:flex;align-items:center;}

.header-menu-container {flex:1;max-width:100%;width:100%!important;}
.header-menu-container .header-nav ul[id^="menu-menu-header"] .icon-compte {flex:1;}
.header-menu-container .header-nav ul[id^="menu-menu-header"] .icon-compte > a {margin-left:auto!important;}
.header-menu-container .header-nav ul[id^="menu-menu-header"] .icon-compte {position:relative;padding-right:36px;}
.header-menu-container .header-nav ul[id^="menu-menu-header"] .icon-compte:after {
	content:'';
	border-right:1px solid rgba(255, 255, 255, 0.3);
	position:absolute;
	top:50%;
	right:0;
	width:1px;
	height:31px;
	transform:translateY(-50%);
}

.home-main-section .wrapper {
	height: 520px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: white;
	padding-bottom: 160px;
	box-sizing: border-box;
}

.home-main-section h1 {
	font-weight: normal;
	font-size: 70px;
}

.home-main-section h1 strong {
	font-size: 40px;
	font-family: 'Raleway', sans-serif;
	color: #FBB800;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home-main-section h1 strong::after {
	content: '';
	width: 118px;
	height: 1px;
	background: #FBB800;
	margin-top: 14px;
}

.home-main-section h1 br {
	display: none;
}

.home-section-2 {
	margin-top: 150px;
}

.home-section-2,
.home-section-5,
.home-section-avis{
	padding: 60px 0;
}

.home-section-2 .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home-section-2-left {
	width: 34%;
}

.home-section-2-right {
	width: 58%;
}

h2, .h2  {
	color: var(--bleu-profond);
	font-size: 36px;
	letter-spacing:-0.02em;
	line-height: 1.5em;
	/*font-weight:600;*/
}
.page-content-section p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	color: var(--bleu-profond)!important;
	font-size: 36px!important;
	letter-spacing:-0.02em!important;
	line-height: 1.5em!important;
	font-weight:700!important;
	margin-bottom:20px!important;
}

h3 {
	color: var(--bleu-profond);
	font-size: 20px;
	line-height: 1.5em;
	letter-spacing:-0.02em;
	/*font-weight:600;*/
}

.lead-txt {
	font-size:20px;
	font-weight:700;
	letter-spacing:-0.02em;
	line-height:1.5;
}

.home-section-2-left h2::after,
.home-section-3 h2::after {
	content: '-------------------';
	color: #FBB800;
	font-size: 16px;
	margin: 0 0 10px 18px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: -2px;
}

.home-section-2-right {
	display: flex;
	justify-content: space-between;
}

.col {
	display: flex;
	flex-direction: column;
	width: 32%;
}

.col > div {
	padding: 20px;
	box-shadow: 0px 0px 16px -1px rgb(0 0 0 / 10%);
	min-height: 230px;
}

.col > div img {
	margin-bottom: 0;
}

.col > div:first-child {
	margin-bottom: 20px;
}

.col p {
	font-size: 14px;
}

.col h3 {
	margin-top: 0;
}

.home-section-2-right > .col:nth-child(2) {
	padding-top: 40px;
}

.home-section-2-right > .col:nth-child(3) {
	padding-top: 80px;
}

.home-section-3 {
	overflow: hidden;
}

.home-section-3 .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.homesection3-left {
	width: 58%;
}

.homesection3-left > div {
	width: 180%;
	height: 630px;
	background-position: right center;
	background-repeat: no-repeat;
	float: right;
}

.homesection3-right {
	width: 38%;
}

.home-section-3 a,
.home-section-4 p > a:first-child {
	color: white;
	background: url(img/arrow-white.png) no-repeat right 16px center #FBB800;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 50px 12px 16px;
	display: inline-block;
	margin-top: 10px;
	font-size: 16px;
	line-height: 1em;
	height: 40px;
	box-sizing: border-box;
}

.home-section-3 a:hover,
.home-section-4 p > a:first-child:hover {
	background-color:#e08a00;
}

.home-section-3 h2 {
	margin-top: 0;
}

.home-section-4,
.pre-footer {
	padding: 100px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.home-section-4 p,
.pre-footer p {
	color: white;
	font-weight: 500;
	font-size: 24px;
	display: flex;
	justify-content: center;
	margin-top: 0;
	flex-wrap: wrap;
}

.home-section-4 p > a {
	margin-left: 5px;
	margin-right: 5px;
}

.home-section-4 p > a:last-child {
	color: #FBB800;
	background: url(img/arrow-jaune.png) no-repeat right 16px center;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 50px 12px 16px;
	display: inline-block;
	margin-top: 10px;
	font-size: 16px;
	line-height: 1em;
	height: 40px;
	box-sizing: border-box;
	border: 2px solid #FBB800;
}

.home-section-4 p > a:last-child:hover {
	color: black;
	background: url(img/arrow-white.png) no-repeat right 16px center #FBB800;
}

.newssection-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.newssection-title h2 {
	margin: 0;
	background: white;
	padding-right: 20px;
}

.newssection-title > a {
	color: var(--bleu-profond);
	background: url(img/arrow-bleu.png) no-repeat right center white;
	font-weight: bold;
	text-decoration: none;
	padding: 0 32px 0 20px;
	display: inline-block;
	font-size: 16px;
	line-height: 1em;
	box-sizing: border-box;
}

.newssection-title > a:hover {
	color: #FBB800;
	background: url(img/arrow-jaune.png) no-repeat right center white;
}

.newssection-title::before {
	content: '';
	background: #FBB800;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	margin: auto;
	z-index: -1;
}

.home-news {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.home-news > .col:first-child {
	width: 60%;
}

.home-news > .col:first-child a {
	width: 100%;
	height: 622px;
}

.home-news > .col:last-child {
	width: 38%;
}

.home-news > .col:last-child a {
	width: 100%;
	height: 294px;
}

.home-news > .col:last-child a:first-child {
	margin-bottom: 34px;
}

.home-news a {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	position: relative;
	text-decoration: none;
	color: white;
	overflow: hidden;
}

.home-news a p {
	color: white;
	margin: 0;
	max-height: 0;
	opacity: 0;
	padding-top: 0;
	transition: all 300ms ease-in-out;
}

.home-news a:hover p {
	opacity: 1;
	max-height: 500px;
	padding-top: 4px;
}

.news-home-cont {
	background: rgba(0, 50, 97, 0.9);
	padding: 20px 26px;
	position: relative;
	z-index: 2;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.home-news > .col:first-child a .news-home-cont {
	max-width: 500px;
}

.news-visu {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
	background-color: #e8f0f7;
	transition: all 400ms ease-in-out;
}

.home-news a:hover .news-visu {
	transform: scale(1.1);
}

.news-home-cont strong {
	font-size: 24px;
	display: block;
	margin: 2px 0 6px 0;
}

.newsdate {
	color: #FBB800;
	display: flex;
	align-items: center;
	font-weight: 600;
}

.newsdate::after {
	content: '';
	background: #FBB800;
	width: 30px;
	height: 1px;
	margin-left: 10px;
}

.btn {
	color: white;
	background: url(img/arrow-white.png) no-repeat right 16px center #FBB800;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 50px 12px 16px;
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
	line-height: 1em;
	height: 40px;
	box-sizing: border-box;
}

.pre-footer {
	background-image: url(img/footer_bg.jpg);
	display: flex;
	flex-flow: row wrap;
}

.pre-footer .wrapper {
	text-align: center;
}

.pre-footer .wrapper.side {
	margin: 0px;
	width: 15%;
}

.pre-footer .btn {
	margin-top: 10px;
}

.pre-footer .btn:hover {
	background-color: #e08a00;
}

.rs_icons{
	display: flex;
	justify-content: space-evenly;
}

.rs_icons .btn{
	background-size: 64px !important;
	border-radius: 8px;
  	padding: 22px;
}

.btn.blue-facebook {
	background: url(img/facebook-icon.png) no-repeat center var(--bleu-profond);
}
.btn.blue-linkedin {
	background: url(img/linkedin-icon.png) no-repeat center var(--bleu-profond);
}
.btn.blue-instagram {
	background: url(img/instagram-icon.png) no-repeat center var(--bleu-profond);
}

.btn.blue-facebook:hover, .btn.blue-linkedin:hover, .btn.blue-instagram:hover{
	background-color: var(--bleu-profond);
}

.tophead-action {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #FBB800;
	display: flex;
	align-items: center;
	padding: 0 14px 0 10px;
}

.tophead-action img {
	margin-right: 10px;
	width: 15px;
}

.tophead-action:hover {
	background-color: #001e3a;
}

.ul-lang-switcher {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 10px;
	display: flex;
	align-items: center;
}

.home-devises {
	width: calc(100% - 132px);
	display: flex;
	margin: 0 30px;
	box-shadow: 0px 0px 16px -1px rgb(0 0 0 / 10%);
}

.home-devises a {
	height: 238px;
	display: flex !important;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--bleu-profond);
	background-color: white;
	padding: 20px;
	font-size: 14px;
	text-decoration: none;
	border-right: 1px solid #E8E8E8;
}

.home-devises a:last-child {
	border-right: 0;
}

.home-devises a:hover {
	background: #ecf3f9;
}

.home-devises a .flag {
	width: 42px;
	height: 42px;
	transition: all 200ms ease-in-out;
}

.home-devises a:hover .flag {
	transform: scale(1.1);
}

.home-devises a strong {
	font-weight: 600;
	margin: 10px 0 16px 0;
	font-size: 16px;
}

.home-devises a span.first {
	color: #FBB800;
	font-size: 15px;
}

.fixing {
	display: flex;
	align-items: center;
	flex-direction: column;
	font-weight: bold;
	font-size: 16px;
	margin-top: 18px;
}

.fixing.up {
	color: #047A00;
}

.fixing.down {
	color: #DF0000;
}

.home-devises-container {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: -139px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.devise-left,
.devise-right {
	padding: 20px 0 30px 0;
	cursor: pointer;
}

.devise-left:hover,
.devise-right:hover {
	opacity: 0.5;
}

.devise-right {
	padding: 20px 0 30px 0;
	cursor: pointer;
	transform: scaleX(-1);
}

.as-footer-menu {
	display: flex;
	justify-content: center;
	align-items: center;
}

.as-footer-menu p {
	margin: 0;
}

.as-footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.as-footer-menu ul li a {
	text-decoration: none;
	color: white;
	font-size: 12px;
	display: flex;
	align-items: center;
}

.as-footer-menu ul li a::before {
	content: '-------';
	color: #FBB800;
	letter-spacing: -2px;
	margin: 0 8px;
}

.tophead-actions {
	display: flex;
}

.mobmenur-container i {
	color: var(--bleu-profond) !important;
}

.mob-menu-header-holder {
	pointer-events: none;
}

.mobmenur-container {
	pointer-events: all;
	top: 30px !important;
	margin-right: 10px !important;
}

.home-selectbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.home-selectbox .head {
	font-size: 20px;
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}

.home-selectbox .head img {
	width: 11px;
	height: auto;
	margin-right: 6px;
}

#homeselectbox {
	color: black;
	width: 260px;
	height: 40px;
	border: 0;
	padding: 0 10px;
	font-size: 14px;
	border-right: 10px solid white;
	margin-right: 6px;
	outline: none;
}

.btn {
	color: white;
	background: url(img/arrow-white.png) no-repeat right 16px center #FBB800;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 50px 12px 16px;
	display: inline-block;
	font-size: 16px;
	line-height: 1em;
	height: 40px;
	box-sizing: border-box;
	cursor: pointer;
	margin-top: 0;
}

.btn:hover {
	background-color: #e08a00;
}

.home-selectbox .body {
	display: flex;
}

.pagepage .home-main-section h1 {
	font-size: 50px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	color: #FBB800;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.pagepage .home-main-section::before {
	background: #00203F;
}

.pagepage .home-main-section .wrapper,
.home-main-section .pagepage-wrapper {
	padding-bottom: 0;
	height: 396px;
}

.pagepage .home-main-section h1::after {
	content: '';
	width: 118px;
	height: 1px;
	background: #FBB800;
	margin-top: 14px;
}

.pagepage-container {
	margin-top: -60px;
	margin-bottom: 40px;
	position: relative;
	z-index: 10;
}

.pagepage-container .wrapper {
	display: flex;
	justify-content: space-between;
}

.pagepage-container .left {
	flex: auto;
}

.pagepage-container .left > div:first-child,
.products-list-sidebar {
	border-top: 3px solid #FBB800;
}

.pagepage-container .left > div,
.products-list-sidebar {
	box-shadow: 0px 0px 16px -1px rgb(0 0 0 / 10%);
	padding: 20px 30px;
	box-sizing: border-box;
	background-color: white;
}

.pagepage-container .right {
	flex: 300px 0 0;
	padding-left: 30px;
}

.sidebar {
	width: 100%;
	background: url(../../uploads/2021/08/bgsp.jpg) right center;
	padding: 60px 30px;
	box-sizing: border-box;
	color: white;
}

.sidebar p {
	color: white;
}

.sidebar h2 {
	color: white;
	align-items: center;
}

.sidebar a {
	color: #FBB800;
	background: url(img/arrow-jaune.png) no-repeat right 16px center;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 50px 12px 16px;
	display: inline-block;
	margin-top: 10px;
	font-size: 16px;
	line-height: 1em;
	height: 40px;
	box-sizing: border-box;
	border: 2px solid #FBB800;
}

.sidebar a:hover {
	color: black;
	background: url(img/arrow-white.png) no-repeat right 16px center #FBB800;
}

.tableau-taux {
	width: 100%;
	color: var(--bleu-profond);
	margin: 30px 0;
}

.tableau-taux th,
.tableau-taux td {
	padding: 10px 16px;
}

.tableau-taux th {
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	background-color: var(--bleu-profond);
}

.firsttd {
	display: flex;
}

.firsttd div {
	display: flex;
	flex-direction: column;
}

.firsttd div a {
	color: #FBB800;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	margin-top: 4px;
}

.firsttd div a img {
	margin-left: 4px;
}

.firsttd .flag {
	width: 32px;
	margin-right: 16px;
}

.tableau-taux td {
	font-size: 16px;
}

.tableauconv {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tableauconv span.first {
	color: #FBB800;
}

.tableau-taux th:first-child {
	text-align: left;
}

.tableau-taux tbody tr {
	border-bottom: 1px solid #E8E8E8;
}

.fixing-date {
	text-align: right;
}

.product-pagepage-container .left > div > div {
	display: flex;
	flex-direction: column;
}

.product-pagepage-container .wrapper {
	flex-direction: row-reverse;
}

.product-pagepage-container .right {
	padding-left: 0;
	padding-right: 30px;
}

.product-pagepage-container h2 {
	font-size: 25px;
	display: flex;
	flex-direction: column;
	margin-top: 0;
}

.product-pagepage-container h2::after {
	content: '-----------';
	color: #FBB800;
	font-size: 16px;
	margin: 0 0 10px 0;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: -2px;
}

.products-list-sidebar {
	display: flex;
	flex-direction: column;
}

.products-list-sidebar a {
	text-decoration: none;
	font-size: 18px;
	padding: 9px 0;
	border-top: 1px solid #f1f1f1;
	display: flex;
	align-items: center;
	color: var(--bleu-profond);
}

.products-list-sidebar a:hover {
	color: #FBB800;
}

.products-list-sidebar a img {
	width: 20px;
	height: 20px;
	margin-right: 12px;
}

.woocommerce-product-gallery__wrapper {
	pointer-events: none;
}

.descprod {
	display: flex;
	justify-content: space-between;
}

.descprod > div {
	width: 48%;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 100%;
}

.product-title {
	font-size: 32px !important;
	font-weight: 500;
	flex-direction: row !important;
}

.product-title::after {
	display: none;
}

.product-title img {
	width: 30px;
	height: 30px;
	margin-right: 16px;
}

.product_meta {
	display: none !important;
}

.left-3 {
	margin-top: 20px;
	border-top: 3px solid var(--bleu-profond);
}

.div-convert-model {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	margin-bottom: 14px;
}

.div-convert-model > div img {
	width: 24px;
	height: auto;
	margin-right: 8px;
}

.div-convert-model > div {
	display: flex;
	align-items: center;
}

.div-convert-model > div:first-child {
	font-weight: 600;
}

.div-convert-model > img {
	margin: 0 14px;
}

.convertbox {
	display: flex;
}

.convertbox > span {
	height: 42px;
	box-sizing: border-box;
	padding: 4px 10px;
	display: flex;
	align-items: center;
	border: 1px solid #E8E8E8;
	font-size: 16px;
	flex: auto;
	/* margin-right: 10px; */
}

.convertbox > span input {
	border: 0;
	width: auto;
	outline: none;
	flex: auto;
}

.btn-yellow {
	color: white;
	background: url(img/arrow-white.png) no-repeat right 16px center #FBB800;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 50px 12px 16px;
	display: inline-block;
	font-size: 16px;
	line-height: 1em;
	height: 40px;
	box-sizing: border-box;
	cursor: pointer;
}

.btn-yellow:hover {
	background-color: #e08a00;
}

.convertbox a {
	height: 42px;
	cursor: pointer;
}

.convertbox-result {
	color: var(--bleu-profond);
	background: #F9F9F9;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px;
	margin: 14px 0;
}

.convertbox-result > div:first-child {
	font-size: 14px;
}

.convertbox-result > div:last-child {
	font-size: 25px;
	font-weight: bold;
}

.validate-eurotox {
	margin-bottom: 50px;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

.woocommerce-notices-wrapper .button.wc-forward {float:none;}

.disabled {
	opacity: 0.4;
	pointer-events: none;
	cursor: not-allowed;
	filter: grayscale(1);
}

.woocommerce-notices-wrapper {
	position: fixed;
	bottom: 0;
	left: 50%;
    transform:translateX(-50%);
	color: black !important;
	z-index: 9999;
	width:fit-content!important;
}

.woocommerce-notices-wrapper * {
	color: black !important;
}

.woocommerce-notices-wrapper a {
	background: none !important;
	padding: 2px 6px !important;
}

.woocommerce-cart .pagepage-container .right,
.woocommerce-checkout .pagepage-container .right {
	display: none;
}

.woocommerce-cart .pagepage-container .left,
.woocommerce-checkout .pagepage-container .left {
	max-width: 1000px;
	margin: auto;
}

.woocommerce table.shop_table {
	border-radius: 0;
}

.woocommerce table.shop_table th {
	/*color: #0a0a0a;*/
	color:var(--bleu-profond);
	font-size: 17px;
}

td.product-name a {
	color: black;
	font-size: 16px;
	margin-bottom: 2px;
	text-decoration: none;
	font-weight: 600;
}

.woocommerce td.product-name dl.variation,
.woocommerce td.product-name dl.variation * {
	margin-top: 0 !important;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 0;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	color: white;
	background: #FBB800;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 16px;
	display: inline-block;
	font-size: 16px;
	line-height: 1em;
	height: 40px;
	box-sizing: border-box;
	cursor: pointer;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #e08a00;
}

.woocommerce form .form-row label {
	font-size: 15px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	font-size: 15px;
	box-sizing: border-box;
	padding: 8px;
	resize: none;
	border: 1px solid #E8E8E8;
}

.woocommerce-shipping-fields,
#order_comments_field {
	display: none;
}

.showship {
	font-size: 0;
}

.showship ul {
	color: var(--bleu-profond);
	background: #F2F2F2;
	display: flex;
	flex-wrap: wrap;
}

.showship ul li {
	width: 50%;
	box-sizing: border-box;
	border-right: 2px solid white;
	font-size: 16px;
	font-weight: 600;
	color: var(--bleu-profond);
	padding: 12px 20px;
	border-bottom: 2px solid white;
	margin: 0 !important;
	display: flex;
	align-items: center;
}

.showship ul li label {
	cursor: pointer;
}

.woocommerce ul#shipping_method li input:checked + label {
	color: #FBB800;
}

.border-red {
	border-color: red !important;
}

.woocommerce-cart tr.woocommerce-shipping-totals,
.woocommerce-cart tr.cart-subtotal {
	display: none;
}

.infoscomplementaires {
	display: flex;
	flex-direction: row !important;
	flex-wrap: wrap;
}

.infoscomplementaires a {
	display: flex;
	align-items: center;
	width: 25%;
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 10px;
	text-decoration: none;
	color: var(--bleu-profond);
	font-size: 16px;
}

.infoscomplementaires a img {
	margin-right: 10px;
}

.achatourevente {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.achatourevente a {
	display: flex;
	align-items: center;
	padding: 12px 10px;
	box-sizing: border-box;
	width: 50%;
	text-align: center;
	justify-content: center;
	text-decoration: none;
	background: #F9F9F9;
	color: #a59e9e;
	font-weight: bold;
	font-size: 16px;
	line-height: 1em;
}

.achatourevente a:hover {
	background: #ebe9e9;
	color: var(--bleu-profond);
}

.achatourevente a svg {
	margin-right: 10px;
}

.achatourevente a.current,
.achatourevente a.current:hover {
	color: white;
	background: rgb(65, 202, 76);
}

.achatourevente a.current svg {
	fill: white;
}

.home-news.on-index {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home-news.on-index a {
	width: 32%;
	min-height: 294px;
	margin-bottom: 20px;
}

.date-onsingle {
	font-weight: 600;
	font-size: 16px;
	color: #fbb800;
}

.formrow {
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
}

.formrow > span {
	width: 49%;
}

.formrow > span input, .formrow > span select {
	width: 100%;
	height: 54px;
	/* background: #1f232c; */
	/* color: #dbdde2; */
	/* border: 1px solid #727782; */
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	padding: 8px;
	font-size: 15px;
}

.formrow > span select{
	background-color: var(--blanc);
}

.formrow.cent > span {
	width: 100%;
}

.formrow > span textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	padding: 8px;
	font-size: 15px;
}

p.mention {
	font-size: 12px;
}

.wpcf7-submit {
	border: 0 !important;
	transition: all 200ms ease-in-out;
}

.wpcf7 form .wpcf7-response-output {
	border: 0 !important;
	padding: 0 !important;
}

.error-404 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 100px 0;
}

.error-404 h1 {
	font-size: 100px;
	line-height: 1em;
	margin: 0;
	color: var(--bleu-profond);
}

.cn-button {
	border-radius: 0 !important;
	background: white !important;
	color: black !important;
	font-weight: bold !important;
}

.incontournables p {
	font-family: 'Source Sans Pro', sans-serif;
}

.woocommerce-MyAccount-navigation ul {
	padding: 0;
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding: 14px 16px;
	color: var(--bleu-profond);
	font-weight: 600;
	background: #f3f3f3;
	box-sizing: border-box;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	background: #ddd;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li.is-active a:hover {
	color: white;
	background: var(--bleu-profond);
}

.woocommerce-MyAccount-content a {
	font-weight: 600;
	color: var(--bleu-profond);
}

.wpmc-tabs-wrapper {
	margin-top: 20px;
}

.return-to-shop a {
	display: none !important;
}

.wait {
	opacity: 0.5;
	filter: blur(1px);
}

h2.spec {
	font-size: 20px;
	text-align: center;
}

h2.spec::after {
	display: none;
}

/*--------------------------------------------------------------
6.1 New Code
--------------------------------------------------------------*/

#billing_country_field, #billing_address_1_field, #billing_city_field,
.woocommerce-MyAccount-content .u-column1.col-1.woocommerce-Address address,
.woocommerce-MyAccount-content .u-column2.col-2.woocommerce-Address {
    display: none !important;
}

.woocommerce-MyAccount-content .u-column1.col-1.woocommerce-Address {width:100%;}

.woocommerce-customer-details--phone, .custom-billing-block p {margin-bottom:0px;}

#primary {margin-bottom:0!important;}

.mobile-side-menu-wrapper {
	position:absolute;
	right:0;
	top:0;
	/*height:100%;
	width:100%;*/
}
#place_order_dup {float:right;}
/* MY ACCOUNT */
.woocommerce-MyAccount-navigation-link--downloads,.woocommerce-orders-table__header-order-actions,.woocommerce-orders-table__cell-order-actions,.woocommerce-table--order-details tfoot:nth-of-type(1) tr,.product-name .wc-item-meta li:nth-of-type(2) {display:none!important;}
.woocommerce-table--order-details tfoot:nth-of-type(1) tr:nth-of-type(2),
.woocommerce-table--order-details tfoot:nth-of-type(1) tr:last-of-type{
	display:table-row!important;
}
.woocommerce-MyAccount-navigation ul {margin-top:0;}
.page-content-section .woocommerce-MyAccount-content h2{font-size:24px!important;}
.woocommerce-MyAccount-navigation ul a {font-size:16px;line-height:1;}
.woocommerce table.my_account_orders .button {padding:0!important;border:none!important;background:transparent;text-decoration:underline!important;}
.woocommerce table.my_account_orders .button:hover,.woocommerce table.my_account_orders .button:focus {background:transparent!important;color:var(--bleu-profond)!important;opacity:0.7;}
.woocommerce-account p, .woocommerce-MyAccount-content p {font-weight:400!important;font-size:16px !important;}
.woocommerce-account .woocommerce-form-register p {font-weight:400!important;font-size:13px !important;line-height:1.2;}
.woocommerce-MyAccount-content .woocommerce-Button {margin-top:10px!important;}
.woocommerce-Address-title a {font-size:14px;float:left!important;}
.woocommerce-orders-table__header.woocommerce-orders-table__header-order-status,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status{display:none!important;}



.mobile-side-menu-wrapper .mobile-side-menu-overlay {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.6);
	opacity:0;
	visibility:hidden;
}

.mobile-side-menu-wrapper.show-mob-menu  .mobile-side-menu-overlay {opacity:1;visibility:visible;}

.mobile-side-menu-wrapper .mobile-side-menu {
	position:fixed;
	top:0;
	right:-100%;
	background:var(--blanc);
	width:75%;
	margin-left:auto;
	overflow-y:auto;
	height:100vh;
	padding:10px 20px 10px 10px;
	transition:all 0.8s ease;
	/*/transform:translateX(100%);*/
}
a.info-box .info-box-text {text-decoration:underline;}
.mobile-side-menu-wrapper.show-mob-menu .mobile-side-menu {/*transform:translateX(0);*/right:0;}

.mobile-side-menu-wrapper .mobile-side-menu .header-menu,
.mobile-side-menu-wrapper .mobile-side-menu .header-menu ul {list-style-type:none;}

.mobile-side-menu-wrapper .mobile-side-menu .header-menu {padding-left:20px;padding-bottom:80px;}

.mobile-side-menu-wrapper .mobile-side-menu .header-menu .sub-menu {
	padding-left:20px;
	display:none;
}
.mobile-side-menu a {white-space:break-spaces;}

.mobile-side-menu-wrapper .mobile-side-menu .header-menu .menu-item-has-children .submenu-toggle {transition:all 0.2s linear;flex-shrink:0;padding:4px 16px;}

.mobile-side-menu-wrapper .mobile-side-menu .header-menu .menu-item-has-children > a[aria-expanded="true"] .submenu-toggle {transform:rotate(180deg);}

.mobile-side-menu-wrapper .mobile-side-menu .header-menu .sub-menu a {margin:4px 0;}

.mobile-side-menu-wrapper .mobile-side-menu .header-menu .menu-item-has-children> a:before {display:none;}

.mobile-side-menu-wrapper .mobile-side-menu .header-menu > .menu-item > a {
	padding:0;
	margin:4px 0;
	align-items:center;
	gap:10px;
}
.mobile-side-menu-wrapper .mobile-side-menu .header-menu  a{font-weight:700;}

.mobile-side-menu-wrapper .mobile-side-menu .menu-currencies-container {columns: 1;}

.mobile-side-menu-wrapper .mobile-side-menu  .layout-drawer-hamburger {margin-left:auto;}

.custom-dropdown[disabled] {pointer-events:none;}

.cursor-pointer {cursor:pointer;}

#search-by-my-location {transition:all 0.2s;}
#search-by-my-location:hover {transform:scale(1.15);}

.pos-relative {position:relative;}

.inner-wrapper-860 {max-width:860px;}

.single-currency-content .newsletter-section {padding-top:0;}

.mx-auto {margin-left:auto;margin-right:auto;}

.menu-anchor {
	visibility:hidden;
	opacity:0;
	z-index:-1;
	transform: translateY(-75px);
	position:relative;
    display:block;
	position:absolute;
	left:0;
	top:0;
}

.site-header.pos-fixed {
	position:fixed!important;
	width:100%;
	left:0;
	top:0;
	z-index:999;
	transition: top 0.5s ease-in-out;
}

.layout-drawer-hamburger {
    width: 24px;
    height: 24px;
    display: none;
    flex-direction: column;
    border: 0;
    justify-content: center;
	gap:4px;
    outline: 0;
    border-radius: 0;
}
.layout-drawer-hamburger .hamburger__slice {
    display: block;
    height: 0;
    width: 100%;
    border: 1px solid var(--blanc);
	background: var(--blanc);
    border-radius:6px;
    transition: transform .3s ease-out,opacity .4s ease-out;
    transform-origin: center;
}

.layout-drawer-hamburger.active .hamburger__slice:first-child {
    transform: translateY(6px) rotate(45deg);
}
.layout-drawer-hamburger.active .hamburger__slice:not(:first-child):not(:last-child) {
    opacity: 0;
}
.layout-drawer-hamburger.active .hamburger__slice:last-child {
    transform: translateY(-6px) rotate(-45deg);
}

.mobile-side-menu .hamburger__slice {border-color:var(--bleu-profond);}

#masthead.has-hidden.pos-fixed  {
    /*background-color: var(--blanc); */
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

#masthead {background:var(--bleu-profond);}

#masthead.hidden.pos-fixed {top: -90px;}

#masthead.visible.pos-fixed {top: 0;}

.admin-bar .site-header.pos-fixed {top:32px;}

.admin-bar #masthead.visible.pos-fixed {top:32px;}

#masthead > .wrapper {width:100%;align-items:center;box-sizing:border-box;}
.header-logo-container img {max-width:150px!important;}
.header-logo-container, .header-button-container {width:25%;}
.header-menu-container {width:75%;}
.icon-bureau a:before,
.icon-panier a:before,
.icon-compte a:before{
    content: "";
    margin-top: 5px;
    margin-right: 5px;
    background-size: contain !important;
    background-position: center;
    width: 16px;
    height: 16px;
	filter: brightness(0) saturate(100%) invert(7%) sepia(75%) saturate(5037%) hue-rotate(201deg) brightness(94%) contrast(102%);
}
.icon-bureau a:before {
    background: url('/wp-content/themes/as-template/img/agence.png') no-repeat;  
}
.icon-bureau a:before {margin-top:0!important;}
.icon-compte a:before {
    background: url('/wp-content/themes/as-template/img/user-b.png') no-repeat;  
}
.icon-panier a:before {
    background: url('/wp-content/themes/as-template/img/cart-b.png') no-repeat;  
}

.header-menu .sub-menu a:after {background:var(--bleu-profond);}

.header-menu-container .header-menu[id^="menu-menu-header"] .icon-panier a:before, 
.header-menu-container .header-menu[id^="menu-menu-header"] .icon-compte a:before, 
.header-menu-container .header-menu[id^="menu-menu-header"] .menu-item-has-children> a:before {
filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(228deg) brightness(106%) contrast(102%);
}
.header-menu-container ul[id^="menu-menu-header"] {
	display:flex;
	list-style-type:none;
	padding:0;
	margin:0;
	justify-content:center;
	gap:36px;
}
.header-menu a {
	font-size:16px;
	line-height:1.5em;
	font-weight:500;
	color:var(--bleu-profond);
	text-decoration:none;
	white-space:nowrap;
	position:relative;
	display:flex;
	width:fit-content;
}
.header-menu-container .header-menu[id^="menu-menu-header"] > li > a {color:var(--blanc);}
.header-menu-container ul[id^="menu-menu-header"] .menu-item-has-children.devise .sub-menu  {right:0!important;left:auto!important;}
.header-menu .menu-item-has-children {
	position:relative;
}

.header-menu > .menu-item > a  {
	padding:33px 0;
	display:flex;
}

.header-menu-container ul[id^="menu-menu-header"] .menu-item-has-children .sub-menu {
	padding:16px;
	list-style-type:none;
	position:absolute;
	/*max-width:250px;*/
	width:fit-content;
	opacity:0;
	visibility:hidden;
	top:105%;
	left:0;
	border-radius:0 0 8px 8px;
	background:var(--blanc);
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.1 );
	transition:all 0.2s ease;
}

.header-menu-container ul[id^="menu-menu-header"] .menu-item-has-children:hover .sub-menu {
	visibility:visible;
	opacity:1;
	top:100%;
}

.header-menu-container ul[id^="menu-menu-header"] .sub-menu .menu-item:not(:last-of-type) {margin-bottom:12px;}

.header-menu-container ul[id^="menu-menu-header"] .menu-item-has-children a {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:6px;
}
.header-menu .menu-item-has-children> a:before {
	content:'';
	width:16px;
	height:16px;
	transition:all 0.3s linear;
	background:url('/wp-content/themes/as-template/img/chevron-down.svg') center center / contain no-repeat;
	display:block;
	order:9;
}
.header-menu .menu-item-has-children:hover > a:before {transform:rotate(180deg);}

.menu-currencies-container {
	columns:2;
	gap:12px;
}
.menu-currencies-container .menu-currency-flag {width:24px;height:24px;object-fit:contain;}

.menu-currencies-container > a:first-of-type[href="#"] {display:none!important;}
.menu-currencies-container > a:not(:first-of-type) {
	margin-bottom:12px;
	padding-bottom:4px;
}

.mob-only, .template-2025 .button.mob-only {display:none!important;}

.template-2025 .wrapper, .template-2025 .wrapper {max-width:1280px!important;}


/*PAGE TEMPLATE*/
/*.page-template p,*/ .accordion-content p, .accordion-content {font-size:18px;font-weight:500;line-height:32px;}

.contact-page-section .icon-info-container {margin-top:24px;}

.page-hero-section p {color:var(--blanc);}

.page-hero-section {
	min-height:350px;
	padding-top:64px;
	padding-bottom:64px;
	box-sizing:border-box;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
}

.hero-img-1, .page-hero-section {
	background:url('/wp-content/themes/as-template/img/new-hero-bg.jpg') center top / cover no-repeat;
}
.single-post-template .page-hero-section {
	background: url('/wp-content/themes/as-template/img/blog-hero-img.jpg') center center / cover no-repeat;
	position:relative;
}
.single-post-template .page-hero-section:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	pointer-events:none;
	background:rgba(0, 0, 0, 0.2);
}
.cart-hero-section {
	background:url('/wp-content/themes/as-template/img/cart-hero-img.jpg') center center / cover no-repeat;
}

.contact-page-section.office-hero-section {
	background: linear-gradient(to right, white 46%, transparent 46%), url('/wp-content/themes/as-template/img/new-hero-bg.jpg');
}


.page-hero-section {background-position:center;}

.page-content-section h2:after, .page-content-section h3:after, .page-content-section h4:after {display:none;}

.font-18-500, .font-18-500 p, .page-hero-section p, .page-content-section p {font-size:18px!important;line-height:32px!important;font-weight:500!important;}

.page-content-section.post-content-section .post-content p {
	font-size: 16px!important;
	line-height: 1.5em!important;
	font-weight:400!important;
}

.post-content h2 strong, .post-content h3 strong, .post-content h4 strong, .post-content h5 strong {
	font-weight:700;
}
.post-content h2, .post-content h3, .post-content h4, .post-content h5 {/*color:#0a0a0a;*/}

.font-18-26-500, .font-18-26-500 p {font-size:18px;line-height:26px;font-weight:500;}

body h2.list-heading {margin-bottom:24px!important;}

.template-2025 .page-content-section .wrapper {max-width:925px!important;}

.template-2025 .page-content-section.cart-content-section .wrapper {max-width: 1280px!important;}

.cart-content-section .rounded-icon-w-border {background:var(--blanc);border-color:rgba(0, 0, 0, 0.1);}

.page-content-section {padding-top:32px;padding-bottom:64px;}
.contact-page-section {padding-top:60px;padding-bottom:94px;}

.page-content-section h2 {margin-top:32px;margin-bottom:8px;}

.blog-archive-section {padding-bottom:0!important;}

.page-content-section a {color:#464F5C;text-decoration:underline;}

.page-content-section a:hover {color:#000;text-decoration:none;}

.page-content-section .faq-heading {margin-bottom:32px!important;margin-top:32px!important;}

.page-content-section .accordion-container {padding-bottom:32px!important;}

.accordion-content p, .page-mentions-legales .content_main p {color:var(--bleu-profond);}
.single-bureau-de-change-content .accordion-content p, .single-currency-content .accordion-content p, .accordion-content {color:var(--bleu-profond);}

.font-14 p {font-size:14px!important;line-height:24px!important;}

.template-2025 .page-content-section.blog-archive-section .wrapper, .template-2025 .page-content-section.contact-page-section .wrapper  {max-width:1280px!important;}

.posts-grid {
	display:grid;
	grid-template-columns:repeat(2, minmax(0, 1fr));
	column-gap:32px;
	row-gap:24px;
	margin-top:75px;
}

.first-post-container {
	display:flex;
	align-items:stretch;
	gap:32px;
	box-sizing:border-box;
}

.news-item-title {font-weight:700!important;margin-top:0!important;}

.first-post-container .left-img-container, .first-post-container .right-post-info-container {
	flex:1 1 50%;
	box-sizing:border-box;
}

a.info-box.link-no-underline .info-box-text {text-decoration:none!important;}

.first-post-container .left-img-container a {height:100%;padding:0;}

.first-post-container .left-img-container {border:1px solid transparent;}

.first-post-container .right-post-info-container {padding:0px;}

.template-2025 .page-content-section.post-content-section .wrapper {max-width: 900px!important;}

.post-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    max-height: 500px;
    object-fit: cover;
}

.post-content img {max-width:100%;}

.post-content-container {padding:32px 45px 0;}

.post-content img {border-radius:16px;}

.post-content p:has(img) {text-align:center;}

.page-content-section.post-content-section {padding-bottom:0;}

.post-content-section .post-image {margin-top:32px!important;}

.form-container * {font-family: 'Inter'!important;}

.form-container{display:grid;grid-template-columns: repeat(2, minmax(0, 1fr))!important;column-gap:40px;row-gap:20px;} 

.form-container p .wpcf7-form-control-wrap {display:flex;flex-wrap:wrap;gap:2px;}

.form-container p:not(.mention) {
    display:flex;
    flex-direction:column;
    width:100%;
    font-size:16px!important;
    line-height:24px!important;
	font-weight:500!important;
    color:#0A0A0A!important;
    gap:8px;
    margin:0!important;
}

.mention {margin-bottom:0;}

.form-container p > label {
    color:#0A0A0A!important;
    font-size:16px!important;
    line-height:24px!important;
    font-weight:500;
}
.hide {display:none;}

.form-container .wpcf7-form-control:not(.wpcf7-submit, .wpcf7-acceptance)::-webkit-input-placeholder, 
.form-container textarea::-webkit-input-placeholder, 
.form-container .wpcf7-form-control:not(.wpcf7-submit, .wpcf7-acceptance)::placeholder, 
.form-container textarea::placeholder {opacity:1!important;color:rgba(10, 10, 10, 0.3)!important;}

.form-container .wpcf7-form-control:not(.wpcf7-submit, .wpcf7-acceptance), .form-container textarea {
    width:100% !important;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1)!important;
    background: transparent!important;
    font-size:18px!important;
    line-height:24px!important;
    padding:11px 15px!important;
    font-weight:500!important;
    color:#0A0A0A!important;
    letter-spacing:0px!important;
    box-shadow:none;
    height:auto;
}

.form-container .span-2 {grid-column:span 2;}

.form-container input:not(.wpcf7-submit):focus, .form-container textarea.wpcf7-textarea:focus {
    border-color:rgba(0, 0, 0, 1)!important;
    outline:0!important;
}
.form-container .inline-label-field p {flex-direction:row;align-items:center;gap:12px;}

.form-container .wpcf7-form-control-wrap select.wpcf7-form-control {
	cursor:pointer!important;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	padding-right:35px!important;
	background: url('/wp-content/themes/as-template/img/chevron-down.svg') calc(100% - 14px) center / 20px no-repeat, var(--blanc)!important;
}

.form-container .mention-wrapper {
	padding:16px;
	border-radius:12px;
	background:#F4FAFE;
}

.form-container .mention-wrapper p {
	color:#464F5C!important;
	font-size:12px!important;
	line-height:1.2em!important;
}

.form-container .form-submit p {flex-direction:row;align-items:center;}

.form-container .wpcf7-submit.form-submit-btn.button {padding-left:60px!important;padding-right:60px!important;}

.wpcf7-response-output {margin:32px 0 12px!important;}

.wpcf7 form .form-container.contact-form + .wpcf7-response-output {
	font-size:16px;
	border:2px solid!important;
	padding:6px!important;
}

.wpcf7 form.sent .form-container.contact-form + .wpcf7-response-output {border-color: #46b450!important;}

.wpcf7 form.invalid .form-container.contact-form + .wpcf7-response-output {border-color: #ffb900!important;}

/*END PAGE TEMPLATE*/

/*cart page*/

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    color: var(--bleu-profond)!important;
    font-size: 17px!important;
}

ul.woocommerce-thankyou-order-details {padding-left:0}

.woocommerce-order-details .woocommerce-table--order-details.order_details th.woocommerce-table__product-name {
	width:60%;
}
.woocommerce-table__product-name.product-name, 
.woocommerce-table__product-name.product-name a,
.woocommerce-table__product-total.product-total {color:var(--bleu-profond)!important;}

.woocommerce-table--order-details ul.wc-item-meta {padding:0;}

.template-2025 .cart-right-column .order-actions-button {
	background:var(--bleu-profond)!important;
	color:var(--blanc)!important;
	padding-left:60px!important;
	padding-right:60px!important;
}

.template-2025 .cart-right-column .order-actions-button:hover {
	background:transparent!important;
	color:var(--bleu-profond)!important;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {border-radius:12px;border:1px solid rgba(0, 0, 0, 0.1);}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background:transparent;
}
.woocommerce-checkout #payment #place_order {display:none!important;}

.woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
	font-size:14px!important;
	line-height:20px!important;
}

#order_review .shop_table.woocommerce-checkout-review-order-table {margin-top:20px;}

.woocommerce-checkout #payment #place_order {display:none!important;}

#payment .wc_payment_methods, #payment .place-order {
	border:none!important;
	border-radius:12px;
	background:#F4FAFE;
}

#payment .place-order p:last-of-type {margin-bottom:0!important;}

#payment .wc_payment_methods {margin-bottom:20px!important;display:none!important;}

.woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
	font-size:14px!important;
	line-height:20px!important;
}

.cart-right-column .woocommerce-form.woocommerce-form-login {
	margin-top:0;
	margin-bottom:25px;
	box-sizing:border-box;
	width:100%;
	max-width:100%;
}

.cart-right-column .woocommerce-form.woocommerce-form-login .form-row {
	width:32%;
	padding:0;
	padding-right:0.5%;
	margin:0;
	float:none;
	display:inline-block;
	vertical-align: bottom;
}

.cart-right-column .woocommerce-form.woocommerce-form-login .lost_password {font-size:16px;margin-top:10px;}

.cart-right-column .woocommerce-form.woocommerce-form-login .button.woocommerce-form-login__submit {
	width:100%!important;
	background:transparent;
	margin-top:auto!important;
	padding:8px!important;
	font-size:15px!important;
	line-height:normal!important;
}

.cart-right-column .woocommerce-form.woocommerce-form-login .clear,
.cart-right-column .woocommerce-form.woocommerce-form-login .woocommerce-form-login__rememberme {display:none;}

.cart-right-column .woocommerce h3 {
	color:var(--bleu-profond);
	/*color:#0a0a0a;*/
	font-weight:700;
}

.cart-right-column #customer_details > .col-1 {width:100%;}

.cart-right-column .woocommerce-billing-fields__field-wrapper {
	display:grid;
	grid-template-columns:repeat(2, minmax(0, 1fr));
	column-gap:32px;
	row-gap:16px;
	margin-bottom:15px;
	margin-top:10px;
}

.cart-right-column .woocommerce-billing-fields__field-wrapper .form-row {
	padding:0;
	margin:0;
	width:100%;
	float:none;
	clear:none;
}

.cart-right-column .woocommerce-billing-fields__field-wrapper  .select2-selection__rendered {padding:9px;font-size:15px;line-height:normal;}

.ml-auto {margin-left:auto!important;}

.woocommerce table.shop_table {border-radius:12px;}

.woocommerce-order-overview__email.email, .woocommerce-order-overview__total.total {display:none;}

.cart-content-section h3 {font-size:20px!important;line-height:26px!important;}

.cart-left-column {
	width: 30%;
    box-sizing: border-box;
}
.cart-right-column {
	width: 58%;
    box-sizing: border-box;
}

.variation *, .variation p, .woocommerce-table__line-item.order_item .wc-item-meta * {
	vertical-align:middle;
	line-height:1.5em!important;
	font-size:14px!important;
}

.cart-right-column .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title,
.cart-right-column .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
	font-size:18px;
	font-weight:500;
	line-height:32px;
	color:var(--bleu-profond);
}

.cart-content-section  .icon-list .icon-list-item .icon-list-text  {font-size:16px!important;line-height:18px!important;font-weight:400!important;}

.cart-left-column .icon-list .icon-list-item:not(:last-of-type) {margin-bottom:12px;}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount {font-weight:700;color:var(--bleu-profond);}

.cart-steps-wrapper {margin-top:32px;display:flex;margin-bottom:32px;max-width:100%;box-sizing:border-box;}

.cart-steps-wrapper .cart-step {flex:1;text-align:center;position:relative;box-sizing:border-box;}

.cart-steps-wrapper .cart-step-number {
	color: var(--bleu-profond);
    background: var(--blanc);
    border: 1px solid #ccc;
	display: inline-block;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    min-width: 30px;
    min-height: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: color .3s,background .3s;
    -o-transition: color .3s,background .3s;
    transition: color .3s,background .3s;
    font-size: 20px;
	font-weight:500;
    font-family: 'Poppins',sans-serif;
	z-index:3;
}
.cart-steps-wrapper .cart-step-text {
	z-index:3;
	font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .3px;
    text-transform: capitalize;
    white-space: nowrap;
    width: 100%;
    text-align: center;
	font-family: 'Poppins',sans-serif;
	color:#464F5C;
	margin-top:20px;
	position:relative;
}

.cart-steps-wrapper .cart-step:before {
	content:'';
	position:absolute;
	top:16px;
	left:0;
	width:100%;
	height:2px;
	background:#c9c9c9;
}

.cart-steps-wrapper .cart-step:not(.not-clickable) {cursor:pointer;}

.cart-steps-wrapper .cart-step.current:before, .cart-steps-wrapper .cart-step:not(.not-clickable):hover:before {background:var(--bleu-profond);}

.cart-steps-wrapper .cart-step.current .cart-step-number, .cart-steps-wrapper .cart-step:not(.not-clickable):hover .cart-step-number {
	background: var(--bleu-profond);
    color: var(--blanc);
    border-color:var(--bleu-profond);
}

.home-hero-wrapper {max-width:1380px;margin-left:auto;margin-right:auto;}

.home-hero-inner {max-width:800px;margin-left:auto;margin-right:auto;}

.home-hero-inner .search-box-wrapper {max-width:630px;margin-left:auto;margin-right:auto;}

.max-width-600 {max-width:550px;}

.offices-wrapper {
	display:grid;
	row-gap:16px;
	column-gap:32px;
	grid-template-columns:repeat(4, minmax(0, 1fr));
}

.offices-wrapper .single-bureau-link {
	display:flex;
	align-items:center;
	gap:8px;
	padding:17px 15px;
	border-radius:8px;
	background:rgba(255, 255, 255, 0.12);
	text-decoration:none!important;
	font-size:18px!important;
	line-height:24px!important;
	border:1px solid var(--blanc);
	color:var(--blanc);
	font-weight:700;
}

.offices-wrapper .single-bureau-link h3 {
	flex:1;
	font-size:18px!important;
	line-height:24px!important;
	color:var(--blanc);
}

.offices-wrapper .single-bureau-link .arrow-right svg {
	width:24px;
	height:24px;
	position:relative;
	left:0;
	transition:all 0.3s;
}

.single-bureau-link h3 {transition:all 0.3s ease!important;}

.offices-wrapper .single-bureau-link svg path {transition:all 0.3s;stroke:transparent;}

.offices-wrapper .single-bureau-link:hover {
	background:var(--blanc);
	color:var(--bleu-profond);
}

.offices-wrapper .single-bureau-link:hover .arrow-right svg {left:3px;}

.offices-wrapper .single-bureau-link:hover svg path {fill:var(--bleu-profond);/*stroke:var(--bleu-profond);*/}

.offices-wrapper .single-bureau-link:hover h3 {color:var(--bleu-profond);/*font-weight:700;*/}

#offices-slider .single-bureau {
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    transition: all 0.3s ease;
}

#offices-slider .single-bureau .single-bureau-container {padding: 16px 16px 0;}

#offices-slider .single-bureau-info {padding:15px 10px 20px;}

#offices-slider .single-bureau-info .shop-status {margin:12px 0;}

#offices-slider .single-bureau-info .single-bureau-address {max-width:250px;}

#offices-slider .single-bureau:hover, #offices-slider .single-bureau.selected-office  {border-color:#000;}

#offices-slider .single-bureau-link-container {
	width:100%;
	align-items:stretch;
	border-top:1px solid rgba(0, 0, 0, 0.1);
}

#offices-slider .single-bureau-link-container > a {
	flex:1;
	align-items:center;
	justify-content:center;
	padding:20px;
}

#offices-slider .single-bureau-link-container .single-bureau-phone-link {border-right:1px solid rgba(0, 0, 0, 0.1);}

#offices-slider .single-bureau .bureau-img-link {
	display:flex;
	width:100%;
	position:relative;
	padding-bottom:66.66%;
	overflow:hidden;
	border-radius:16px;
}

#offices-slider .single-bureau .bureau-img-link img {
	position:absolute;
	top:0;
	left:0;
	width:100%!important;
	height:100%!important;
	object-fit:cover;
	transition:all 1s ease;
}

#offices-slider .single-bureau:hover .bureau-img-link img {transform:scale(1.1);}

.office-hero-section {
	background:url('/wp-content/themes/as-template/img/office-hero-img.jpg') top right / cover no-repeat;
}

.office-hero-section .office-hero-left-column {
	width:39%;
	align-self:center;
	box-sizing:border-box;
}

.contact-page-section.office-hero-section .office-hero-left-column {align-self:flex-start!important;}

.office-hero-section .office-hero-right-column, .contact-form-column{
	background:var(--blanc);
	border-radius:24px;
	border:1px solid rgba(0, 0, 0, 0.1);
	padding:32px;
	box-shadow:-6px 10px 29px rgba(13, 18, 68, 0.06);
	box-sizing:border-box;
}
.office-hero-section .office-hero-right-column {
	width:58%;
	background:rgba(255, 255, 255, 0.7);
	padding:40px;
	box-shadow:-6px 10px 29px rgba(13, 18, 68, 0.06);
	box-sizing:border-box;
	padding:40px;
	border-radius:24px;
}
.contact-form-column {width:100%;}
.office-hero-section.contact-page-section .contact-form-column-wrapper {width:50%;padding:0px;}

.location-finder-column, .map-column {border:1px solid rgba(0, 0, 0, 0.1);height:100%;}

.location-finder-column {
	padding:40px 40px 0;
	background:rgba(255, 255, 255, 0.7);
}

.grey-bubble {
	display:flex;
	justify-content:center;
	align-items:center;
	margin:20px auto;
	width:fit-content;
	border-radius:100px;
	padding:10px 22px;
	background:#F9FAFA;
}

.location-finder-column {flex-direction:column;display:flex;}

.search-box-wrapper {position:relative;box-sizing:border-box;}

#search-input {
	border:1px solid rgba(0, 0, 0, 0.1);
	border-radius:8px;
	padding:25px 210px 25px 48px;
	width:100%;
	max-width:100%;
	box-sizing:border-box;
	background:url('/wp-content/themes/as-template/img/search_icon.svg') 25px center / 16px no-repeat var(--blanc);
	color:var(--bleu-profond)!important;
	font-weight:700;
}
#search-input::placeholder {opacity:1!important;}

.search-btn-wrapper {
	position:absolute;
	z-index:9;
	right:18px;
	top:10px;
}

#bureau-list .single-bureau {
	border-radius:24px;
	border:1px solid rgba(0, 0, 0, 0.1);
	margin-bottom:20px;
	cursor:pointer;
	background:var(--blanc);
	overflow:hidden;
}

#bureau-list .single-bureau.selected-office {border-color:#000;}

#bureau-list .single-bureau-info {
	padding:24px 32px 16px;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	display:grid;
	gap:12px;
	grid-template-columns:1fr 60px;
}

#bureau-list .single-bureau-link {
	padding:17px 32px 20px;
	text-decoration:none;
	font-size:14px;
	line-height:24px;
	font-weight:700;
	color:var(--blanc);
	background:var(--bleu-profond);
}

.single-bureau-info h3 {font-size:18px;line-height:27px;letter-spacing:-0.02em;}

#bureau-list .single-bureau-link  svg {transition:all 0.3s ease;position:relative;left:0;}

#bureau-list .single-bureau-link:hover  svg {left:3px;}

#bureau-list .single-bureau-title {text-decoration:none;}

#bureau-list .single-bureau-link:hover, #bureau-list .single-bureau-title:hover {text-decoration:underline;}

#bureau-list .single-bureau-info .shop-status {align-self:start;margin:0;}

#bureau-list .single-bureau-adress-phone {grid-column:1;}

#bureau-list .single-bureau-adress-phone > a:last-of-type {flex-shrink:0;}

#map_locator {min-height:555px;height:100%;}
#map_locator.small-map {height: 535px;}
#bureau-list {
	max-height: 490px;
	flex:1;
	height:100%;
	overflow-y:auto;
	margin-right:-25px;
	padding-right:25px;
}

.flex {display:flex;}

.justify-space-between {justify-content:space-between;}

.align-center {align-items:center;}

.justify-flex-end {justify-content:flex-end;}

.justify-content-center {justify-content:center;}

.flex-1 {flex:1;}

.template-2025 .button.btn-w-icon, .btn-w-icon {display:flex!important;align-items:center;gap:8px!important;}

.home-section-4-inner {max-width:940px;margin:0 auto;}

.gap-8 {gap:8px!important;}

.gap-10 {gap:10px!important;}

.gap-11 {gap:11px!important;}

.gap-16 {gap:16px!important;}

.gap-32 {gap:32px;}

.gap-50 {gap:50px;}

.gap-80 {gap:80px;}

.circle-6x6 {display:inline-block;width:6px;height:6px;border-radius:100%;}

.home-hero-wrapper {padding:0 40px;}

.home-currencies-slider .home-currency-slide {
	border-radius:16px;
	background:var(--blanc);
	padding:32px;
	border:1px solid transparent;
	box-sizing:border-box;
	transition:all 0.3s ease;
	box-shadow:2px 2px 8px rgba(0, 0, 0, 0.1);
}

.home-currencies-slider .slick-track {display:flex!important;padding:10px 0;}

.home-currencies-slider .slick-track .slick-slide {height:auto;}

.home-currencies-slider .home-currency-slide {margin-right:32px;text-decoration:none!important;}

.home-currencies-slider .slick-list {margin-right:-30px;}

.home-currencies-slider .home-currency-slide:hover {border-color:rgba(0, 0, 0, 0.1);transform:translateY(-5px);}

.home-slider-flag {width:40px;height:40px;margin:0 auto;transition:all 0.3s ease;}

.home-currencies-slider .home-currency-slide:hover .home-slider-flag {transform:scale(1.2);}

.home-currencies-slider .home-currency-slide:hover .slide-currency-name  {text-decoration:underline;}

.blue-bubble, .yellow-bubble {
	display:flex;
	width:fit-content;
	justify-content:center;
	margin-left:auto;
	margin-right:auto;
	border-radius:100px;
	padding:4px 12px;
}

.sell-currency, .buy-currency {text-decoration:none!important;}

.blue-bubble {background:#F4FAFE;}
.yellow-bubble {background:#FFF7E3;}

.home-currencies-wrapper {position:relative;}

/*.home-currencies-wrapper*/ .home-currencies-slider-navigation {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:11;
	display:flex;
	align-items:center;
	justify-content:center;
	background:var(--blanc);
	border-radius:100px;
	border:1px solid rgba(0, 0, 0, 0.1);
	padding:18px;
	transition:all 0.3s ease;
	cursor:pointer;
}

/*.home-currencies-wrapper*/ .home-currencies-slider-navigation.nav-prev {left:-35px;} 

/*.home-currencies-wrapper*/ .home-currencies-slider-navigation.nav-next {right:-35px;} 

/*.home-currencies-wrapper*/ .home-currencies-slider-navigation:hover {border-color:#000;}

.px-37 {padding-left:37px!important;padding-right:37px!important;}

.pt-40 {padding-top:40px;}

.pb-40 {padding-bottom:40px;}

.pb-50 {padding-bottom:50px;}

.pt-50 {padding-top:50px!important;}

.pt-55 {padding-top:55px!important;}

.px-60, .template-2025 .button.px-60 {padding-left:60px!important;padding-right:60px!important;}

.pb-60 {padding-bottom:60px!important;}

.pt-60 {padding-top:60px!important;}

.py-60 {padding-top:60px;padding-bottom:60px;}

.pt-64 {padding-top:64px;}

.py-64, .reassurance-section.new-home-section-2 .inner-wrapper.py-64 {padding-top:64px;padding-bottom:64px;}

.pb-64 {padding-bottom:64px;}

.py-80 {padding-top:80px;padding-bottom:80px;}

.pt-80 {padding-top:80px;}

.pb-90 {padding-bottom:90px;}

.pt-100 {padding-top:100px;}

.pb-100 {padding-bottom:100px;}

.py-100 {padding-top:100px;padding-bottom:100px;}

.py-120 {padding-top:120px;padding-bottom:120px;}

.pt-120 {padding-top:120px;}

.pt-140 {padding-top:140px;}

.pb-140 {padding-bottom:140px;}

.pt-150 {padding-top:150px;}

.mt-8 {margin-top:8px!important;}

.mb-8 {margin-bottom:8px!important;}

.my-10 {margin-top:10px!important;margin-bottom:10px!important;}

.mt-10 {margin-top:10px!important;}

.mt-12 {margin-top:12px!important;}

.mb-12 {margin-bottom:12px!important;}

.mt-16 {margin-top:16px!important;}

.mb-16 {margin-bottom:16px!important;}

.my-16 {margin-top:16px!important;margin-bottom:16px!important;}

.mb-18 {margin-bottom:18px!important;}

.mt-20 {margin-top:20px!important;}

.mb-20 {margin-bottom:20px!important;}

.mt-24 {margin-top:24px!important;}

.mb-24 {margin-bottom:24px!important;}

.mb-32 {margin-bottom:32px!important;}

.mt-32 {margin-top:32px!important;}

.mb-36 {margin-bottom:36px!important;}

.mb-40 {margin-bottom:40px!important;}

.mb-48 {margin-bottom:48px!important;}

.mt-60 {margin-top:60px!important;}

.mt-64 {margin-top:64px!important;}

.mb-100 {margin-bottom:100px!important;}

.image-left-text-right-section h3 {
	color:#0a0a0a;
	margin-bottom:12px!important;
}
.image-left-text-right-section h3:not(:first-of-type) {margin-top:24px!important;}

.icon-info-container {display:flex;flex-direction:column;gap:24px;max-width:325px;}
.cart-content-section .icon-info-container {max-width: 325px;}

.info-box {
    display:flex;
    align-items:
    center;gap:25px;
    font-size:18px;
    font-weight:500;
    line-height:24px;
    text-decoration:none;
}

.rounded-icon-w-border {
    display:flex;
    width:54px;
    height:54px;
    align-items:center;
    justify-content:center;
    border-radius:100%;
    border:1px solid var(--bleu-profond);
    flex-shrink:0;
	background:var(--bleu-profond);
    transition:all 0.3s ease-in-out;
}

.page-content-section a.info-box.reviews-info-box {text-decoration:none;}
.page-content-section a.info-box.reviews-info-box .avg-rating {text-decoration:none!important;}
.info-box .view-rating {text-decoration:underline;}
.info-box:hover .info-box-text,
.info-box:hover .view-rating,
.info-box:hover {text-decoration:none!important;}

.contact-page-section .icon-info-container {max-width:100%;}

.info-box .info-box-text .avg-rating {text-decoration:none!important;}

a.info-box:hover .info-box-text {text-decoration:underline;}
a.info-box:hover .rounded-icon-w-border {border-color:#000;}

.contact-page-section .icon-list .icon-list-item .icon-list-text {
	font-size:12px!important;
	line-height:18px!important;
	letter-spacing:-0.02em!important;
	font-weight:400!important;
}
.contact-page-section .office-hero-left-column .icon-list-item:not(:last-of-type) {
    margin-bottom: 4px!important;
}

.info-box-text, .working-hours-row .working-hours-heading {
	font-size:16px;
	font-weight:700;
	line-height:24px;
}

.review-rating-star {align-items:center;gap:6px;}

.review-rating-star .star-rating {
	display:flex;
	width:fit-content!important;
	float: unset!important;
	height:fit-content;
}
.review-rating-star .star-rating:before {display:none;}
.review-rating-star .star-rating svg {flex-shrink:0;}

a.link-no-underline, .link-no-underline a {text-decoration:none!important;}

.info-box.reviews-info-box .info-box-text, .link-no-underline a, a.link-no-underline {text-decoration:none!important;}

.txt-underline, .hover-underline:hover, 
.link-no-underline a:hover, a.link-no-underline:hover {text-decoration:underline!important;}

.info-box.reviews-info-box:hover .txt-underline {text-decoration:none!important;}

.color-0a {color:#0A0A0A;}
.color-txt {color:#464F5C;}
.color-4B5563 {color:#4B5563;}
.color-00 {color:#000;}
.color-0E3462, .color-0E3462 p {color:var(--bleu-profond);}
.color-5E6671 {color:#5E6671;}
.color-6DBA6C {color:#6DBA6C!important;}
.color-fff, .color-fff p {color:var(--blanc)!important;}
.color-0E3462 {color:var(--bleu-profond)!important;}

.font-500 {font-weight:500!important;}
.font-600 {font-weight:600!important;}
.font-700 {font-weight:700!important;}

.font-400, .single-bureau-de-change-content .icon-list-text.font-400 p {font-weight:400!important;}

.single-bureau-star {font-weight:600;}

.working-hours-row {display:flex;/*align-items:center;*/gap:24px;}

.working-hours-row:not(:last-of-type) {margin-bottom:2px;}

.working-hours-row .working-hours-label,
.working-hours-row .working-hours-heading:first-of-type {flex:1 1 40%;}

.working-hours-row .working-hours-value,
.working-hours-row .working-hours-heading:last-of-type {flex:1 1 58%;}

/*.working-hours-row .working-hours-heading {
	font-size:14px;
	line-height:24px;
}*/

.working-hours-row .working-hours-value {text-transform:capitalize;}

.time-wrapper {display:inline-flex;gap:8px;width:100%;justify-content:space-between;}
.time-wrapper > .time-item {flex:1}

.info-box-text {width:100%;}

.icon-list-item {display:flex;align-items:center;gap:3px;}

.icon-list-item:not(:last-of-type) {/*margin-bottom:10px;*/}

.icon-list-item .icon-list-icon {display:flex;}

.icon-list-text p:not(:last-of-type) {margin:0 0 6px;;}

.icon-list-text p:last-of-type {margin:0;}

.single-bureau-de-change-content .icon-list-text *, .single-bureau-de-change-content .icon-list-text, .list-text, .single-bureau-de-change-content .exceptional-hours-container p, 
.exceptional-hours-container li, .icon-list .icon-list-item .icon-list-text, .font-16, .exceptional-hour-item {
	font-size:14px!important;
	line-height:24px!important;
	font-weight:700!important;
}
.office-hero-left-column .icon-list-item:not(:last-of-type) {margin-bottom:10px!important;}

.exceptional-hours-container ul li, 
.exceptional-hours-container dl li, 
.exceptional-hours-container ol li {
   break-inside: avoid;
}

.office-hero-right-column .icon-list {margin-top:12px;margin-bottom:24px;}

.base-rate { 
	font-weight: 600;
    background: var(--blanc);
    color: #0a0a0a;
    padding: 5px;
    border-radius: 5px;
    display: flex;
	flex-shrink:0;
	width:fit-content;
	margin-left:auto;
}

.heading-wrapper {display:inline-flex;align-items:flex-end;gap:16px;justify-content:space-between;width:100%;}

.exchange-input-wrapper:not(:last-of-type) {margin-bottom:12px;}
.exchange-input-wrapper label {
	font-size:20px;
	color:var(--bleu-profond);
	line-height:26px;
	margin-bottom:8px;
	display:block;
	font-weight:700;
}
.page-content-section p.font-16-24-400 {font-size:16px!important;line-height:24px!important;font-weight:400!important;}
.input-wrapper input {line-height:24px;background:var(--blanc);}
.extended-input-box {display:flex;}
.exchange-input-wrapper img {width:32px;height:24px;object-fit:contain;flex-shrink:0;}
.input-currency-info-box {
	display:flex;
	align-items:center;
	gap:10px;
	padding:16px;
	border-radius:8px 0 0 8px;
	border:1px solid rgba(0, 0, 0, 0.1);
	border-right:none;
	flex:1;
	box-sizing:border-box;
	font-size:18px;
	line-height:24px;
	font-weight:500;
	background:var(--blanc);
	color:#0a0a0a;
}
.currency-txt-wrapper {
	font-size:18px;
	line-height:24px;
	font-weight:500;
	color:#0a0a0a;
}
/*.exchange-input-wrapper input,
.exchange-input-wrapper output{
	flex-shrink:0;
	border:1px solid rgba(0, 0, 0, 0.1);
	border-radius:0 8px 8px 0;
	padding:19px;
	text-align:center;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	color:#0a0a0a;
	max-width:100px;
	width:100%;
	box-sizing:border-box;
}*/

.contact-btn-section .home-section-7-inner {background:#CCDCDE;}

.input-wrapper input, .input-wrapper output {
    padding:0;
    border:none;
    background:transparent;
    width:100%;
    text-align: center;
    border-radius: 0 8px 8px 0;
    padding: 19px;
}
.input-wrapper {
    display:flex;
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 8px 8px 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #0a0a0a;
    max-width: 200px;
    width: 100%;
    box-sizing: border-box;
	background:var(--blanc);
}

.custom-currencies-box {display:flex;width:100%;}
.custom-dropdown {
	position: relative;
	flex:1;
    padding: 16px;
	box-sizing:border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
	border-right:none;
	border-radius:8px 0 0 8px;
    cursor: pointer;
    display: flex;
	background:var(--blanc);
}
.selected {display: flex;align-items: center;}
.selected img, .custom-dropdown ul img {margin:0 10px;}

.custom-dropdown .custom-dropdown-arrow {align-items:center;margin-left:auto;}
.custom-dropdown .custom-dropdown-arrow svg {transition:all 0.3s linear;}
.custom-dropdown.open .custom-dropdown-arrow svg {transform:rotate(180deg);}

.custom-dropdown ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius:8px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 10;
	margin-top:10px;
	padding:0px;
}

.list-as-dropdown::-webkit-scrollbar-track, #bureau-list::-webkit-scrollbar-track {
    background: #EBEFEF;
    border-radius: 12px;
}
.list-as-dropdown::-webkit-scrollbar,
#bureau-list::-webkit-scrollbar {
    height: 5px;
	width:8px;
}
.list-as-dropdown::-webkit-scrollbar-thumb,
#bureau-list::-webkit-scrollbar-thumb {
    background: var(--bleu-profond);
    border-radius: 12px;
}

.custom-dropdown ul li {
    padding: 10px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.custom-dropdown ul li:hover, .custom-dropdown ul li.chosen {background-color: #CCDCDE;}

.country-chooser-wrapper {position:relative;}
.country-chooser-wrapper #go-to-country {
	position:absolute;
	top:12px;
	right:12px;
	z-index:9;
}
.country-chooser-wrapper .custom-dropdown {
	border:1px solid rgba(0, 0, 0, 0.1);
	border-radius:8px;
	background:var(--blanc);
	padding:25px;
	padding-right:203px;
	height:74px;
}

.country-chooser-wrapper .currency-title {font-size:16px;color:var(--bleu-profond);line-height:1.1;}

.country-chooser-wrapper .selected img, .country-chooser-wrapper .custom-dropdown ul img {margin: 0 4px 0 0;}

.country-chooser-wrapper .country-flag {width:24px;height:24px;object-fit:contain;margin-right:10px!important;}

.country-chooser-wrapper .custom-dropdown ul {max-height:350px;}


.currency-availability {border-radius:100px;width:8px;height:8px;flex-shrink:0;}
.currency-availability.available {background:#12B76A;}
.currency-availability.unavailable{background:#D80027;}

.reverse-btn {
	display:flex;
	justify-content:center;
	align-items:center;
	width:64px;
	height:64px;
	border:1px solid rgba(0, 0, 0, 0.1);
	border-radius:100px;
	cursor:pointer;
	transition:all 0.2s ease;
	background:var(--bleu-profond);
	z-index:2;
	margin:-20px auto -40px;
	position:relative;
}
.reverse-btn:hover {border-color:#000;}

a.link-underline:hover {text-decoration:none;}

.cta-text ul {padding-left:20px;margin:0;}

.cta-text ul li:not(:last-of-type) {margin-bottom:8px;}

.cta-info{
    display: flex;
    gap: 5px;
	margin-top:5px;
    font-size: 13px !important;
}
.cta-text ul {padding-left:20px;margin:0;}
.cta-text ul li:not(:last-of-type) {margin-bottom:8px;}
.cta-text {
	background:#CCDCDE;
	border-radius:12px;
	padding:16px;
	margin-top:5px;
	margin-bottom:16px;
}

.cta-block {position:relative;}

.cta-block form.cart {display:none;opacity:0;visibility:hidden;}

.return-to-shop .button.wc-backward {
	background:var(--bleu-profond)!important;
	color:var(--blanc)!important;
}

.return-to-shop .button.wc-backward:hover {
	background:transparent!important;
	color:var(--bleu-profond)!important;
}

.template-2025 .button , .header-button-container .button,
.single-bureau-de-change .button, .button.button-secondary {
	font-size:16px!important;
	font-weight:700!important;
	line-height:24px!important;
	padding:13px 32px!important;
	border-radius:8px!important;
	border:1px solid var(--bleu-profond)!important;
	color:var(--bleu-profond)!important;
	text-decoration:none!important;
	display:block!important;
	text-align:center!important;
	width:fit-content!important;
	box-sizing:border-box!important;
	background:transparent!important;
}

.template-2025 .cta-btn, .header-button-container .cta-btn {
	border:1px solid var(--bleu-profond)!important;
	color:var(--blanc)!important;
	background:var(--bleu-profond)!important;
}

.button:hover, .header-button-container .button:hover{
	color:var(--blanc)!important;
	background:var(--bleu-profond)!important;
}

.template-2025 .cta-btn:hover, .header-button-container .cta-btn:hover, .template-2025 .cta-btn:focus, .header-button-container .cta-btn:focus {
	color:var(--bleu-profond)!important;
	background:transparent!important;
}

.cta-btn.btn-w-icon:hover svg path {fill:var(--bleu-profond)!important;}

.cta-btn.hero-btn:hover, .cta-btn.hero-btn:focus {color:var(--blanc)!important;border-color:var(--blanc)!important;}

.cta-btn.cta-btn-on-dark {background:var(--blanc)!important;border-color:var(--blanc)!important;color:var(--bleu-profond)!important;}
.cta-btn.cta-btn-on-dark:hover, .cta-btn.cta-btn-on-dark:focus {
	background:transparent!important;
	color:var(--blanc)!important;
}

.button:not(.cta-btn):hover svg path, .button:not(.cta-btn):focus svg path {fill:var(--blanc);}

.cursor-pointer {cursor:pointer;}

.payment-icons-container {
	display:flex;
	gap:15px;
}
.payment-icons-container .payment-icon {
	display:flex;
	border:1px solid rgba(0, 0, 0, 0.1);
	border-radius:3px;
	max-width:30px;
	width:100%;
	height:15px;
	padding:5px 7px;
	justify-content:center;
	align-items:center;
	background:var(--blanc);
}

.payment-icons-container .payment-icon img {max-width:100%;height:auto;object-fit:contain;}

.text-center {text-align:center;}

.exceptional-hours-container {
	border-radius:16px;
	background:#f9fafa;
	padding:24px;
	margin-top:32px;
}
.exceptional-hours-heading:after {display:none;}

.exceptional-hours-heading {
	font-size:24px;
	letter-spacing:-0.02em;
	font-weight:500;
	line-height:28px;
	margin:0 0 18px;
}

.exceptional-hours-container ul, .exceptional-hours-container dl, .exceptional-hours-container ol {
	margin:0;
	padding-left:20px;
	columns:2;
	gap:32px;
}

.exceptional-hours-container li:not(:last-of-type), .exceptional-hours-list .exceptional-hour-item:not(:last-of-type)  {margin-bottom:16px;}

.exceptional-hour-item .circle {
	width:8px;
	height:8px;
	border-radius:100px;
	background:#D80027;
	margin-right:10px;
	display:inline-flex;
	flex-shrink:0;
}
.exceptional-hour-item {display:flex;align-items:center;}

.exceptional-hour-item:nth-of-type(even) {break-before:avoid!important;}

.exceptional-hours-container li::marker {color:#D80027;font-size:19px;}

.exceptional-hour-item .dates-wrapper {flex-wrap:wrap;gap:5px;}

.template-2025 .shop-status {
	display:flex;
	align-items:center;
	margin-top:32px;
	border-radius:100px;
	padding:10px 20px;
	gap:10px;
	font-size:16px;
	font-weight:700;
	letter-spacing:0em;
	line-height:24px;
	color:#0a0a0a;
	width:fit-content;
}
.template-2025 .shop-status .status-circle {
	height:8px;
	width:8px;
	flex-shrink:0;
	border-radius:100px;
}
.template-2025 .shop-status.open {
	background:#E7F0E0;
}
.template-2025 .shop-status.open .status-circle {background:rgba(98, 203, 21);}
.template-2025 .shop-status.closed {
	background:#ef958e;
}

.template-2025 .shop-status.closed .status-circle {background:#D80027;}

.reassurance-section .inner-wrapper {
	background:#CCDCDE;
	border-radius:24px;
	padding:0;
}

.reassurance-section h3 {margin-top:24px;}

.reassurance-icons-grid, .reassurance-boxes-grid {
	display:grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
}

.reassurance-icon-box {padding:30px;}

.reassurance-icon-box .icon-wrapper img {max-width:100px!important;max-height:48px!important;object-fit:contain;height:48px!important;}
.reassurance-icon-box .icon-wrapper svg {height:48px;}
.currencies-section {overflow:hidden;}
.reassurance-icon-box:first-of-type,
.reassurance-icon-box:nth-of-type(2),
.reassurance-icon-box:nth-of-type(3) {
	border-bottom:1px solid rgba(14, 52, 98, 0.2);
}
.reassurance-icon-box:first-of-type,
.reassurance-icon-box:nth-of-type(2),
.reassurance-icon-box:nth-of-type(4),
.reassurance-icon-box:nth-of-type(5){
	border-right:1px solid rgba(14, 52, 98, 0.2);
}

.reassurance-icon-box .icon-wrapper {display:flex;justify-content:center;}

.template-2025 h3:after,
.template-2025 h2:after{display:none;}

.reassurance-icon-box h3 {margin-top:20px;max-width:250px;margin-left:auto;margin-right:auto;}

.reassurance-icon-box:first-of-type h3 {max-width:195px;}
.reassurance-icon-box:nth-of-type(2) h3,
.reassurance-icon-box:nth-of-type(5) h3 {max-width:280px;}

.reassurance-boxes-grid .reassurance-box {padding:30px;}

.reassurance-boxes-grid .reassurance-box h3 {margin:20px auto 0;max-width:254px;}

.reassurance-boxes-grid .reassurance-box:not(:nth-of-type(3n)) {border-right:1px solid rgba(14, 52, 98, 0.2);}

.reassurance-boxes-grid .reassurance-box:not(:nth-of-type(n + 4)) {border-bottom:1px solid rgba(14, 52, 98, 0.2);}

.new-home-section-2 p {color:var(--bleu-profond);}

.new-home-section-2 .text-wrapper {max-width:952px!important;margin:0 auto;text-align:center;}

.new-home-section-4 {background:var(--bleu-profond);}

.reassurance-icons-container {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.reassurance-icons-container .reassurance-icon-box {
	width:33.33%;
	flex:1 1 33.33%;
	padding:55px 16px;
	/*border-bottom:0!important;*/
	box-sizing:border-box;
}

.reassurance-icons-container .reassurance-icon-box:last-of-type {border-right:none!important;}
.reassurance-icons-container .reassurance-icon-box:nth-last-of-type(1), 
.reassurance-icons-container .reassurance-icon-box:nth-last-of-type(2) {border-bottom:none!important;}

.reassurance-icons-container .reassurance-icon-box h3 {margin:32px auto 0px;}

.reassurance-icons-container .reassurance-icon-box h3:after {display:none;}

.reassurance-txt p:last-of-type {margin-bottom:0;}

.template-2025 .kicker {
	font-size:32px;
	line-height:1;
	font-weight:500;
	color:var(--bleu-profond);
	line-height:48px;
}

.accordion-item:not(:last-of-type) {margin-bottom:16px;}
.accordion-title-wrapper {
    display:flex;
    align-items:center;
	justify-content:space-between;
    gap:20px;
    padding:24px 30px;
    cursor:pointer;
    transition:all 0.3s;
}
.accordion-title {font-weight:700!important;}

.accordion-title-wrapper.active {padding-bottom:10px!important;}

.accordion-icon {flex-shrink:0;display:flex;transition:all 0.2s ease;}

.accordion-title-wrapper.active .accordion-icon {transform:rotate(180deg);}

.accordion-item {border:1px solid rgba(0, 0, 0, 0.1);border-radius:8px;}
.accordion-content p {margin-top:0;margin-bottom:1em;}

.accordion-content p:last-of-type {margin-bottom:0}

.accordion-content .button {margin-top:24px;}


.accordion-content {/*transition:height 0.3s;*/overflow: hidden;padding:0 60px 24px 30px;}

/*.accordion-content:not(.active) {display: none;}*/

.template-2025 .faq-section .wrapper {max-width:925px!important;}

.template-2025 .faq-section {
	background:var(--bleu-profond);
}

.accordion-item {background:var(--blanc);}

.template-2025 .radius-16 {border-radius:16px;}

.radius-24 {border-radius:24px;}

.centered-btn {margin-left:auto;margin-right:auto;}

.left-column-50, .right-column-50 {
	box-sizing:border-box;width:50%;flex:1 1 50%;max-width:50%;
}

.single-bureau-de-change-content .image-left-text-right-section .img-left-column {
	width:45%;
	align-self:center;
	box-sizing:border-box;
}

.img-left-column img {max-width:100%;height:auto;object-fit:contain;}
.single-bureau-de-change-content .image-left-text-right-section .txt-right-column {
	width:49%;
	box-sizing:border-box;
	align-self:center;
}

.new-home-section-3 .img-left-column {width: 47%;box-sizing: border-box;}

.new-home-section-3 .txt-right-column {width: 49%;box-sizing: border-box;}

.margin-center {margin-left:auto;margin-right:auto;}

.slick-dots, .google-reviews .slick-dots, .currency-slider .slick-dots, #offices-slider .slick-dots{
		padding:0;
		list-style:none;
		display:flex;
		justify-content:center;
		margin-top:32px;
		margin-bottom:0;
		gap:12px;
	}

.photos-slider-section .gallery-slider .slick-dots button, .google-reviews .slick-dots button, .currency-slider .slick-dots button, #offices-slider .slick-dots button, .home-news-container .slick-slider .slick-dots button, .logo-slider .slick-dots button {
	font-size:0;
	border:none;
	background:#E8E6DB;
	padding:0;
	border-radius:100px;
	width:14px;
	height:14px;
	transition:all 0.2s ease;
}

.gallery-slide img {width:100%;height:220px!important;object-fit:cover;}

.gallery-slider .slick-slide, #offices-slider .slick-slide, .logo-slider .slick-slide {
    margin-right: 20px;
}

.google-reviews .slick-slide, #offices-slider .slick-slide, .home-news-container .slick-slide {margin-right:32px;}

.gallery-slider .slick-slide:last-child, .google-reviews .slick-slide:last-child, #offices-slider .slick-slide:last-child,
.home-news-container .slick-slide:last-child, .logo-slider .slick-slide:last-childe {
    margin-right: 0;
}

.logo-slider .logo-slide {text-align:center;}
.logo-slider .logo-slide img {
	max-width:150px!important;
	object-fit:contain!important;
	max-height:150px!important;
	width:100%;
	height:100%;
	margin:0 auto;
}

.logo-slider .slick-track {display:flex;align-items:center;}

.review-item {
	box-sizing:border-box;
	border:1px solid rgba(0, 0, 0, 0.1);
	border-radius:24px;
	padding:32px 26px;
	color:var(--bleu-profond);
	/*height:auto!important;*/
	display:flex!important;
	flex-direction:column;
	gap:0;
}

.google-reviews .stars {width:100%;}

.google-reviews .slick-track {/*display:flex!important;*/cursor:grab;}

.review-text {
	color:var(--bleu-profond);
	margin-bottom:16px!important;
	width:100%;
	font-weight:500;
	font-size:18px;
	line-height:32px;
}

.google-reviews .review-item .review-author {flex:1;display:flex;align-items:flex-end;width:100%;font-weight:700;}
.review-bottom {display:flex;align-items:center;gap:10px;}
.review-bottom img {width:48px;height:48px;}

.photos-slider-section .gallery-slider .slick-dots button:hover, .gallery-slider .slick-dots li.slick-active button, .google-reviews .slick-dots button:hover, .google-reviews .slick-dots li.slick-active button, .currency-slider .slick-dots button:hover, .currency-slider li.slick-active button, #offices-slider .slick-dots li.slick-active button, #offices-slider .slick-dots button:hover, .home-news-container .slick-container .slick-dots button:hover, .home-news-container .slick-slider .slick-dots li.slick-active button, .logo-slider .slick-dots button:hover, .logo-slider .slick-dots li.slick-active button {background:var(--bleu-profond)!important;}

.photos-slider-section .gallery-slider img {border-radius:16px;}

.popover-content {
  	display: flex;
  	flex-direction: row;
  	width: 100%;
}

.popover-text {
  	flex: 1;
  	padding: 20px;
	align-self:center;
}

.popover-text h2 {
  margin-top: 0;
}

.popover-image {
  flex: 1;
}

.pum-container {max-width:90vw!important;max-width:calc(100% - 32px)!important;}
.pum-close.popmake-close {border-radius:0 10px 0 0!important;}

.popover-image img {
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
	border-radius:20px;	
}

/*.currency-grid {
	display:grid;
	grid-template-rows:1fr;
	grid-template-columns:repeat(6, minmax(0, 1fr));
	row-gap:25px;
	column-gap:32px;
}*/

.currency-box-link {
	text-decoration:none;
	text-align:center;
	border-radius:12px;
	border:1px solid rgba(0, 0, 0, 0.1);
	/*padding-bottom:100%;*/
	transition:all 0.2s ease;
	position:relative;
	display:flex;
	box-sizing:border-box;
	cursor:pointer;
}

.currency-grid {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	row-gap:25px;
	column-gap:32px;
	align-items:flex-start;
}

/*.currency-grid .currency-box-link {width:calc(16.67% - 27px);}*/

.currency-box-link .currency-box-wrapper {padding-bottom:100%;}

.currency-box {
	padding:20px 10px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	box-sizing:border-box;
}

.currency-box-link:hover {border-color:var(--bleu-profond)}

.currency-box .currency-availability {margin-top:11px;margin-bottom:11px;}

.currency-slider-2 {margin-top:25px;position:relative;}
.currency-slider-2  .slick-list  .slick-track {padding:0 120px;}
.template-2025 .currencies-section .wrapper {max-width: 1440px!important;padding:0!important;}
.currency-slider .slick-slide {margin-right:32px;}

.currencies-section .inner-wrapper-860 {padding: 0 16px;}

.currency-slider {position:relative;}
.currency-slider:before, .currency-slider:after {
	content:'';
	position:absolute;
	top:0;
	height:100%;
	width:315px;
	z-index:9;
	pointer-events:none;
}
.currency-slider:before {
	left:0;
	background:linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.currency-slider:after {
	right:0;
	background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.news-loop-item {
	/*padding:16px;*/
	box-sizing:border-box;
	border:1px solid rgba(0, 0, 0, 0.1);
	border-radius:16px;
	transition:all 0.3s ease;
}
.news-loop-item:hover {border-color:#000;}

.news-item-content {padding:24px 64px 24px 24px;}

.news-item-thumb-link {
	display:flex;
	position:relative;
	padding-bottom:56.25%;
}

.news-item-date {font-size:16px;color:#4B5563;}

.news-item-thumb-link {border-radius: 16px 16px 0 0;}

.overflow-hidden {overflow:hidden;}

.news-item-thumb {
	max-width:100%;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all 0.8s ease;
	position:absolute;
	left:0;
	top:0;
}
.news-loop-item:hover .news-item-thumb, .first-post-container:hover .news-item-thumb {transform:scale(1.15);}

.news-item-title:after {display:none;}

.map-section .left-column-transport, .map-section .right-column-map {flex:1 1 50%;box-sizing:border-box;width:50%;}

.map-section .left-column-transport {
	padding:45px 60px;
	align-self:center;
}

.map-section .inner-wrapper {
	background:#CCDCDE;
	border-radius:24px;
	overflow:hidden;
}

.stop-name {
	width:fit-content;
	padding:4px 12px;
	background:var(--bleu-profond);
	color:var(--blanc);
	/*margin-bottom:16px;*/
	flex-shrink:0;
	border-radius:4px;
	align-self:flex-start;
}

.parking-box {margin:0;}

.transport-station {display:flex;align-items:flex-start;gap:16px;justify-content:space-between;}

.transport-lines {flex-wrap:wrap;}

.transport-box > .icon-flex {flex-shrink:0;}

.transport-stations-box {flex:1;}

.transport-box {display:flex;/*align-items:center;*/gap:12px;width:100%;}
.transport-box:not(:last-of-type) {margin-bottom:30px;gap:16px;}
.transport-box svg, .transport-line img {width:32px;height:32px;object-fit:contain;}
.transport-station:not(:last-of-type) {margin-bottom:30px;}
.transport-lines {gap:30px;}
.parking-icon {/*margin-top:8px;*/}
.icon-flex {display:flex;}

.single-currency-content .google-reviews-section {padding-bottom:100px!important;}

.single-currency-content .currencies-section {padding-top:100px!important;padding-bottom:100px!important;}

.newsletter-section .form-container p .wpcf7-form-control-wrap {display:flex;flex-wrap:wrap;gap:2px;}

.template-2025 .newsletter-section .wrapper {max-width:954px!important;}
.newsletter-section .form-container {
	display:flex;
	max-width:606px;
	margin:0 auto;
	gap:0;
	align-items:center;
	position:relative;
}

.newsletter-section .form-container .wpcf7-form-control:not(.wpcf7-submit) {
    width:100% !important;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1)!important;
    background: transparent!important;
    font-size:16px!important;
	font-family:'Poppins'!important;
    line-height:28px!important;
    padding:21px 170px 21px 26px!important;
    font-weight:400!important;
    color:var(--bleu-profond)!important;
    letter-spacing:0px!important;
    box-shadow:none;
    height:auto;
}
.newsletter-section .form-container .wpcf7-form-control:not(.wpcf7-submit)::placeholder {color:#5E6671!important;opacity:1!important;}

.newsletter-section .form-field-wrapper p {margin-bottom:0;}

.newsletter-section .wpcf7-form-control-wrap {display:flex;width:100%;}

.newsletter-section .form-field-wrapper:not(.form-submit) {width:100%;}

.newsletter-section .form-field-wrapper.form-submit {
	position:absolute;
	right:9px;
	top:9px;
	z-index:99;
}

.newsletter-section .form-container .wpcf7-submit {
    width:Fit-content;
    color: var(--blanc)!important;
    background: var(--bleu-profond)!important;
    border:1px solid var(--bleu-profond)!important;
    border-radius: 8px!important;
    padding: 13px 39px!important;
    cursor:pointer!important;
    flex-shrink:0!important;
    transition: all 0.2s ease-in-out!important;
}

.newsletter-section .form-container .wpcf7-submit:hover {
    background: var(--blanc)!important;
	border-color:var(--bleu-profond)!important;
	color:var(--bleu-profond)!important;
}
.newsletter-section .wpcf7-response-output {margin:24px 0 12px!important;}

.hide {display:none!important;}

.social-icons-container {
	display:flex;
	justify-content:center;
	gap:8px;
}
.social-icons-container .social-icon-link {
	text-decoration:none!important;
	border-radius:100%;
	width:48px;
	height:48px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:var(--bleu-profond);
	transition:all 0.2s ease;
}

.social-icons-container .social-icon-link:hover {transform:scale(0.9);}

.contact-page-section .social-icons-container {justify-content:flex-start;margin-top:36px;}

#map {width:100%;height:100%;}

footer {background:var(--bleu-profond);}

.footer-logo-container {max-width:185px;width:100%;margin-right:5%;margin-top:40px;}
.footer-widgets {
	column-gap:120px;
	row-gap:32px;
	padding-top:37px;
	padding-bottom:64px;
	/*border-top:1px solid rgba(0, 0, 0, 0.1);*/
}
.footer-logo-container img {width:100%;}
.footer-widgets .footer-links-container {
	width:100%;
	display:flex;
	justify-content:space-between;
	column-gap:64px;
	row-gap:32px;
}
.footer-heading {
	margin-top:33px!important;
	margin-bottom:24px!important;
	color:rgba(255, 255, 255, 0.5)!important;
	text-transform:uppercase;
	font-weight:500;
	font-size:16px!important;
	line-height:24px!important;
}

.footer-nav ul {
	padding-left:0px;
	margin:0;
	list-style-type:none;
}
.footer-nav ul a {
	font-weight:500;
	color:var(--blanc);
	text-decoration:none;
	width:fit-content!important;
	display:flex;
	position:relative;
	padding-bottom:3px;
	margin-bottom:0!important;
}
.footer-nav ul .menu-item:not(:last-of-type), 
.footer-social-link li:not(:last-of-type){margin-bottom:21px;}

.footer-nav ul a:after, .header-menu a:after {
	content:'';
	position:absolute;
	bottom:0;
	left:auto;
	right:0;
	width:0;
	opacity:0;
	transition:All 0.2s ease;
	background:var(--blanc);
	height:2px;
}

.header-menu a:after {background:var(--blanc);}

.footer-nav ul a:hover:after, .footer-nav ul .current-menu-ancestor > a:after,
.footer-nav ul .current-menu-item > a:after, .footer-nav ul  .current_page_parent > a:after, 
.header-menu a:hover:after, .header-menu .current-menu-item > a:after,
.header-menu .current-menu-ancestor > a:after, .header-menu .current_page_parent > a:after {
	width:100%;
	opacity:1;
	right:auto;
	left:0;
}

.footer-info {
	padding-top:24px;
	padding-bottom:32px;
	border-top:1px solid rgba(255, 255, 255, 0.25);
}
.footer-info > p {
	color:var(--blanc);
	text-align:center;
	margin:0;
	font-weight:500;
}

.cart-footer .footer-info {border:none;padding-bottom:64px;padding-top:10px;}
.cart-footer .footer-widgets {padding-bottom:0;justify-content:center;}
.cart-footer .footer-logo-container {margin-right:0;margin-bottom:20px;}

.back-btn {width:fit-content;}
.back-btn svg {position:relative;left:0;transition:all 0.3s;}
.back-btn:hover svg {left:-3px;}

.cart-header > .wrapper:after {content:'';width:20%;}
.cart-header > .wrapper .back-btn-wrapper {width:20%;}
.cart-header .header-logo-container {width:60%;text-align:center;}
.cart-header .header-logo-container a {justify-content:center;}

/* CART */

.woocommerce-cart .woocommerce-message  {
    font-size:14px!important;
    line-height:1!important;
}
.woocommerce-cart .woocommerce-message .button.wc-forward,.woocommerce-cart .woocommerce-message .button.wc-forward:hover,.woocommerce-cart .woocommerce-message .button.wc-forward:focus{
    padding:0!important;
    border:0!important;
    font-size:14px!important;
    margin-left:5px;
    line-height:1!important;
    background:transparent!important;
    color:#000!important;
}


/*--------------------------------------------------------------
10.0 Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 1080px) {

	.homesection3-right {
		width: 100%;
		margin-bottom: 40px;
	}

	.homesection3-left > div {
    width: 100%;
    height: 400px;
    background-position: center center;
    float: none;
    background-size: cover;
	}

	.homesection3-left {
    width: 100%;
		margin-bottom: 20px;
	}

	.home-section-3 .wrapper {
		flex-direction: column;
	}

	.home-section-2-right {
		margin-top: 20px;
	}

	.home-section-2-left,
	.home-section-2-right {
		width: 100%;
	}

	.home-section-2 .wrapper {
		flex-direction: column;
	}

}

@media screen and (max-width: 980px) {

	.home-news.on-index a {
		width: 100%;
	}

	.infoscomplementaires a {
		width: 50%;
	}

	.home-news > .col:first-child a .news-home-cont {
		max-width: 100%;
	}

	.home-news > .col:first-child a {
    height: 294px;
	}

	.col {
		width: 100% !important;
	}

	.home-news > .col a {
		margin-bottom: 20px !important;
	}

	.home-news {
		flex-direction: column;
	}

	body {
		/*padding-bottom: 41px;*/
	}

	h2 {
		font-size: 24px;
	}
	.page-content-section p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received  {
		font-size: 24px!important;
	}
	
	h3 {
		font-size: 16px;
	}
	
	.lead-txt {
		font-size:14px;
	}

	.home-main-section h1 {
    font-size: 50px;
	}

	.tophead-action img {
    margin-right: 0;
		width: 24px;
	}

	.tophead-action {
		font-size: 0;
		border-right: 1px solid #E8E8E8;
	}

	#logo img {
		height: 92px;
	}

	.main-header .wrapper {
		height: 92px;
	}

	.top-header {
		height: 0;
    border: 0;
	}

	.tophead-actions {
		position: absolute;
		top: 0;
		right: 60px;
		z-index: 200;
		height: 92px;
	}

	.top-header .ul-lang-switcher {
		display: none;
	}

	#primary-menu > li:last-child > a {
    display: flex;
    position: fixed;
    z-index: 200;
    right: 0;
    bottom: 0;
    background-color: var(--bleu-profond);
    color: white;
    width: 50%;
    height: 41px;
    max-width: 100%;
    flex-direction: row-reverse;
    align-items: center;
		font-size: 16px;
	}

	#primary-menu > li:nth-last-child(2) > a {
    display: flex;
    position: fixed;
    z-index: 200;
    left: 0;
    bottom: 0;
    background-color: #FBB800;
    color: white;
    width: 50%;
    height: 41px;
    max-width: 100%;
    flex-direction: row-reverse;
    align-items: center;
		font-size: 16px;
	}

	#primary-menu > li:nth-last-child(2) > a::after,
	#primary-menu > li:last-child > a::after {
		filter: brightness(0) invert(1);
		margin: 5px 10px 0 0;
	}
	
	#primary-menu > li > a {
		display: none;
	}
	.pre-footer .wrapper.side {
		width: 100%;
	}
	.pre-footer .wrapper {
	  margin-top: 30px;
	}
	
}

@media screen and (max-width: 900px) {

	.showship ul li {
		width: 100%;
	}

	.pagepage-container .right {
    flex: auto;
    padding: 30px 0 0 0;
	}

	.pagepage-container .wrapper {
		flex-direction: column;
	}

	#logo img {
		height: 92px !important;
	}
	
	html {
		width: 100%;
		height: 100%;
	}
	
	img {
		max-width: 100% !important;
		height: auto !important;
	}
	
}

@media screen and (max-width: 800px) {

	.col > div {
    min-height: 0;
	}

	.col {
		width: 100%;
	}

	.home-section-2-right {
		flex-direction: column;
	}
	
}

@media screen and (max-width:768px) {
	
	tr.fee td, tr.fee th {background:var(--blanc)!important;}
	tr.fee .mob-hide {display:none!important;}

	.review-text {
    font-size: 14px!important;
    line-height: 18px!important;
	}
	.review-bottom {
    text-align: center;
    align-items: center;
    flex-direction: column;
	}
	
}

@media screen and (max-width: 600px) {

	.infoscomplementaires a {
		width: 100%;
	}

	.home-main-section h1 strong {
    font-size: 30px;
	}

	h1, .h2 {
    font-size: 38px !important;
	}

	#homeselectbox {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.home-selectbox .head {
    margin-bottom: 14px;
	}

	.home-selectbox .body {
		width: 100%;
		flex-direction: column;
	}
	
}

/*TRUSTINDEX*/

.ti-rating-text, .ti-large-logo, .ti-name{
	display: none !important;
}
.ti-date{
	color: var(--bleu-profond) !important;
	opacity: 1 !important;
}
.home-section-avis h2, .home-section-avis h3{
	text-align: center;
}
.home-section-avis .ti-widget.ti-goog .ti-review-item > .ti-inner{
	border-style: solid !important;
  	border-color: var(--bleu-profond) !important;
  	background: #ffffff !important;
    background-color: rgb(255, 255, 255);
 	border-radius: 0px !important;
  	padding: 20px !important;
  	margin: 0 !important;
  	position: relative;
	background: #FFF !important;
	background-color: #FFF !important;
	border: 1px var(--bleu-profond) solid !important;
	display: flex !important;
  	flex-flow: row wrap;
	justify-content: space-between !important;
}
.home-section-avis .ti-review-content{
	border-top: 1px var(--bleu-profond) solid !important;
	margin-top: 10px !important;
}
.home-section-avis .ti-widget .source-Google .ti-review-header::after{
	display: none !important;
}

/*--------------------------------------------------------------
10.1 New Code
--------------------------------------------------------------*/
@media only screen and (max-width:991px) {
	.woocommerce-notices-wrapper {width:95vw;}
	.header-height, #masthead {min-height:81px;}
	.post-image img {max-height:200px;}
	.header-logo-container img {max-width:90px!important;}
	
	.header-logo-container {width:50%;}
	
	.layout-drawer-hamburger {display:flex;}
	
	.home-hero-wrapper {padding:0 0px;}
	
	.offices-wrapper {grid-template-columns:repeat(2, minmax(0, 1fr));row-gap: 12px;column-gap: 16px;}
	
	.single-bureau-link div {font-size:16px!important;}
	
	.offices-wrapper .single-bureau-link h3 {
	    font-size: 14px!important;
	    line-height: 21px!important;
	}
	.offices-wrapper .single-bureau-link {
	    padding: 3px 7px;
		min-height:50px;
		box-sizing:border-box;
	}

	.page-content-section p.mob-font-14 {font-size:14px!important;line-height:1.5em!important;}
	/*.home-hero.office-hero-section {background: url('/wp-content/themes/as-template/img/office-hero-bg-img.png') center center / cover no-repeat rgba(244, 250, 254, 0.74)!important;}*/
	
	.menu-anchor {transform:translateY(-55px);}
	
	.input-currency-info-box {padding:8px 8px 8px 16px;}
	.exchange-input-wrapper img {width:24px;height:24px;}
	/*.extended-input-box input, .exchange-input-wrapper output {padding:8px 12px;text-align:left;max-width:85px;}*/
	.input-wrapper  {max-width:85px;}
	
    .input-wrapper input, .input-wrapper output {padding:8px 12px;text-align:left;}
	
	.custom-currencies-box  {position:relative;}
	.custom-currencies-box .custom-dropdown {position:unset;}
	
	.country-chooser-wrapper .custom-dropdown ul {max-height:250px;}

	.country-chooser-wrapper .custom-dropdown {padding-left:12px;padding-right:195px;}
	
	.header-button-container, .header-menu-container {display:none!important;}
	
	.admin-bar .site-header.pos-fixed {top:46px;}
	
	.admin-bar #masthead.pos-fixed.visible {top:46px;}
	
	/*#masthead > .wrapper {padding-top:10px;padding-bottom:10px;}*/
	
	.mob-only {display:flex!important;}
	
	.mob-only.mob-only-block, .template-2025 .button.mob-only {display:block!important;}
	
	.hide-on-mob {display:none!important;}
	
	.blog-archive-section {padding-top:32px!important;}

	
	/*PAGE TEMPLATE*/
	.page-hero-section {
		padding-top:64px;
		padding-bottom:40px;
	}
	
	.cart-hero-section {
		min-height:220px;
		padding-top:32px;
		padding-bottom:32px;
	}
	
	.post-content a {word-break:break-all;}
	.post-content iframe {max-width:100%;}
	
	.single-post-template .page-hero-section {padding-top:32px;}

	.page-content-section {padding-top:16px;padding-bottom:24px;}
	.contact-page-section {padding:0!important;}
	
	.page-hero-section p:not(:last-of-type) {margin-bottom:0!important;}

	
	.posts-grid {
		row-gap:20px;
		grid-template-columns:repeat(1, minmax(0, 1fr));
		margin-top:20px;
	}
	.first-post-container {
		flex-direction:column;
		gap:16px;
}
	.first-post-container .left-img-container {padding:0;border:none;}

	.first-post-container .left-img-container a {height:fit-content;padding-bottom: 56.25%;}

	.first-post-container .right-post-info-container {padding:0;}
	
	.post-content-container {padding:0;}
	
	.post-content-section .post-image {margin-top:16px!important;}
	
	.form-container .form-field-wrapper {grid-column:span 2;}
	
	.form-container .wpcf7-submit.form-submit-btn {width:100%!important;}

	.form-container .wpcf7-form-control:not(.wpcf7-submit, .wpcf7-acceptance), 
	.form-container textarea {font-size:16px!important;}
	.office-hero-section {background-position:center!important;}
	.office-hero-section.contact-page-section .office-hero-right-column {padding:24px 16px;}
	
	.contact-page-section .social-icons-container {margin-top:24px;}
	
	.page-content-section .accordion-container {padding-bottom: 72px!important;}
	
	/*END PAGE TEMPLATE*/
	
	.office-hero-section {
	background-color:var(--blanc)!important;
}
	
	.location-finder-column {padding:24px 16px 0;}
	
	#bureau-list {
    margin-right: -10px!important;
    padding-right: 10px!important;
}
	
#map_locator {min-height: 400px!important;}
	
	.single-bureau-adress-phone {flex-direction:column;align-items:flex-start!important;grid-column:span 2!important;}
	
	#bureau-list .single-bureau-info .shop-status {grid-column:span 2;}
	
	#search-input {
    padding: 15px 25px 15px 36px!important;
    background: url('/wp-content/themes/as-template/img/search_icon.svg') 16px center / 16px no-repeat var(--blanc)!important;
}
	/*.search-btn-wrapper {right: 9px!important;}*/
	
	.search-btn-wrapper {
    position:unset!important;
	margin-top:8px
	}
	
	.search-btn-wrapper a {justify-content:center;}
	
	#search-by-my-location {padding:13px;border: 1px solid var(--bleu-profond);border-radius:8px;flex-shrink:0;background:var(--blanc);}

	.search-btn-wrapper .cta-btn {flex:1;}
	
	.search-btn-wrapper .button {padding-left:16px!important;padding-right:16px!important;}
	
	#bureau-list .single-bureau-info {padding: 24px 16px!important;}
	
	#bureau-list .single-bureau-link {padding: 16px!important;}
	
	.home-currencies-slider .home-currency-slide {padding:32px 16px!important;}

	/*.home-currencies-wrapper*/ .home-currencies-slider-navigation.nav-prev {left:4px;} 

	/*.home-currencies-wrapper*/ .home-currencies-slider-navigation.nav-next {right:4px;}

	/*.home-currencies-wrapper*/ .home-currencies-slider-navigation {padding:9px;}

	.home-currencies-slider .slick-list {padding:0 28px;}
	
	.mob-flex-1 {flex:1;}
	
	.mob-pb-0 {padding-bottom:0!important;}
	
	.mob-px-10, .template-2025 .button.mob-px-10 {padding-left:10px!important;padding-right:10px!important;}
	
	.mob-px-16, .template-2025 .button.mob-px-16 {padding-left:16px!important;padding-right:16px!important;}
	
	.mob-px-28, .template-2025 .button.mob-px-28 {padding-left:28px!important;padding-right:28px!important;}
	
	.mob-pb-24 {padding-bottom:24;}
	
	.mob-pt-25 {padding-top:25px;}
	
	.mob-pt-30 {padding-top:30px;}
	
	.mob-pt-32 {padding-top:32px;}
	
	.mob-pb-32 {padding-bottom:32px;}
	
	.mob-py-32, .reassurance-section.new-home-section-2 .inner-wrapper.mob-py-32 {padding-top:32px;padding-bottom:32px;}
	
	.mob-pt-36 {padding-top:36px;}
	
	.mob-pt-40 {padding-top:40px;}
	
	.mob-pb-40 {padding-bottom:40px;}
	
	.mob-pt-45 {padding-top:45px;}
	
	.mob-py-50 {padding-top:50px;padding-bottom:50px;}
	
	.mob-pb-50 {padding-bottom:50px;}
	
	.mob-pb-54 {padding-bottom:54px;}
	
	.mob-pt-64 {padding-top:64px;}
	
	.mob-pb-64 {padding-bottom:64px;}
	
	.mob-py-64 {padding-top:64px;padding-bottom:64px;}
	
	.mob-pt-75 {padding-top:75px!important;}
	
	.mob-pt-100 {padding-top:100px;}
	
	.mob-pt-135 {padding-top:135px;}
	
	.mob-mt-5 {margin-top:5px!important;}
	
	.mob-mb-10 {margin-bottom:10px!important;}
	
	.mob-mt-10 {margin-top:10px!important;}
	
	.mob-mb-12 {margin-bottom:12px!important;}
	
	.mob-mt-12 {margin-top:12px!important;}
	
	.mob-mb-14 {margin-bottom:14px!important;}
	
	.mob-mt-24 {margin-top:24px!important;}
	
	.mob-mb-24 {margin-bottom:24px!important;}
	
	.mob-mt-32 {margin-top:32px!important;}
	
	.mob-mt-40 {margin-top:40px!important;}
	
	.mob-mb-64 {margin-bottom:64px!important;}
	
	.mob-gap-0 {gap:0!important;}
	
	.mob-gap-24 {gap:24px;}
	
	.mob-gap-30 {gap:30px;}
	
	.mob-gap-32 {gap:32px;}
	
 	.mob-gap-35 {gap:35px;}
	
	.office-hero-section .office-hero-left-column, .left-column-50, .right-column-50, .cart-left-column, .cart-right-column {
		width:100%;
		max-width:100%;
		flex:1 1 100%;
	}
	
	.office-hero-section .office-hero-right-column, .contact-form-column-wrapper {width:100%;}
	
	.office-hero-left-column:not(.contact-page-left-column), .map-column-wrapper {
		margin-left:-16px;
		margin-right:-16px;
		width:calc(100% + 32px)!important;
		max-width:calc(100% + 32px)!important;
		background:var(--blanc);
		padding:30px 16px 0;
	}
	.office-hero-left-column .info-box-text span,
	.office-hero-left-column .info-box-text, .time-wrapper {color:var(--bleu-profond)!important;}
	
	.contact-page-section.office-hero-section > .wrapper {padding:0;}
	.contact-page-section.office-hero-section .office-hero-left-column {padding:48px 16px 62px;background:var(--blanc);}
	.contact-page-section.office-hero-section .contact-form-column-wrapper {
		padding:21px 16px 26px;
		background:url('/wp-content/themes/as-template/img/new-hero-bg.jpg') center center / cover no-repeat!important;
		width:100%;
		box-sizing:border-box;
	}
	.contact-form-column-wrapper .contact-form-column {padding:24px 16px;}
	
	.template-2025 .image-left-text-right-section .img-left-column, .template-2025 .image-left-text-right-section .txt-right-column, .new-home-section-3 .img-left-column, .new-home-section-3 .txt-right-column {width:100%;}
	
	.template-2025 .mob-flex-column {flex-direction:column;}
	
	.mob-align-center {align-items:center;}
	
	.mob-txt-center {text-align:center;}
	
	.template-2025 .mob-flex-column-reverse {flex-direction:column-reverse;}
	
	.mob-flex-column {flex-direction:column;}
	
	.template-2025.mob-flex-column {flex-direction:column;}
	
	.single-product .office-hero-left-column h3 {
		color:var(--bleu-profond)!important;
		font-size:20px;
	}
	#map_locator.small-map {height: 400px;}
	
	.office-hero-section .office-hero-right-column, .contact-form-column-wrapper {padding: 30px 16px;}
	
	.office-hero-right-column .icon-list {margin-top:10px;margin-bottom:14px;}
	
	.cta-block .cta-btn {width:100%;padding-left:32px;padding-right:32px;}
	
	.payment-icons-container {gap:12px;}
	
	.exceptional-hours-container ul, .exceptional-hours-container dl, .exceptional-hours-container ol {columns:1;}
	
	.heading-wrapper {flex-direction:column;gap:12px;}
	
	.reassurance-section .inner-wrapper {padding:40px 0px;}
	.reassurance-icons-grid, .reassurance-boxes-grid {grid-template-columns:repeat(2, minmax(0, 1fr));}
	.reassurance-icons-grid {row-gap:40px;}
	.reassurance-icon-box {border-right:none!important;}
	.reassurance-icon-box:nth-of-type(odd) {
		padding:30px 15px 30px 0;
		border-right:1px solid rgba(0, 0, 0, 0.1)!important;
	}
	
	.reassurance-icons-grid .reassurance-icon-box:nth-of-type(odd) {
    	padding: 5px 15px 5px 10px!important;
    	border-right: 1px solid rgba(0, 0, 0, 0.1)!important;
	}
	.reassurance-icon-box:nth-of-type(even) {padding:30px 0px 30px 15px;}
	.reassurance-icons-grid .reassurance-icon-box:nth-of-type(even) {
    	padding: 5px 10px 5px 15px!important;
	}
	.reassurance-icon-box:nth-last-of-type(3) {border-bottom:1px solid rgba(0, 0, 0, 0.1)!important;}
	
	.reassurance-icons-grid .reassurance-icon-box {border-bottom:none!important;}
	
	.reassurance-icon-box h3 {max-width:100%!important;}
	
	.reassurance-boxes-grid .reassurance-box {border-right:none!important;}
	
	.reassurance-boxes-grid .reassurance-box:nth-of-type(2n - 1) {border-right:1px solid rgba(0, 0, 0, 0.1)!important;}
	
	.reassurance-boxes-grid .reassurance-box:not(:nth-of-type(n + 5)) {border-bottom:1px solid rgba(0, 0, 0, 0.1);}
	
	.reassurance-boxes-grid .reassurance-box:nth-of-type(odd) {padding:30px 15px 30px 0;}
	.reassurance-boxes-grid .reassurance-box:nth-of-type(even) {padding:30px 0px 30px 15px;}
	
	.reassurance-icons-container {row-gap:31px;}
	
	.reassurance-icons-container .reassurance-icon-box h3 {margin:16px 0 0px;}
	.reassurance-icons-grid .reassurance-icon-box h3 {margin-top:12px;}
	
	.reassurance-icons-container .reassurance-icon-box:nth-of-type(n) {width:50%;padding:0!important;border-bottom:0!important;}
	
	.reassurance-icons-container .reassurance-icon-box:nth-of-type(odd) {padding-right:16px!important;padding-left:10px!important;}
	
	.reassurance-icons-container .reassurance-icon-box:nth-of-type(even) {padding-left:16px!important;padding-right:10px!important;}
	
	.reassurance-icons-container .reassurance-icon-box:last-of-type {padding-left:10px!important;padding-right:10px!important;}
	
	.reasurance-txt-wrapper {padding:0 20px;}
	
	.accordion-title-wrapper {gap:10px;padding:24px 16px 24px 20px;}
	
	.accordion-title {font-size:18px!important;line-height:27px!important;}
	
	.accordion-content {padding:0 50px 24px 20px;}
	
	.slick-dots {margin-top:24px;}

	.photos-slider-section .wrapper {padding:0;}

	.photos-slider-section .gallery-slider .slick-list {padding-right:40px!important;}
	
	.photos-slider-section .gallery-slider .slick-track {padding-left:16px!important;}
	
	.offices-slider-section .wrapper {padding:0;}
	
	.offices-slider-section .wrapper h2 {padding:0 10px;}
	
	.google-reviews .slick-slide, #offices-slider .slick-slide, .home-news-container .slick-slide, ,
	.logo-slider .slick-slide {margin-right:16px;}
	
	.google-reviews .slick-list, #offices-slider .slick-list, .home-news-container .slick-list, .logo-slider .slick-list {padding-right:16px!important;}
	
	#offices-slider .slick-dots {flex-wrap:wrap;padding:0 10px!important;row-gap:6px!important;}
	
	.google-reviews .slick-track, #offices-slider .slick-track, .home-news-container .slick-track,
	.logo-carrousel-section .slick-track  {padding-left:16px!important;}
	
	.slick-dots, .google-reviews .slick-dots, .currency-slider .slick-dots, #offices-slider .slick-dots, .home-news-container .slick-dots {margin-top: 24px;}
	
	.google-reviews-section .wrapper, .home-news-section .wrapper {padding:0;}
	
	.google-reviews-section h2, .google-reviews-section h2 + p, .logo-carrousel-section .wrapper h2 {padding:0 16px;}
	
	#offices-slider .single-bureau .single-bureau-container {padding: 12px 12px 0;}
	
	#offices-slider .single-bureau-info {padding:12px 10px 15px;}
	
	#offices-slider .single-bureau-link-container > a {padding:16px;}
	
	.logo-slider .logo-slide img {
		max-width:120px!important;
		max-height:120px!important;
	}
	
	.popover-content {flex-direction: column-reverse;}
	
	#popover {
		max-width:91vw;
		max-width:calc(100% - 32px;)
	}
	.popover-text {padding-left:0;padding-right:0;}
	
	/*.currency-grid {
	grid-template-columns:repeat(3, minmax(0, 1fr));
	row-gap:12px;
	column-gap:17px;
}*/
	
	.currency-grid {row-gap:12px;column-gap:16px;}
	
	.currency-grid .currency-box-link {width:calc(33.33% - 10.66px);}
	
	.currency-box-flag {width:32px;}
	
	.currency-box-iso {font-size:12px!important;line-height:14px!important;}
	
	.currency-box-title {font-size:9px!important;line-height:14px!important;}
	
	.currency-box .currency-availability {margin-top: 4px;margin-bottom: 4px;}
	
	.currency-slider-2 {margin-top:14px;}
	.currency-slider-2  .slick-list  .slick-track {padding:0 60px;}
	
	.currency-slider .slick-slide {margin-right:16px;}
	
	.currency-slider {position:relative;}
	.currency-slider:before, .currency-slider:after {width:60px;}
	
	.news-item-content {padding:16px 16px 20px;}
	
	.map-section .left-column-transport, .map-section .right-column-map {flex:1 1 100%;width:100%;}
	
	.map-section .left-column-transport {padding:48px 16px 0px;}
	
	.transport-station {
	    flex-direction: row;
	    align-items: center;
	    justify-content: flex-end;
		flex-wrap:wrap;
		gap:8px;
	}
	.transport-station:not(:last-of-type) {margin-bottom:24px;}
	.transport-box:not(:last-of-type) {margin-bottom:30px;} 
	.transport-lines {gap:8px;}
	.stop-name {flex:1;/*order:-1;*/}
	
	.single-currency-content .google-reviews-section {padding-bottom:64px!important;}
	
	.single-currency-content .currencies-section {padding-top:64px!important;padding-bottom:64px!important;}
	
	.newsletter-section .form-field-wrapper.form-submit {position:unset;width:100%;}

	.newsletter-section .form-container {flex-direction:column;}
	
	.newsletter-section .form-container .wpcf7-form-control:not(.wpcf7-submit) {
    padding: 20px 26px!important;
}

	.newsletter-section .form-container .wpcf7-submit {width:100%!important;margin-top:16px;}
	
	#map {height:340px;}
	
	/*cart*/
	
	.page-content-section p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received,
	.woocommerce ul.order_details, .woocommerce-order-details {margin-bottom:10px!important;}
	
	ul.woocommerce-thankyou-order-details > li {
	width:100%;
	border-right:0!important;
	margin-right:0!important;
	box-sizing:border-box!important;
	margin-bottom:10px;
}
	
	ul.woocommerce-thankyou-order-details > li strong {display:inline-block!important;}
	
	#place_order_dup {
		width:100%!important;
		float:none;
		margin-left:0!important;
		margin-right:0!important;
		margin-top:12px!important;
	}
	
	.woocommerce-thankyou-order-received {
		color:#0A0A0A;
		font-size:24px!important;
		font-weight:700!important;
	}
	.woocommerce-order-details__title, .woocommerce-column__title {
		margin-top:0px!important;
		font-size:18px!important;
		font-weight:500!important;
		line-height:32px!important;
		color:#0A0A0A;
	}
	
	
	#order_review th.product-name {width:60%;}
	.woocommerce table.shop_table th.product-name {padding-right:8px!important;}
	.woocommerce #order_review table.shop_table th.product-total {padding-left:8px!important;}

	#order_review th.product-total {width:40%;}

	#order_review .variation dt {float:none;}

	#order_review .variation dd {display:inline-block;}

	.woocommerce #order_review td.product-name dl.variation, 
	.woocommerce #order_review td.product-name dl.variation * {
	    font-size: 13px!important;
		line-height:20px!important;
	}
	
	.cart-right-column .cart-step-2 {
		padding:24px 8px;
		border-radius:12px;
		border:1px solid rgba(0, 0, 0 , 0.1);
		box-shadow:-6px 10px 29px rgba(13, 18, 68, 0.06);
	}
	
	.template-2025 .cart-right-column .cart-step-2 .next-step-btn {
		width:calc(100% - 16px)!important;
		margin-left:auto!important;
		margin-right:auto!important;
	}
	
	.footer-heading {
	    margin-top: 0px!important;
	}
	
	.template-2025 .button.mob-btn-16-side {
		width:calc(100% - 32px)!important;
		margin-left:auto!important;
		margin-right:auto!important;
	}
	
	.cart-right-column .woocommerce-form.woocommerce-form-login .form-row.form-row-first {margin-bottom:15px;}
	
	.cart-right-column .woocommerce-form.woocommerce-form-login .form-row.form-row-last {margin-bottom:24px;}
	
	.cart-right-column .woocommerce-billing-fields__field-wrapper {
		grid-template-columns:repeat(1, minmax(0, 1fr));
		row-gap:12px;
		margin-bottom:25px;
	}
	
	.cart-content-section > .wrapper {padding:0 30px;}
	
	.template-2025 .button.mob-full-width {width:100%!important;}
	
	.cart-steps-wrapper {margin-bottom:44px;margin-top:16px;}
	
	.cart-steps-wrapper .cart-step-text {display:none;}
	
	.footer-widgets {
		flex-wrap:wrap;
	    padding-top: 0px;
	    padding-bottom: 32px;
	}
	.footer-widgets .footer-links-container {flex-wrap:wrap;column-gap:30px;}
	.footer-links-column {width:calc(50% - 15px);}
	.footer-info {padding-top:16px;padding-bottom:19px;}
	.footer-info > p {font-size:16px!important;}
	.footer-logo-container {max-width: 100%;width:100%;margin-right:0;}
	.footer-logo-container img {max-width:177px!important;margin:0 auto;}
	
	
	.cart-footer .footer-info {border:none;padding-bottom:32px;padding-top:0px;}
	
}


@media only screen and (min-width:1024px) and (max-width:1150px) {
	.menu-currencies-container {max-width:350px;}
	.menu-currencies-container > a {white-space:pre-wrap!important;}
}