﻿:root {
	--color-1: hsl(354, 71%, 31%);	
	--color-identity: hsl(354, 71%, 31%);
	--color-identity-transparent: hsla(354, 71%, 31%, 0.235);
	--color-secondary-background : hsl(300, 3%, 93%);	
	--color-1-24: #239e317e;
	--color-1-34: #239e31bb;
	--color-2: #0635c9;
	--color-3: #63ba53;	
	--color-3-34: #000b;
	--color-3-24: #0000007e;
	--color-4: #f0f0f0;
	--color-text: #292f33;
	--color-6: #197524;
	--color-dark-1: #160100;
	--color-dark-text: #fff;
	--color-dark-4: #160100;

	--color-light-1: #871722;
	--color-light-text: #292f33;
	--color-light-4: #f0f0f0;
	--footer-background-color: #fff;
	--dark-background-color:hsl(0, 0%, 18%);
	--mode-c-1: #871722;
	--mode-text: #292f33;
	--mode-scrollbar: #f0f0f0;

	scrollbar-color: var(--color-identity) var(--color-4);
	scrollbar-width: 15px;
}

.darkmode {
	--mode-c-1: var(--color-dark-1);
	--mode-text: var(--color-dark-text);
	--mode-scrollbar: var(--color-dark-4);
}

.site_container {
	margin: 0 6%;
}
@media all and (max-width: 1400px) {
	.site_container {
		width: 92%;
		margin: 0 4%;
	}
}
@media all and (max-width: 1200px) {
	.site_container {
		width: 95%;
		margin: 0 2.5%;
	}
}
@media all and (max-width: 990px) {
	.site_container {
		width: calc(100% - 16px);
		margin: 0 8px;
	}
}

.bullesBkg {
	background: url("/images/wallpapers/mainBkg.jpg");
	background-attachment: fixed;
	background-size: cover;
}

.darkmode .hideDarkmode {
	display: none;
}
.secondaryBackground {
	background-color: var(--color-secondary-background);
}
.identityBackground {
	background-color: var(--color-identity);
}
/* https://web.dev/variable-fonts/ */
@font-face {
	font-family: "MainFont";
	src: url("/fonts/Arimo-VariableFont_wght.ttf") format("truetype-variations"),
		url("/fonts/Arimo-Italic-VariableFont_wght.ttf") format("truetype-variations");
	font-weight: 400 700;
	font-stretch: 25% 151%;
}

::-webkit-scrollbar {
	width: 15px;
}
::-webkit-scrollbar-track {
	background: var(--color-4);
}
::-webkit-scrollbar-thumb {
	background: var(--color-1);
	border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
	transition: 0.3s ease;
	background: var(--color-text);
}
/* Loading box */
#LoadingBox {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.65;
	text-align: center;
	font-size: 10px;
	color: #888;
}
#LoadingBox img {
	max-width: 60%;
}

form,
html,
body {
	margin: 0;
	font-family: MainFont;
	scroll-behavior: smooth;
	color: var(--color-text);
}
a {
	text-decoration: none;
	transition: 0.3s ease;
	color: inherit;
}
p {
	margin: 4px 0;
}
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.noview {
	display: none !important;
	visibility: hidden !important;
}
.b-footer {padding:80px}
.btn1 {
	border: 2px var(--color-1) solid;
	border-radius: 15px;
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	transition: 0.5s ease;
	color: var(--color-1);
	font-weight: 600;
}
.btn1:hover {
	background: #fff;
}
.btn1 img,
.btn1 i {
	margin-right: 8px;
	font-size: 1.4em;
}

.btnBuy {
	text-transform: uppercase;
	color: white;
	background: var(--color-1);
	padding: 6px 1rem;
	border-radius: 20px;
	position: relative;
	font-weight: bold;
	transition: 0.5s ease;
	border: 2px var(--color-1) solid;
	white-space: nowrap;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.btnBuy i,
.buyLI i {
	margin-left: 0.2em;
	font-size: 1.4em;
}
.btnBuy:hover {
	background: white;
	color: var(--color-1);
}
.BigButton {
	color: white;
	font-size: 1.3rem;
	background: var(--color-1);
	padding: 0.7rem;
	border: 2px var(--color-1) solid;
	width: fit-content;
	border-radius: 10px;
	margin: 1rem auto;
	transition: 0.5s ease;
	cursor: pointer;
	outline: none;
}
.BigButton:hover {
	background: white;
	color: var(--color-1);
}

.fillHeight {
	min-height: 60vh;
}
.bigPaddingBottom {
	margin-bottom: 8rem;
}
@media (max-width: 1630px){
	.bigPaddingBottom {
		margin-bottom: 13rem;	
	}
	
}
@media (max-width: 1200px){
	.bigPaddingBottom {
		overflow: auto;
		padding: 1rem 0;
	}
}
@media (max-width: 1153px){
	.bigPaddingBottom {
		margin-bottom: 19rem;	
	}
}
@media (max-width: 950px){
	.bigPaddingBottom {
		margin-bottom: 26rem;	
	}
}@media (max-width: 600px){
	.bigPaddingBottom {
		margin-bottom:0;	
	}
}


.theme_col {
	color: var(--color-1);
}

@media all and (max-width: 1250px) {
	.btnBuy {
		padding: 4px 1rem;
	}
}
@media all and (max-width: 400px) {
	.btnBuy {
		padding: 1px 0.5rem 3px;
	}
	.btnBuy i {
		margin-left: 8px;
	}
}

.filArianne,
.filArianne div {
	font-size: 1rem;
}
.filArianne > img {
	width: 50px;
}
.filArianne a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.filArianne a:first-child {
	text-transform: uppercase;
	color: var(--color-1);
}
.filArianne i {
	padding: 0 4px;
}
.filArianne b {
	letter-spacing: 1px;
}
.filArianne p {
	font-weight: bold;
	letter-spacing: 1px;
}
.FIL {
	margin: 1rem 0;
}
.FIL nav,
.FIL nav div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.FIL nav {
	margin-bottom: 2rem;
	justify-content: space-between;
}
.sepFIL {
	width: 6px;
	height: 40px;
	background: #ddd;
	margin: 1rem;
}
.FIL nav i {
	color: var(--color-1);
	font-size: 1.6em;
	margin-right: 16px;
}
.FIL nav i.fa-angle-down {
	margin-left: 8px;
	margin-right: 0;
	width: 20px;
	height: 20px;
	border: 1px var(--color-1) solid;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1em;
}

.stockBtn {
	margin: 4px 0;
	padding: 4px 8px;
	border-radius: 20px;
	color: white;
	background: #6aace8;
	border: 2px #6aace8 solid;
	white-space: nowrap;
	text-transform:uppercase
}
.stockBtn i {
	margin-left: 4px;
}
.stockBtn.stocksoon {
	background: white;
    color: #239e31;
    font-weight: bold;
    border: 0;
}

.darkmode .theFooter {
	background: url(/images/wallpapers/dark_header_bkg_double.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.theFooter .paiments img {
	width: 100%;
}
.darkmode .theFooter .paiments img {
	background: #000;
}

.theFooter .topfooter {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.theFooter .topfooter > div {
	flex: 1;
	max-width: 400px;
}
.theFooter .TitleCpa.site_container {
	margin: 2rem 0;
}
.footer_links a {
	text-transform: uppercase;
	font-weight: 500;
	margin: 8px 0;
	display: block;
}

.footer_links .idrechange {
	margin-top: 2rem;
}

.theFooter .isDM {
	display: none;
}
.darkmode .theFooter .isDM {
	display: block;
}
.darkmode .theFooter .notDM {
	display: none;
}

.theFooter .EnSavoirPlus input {
	background: none;
	border: none;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}
.theFooter .newsletter .EnSavoirPlus {
	width: 100px;
	display: flex;
	justify-content: center;
	margin-left: -2rem;
}
.theFooter .newsletter .mailfield {
	border: none;
	border-bottom: 1px solid var(--mode-text);
	background: none;
	padding-right: 2rem;
	padding: 8px 2rem 8px 8px;
	min-width: 250px;
	outline: none;
}
.newsletter > div {
	display: flex;
	align-items: center;
}
.smtitle {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}
.newsletter label {
	margin: 1rem 0;
	font-size: 1.3rem;
	font-weight: 600;
	text-transform: uppercase;
}
.tenPerCent {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.tenPerCent .blackcircle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #000;
	color: white;
	margin-right: 1rem;
	font-weight: 600;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.darkmode .tenPerCent .blackcircle {
	background: #fff;
	color: black;
}
.tenPerCent span:last-child {
	flex: 1;
}
.theFooter .graphibox {
	background: var(--color-1);
	color: var(--mode-text);
	width: calc(70% - 2rem);
	padding: 1rem;
	padding-left: 30%;
	margin-top: auto;
}
.theFooter .lastblock {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.theFooter img {
	max-width: 100%;
}
.darkmode .theFooter .TitleCpa * {
	color: white;
}
.darkmode .theFooter .TitleCpa {
	border-bottom: 5px solid white;
}

.darkmode .theFooter .EnSavoirPlus input {
	color: white;
}

.EnSavoirPlus {
	position: relative;
	text-transform: uppercase;
	color: var(--color-text);
	font-weight: 600;
	z-index: 1;
	transition: 0.5s ease;
	cursor: pointer;
}
.EnSavoirPlus::after {
	position: absolute;
	content: "";
	bottom: 0;
	height: 50%;
	left: 5%;
	right: 5%;
	background: var(--color-1);
	z-index: -1;
	transition: 0.5s ease;
}
.EnSavoirPlus:hover::after {
	left: -15px;
	right: -15px;
	bottom: -7px;
}

.cuttoff {
	background-color: #a7aabb;
    color: black;
    padding: 7px 20px;
    text-align: center;
    border-bottom: 1px solid #868687;
    border-top: 1px solid #868687;
    vertical-align: middle;
    margin-bottom: 7px;
    font-weight: 600;
    letter-spacing: .1vw;
    font-size: 1rem;
	text-transform:uppercase;
}
.cuttoff .co {vertical-align: middle}
.spDeparture {
    font-weight: 800;
    font-size: 1.2em;
    display: inline-block;
    border: 3px solid #871722;
    border-left-width: 5px;
    border-right-width: 5px;
    background-color: #ffffff;
    border-radius: 6px;
    color: black;
    padding: 4px 7px;
    margin: 0 7px 0 3px;
}
@media all and (max-width: 1200px) {
	.cuttoff {letter-spacing:0; font-size:.8rem;}
	.spDeparture {font-size:1.1em}
}

@media all and (max-width: 1300px) {
	.filArianne {
		width: 100%;
		margin-bottom: 1rem;
	}
}
@media all and (max-width: 1200px) {
	.filArianne p {
		display: contents;
	}
	.FIL nav .backLink i {
		margin: 0 6px;
	}
	.FIL nav .filArianne,
	.FIL nav .filArianne div {
		display: contents;
	}
	.theFooter .topfooter .newsPaiements {
		order: -1;
		flex: unset;
		width: 100%;
		max-width: unset;
		display: flex;
		align-items: center;
	}

	.theFooter .paiments {
		margin-left: auto;
		width: 30%;
	}
	.theFooter .newsletter .mailfield {
		min-width: 350px;
	}
}
@media all and (max-width: 900px) {
	.filArianne img {
		display: none;
	}
}

@media all and (max-width: 768px) {
	.hide768 {
		display: none;
	}
}

@media all and (max-width: 600px) {
	.IL nav .filArianne {
		/* display: none; */
	}
	.FIL .sepFIL {
		display: none;
	}
	.lastblock > .flex {
		/* flex-direction: column; */
		flex-wrap: wrap;
	}
	.theFooter .newsletter .mailfield {
		min-width: 250px;
	}
	.theFooter .topfooter .newsPaiements {
		flex-direction: column;
	}
	.theFooter .paiments {
		width: 100%;
		display: flex;
		align-items: center;
	}
	.theFooter .paiments > * {
		width: 50%;
	}

	.theFooter .topfooter > div {
		flex: unset;
		max-width: auto;
		width: 100%;
	}

	.theFooter .graphibox {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: calc(100% - 2rem);
		padding-left: 1rem;
	}
}

@media all and (max-width: 500px) {
	.theFooter .newsletter .mailfield {
		min-width: 200px;
	}
	.footer_links .idrechange {
		display: none;
	}
}
.darkmode .theFooter .newsletter .mailfield,
.darkmode .mailfield {
	color: white !important
}
