*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	background: #fcfcfc;
}

.container {
	width: 900px;
	min-width: 900px;
	margin: 50px auto;
}

@include carousel(5);




/*CSS de la bare de nav*/


nav ul{
		list-style-type: none;
}

nav a{
		display: block;
		text-decoration: none;
		color: black;
		padding: 10px 0px;
		list-style-type: none;
}



.sous{
		display: none;
		box-shadow: 0px 1px 2px #CCC;
		text-decoration: none;
		position: absolute;
		width: 10%;
		list-style-type: none;

		
}

nav > ul li:hover .sous{
	display: block;
	list-style-type: none;
	text-decoration: none;
}

.sous li{
	float: none;
	width: 500px;
	text-align: left;
	list-style-type: none;
	text-decoration: none;
}

/*Fin CSS de la bare de nav*/
.imgtop {
	margin: auto !important;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,900,700);

html {
	font-size: 16px;
}

h3 {
	font-family: 'Lato', sans-serif;
	font-size: 2.125rem;
	font-weight: 700;
	color: #444;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 55px 0 35px;
}

a {
	color: #ddd;
	text-transform: capitalize;
	font-size: 24px;
	
}

.button-warning{
	color: #2A0C06;
	width: 500px;
	margin: 0 auto;
	margin-top: 100px;
}

.little {
	width: 70% !important;
}

.carousel .carousel-indicators li {
	background-color: #999;
	border: 1px solid #FFF;
	height: 4px !important;
	width: 20px !important;
}

.carousel .carousel-indicators .active {
	background-color: #333;
	border: 1px solid #999;
	height: 4px !important;
}

.margin-auto {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

footer {
	background-color: #333;
}

.main-footer {
	color: #fff;
}

.footer-logo {
	display:block;
	width: 100%;
	height: 100%;
	max-height: 100px; 
	max-width: 100px;
	margin: auto;
	padding: auto;
}

.copyright {
	font-size: 18px; 
	font-weight: 200;
}

.footer-ul {
	list-style: none;
	color: #fff
}

.footer-link {
	color: #fff; 
	font-size: 24px
}

.footer-link:hover {
	color: #fff; 
	font-size: 24px;
	text-decoration: underline #333;
}

.footer-link:focus {
	color: #fff; 
	font-size: 24px;
	text-decoration: underline #333;
}

.text-align {
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
}

.btn-primary {
	width: 100% !important; 
	font-size: 18px !important;
}

.co-link {
	color: #000; 
	font-size: 18px;
	text-align: center;
}

.co-link:hover {
	color: #000; 
	text-decoration: underline #333;
}

.co-link:focus {
	color: #000; 
	text-decoration: underline #333;
}

.align-bot{
	position: absolute;
	bottom: 0;
	width: 100%
}

.mid {
	text-align: center !important;
}

.profil-sidebar {
	padding: 0;
}

.profil-sidebar-element {
	border-radius: 0 !important;
	border: 1px solid #000 !important;
	border-top: 0 !important;
	background-color: #333 !important;
	height: 66.75px;
	padding: 0;
	padding-left: 5%;
	padding-top: 23.5px;
	vertical-align: middle;
	color: #fff; 
	font-size: 16px;
	font-weight: bold;
}

.profil-sidebar-element:hover {
	color: #fff; 
	text-decoration: underline #333;
}

.profil-sidebar-element:focus {
	color: #fff; 
	text-decoration: underline #333;
}


.profil-sidebar-element.top {
	border: 1px solid #000 !important;
}

.nopadding {
	padding: 0 !important;
}

.overflow {
	width: 100% !important;
	height: 267px !important;
	overflow: auto !important;
	border: 1px solid #000 !important;
	background-color: #fff !important;
}

.sizemin {
	min-height: 55px;
}

.btnvertical{
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
}

.btn-modal {
	background-color: #ccc !important;
	color: #333 !important;
	border-color: #333 !important;
	box-shadow: 0 0 0 0;
}

.btn-modal:hover {
	background-color: #ddd !important;
	color: #333 !important;
	border-color: #333 !important;
	box-shadow: 0 0 0 0;
}

.btn-modal:focus {
	background-color: #ddd !important;
	color: #333 !important;
	border-color: #333 !important;
	box-shadow: 0 0 0 0;
}

.btn-modal:disabled {
	background-color: #ccc !important;
	color: #333 !important;
	border-color: #333 !important;
	box-shadow: 0 0 0 0;
}

.btn-modal:not(:disabled):not(.disabled):active, .btn-modal:not(:disabled):not(.disabled).active,
.show > .btn-modal.dropdown-toggle {
	background-color: #ddd !important;
	color: #333 !important;
	border-color: #333 !important;
	box-shadow: 0 0 0 0;
}

.btn-modal:not(:disabled):not(.disabled):active:focus, .btn-modal:not(:disabled):not(.disabled).active:focus,
.show > .btn-modal.dropdown-toggle:focus {
	background-color: #ddd !important;
	color: #333 !important;
	border-color: #333 !important;
	box-shadow: 0 0 0 0;
}

hr {
	border: none;
	border-top: 3px;
	margin: 10px !important;
}

hr.hrtop {
	border-color: transparent;
	border-top: 0;
}

.modal-title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.div-modal-title {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.modal-text {
	color: #000;
	font-size: 18px;
	text-align: center;
	cursor: default;
}

.modal-dis {
	cursor: default !important;
}

.profil-infos-text{
	font-size: 16px;
}

.select {
	height: 34px !important;
}

.unselectable {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btncatalogue {
	background-color: #e0e0e0 !important;
	color: #333 !important;
	border: 10px !important;
	box-shadow: 0 0 0 0 #e0e0e0 !important;
	text-align: center;
	border-radius: 0!important;
	outline: none;
}

.btncatalogue:hover {
	background-color: #eeeeee !important;
	border: 10px !important;
	box-shadow: 0 0 0 0 #eeeeee !important;
	outline: none;
}

.btncatalogue:focus {
	background-color: #f1f1f1 !important;
	border: 10px !important;
	box-shadow: 0 0 0 0 #f1f1f1 !important;
	outline: none;
}

.btncatalogue:disabled {
	background-color: #d5d5d5 !important;
	border: 10px !important;
	box-shadow: 0 0 0 0 #d5d5d5 !important;
	outline: none;
}

.btncatalogue:not(:disabled):not(.disabled):active, .btncatalogue:not(:disabled):not(.disabled).active,
.show > .btncatalogue.dropdown-toggle {
	background-color: #e0e0e0 !important;
	border: 10px !important;
	box-shadow: 0 0 0 0 #e0e0e0 !important;
	outline: none;
}

.btncatalogue:not(:disabled):not(.disabled):active:focus, .btncatalogue:not(:disabled):not(.disabled).active:focus,
.show > .btncatalogue.dropdown-toggle:focus {
	background-color: #f1f1f1 !important;
	border: 10px !important;
	box-shadow: 0 0 0 0 #f1f1f1 !important;
	outline: none;
}

.btncataloguespan{
	background-color: #e0e0e0 !important;
	color: #333 !important;
	border: 10px !important;
	box-shadow: 0 0 0 0 #e0e0e0 !important;
	text-align: center;
	border-radius: 0!important;
	outline: none;
}

.backgroundcolorgrey {
	background-color: #e0e0e0 !important;
}

.blockcatalogue {
	background-color: #f0f0f0;
	height: 250px !important;
	width: 200px !important;
	border: 1px solid #999;
	margin: 20px;
}

.nomcatalogue {
	font-size: 36px;
	text-align: center !important;
	display: block;
	height: 55px !important;
}

.outer {
	width: 400px;
	overflow: hidden;
}

.inner {
	display: inline-block;
	position: relative;
	right: -50%;
}

.imgcatalogue{
	height: 150px;
	width: auto;
	position: relative;
	left: -50%;
}

.nbarticlecatalogue{
	font-size: 18px;
	text-align: center !important;
	display: block;
	padding-top: 9px;
}

.blockarticle {
	background-color: #f0f0f0;
	height: 225px !important;
	width: 200px !important;
	border: 1px solid #999;
	padding: 10px;
	margin: 55px;
}

.nomarticle {
	font-size: 22px;
	text-align: center !important;
	display: block;
	height: 55px !important;
}

.imgarticle{
	margin-top: 10px;
	height: 120px;
	width: auto;
	position: relative;
	left: -50%;
}

.ql-container{
	height: 200px!important;
	width: 100%;
}

label.btn input[type="radio"] {
    display: none; /* On masque les radios natifs */
}

label.btn {
    background-color: #F0F0F0;
    border: 1px solid #ccc;
    color: #333;
    margin: 5px;
    padding: 10px 15px;
    border-radius: 4px !important;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

label.btn:hover {
    background-color: #e0e0e0;
}

label.btn.active {
    background-color: #d0d0d0; /* plus foncé que #F0F0F0 */
    color: #000;
    border-color: #aaa;
}

.btn-group-wrap {
    display: flex;
    flex-wrap: wrap;
}

.carousel-inner img {
    max-height: 45vh; /* 45% de la hauteur de l'écran */
    object-fit: contain; /* pour éviter les déformations */
}

