/*
 * Theme core
 * 1.0
 *
 * one.68000.fr
 */

html {
	scroll-behavior: smooth;
}




/* Header et Footer */
.logoHeader {
	width: 80%;
	z-index:3;
}
@media (min-width: 992px) {
	.logoHeader {
		max-width: 500px;
	}
}
.logoFooter {
    width: 25vw;
}

.oneHeader {
	position:relative;
	z-index:2;
	height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 3em;
	background-color:var(--global-color) !important;
}
.oneHeader:before {
    content: '';
    display: block;
    z-index:1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
	background-image:var(--global-background);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}



.oneTexte {
	padding-bottom: 3em;
}

.oneSection::before {
	content:"";
	margin-bottom: 3em;
  display: block;
	height: 50vh;
	background-color:var(--global-color) !important;
	background-image:var(--global-background);
}






/* média */
.shmImage img.full {
	width:100%;
}
video {
    width: 100%;
}
.videoplayer {
    border: 0;
    width: 100%;
    height: 60vh;
}



/* misc */
.go.scrollLink {
	font-size: 2em;
}

.bg-dark p {
	color: white;
}

