/* CSS Document */

/* Base */

html {
	scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    font-weight: normal;
}

body {
	margin: 0;
	padding: 0;
}

/* Corrige le bug des images floues */
img {
    transform: translateZ(0);
}

a {
	text-decoration: none;
	color: inherit;
}

p {
	margin: 0;
}

hr {
	border-color: var(--coul2);
	border-style: solid;
	border-top: none;
}


/* Onimod */

.reperecentre {
	height: 100vh;
	position: fixed;
	width: 4px;
	background: aqua;
	top: 0;
	left: 50%;
	transform: translateX(-2px);
	z-index: 100;
}

.container {
    padding: 0.1px;
	position: relative;
}

.block {
	display: block;
}

.table {
	display: table;
}

.relative {
	position: relative;
}

.centvh {
	min-height: 100vh;
}

.quatrevingtvh {
	min-height: 80vh;
}

.soixantevh {
	min-height: 60vh;
}

.b-80 {
    margin: auto;
    width: 80%;
}

.b1200 {
    max-width: 1200px;
    margin: auto;
}

.b500 {
    max-width: 500px;
}

.marg10r {
    margin-right: 10px;
}

.marg20r {
    margin-right: 20px;
}

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

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

.lower{
	margin-top:50px !important;
}

.lowermax{
	margin-top:150px !important;
}

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

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

.upper{
	margin-bottom:50px !important;
}

.uppermax {
	margin-bottom:150px !important;
}

.margin0 {
    margin: 0;
}

.marginauto {
    margin: auto;
}

.marginautol{
    margin-left: auto;
}

.marginautor{
    margin-right: auto;
}

.padd10 {
    padding: 10px;
}

.padd20 {
    padding: 20px;
}

.padd30 {
    padding: 30px;
}

.padd50 {
    padding: 50px;
}

.padd150 {
    padding: 150px 0;
}

.nopadd {
	padding: 0 !important;
}

.ix {
	font-size: 3em;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.flex {
	display: flex;
}

.flexsparcent {
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.flexspartop {
    display: flex;
    justify-content: space-around;
}

.flexcent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexstartcent {
    display: flex;
    align-items: center;
}

.flexcentstart {
    display: flex;
    justify-content: center;
}

.flexcentcol {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flexbetcent {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flexbettop {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.flexcol {
	display: flex;
	flex-direction: column;
}

.dispnone {
	display: none !important;
}

.wrap {
    flex-wrap: wrap;
}

.gap10 {
	grid-gap: 10px;
}

.vingt {
    width: 20%;
}

.trentecinq {
    width: 35%;
}

.quarante {
    width: 40%;
}

.quarantecinq {
    width: 45%;
}

.cinquante {
    width: 50%;
}

.soixante {
    width: 60%;
}

.quatrevingtquinze {
    width: 95%;
}

.cent {
	width: 100%;
}

.centvw {
	width: 100vw;
}

.img100cov {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img100, .img100con {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.img100h {
	height: 100px;
	object-fit: contain;
}

.img200h {
	height: 200px;
	object-fit: contain;
}

.img300h {
	height: 300px;
	object-fit: contain;
}

.img400h {
	height: 400px;
	object-fit: contain;
}

.img500h {
	height: 500px;
	object-fit: contain;
}

.fontfam {
    font-family: var(--fontfam);
}

.white {
    color: #fff;
}

.coul1 {
    color: var(--coul1) !important;
}

.coul2 {
    color: var(--coul2) !important;
}

.coul3 {
    color: var(--coul3) !important;
}

.bgcoul1 {
    background-color: var(--coul1) !important;
}

.bgcoul2 {
    background-color: var(--coul2) !important;
}

.bgcoul3 {
    background-color: var(--coul3) !important;
}

.bgcoul4 {
    background-color: var(--coul4) !important;
}

.bgwhite {
    background-color: #fff !important;
}

.fsize0 {
	font-size: 0;
}

.fsize1 {
	font-size: var(--fsize1);
}

.fsize2 {
	font-size: var(--fsize2);
}

.fsize3 {
	font-size: var(--fsize3);
}

.fsize4 {
	font-size: var(--fsize4);
}

.fsize5 {
	font-size: var(--fsize5);
}

.fsize6 {
	font-size: var(--fsize6);
}

.fsize7 {
	font-size: var(--fsize7);
}

.fsize8 {
	font-size: var(--fsize8);
}

.fsizemin {
	font-size: var(--fsizemin);
}

.bold {
	font-weight: var(--bold);
}

.light {
	font-weight: var(--light);
}

.ablock {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
	position: relative;
	z-index: 2;
}

.pointer {
    cursor: pointer;
}

.pointer:hover {
    color: var(--coul2);
    transition: 0.2s;
}



.cacherbas {
	bottom: -100% !important;
}


.zindex1 {
	z-index: 1;
}

.overhide {
	overflow: hidden;
}

.bshad {
	box-shadow: var(--bshad);
}

.bshad3 {
	box-shadow: var(--bshad3);
}

.bshad8 {
	box-shadow: var(--bshad8);
}

input[name="firstname"] {
	height: 0 !important;
	font-size: 0 !important;
	padding: 0 !important;
	border: none !important;
	margin: 0 !important;
	width: 0 !important;
}

.uppercase {
	text-transform: uppercase;
}