:root {
	--police-titre: 'Montserrat', sans-serif;
    --police-texte: 'lato', sans-serif;
    --bleu-ist: #138496;
    --bleu-clair: #13afc8;
}

body {
	background-color: #EAEBEF;
	font-size:11px;
	font-family: var(--police-texte);
}
.police-titre {
	font-family: var(--police-titre);
}

a,h1,h2,h3,h4,h5 {
	font-family: var(--police-titre);
}

h1, .h1 {
	    font-size: 19px;
}

.table td, .table th {
    padding: 6px .75rem;
}

#new-element table th, #new-element table td {
	vertical-align: middle;
}

/* debut DST*/
.bg-bleu-ist {
	background-color: var(--bleu-ist);
	color: white;
}

.color-bleu-ist {
	color: var(--bleu-ist);
}

.filtre-vert {
	background-color: var(--filtre-bleu-ist);
}

.white-text {
    color: #ffffff;
}

.red-text {
    color: #ff0000;
}


a.big-link {
	color: var(--bleu-ist);
	text-decoration: underline;
}
a.big-link:hover {
	text-decoration: underline;
	font-size: 18px;
	color: var(--bleu-ist);
}



a:hover {
	text-decoration: none;
	 transition: all 0.25s ease 0s;
    color: inherit;
}

.underline {
	text-decoration: underline;
}

.mailchimp-success, .mailchimp-error, .email-success, .email-error {
    display: none;
    margin-top: 15px;
}
h1, h2,h3,h4,h5,h6 {
    font-family:  'Montserrat', sans-serif;
    font-weight: 400;
}
.standard-button {
    font-weight: 600;
}
strong, .strong {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}
.line-through {
    text-decoration: line-through;
}
.button-text {
    font-weight: 600;
    text-transform: uppercase;
}

.standard-button {
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
    padding: 18px 40px;
    text-transform: uppercase;
    transition: none 0s ease 0s ;
    border-bottom: 3px solid var(--bleu-clair);
    transition: all 0.25s ease 0s;
    box-sizing: border-box;
}
.secondary-button {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: none 0s ease 0s ;
    border-bottom: 3px solid var(--bleu-clair);
    transition: all 0.25s ease 0s;
}

.standard-button:hover, .secondary-button:hover {
	background-color: var(--bleu-clair);
	color: white;
	transition: all 0.25s ease 0s;
}

.input-box, .textarea-box {
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow: none;
    color: #999999;
    margin-bottom: 15px;
    margin-top: 15px;
    outline: 0 none;
    padding-left: 21px;
}
.input-box {
    min-height: 50px;
}
.textarea-box {
    padding-top: 15px;
}
.header {
    background: url("../images/background-images/1.jpg") no-repeat fixed center top / cover rgba(0, 0, 0, 0);
}
.header .overlay-layer {
    height: auto;
    padding-bottom: 175px;
/*     padding-top: 84px; */
}
.intro-section {
    margin-top: 110px;
}

.vertical-registration-form {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 3px 0 #000000;
    margin: 20px auto 0;
    padding: 15px 32px 32px;
}
.vertical-registration-form .form-heading {
    margin-bottom: 25px;
}
.vertical-registration-form button {
    margin-top: 2px;
    width: 100%;
}

.navbar-brand {
	overflow: hidden;
	height: 49px;
	width:195px;
	-webkit-transition: width 0.3s ease-in;
    -o-transition: width 0.3s ease-in;
    -moz-transition: width 0.3s ease-in;
    transition: width 0.3s ease-in;
}

.navbar-brand.collapse {	
	width: 28px;
    -webkit-transition: width 0.3s ease-in;
    -o-transition: width 0.3s ease-in;
    -moz-transition: width 0.3s ease-in;
    transition: width 0.3s ease-in;
}

.navbar-brand img {
	height: 49px;
	margin-top: -5px;
}


li.nav-item {
	margin: 0 10px;
}

li.nav-item.active {
	font-weight: 500;
}

.tooltip-inner {
	text-align: left;
}
.navbar {
    transition: top 0.2s ease-in-out;
    height: 80px;
    box-shadow: 0px 6px 16px -3px rgba(0,0,0,0.2);
    font-family:  'Montserrat', sans-serif;
    font-size: 16px;
}

@media (max-width: 991px) {

	.navbar {
		height: 65px;
	}

	.navbar-brand img {
		height: 35px;
	}

	.nav-up {
    	top: -65px;
	}
    .navbar-collapse {
    	min-height: 100vh;
        position: absolute;
        top: 64px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 312px;
        background-color: #fff;
        -webkit-transition: right 0.3s ease-in;
        -o-transition: right 0.3s ease-in;
        -moz-transition: right 0.3s ease-in;
        transition: right 0.3s ease-in;
        right: -100%;
    }
    
    .navbar-collapse.show {
        right: 0;
        -webkit-transition: right 0.3s ease-in;
        -o-transition: right 0.3s ease-in;
        -moz-transition: right 0.3s ease-in;
        transition: right 0.3s ease-in;
    }
    
    .dropdown-menu {
    	border: 0;
	}
    
    .menu-burger visibility
    .menu-burger.collapsed {
    	margin-right: 0;
        -webkit-transition: margin-right 0.3s ease-in;
        -o-transition: margin-right 0.3s ease-in;
        -moz-transition: margin-right 0.3s ease-in;
        transition: margin-right 0.3s ease-in;
    }
    
    .main-container {
    	width: 100%;
    	margin-left: 0;
    	-webkit-transition: margin-left 0.3s ease-in;
        -o-transition: margin-left 0.3s ease-in;
        -moz-transition: margin-left 0.3s ease-in;
        transition: margin-left 0.3s ease-in;
    }
    .main-container.menu-open {
    	margin-left:-312px;
    	-webkit-transition: margin-left 0.3s ease-in;
        -o-transition: margin-left 0.3s ease-in;
        -moz-transition: margin-left 0.3s ease-in;
        transition: margin-left 0.3s ease-in;
    }
    
}

.card-production {
    margin: 10px 0;
    border-radius: 0px;
    /* border: 1px solid rgba(0,0,0,.125); */
    -webkit-box-shadow: 0px 6px 16px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 16px -3px rgba(0,0,0,0.2);
    box-shadow: 0px 6px 16px -3px rgba(0,0,0,0.2);
    -webkit-transition: box-shadow 0.3s ease-in;
    -o-transition: box-shadow 0.3s ease-in;
    -moz-transition: box-shadow 0.3s ease-in;
    transition: box-shadow 0.3s ease-in;
}

.card-production .card-body {
    width: 100%;
}

.card-production .card-img {
    width: 100%;
    height: 100px;
    overflow: hidden;
    line-height: 150px;
    text-align: center;
}

.card-production:hover {
    -webkit-box-shadow: 0px 6px 15px -3px rgba(0,0,0,1);
    -moz-box-shadow: 0px 6px 15px -3px rgba(0,0,0,1);
    box-shadow: 0px 6px 15px -3px rgba(0,0,0,1);
    -webkit-transition: box-shadow 0.3s ease-in;
    -o-transition: box-shadow 0.3s ease-in;
    -moz-transition: box-shadow 0.3s ease-in;
    transition: box-shadow 0.3s ease-in;
    -webkit-transition: box-shadow 0.3s ease-in;
    -o-transition: box-shadow 0.3s ease-in;
    -moz-transition: box-shadow 0.3s ease-in;
    transition: box-shadow 0.3s ease-in;
}

a:hover .card-production h4 {
	color: var(--bleu-ist);
	transition: all 0.3s ease 0s;
}

a .card-production h4 {
	color: inherit;
	transition: all 0.3s ease 0s;
}

.card-list {
	padding: 5px 0;
}
.card-icon {
	display:inline-block;
	margin-right:5px;
	width: 19px;
	font-size: 14px;
	color: grey;
	vertical-align: top;
}


#about p {
	margin-bottom: 20px;
}
/* fin DST */
.navbar {
	transition: top 0.2s ease-in-out;
	font-size:14px;
	height: 87px;
	-moz-box-shadow: 0px 3px 5px 0px #cfcfcf;
	-webkit-box-shadow: 0px 3px 5px 0px #cfcfcf;
	-o-box-shadow: 0px 3px 5px 0px #cfcfcf;
	box-shadow: 0px 3px 5px 0px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=180, Strength=5);
/* 	box-shadow: 0px 6px 16px -3px rgba(0,0,0,0.2); */
}

.navbar-brand {
	overflow: hidden;
	height: 49px;
	width:195px;
	-webkit-transition: width 0.3s ease-in;
    -o-transition: width 0.3s ease-in;
    -moz-transition: width 0.3s ease-in;
    transition: width 0.3s ease-in;
}

.navbar-brand.collapse {	
	width: 28px;
    -webkit-transition: width 0.3s ease-in;
    -o-transition: width 0.3s ease-in;
    -moz-transition: width 0.3s ease-in;
    transition: width 0.3s ease-in;
}

.navbar-brand img {
	height: 49px;
	margin-top: -5px;
}


li.nav-item {
	margin: 0 10px;
}

li.nav-item.active {
	font-weight: 500;
}

@media (max-width: 991px) {

	.navbar {
		height: 65px;
	}

	.navbar-brand img {
		height: 35px;
	}

	.nav-up {
    	top: -65px;
	}
    .navbar-collapse {
    	min-height: 100vh;
        position: absolute;
        top: 64px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 312px;
        background-color: #fff;
        -webkit-transition: right 0.3s ease-in;
        -o-transition: right 0.3s ease-in;
        -moz-transition: right 0.3s ease-in;
        transition: right 0.3s ease-in;
        right: -100%;
    }
    
    .navbar-collapse.show {
        right: 0;
        -webkit-transition: right 0.3s ease-in;
        -o-transition: right 0.3s ease-in;
        -moz-transition: right 0.3s ease-in;
        transition: right 0.3s ease-in;
    }
    
    .dropdown-menu {
    	border: 0;
	}
    
    .menu-burger visibility
    .menu-burger.collapsed {
    	margin-right: 0;
        -webkit-transition: margin-right 0.3s ease-in;
        -o-transition: margin-right 0.3s ease-in;
        -moz-transition: margin-right 0.3s ease-in;
        transition: margin-right 0.3s ease-in;
    }
    
    .main-container {
    	width: 100%;
    	margin-left: 0;
    	-webkit-transition: margin-left 0.3s ease-in;
        -o-transition: margin-left 0.3s ease-in;
        -moz-transition: margin-left 0.3s ease-in;
        transition: margin-left 0.3s ease-in;
    }
    .main-container.menu-open {
    	margin-left:-312px;
    	-webkit-transition: margin-left 0.3s ease-in;
        -o-transition: margin-left 0.3s ease-in;
        -moz-transition: margin-left 0.3s ease-in;
        transition: margin-left 0.3s ease-in;
    }
    
}

.dropdown-item.active {
	color:#000;
	background-color: #fff;
	font-weight: 500;
}

.hamburger-inner,.hamburger-inner:after, .hamburger-inner:before {
	background-color: grey;
}

#filter {
	background-color:#fff;
/* 	height: 3000px; */
	-moz-box-shadow: 0px 3px 5px 0px #cfcfcf;
	-webkit-box-shadow: 0px 3px 5px 0px #cfcfcf;
	-o-box-shadow: 0px 3px 5px 0px #cfcfcf;
	box-shadow: 0px 3px 5px 0px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=180, Strength=5);
}

#buttonsSearch {
	margin-bottom: 15px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.x-form-cb-label-default.x-form-cb-label-after.checkbox-color {
	padding-left: 0;
}

.checkbox-color-container .x-form-cb {
	opacity: 0;
}
.x-form-cb-checked .checkbox-color span {
	border: 2px solid #fff;
    box-shadow: 0 0 0 1px grey !important;
}
.x-form-cb-checked .x-form-cb-label,.x-form-cb-checked .checkbox-color {
	font-weight: bold;
}

#filter .x-panel-default {
	border-bottom: 1px solid #17a2b8;
}

#filter .x-panel-body-default .x-panel.x-panel-default .x-panel-body-default {
	overflow-y: auto;
}

#filter .x-form-checkboxgroup.x-form-item {
	padding-left: 20px;
}

.form-control.form-new-element {
	font-size: 13px;
}

#elementInfos th {
	width: 100px;;
	text-align: right;
}

.form-input {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-taille {
	width: 55px;
	display: inline-block;
	margin-bottom: 20px;
}

/*
.was-validated .form-input:valid, .was-validated .selectize-input:valid {
    border-color: #28a745;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
*/
.was-validated .form-input:invalid, .form-input.is-invalid, .was-validated .selectize-input:invalid, .was-validated .selectize-input.is-invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}
/*
.was-validated .selectize-input {
	border-color: #28a745;
}
*/
.was-validated .selectize-input.invalid {
	border-color: #dc3545;
} 

.date-indispo {
	background-color: #fbe5d4;
}
.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 600px;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}
.dz-error-mark svg g g {
  fill: tomato;
}

.recherchePanier {
	cursor: pointer;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    .no-margin-print {
	    margin-top: 0px;
    }
}