@charset "utf-8";
.center-auto {
	margin-left: auto;
	margin-right: auto;
}
.card {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-radius: 0px;
	background-color: transparent;
}
#accueil {
	background-attachment: fixed;
	background-position: 0 32%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #D5BDA0;
	padding-top: 98px;
	background-image: url(../images/blur-close-up-iphone-48602.jpg);
	text-shadow: 0 0 0px;
}
#accueilpagecata {
    background-attachment: fixed;
    background-position: 0 60%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-color: #D5BDA0;
    padding-top: 50px;
    background-image: url(../images/blur-close-up-iphone-48602.jpg);
    text-shadow: 0 0 0px;
    margin-top: 30px;
}
.escarmor{
	background-image: url(../images/esc_morati1.png);
}



.image-fit {
	object-fit: cover;
	width: auto;
	}
#infos {
	height: 83px;
}
.opac-80 {
	opacity: 0.8;
}
.container {
	margin: 0;
	padding: 0;
}
.navbar:after {
	content: '';
	height: 50px;
	display: block;
	position: absolute;
	float: none;
	clear: none;
	bottom: -50px;
	width: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(255,255,255,0.00) 100%);
	opacity: 0.5;
	left: 0px;
	right: 0px;
	pointer-events: none;
}
.card-header:hover {
	background-color: #CCCCCC;
	transition: ease-out 0.2s ;
}
.card-header {
	transition: ease-out 0.1s ;
}
.affiche {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.progress-bar {
	background-color: transparent;
}

.viewercata {
	height: 500px;
	width: 100%;
	border-width: 2px 0px 0px;
	border-top-style: solid;
	padding-top: 10px;
}
model-viewer:focus {outline: none;
}
model-viewer {
	width: 100%;
	height: 100%;
}



#morati {
	
}
#specifications a {
	color: #686868;
}
#specifications a:hover  {
	color: #FFFFFF;
	text-decoration: none;
}
.small {
	font-size: small;
}
.row .col.d-flex.justify-content-end .btn.btn-primary.small {
}
.modal {
	padding-top: 55px;
}
#aide p {
	padding-left: 50px;
	font-size: 80%;
	padding-right: 30px;
}
#aide h5 {
	background-color: #007BFF;
	color: #FFFFFF;
	padding-left: 21px;
	padding-top: 12px;
	padding-bottom: 18px;
	font-size: 100%;
}
.menumd {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1;
	background-color: transparent;
}
h5 span  , h2 span {
	white-space: nowrap;
}
.card-body img {
	width: 100%;
	background-color: #D8D8D8;
	max-height: 150px;
	object-fit: cover;
	;
}
body, html {
    height: 100%;
    margin-top: 0px;
}
.vert-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,-50%);
}
.model-thumbail {
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	display: block;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 50px;
	border: 2px solid #324CA7;
}
.pointer-none {
	pointer-events: none;
}
.carousel-indicators li {
	background-color: #317CDA;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.bootpopup {
	cursor: pointer;
}


















@media (max-width:992px){
	#specifications {
	text-shadow: 0px 0px;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	margin-top: 15px;

	}

.logo {
	width: 45px;
	margin-bottom: 10px;
	position: fixed;
	top: 5px;
	opacity: 1;
	z-index: 5000;
	left: 50%;
	margin-left: -25px;
}




}

@media (min-width:991.98px){
#specifications {
	position: absolute;
	top: 75px;
	right: 30px;
	text-shadow: 0px 0px;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	z-index: 120;
}
model-viewer .container {
	padding: 0px;
	margin: 0px;
}

.logo {
	width: 90px;
	float: none;
	margin-right: auto;
	display: block;
	margin-left: auto;
}
#accueilpagecata {
    height: 300px;
    margin-top: 0px;
}



}
